-
Notifications
You must be signed in to change notification settings - Fork 50
api & test cleanups for platform differences #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
019d732
91d4d9d
ae2df16
21c3b8d
003ce1b
b531b9d
b4068de
3a350ae
01cdadc
18b9ef3
a918188
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,9 +10,28 @@ all_interfaces: | |
| config_get_token: '/^interface (.*)$/' | ||
|
|
||
| host_reachability: | ||
| config_get_token_append: '/^host-reachability protocol (\S+)/' | ||
| config_set_append: '<state> host-reachability protocol <proto>' | ||
| default_value: 'flood' | ||
| /N(7|9)/: | ||
| config_get_token_append: '/^host-reachability protocol (\S+)/' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is host-reachability not available in 3k/5k/6k?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is not available on my n3k. Again I'll need your input for 5/6k support expectations. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. looks okay for now. We can tweak it when we test throughly for 5/6k |
||
| config_set_append: '<state> host-reachability protocol <proto>' | ||
| default_value: 'flood' | ||
|
|
||
| mt_full_support: | ||
| # This is only used for determining support for Multi-Tenancy Full | ||
| kind: boolean | ||
| /N(7)/: | ||
| default_only: true | ||
| else: | ||
| # this feature is always off on these platforms and cannot be changed | ||
| default_only: false | ||
|
|
||
| mt_lite_support: | ||
| # This is only used for determining support for Multi-Tenancy Lite | ||
| kind: boolean | ||
| /N(3|9)/: | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add 5k, 6k under mt-lite
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Defer to US 62787. |
||
| default_only: true | ||
| else: | ||
| # this feature is always off on these platforms and cannot be changed | ||
| default_only: false | ||
|
|
||
| shutdown: | ||
| kind: boolean | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about 5k and 6k ? Are they mt full or lite?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You tell me :-)
I thought 5/6k were neither at the moment but getting support for mt full at some point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checked with my team, 5k/6k are mt-lite, so you may wanna add them under mt-lite here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My n56128P switch does not seem to support it:
If this is a license issue, how do I get around it? ie. how to check the current license; and how to fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the license guide:
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/licensing/guide/b_Cisco_NX-OS_Licensing_Guide/b_Cisco_NX-OS_Licensing_Guide_chapter_01.html
For now though, I suggest to add a story to backlog for adding mt-lite puppet support for 5/6k. We can look at it when we test 5/6k
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed.
https://rally1.rallydev.com/#/44221966144d/detail/userstory/49030571629