-
Notifications
You must be signed in to change notification settings - Fork 107
add Nutanix support to aci_epg_to_domain (DCNE-446) #770
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
Conversation
18b3a08
to
ea02224
Compare
plugins/modules/aci_epg_to_domain.py
Outdated
choices: [ enabled, disabled ] | ||
ipam_dhcp_override: | ||
description: | ||
- The IP address management (IPAM) Dynamic Host Configuration Protocol (DHCP) override. |
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.
->
- The IP Address Management (IPAM) Dynamic Host Configuration Protocol (DHCP) override.
plugins/modules/aci_epg_to_domain.py
Outdated
type: str | ||
ipam_enabled: | ||
description: | ||
- The IP address management (IPAM) enabled state. |
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.
The IP Address Management (IPAM) enabled state.
plugins/modules/aci_epg_to_domain.py
Outdated
type: bool | ||
ipam_gateway: | ||
description: | ||
- The IP address management (IPAM) gateway. |
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.
- The IP Address Management (IPAM) gateway.
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.
LGTM
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.
LGTM
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.
LGTM
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.
LGTM!
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.
LGTM
plugins/modules/aci_epg_to_domain.py
Outdated
choices: [ cos_0, cos_1, cos_2, cos_3, cos_4, cos_5, cos_6, cos_7 ] | ||
epg_cos_preference: | ||
description: | ||
- The class of service (CoS) preference. |
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.
I don't think you need to expand on the acronyms every time its used in the descriptions. Perhaps one per module should be enough?
5f6679d
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.
LGTM
…gCosPref, ipamDhcpOverride, ipamEnabled, ipamGateway, lagPolicyName, netflowDir, primaryEncapInner, secondaryEncapInner
… aci_domain_to_encap_pool, aci_domain_to_vlan_pool, aci_vmm_controller, aci_vmm_credential
…_vmm_enhanced_lag_policy
8435302
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.
LGTM
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.
LGTM
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.
LGTM
No description provided.