-
Notifications
You must be signed in to change notification settings - Fork 104
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
base: master
Are you sure you want to change the base?
Conversation
…gCosPref, ipamDhcpOverride, ipamEnabled, ipamGateway, lagPolicyName, netflowDir, primaryEncapInner, secondaryEncapInner
… aci_domain_to_encap_pool, aci_domain_to_vlan_pool, aci_vmm_controller, aci_vmm_credential
cc5c005
to
b5961c1
Compare
…_vmm_enhanced_lag_policy
e05239c
to
18b3a08
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
No description provided.