parent
28820d3de0
commit
27f540ac5c
16 changed files with 129 additions and 100 deletions
|
@ -22,7 +22,7 @@ notes:
|
|||
(even if that password was already set identically). This
|
||||
appears to be an inconsistency wrt. the idempotent nature
|
||||
of the APIC REST API. The vendor has been informed.
|
||||
More information in :ref:`the ACI documentation <aci_guide_known_issues>`.
|
||||
- More information in :ref:`the ACI documentation <aci_guide_known_issues>`.
|
||||
- More information about the internal APIC class B(aaa:User) from
|
||||
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/).
|
||||
author:
|
||||
|
|
|
@ -33,7 +33,7 @@ options:
|
|||
aaa_user_type:
|
||||
description:
|
||||
- Whether this is a normal user or an appuser.
|
||||
choices: [ user, appuser ]
|
||||
choices: [ appuser, user ]
|
||||
default: user
|
||||
certificate:
|
||||
description:
|
||||
|
|
|
@ -50,6 +50,7 @@ options:
|
|||
- This is the number assocated with CIDR notation.
|
||||
- For IPv4 addresses, accepted values range between C(0) and C(32).
|
||||
- For IPv6 addresses, accepted Values range between C(0) and C(128).
|
||||
type: int
|
||||
aliases: [ subnet_mask ]
|
||||
nd_prefix_policy:
|
||||
description:
|
||||
|
@ -75,6 +76,7 @@ options:
|
|||
- The shared option limits communication to hosts in either the same VRF or the shared VRF.
|
||||
- The value is a list of options, C(private) and C(public) are mutually exclusive, but both can be used with C(shared).
|
||||
- The APIC defaults to C(private) when unset during creation.
|
||||
type: list
|
||||
choices:
|
||||
- private
|
||||
- public
|
||||
|
|
|
@ -51,6 +51,7 @@ options:
|
|||
- Determines how many snapshots can exist for the Export Policy before the APIC starts to rollover.
|
||||
- Accepted values range between C(1) and C(10).
|
||||
- The APIC defaults to C(3) when unset.
|
||||
type: int
|
||||
snapshot:
|
||||
description:
|
||||
- The name of the snapshot to delete.
|
||||
|
|
|
@ -53,6 +53,7 @@ options:
|
|||
range_end:
|
||||
description:
|
||||
- The end of encap range.
|
||||
type: int
|
||||
aliases: [ end ]
|
||||
range_name:
|
||||
description:
|
||||
|
@ -61,6 +62,7 @@ options:
|
|||
range_start:
|
||||
description:
|
||||
- The start of the encap range.
|
||||
type: int
|
||||
aliases: [ start ]
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -56,6 +56,7 @@ options:
|
|||
- The VLAN encapsulation for the EPG when binding a VMM Domain with static encap_mode.
|
||||
- This acts as the secondary encap when using useg.
|
||||
- Accepted values range between C(1) and C(4096).
|
||||
type: int
|
||||
encap_mode:
|
||||
description:
|
||||
- The ecapsulataion method to be used.
|
||||
|
@ -74,6 +75,7 @@ options:
|
|||
description:
|
||||
- Determines the primary VLAN ID when using useg.
|
||||
- Accepted values range between C(1) and C(4096).
|
||||
type: int
|
||||
resolution_immediacy:
|
||||
description:
|
||||
- Determines when the policies should be resolved and available.
|
||||
|
|
|
@ -27,6 +27,7 @@ options:
|
|||
pod_id:
|
||||
description:
|
||||
- The pod id of the new Fabric Node Member.
|
||||
type: int
|
||||
serial:
|
||||
description:
|
||||
- Serial Number for the new Fabric Node Member.
|
||||
|
@ -34,6 +35,7 @@ options:
|
|||
node_id:
|
||||
description:
|
||||
- Node ID Number for the new Fabric Node Member.
|
||||
type: int
|
||||
switch:
|
||||
description:
|
||||
- Switch Name for the new Fabric Node Member.
|
||||
|
|
|
@ -37,11 +37,13 @@ options:
|
|||
- Maximum links (range 1-16).
|
||||
- Accepted values range between 1 and 16.
|
||||
- The APIC defaults to C(16) when unset during creation.
|
||||
type: int
|
||||
min_links:
|
||||
description:
|
||||
- Minimum links (range 1-16).
|
||||
- Accepted values range between 1 and 16.
|
||||
- The APIC defaults to C(1) when unset during creation.
|
||||
type: int
|
||||
mode:
|
||||
description:
|
||||
- Port channel interface policy mode.
|
||||
|
|
|
@ -54,11 +54,13 @@ options:
|
|||
route_control:
|
||||
description:
|
||||
- Route Control enforcement direction. The only allowed values are export or import,export.
|
||||
choices: [ 'export', 'import' ]
|
||||
type: list
|
||||
choices: [ export, import ]
|
||||
aliases: [ route_control_enforcement ]
|
||||
l3protocol:
|
||||
description:
|
||||
- Routing protocol for the L3Out
|
||||
type: list
|
||||
choices: [ static, bgp, ospf, pim ]
|
||||
description:
|
||||
description:
|
||||
|
|
|
@ -48,12 +48,14 @@ options:
|
|||
- The encapsulation ID associating the C(epg) with the interface path.
|
||||
- This acts as the secondary C(encap_id) when using micro-segmentation.
|
||||
- Accepted values are any valid encap ID for specified encap, currently ranges between C(1) and C(4096).
|
||||
type: int
|
||||
aliases: [ vlan, vlan_id ]
|
||||
primary_encap_id:
|
||||
description:
|
||||
- Determines the primary encapsulation ID associating the C(epg)
|
||||
with the interface path when using micro-segmentation.
|
||||
- Accepted values are any valid encap ID for specified encap, currently ranges between C(1) and C(4096).
|
||||
type: int
|
||||
aliases: [ primary_vlan, primary_vlan_id ]
|
||||
deploy_immediacy:
|
||||
description:
|
||||
|
@ -77,7 +79,8 @@ options:
|
|||
pod_id:
|
||||
description:
|
||||
- The pod number part of the tDn.
|
||||
- C(pod_id) is usually an integer below 10.
|
||||
- C(pod_id) is usually an integer below C(10).
|
||||
type: int
|
||||
aliases: [ pod, pod_number ]
|
||||
leafs:
|
||||
description:
|
||||
|
@ -89,12 +92,13 @@ options:
|
|||
interface:
|
||||
description:
|
||||
- The C(interface) string value part of the tDn.
|
||||
- Usually a policy group like "test-IntPolGrp" or an interface of the following format "1/7" depending on C(interface_type).
|
||||
- Usually a policy group like C(test-IntPolGrp) or an interface of the following format C(1/7) depending on C(interface_type).
|
||||
extpaths:
|
||||
description:
|
||||
- The C(extpaths) integer value part of the tDn.
|
||||
- C(extpaths) is only used if C(interface_type) is C(fex).
|
||||
- Usually something like C(1011).
|
||||
type: int
|
||||
state:
|
||||
description:
|
||||
- Use C(present) or C(absent) for adding or removing.
|
||||
|
|
|
@ -28,7 +28,7 @@ version_added: '2.5'
|
|||
options:
|
||||
description:
|
||||
description:
|
||||
- The description to assign to the C(leaf)
|
||||
- The description to assign to the C(leaf).
|
||||
leaf_profile:
|
||||
description:
|
||||
- Name of the Leaf Profile to which we add a Selector.
|
||||
|
@ -39,22 +39,24 @@ options:
|
|||
aliases: [ name, leaf_name, leaf_profile_leaf_name, leaf_selector_name ]
|
||||
leaf_node_blk:
|
||||
description:
|
||||
- Name of Node Block range to be added to Leaf Selector of given Leaf Profile
|
||||
- Name of Node Block range to be added to Leaf Selector of given Leaf Profile.
|
||||
aliases: [ leaf_node_blk_name, node_blk_name ]
|
||||
leaf_node_blk_description:
|
||||
description:
|
||||
- The description to assign to the C(leaf_node_blk)
|
||||
from:
|
||||
description:
|
||||
- Start of Node Block Range
|
||||
- Start of Node Block range.
|
||||
type: int
|
||||
aliases: [ node_blk_range_from, from_range, range_from ]
|
||||
to:
|
||||
description:
|
||||
- Start of Node Block Range
|
||||
- Start of Node Block range.
|
||||
type: int
|
||||
aliases: [ node_blk_range_to, to_range, range_to ]
|
||||
policy_group:
|
||||
description:
|
||||
- Name of the Policy Group to be added to Leaf Selector of given Leaf Profile
|
||||
- Name of the Policy Group to be added to Leaf Selector of given Leaf Profile.
|
||||
aliases: [ name, policy_group_name ]
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -32,6 +32,7 @@ options:
|
|||
protection_group_id:
|
||||
description:
|
||||
- The Explicit vPC Protection Group ID.
|
||||
type: int
|
||||
aliases: [ id ]
|
||||
required: yes
|
||||
vpc_domain_policy:
|
||||
|
@ -41,10 +42,12 @@ options:
|
|||
switch_1_id:
|
||||
description:
|
||||
- The ID of the first Leaf Switch for the Explicit vPC Protection Group.
|
||||
type: int
|
||||
required: yes
|
||||
switch_2_id:
|
||||
description:
|
||||
- The ID of the Second Leaf Switch for the Explicit vPC Protection Group.
|
||||
type: int
|
||||
required: yes
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -38,6 +38,7 @@ options:
|
|||
- Bounce Entry Aging Interval (range 150secs - 65535secs)
|
||||
- 0 is used for infinite.
|
||||
- The APIC defaults to C(630) when unset during creation.
|
||||
type: int
|
||||
bounce_trigger:
|
||||
description:
|
||||
- Determines if the bounce entries are installed by RARP Flood or COOP Protocol.
|
||||
|
@ -47,21 +48,25 @@ options:
|
|||
description:
|
||||
- Hold Interval (range 5secs - 65535secs).
|
||||
- The APIC defaults to C(300) when unset during creation.
|
||||
type: int
|
||||
local_ep_interval:
|
||||
description:
|
||||
- Local end point Aging Interval (range 120secs - 65535secs).
|
||||
- 0 is used for infinite.
|
||||
- The APIC defaults to C(900) when unset during creation.
|
||||
type: int
|
||||
remote_ep_interval:
|
||||
description:
|
||||
- Remote end point Aging Interval (range 120secs - 65535secs).
|
||||
- O is used for infinite.
|
||||
- The APIC defaults to C(300) when unset during creation.
|
||||
type: int
|
||||
move_frequency:
|
||||
description:
|
||||
- Move frequency per second (range 0secs - 65535secs).
|
||||
- 0 is used for none.
|
||||
- The APIC defaults to C(256) when unset during creation.
|
||||
type: int
|
||||
description:
|
||||
description:
|
||||
- Description for the End point rentention policy.
|
||||
|
|
|
@ -48,6 +48,7 @@ options:
|
|||
block_end:
|
||||
description:
|
||||
- The end of encap block.
|
||||
type: int
|
||||
aliases: [ end ]
|
||||
block_name:
|
||||
description:
|
||||
|
@ -56,6 +57,7 @@ options:
|
|||
block_start:
|
||||
description:
|
||||
- The start of the encap block.
|
||||
type: int
|
||||
aliases: [ start ]
|
||||
state:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue