ACI: Add seealso fragments to module documentation (#49844)

pull/49905/head
Dag Wieers 6 years ago committed by GitHub
parent 8782293aa9
commit a4998cfead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,9 +22,12 @@ notes:
(even if that password was already set identically). This (even if that password was already set identically). This
appears to be an inconsistency wrt. the idempotent nature appears to be an inconsistency wrt. the idempotent nature
of the APIC REST API. The vendor has been informed. 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 seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_aaa_user_certificate
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(aaa:User).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
requirements: requirements:

@ -20,8 +20,11 @@ description:
notes: notes:
- The C(aaa_user) must exist before using this module in your playbook. - The C(aaa_user) must exist before using this module in your playbook.
The M(aci_aaa_user) module can be used for this. The M(aci_aaa_user) module can be used for this.
- More information about the internal APIC class B(aaa:UserCert) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_aaa_user
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(aaa:UserCert).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.5' version_added: '2.5'

@ -17,9 +17,10 @@ module: aci_access_port_block_to_access_port
short_description: Manage port blocks of Fabric interface policy leaf profile interface selectors (infra:HPortS, infra:PortBlk) short_description: Manage port blocks of Fabric interface policy leaf profile interface selectors (infra:HPortS, infra:PortBlk)
description: description:
- Manage port blocks of Fabric interface policy leaf profile interface selectors on Cisco ACI fabrics. - Manage port blocks of Fabric interface policy leaf profile interface selectors on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC classes B(infra:HPortS) and B(infra:PortBlk) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/) description: More information about the internal APIC classes B(infra:HPortS) and B(infra:PortBlk).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Simon Metzger (@smnmtzgr) - Simon Metzger (@smnmtzgr)
version_added: '2.8' version_added: '2.8'

@ -17,9 +17,10 @@ module: aci_access_port_to_interface_policy_leaf_profile
short_description: Manage Fabric interface policy leaf profile interface selectors (infra:HPortS, infra:RsAccBaseGrp, infra:PortBlk) short_description: Manage Fabric interface policy leaf profile interface selectors (infra:HPortS, infra:RsAccBaseGrp, infra:PortBlk)
description: description:
- Manage Fabric interface policy leaf profile interface selectors on Cisco ACI fabrics. - Manage Fabric interface policy leaf profile interface selectors on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC classes B(infra:HPortS), B(infra:RsAccBaseGrp) and B(infra:PortBlk) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/) description: More information about the internal APIC classes B(infra:HPortS), B(infra:RsAccBaseGrp) and B(infra:PortBlk).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -17,9 +17,10 @@ short_description: Manage attachable Access Entity Profile (AEP) objects (infra:
description: description:
- Connect to external virtual and physical domains by using - Connect to external virtual and physical domains by using
attachable Access Entity Profiles (AEP) on Cisco ACI fabrics. attachable Access Entity Profiles (AEP) on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC classes B(infra:AttEntityP) and B(infra:ProvAcc) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC classes B(infra:AttEntityP) and B(infra:ProvAcc).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Swetha Chunduri (@schunduri) - Swetha Chunduri (@schunduri)
version_added: '2.4' version_added: '2.4'

@ -20,8 +20,12 @@ description:
notes: notes:
- The C(aep) and C(domain) parameters should exist before using this module. - The C(aep) and C(domain) parameters should exist before using this module.
The M(aci_aep) and M(aci_domain) can be used for these. The M(aci_aep) and M(aci_domain) can be used for these.
- More information about the internal APIC class B(infra:RsDomP) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_aep
- module: aci_domain
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(infra:RsDomP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.5' version_added: '2.5'

@ -18,10 +18,13 @@ description:
- Manage top level Application Profile (AP) objects on Cisco ACI fabrics - Manage top level Application Profile (AP) objects on Cisco ACI fabrics
notes: notes:
- This module does not manage EPGs, see M(aci_epg) to do this. - This module does not manage EPGs, see M(aci_epg) to do this.
- The C(tenant) used must exist before using this module in your playbook. - The used C(tenant) must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(fv:Ap) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:Ap).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Swetha Chunduri (@schunduri) - Swetha Chunduri (@schunduri)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(fv:BD) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:BD).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -24,6 +24,9 @@ notes:
seealso: seealso:
- module: aci_bd - module: aci_bd
- module: aci_tenant - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:Subnet).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,12 @@ description:
notes: notes:
- The C(bd) and C(l3out) parameters should exist before using this module. - The C(bd) and C(l3out) parameters should exist before using this module.
The M(aci_bd) and C(aci_l3out) can be used for these. The M(aci_bd) and C(aci_l3out) can be used for these.
- More information about the internal APIC class B(fv:RsBDToOut) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_bd
- module: aci_l3out
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:RsBDToOut).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -17,9 +17,11 @@ short_description: Provides rollback and rollback preview functionality (config:
description: description:
- Provides rollback and rollback preview functionality for Cisco ACI fabrics. - Provides rollback and rollback preview functionality for Cisco ACI fabrics.
- Config Rollbacks are done using snapshots C(aci_snapshot) with the configImportP class. - Config Rollbacks are done using snapshots C(aci_snapshot) with the configImportP class.
notes: seealso:
- More information about the internal APIC class B(config:ImportP) from - module: aci_config_snapshot
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - name: APIC Management Information Model reference
description: More information about the internal APIC class B(config:ImportP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -22,8 +22,11 @@ notes:
- The APIC does not provide a mechanism for naming the snapshots. - The APIC does not provide a mechanism for naming the snapshots.
- 'Snapshot files use the following naming structure: ce_<config export policy name>-<yyyy>-<mm>-<dd>T<hh>:<mm>:<ss>.<mss>+<hh>:<mm>.' - 'Snapshot files use the following naming structure: ce_<config export policy name>-<yyyy>-<mm>-<dd>T<hh>:<mm>:<ss>.<mss>+<hh>:<mm>.'
- 'Snapshot objects use the following naming structure: run-<yyyy>-<mm>-<dd>T<hh>-<mm>-<ss>.' - 'Snapshot objects use the following naming structure: run-<yyyy>-<mm>-<dd>T<hh>-<mm>-<ss>.'
- More information about the internal APIC classes B(config:Snapshot) and B(config:ExportP) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_config_rollback
- name: APIC Management Information Model reference
description: More information about the internal APIC classes B(config:Snapshot) and B(config:ExportP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -21,8 +21,12 @@ notes:
Contract Subjects can still be removed using this module. Contract Subjects can still be removed using this module.
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(vz:BrCP) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_contract_subject
- module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(vz:BrCP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -18,9 +18,13 @@ description:
- Manage initial Contract Subjects on Cisco ACI fabrics. - Manage initial Contract Subjects on Cisco ACI fabrics.
notes: notes:
- The C(tenant) and C(contract) used must exist before using this module in your playbook. - The C(tenant) and C(contract) used must exist before using this module in your playbook.
- The M(aci_tenant) and M(aci_contract) modules can be used for this. The M(aci_tenant) and M(aci_contract) modules can be used for this.
- More information about the internal APIC class B(vz:Subj) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_contract
- module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(vz:Subj).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Swetha Chunduri (@schunduri) - Swetha Chunduri (@schunduri)
version_added: '2.4' version_added: '2.4'

@ -18,9 +18,15 @@ description:
- Bind Contract Subjects to Filters on Cisco ACI fabrics. - Bind Contract Subjects to Filters on Cisco ACI fabrics.
notes: notes:
- The C(tenant), C(contract), C(subject), and C(filter_name) must exist before using this module in your playbook. - The C(tenant), C(contract), C(subject), and C(filter_name) must exist before using this module in your playbook.
- The M(aci_tenant), M(aci_contract), M(aci_contract_subject), and M(aci_filter) modules can be used for these. The M(aci_tenant), M(aci_contract), M(aci_contract_subject), and M(aci_filter) modules can be used for these.
- More information about the internal APIC class B(vz:RsSubjFiltAtt) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- module: aci_contract
- module: aci_contract_subject
- module: aci_filter
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(vz:RsSubjFiltAtt).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -16,10 +16,11 @@ module: aci_domain
short_description: Manage physical, virtual, bridged, routed or FC domain profiles (phys:DomP, vmm:DomP, l2ext:DomP, l3ext:DomP, fc:DomP) short_description: Manage physical, virtual, bridged, routed or FC domain profiles (phys:DomP, vmm:DomP, l2ext:DomP, l3ext:DomP, fc:DomP)
description: description:
- Manage physical, virtual, bridged, routed or FC domain profiles on Cisco ACI fabrics. - Manage physical, virtual, bridged, routed or FC domain profiles on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC classes B(phys:DomP), - name: APIC Management Information Model reference
B(vmm:DomP), B(l2ext:DomP), B(l3ext:DomP) and B(fc:DomP) from description: More information about the internal APIC classes B(phys:DomP),
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). B(vmm:DomP), B(l2ext:DomP), B(l3ext:DomP) and B(fc:DomP)
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.5' version_added: '2.5'

@ -20,8 +20,12 @@ description:
notes: notes:
- The C(domain) and C(encap_pool) parameters should exist before using this module. - The C(domain) and C(encap_pool) parameters should exist before using this module.
The M(aci_domain) and M(aci_encap_pool) can be used for these. The M(aci_domain) and M(aci_encap_pool) can be used for these.
- More information about the internal APIC class B(infra:RsVlanNs) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_domain
- module: aci_encap_pool
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(infra:RsVlanNs).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.5' version_added: '2.5'

@ -20,8 +20,12 @@ description:
notes: notes:
- The C(domain) and C(vlan_pool) parameters should exist before using this module. - The C(domain) and C(vlan_pool) parameters should exist before using this module.
The M(aci_domain) and M(aci_vlan_pool) can be used for these. The M(aci_domain) and M(aci_vlan_pool) can be used for these.
- More information about the internal APIC class B(infra:RsVlanNs) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_domain
- module: aci_vlan_pool
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(infra:RsVlanNs).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.5' version_added: '2.5'

@ -16,9 +16,12 @@ module: aci_encap_pool
short_description: Manage encap pools (fvns:VlanInstP, fvns:VxlanInstP, fvns:VsanInstP) short_description: Manage encap pools (fvns:VlanInstP, fvns:VxlanInstP, fvns:VsanInstP)
description: description:
- Manage vlan, vxlan, and vsan pools on Cisco ACI fabrics. - Manage vlan, vxlan, and vsan pools on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC classes B(fvns:VlanInstP), B(fvns:VxlanInstP) and B(fvns:VsanInstP) from - module: aci_encap_pool_range
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - name: APIC Management Information Model reference
description: More information about the internal APIC classes B(fvns:VlanInstP),
B(fvns:VxlanInstP) and B(fvns:VsanInstP)
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.5' version_added: '2.5'

@ -18,8 +18,11 @@ description:
- Manage vlan, vxlan, and vsan ranges that are assigned to pools on Cisco ACI fabrics. - Manage vlan, vxlan, and vsan ranges that are assigned to pools on Cisco ACI fabrics.
notes: notes:
- The C(pool) must exist in order to add or delete a range. - The C(pool) must exist in order to add or delete a range.
- More information about the internal APIC classes B(fvns:EncapBlk) and B(fvns:VsanEncapBlk) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_encap_pool
- name: APIC Management Information Model reference
description: More information about the internal APIC classes B(fvns:EncapBlk) and B(fvns:VsanEncapBlk).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.5' version_added: '2.5'

@ -19,8 +19,12 @@ description:
notes: notes:
- The C(tenant) and C(app_profile) used must exist before using this module in your playbook. - The C(tenant) and C(app_profile) used must exist before using this module in your playbook.
The M(aci_tenant) and M(aci_ap) modules can be used for this. The M(aci_tenant) and M(aci_ap) modules can be used for this.
- More information about the internal APIC class B(fv:AEPg) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- module: aci_ap
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:AEPg).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Swetha Chunduri (@schunduri) - Swetha Chunduri (@schunduri)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(mon:EPGPol) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(mon:EPGPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,14 @@ description:
notes: notes:
- The C(tenant), C(app_profile), C(EPG), and C(Contract) used must exist before using this module in your playbook. - The C(tenant), C(app_profile), C(EPG), and C(Contract) used must exist before using this module in your playbook.
The M(aci_tenant), M(aci_ap), M(aci_epg), and M(aci_contract) modules can be used for this. The M(aci_tenant), M(aci_ap), M(aci_epg), and M(aci_contract) modules can be used for this.
- More information about the internal APIC classes B(fv:RsCons) and B(fv:RsProv) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- module: aci_ap
- module: aci_epg
- module: aci_contract
- name: APIC Management Information Model reference
description: More information about the internal APIC classes B(fv:RsCons) and B(fv:RsProv).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -22,8 +22,14 @@ notes:
- OpenStack VMM domains must not be created using this module. The OpenStack VMM domain is created directly - OpenStack VMM domains must not be created using this module. The OpenStack VMM domain is created directly
by the Cisco APIC Neutron plugin as part of the installation and configuration. by the Cisco APIC Neutron plugin as part of the installation and configuration.
This module can be used to query status of an OpenStack VMM domain. This module can be used to query status of an OpenStack VMM domain.
- More information about the internal APIC class B(fv:RsDomAtt) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- module: aci_ap
- module: aci_epg
- module: aci_domain
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:RsDomAtt).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -17,9 +17,10 @@ module: aci_fabric_node
short_description: Manage Fabric Node Members (fabric:NodeIdentP) short_description: Manage Fabric Node Members (fabric:NodeIdentP)
description: description:
- Manage Fabric Node Members on Cisco ACI fabrics. - Manage Fabric Node Members on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(fabric:NodeIdentP) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(fabric:NodeIdentP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -20,8 +20,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(vz:Filter) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(vz:Filter).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,12 @@ description:
notes: notes:
- The C(tenant) and C(filter) used must exist before using this module in your playbook. - The C(tenant) and C(filter) used must exist before using this module in your playbook.
The M(aci_tenant) and M(aci_filter) modules can be used for this. The M(aci_tenant) and M(aci_filter) modules can be used for this.
- More information about the internal APIC class B(vz:Entry) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- module: aci_filter
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(vz:Entry).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -20,9 +20,10 @@ description:
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.5' version_added: '2.5'
notes: seealso:
- More information about the internal APIC class B(firmware:OSource) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(firmware:OSource).
link: https://developer.cisco.com/docs/apic-mim-ref/
options: options:
source: source:
description: description:

@ -19,9 +19,10 @@ description:
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'
notes: seealso:
- More information about the internal APIC class B(fc:IfPol) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(fc:IfPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
options: options:
fc_policy: fc_policy:
description: description:

@ -19,9 +19,10 @@ description:
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'
notes: seealso:
- More information about the internal APIC class B(l2:IfPol) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(l2:IfPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
options: options:
l2_policy: l2_policy:
description: description:

@ -20,8 +20,10 @@ description:
notes: notes:
- When using the module please select the appropriate link_aggregation_type (lag_type). - When using the module please select the appropriate link_aggregation_type (lag_type).
C(link) for Port Channel(PC), C(node) for Virtual Port Channel(VPC) and C(leaf) for Leaf Access Port Policy Group. C(link) for Port Channel(PC), C(node) for Virtual Port Channel(VPC) and C(leaf) for Leaf Access Port Policy Group.
- More information about the internal APIC classes B(infra:AccBndlGrp) and B(infra:AccPortGrp) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - name: APIC Management Information Model reference
description: More information about the internal APIC classes B(infra:AccBndlGrp) and B(infra:AccPortGrp).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -17,9 +17,10 @@ module: aci_interface_policy_leaf_profile
short_description: Manage fabric interface policy leaf profiles (infra:AccPortP) short_description: Manage fabric interface policy leaf profiles (infra:AccPortP)
description: description:
- Manage fabric interface policy leaf profiles on Cisco ACI fabrics. - Manage fabric interface policy leaf profiles on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(infra:AccPortP) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(infra:AccPortP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -16,9 +16,10 @@ module: aci_interface_policy_lldp
short_description: Manage LLDP interface policies (lldp:IfPol) short_description: Manage LLDP interface policies (lldp:IfPol)
description: description:
- Manage LLDP interface policies on Cisco ACI fabrics. - Manage LLDP interface policies on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(lldp:IfPol) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(lldp:IfPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -16,9 +16,10 @@ module: aci_interface_policy_mcp
short_description: Manage MCP interface policies (mcp:IfPol) short_description: Manage MCP interface policies (mcp:IfPol)
description: description:
- Manage MCP interface policies on Cisco ACI fabrics. - Manage MCP interface policies on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(mcp:IfPol) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(mcp:IfPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -17,9 +17,10 @@ module: aci_interface_policy_ospf
short_description: Manage OSPF interface policies (ospf:IfPol) short_description: Manage OSPF interface policies (ospf:IfPol)
description: description:
- Manage OSPF interface policies on Cisco ACI fabrics. - Manage OSPF interface policies on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(ospf:IfPol) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(ospf:IfPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.7' version_added: '2.7'

@ -16,9 +16,10 @@ module: aci_interface_policy_port_channel
short_description: Manage port channel interface policies (lacp:LagPol) short_description: Manage port channel interface policies (lacp:LagPol)
description: description:
- Manage port channel interface policies on Cisco ACI fabrics. - Manage port channel interface policies on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(lacp:LagPol) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(lacp:LagPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -16,9 +16,10 @@ module: aci_interface_policy_port_security
short_description: Manage port security (l2:PortSecurityPol) short_description: Manage port security (l2:PortSecurityPol)
description: description:
- Manage port security on Cisco ACI fabrics. - Manage port security on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(l2:PortSecurityPol) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(l2:PortSecurityPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,11 @@ description:
- Bind interface selector profiles to switch policy leaf profiles on Cisco ACI fabrics. - Bind interface selector profiles to switch policy leaf profiles on Cisco ACI fabrics.
notes: notes:
- This module requires an existing leaf profile, the module M(aci_switch_policy_leaf_profile) can be used for this. - This module requires an existing leaf profile, the module M(aci_switch_policy_leaf_profile) can be used for this.
- More information about the internal APIC class B(infra:RsAccPortP) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_switch_policy_leaf_profile
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(infra:RsAccPortP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -19,8 +19,13 @@ description:
notes: notes:
- The C(tenant) and C(domain) and C(vrf) used must exist before using this module in your playbook. - The C(tenant) and C(domain) and C(vrf) used must exist before using this module in your playbook.
The M(aci_tenant) and M(aci_domain) and M(aci_vrf) modules can be used for this. The M(aci_tenant) and M(aci_domain) and M(aci_vrf) modules can be used for this.
- More information about the internal APIC class B(l3ext:Out) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- module: aci_domain
- module: aci_vrf
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(l3ext:Out).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Rostyslav Davydenko (@rost-d) - Rostyslav Davydenko (@rost-d)
version_added: '2.6' version_added: '2.6'

@ -19,8 +19,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(l3ext:RouteTagPol) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(l3ext:RouteTagPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -26,8 +26,11 @@ notes:
This is a known APIC problem and has been reported to the vendor. A workaround for this issue exists. This is a known APIC problem and has been reported to the vendor. A workaround for this issue exists.
More information in :ref:`the ACI documentation <aci_guide_known_issues>`. More information in :ref:`the ACI documentation <aci_guide_known_issues>`.
- XML payloads require the C(lxml) and C(xmljson) python libraries. For JSON payloads nothing special is needed. - XML payloads require the C(lxml) and C(xmljson) python libraries. For JSON payloads nothing special is needed.
- More information regarding the APIC REST API is available from seealso:
L(the Cisco APIC REST API Configuration Guide,http://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2-x/rest_cfg/2_1_x/b_Cisco_APIC_REST_API_Configuration_Guide.html). # NOQA - module: aci_tenant
- name: Cisco APIC REST API Configuration Guide
description: More information about the APIC REST API.
link: http://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2-x/rest_cfg/2_1_x/b_Cisco_APIC_REST_API_Configuration_Guide.html
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -20,8 +20,13 @@ description:
notes: notes:
- The C(tenant), C(ap), C(epg) used must exist before using this module in your playbook. - The C(tenant), C(ap), C(epg) used must exist before using this module in your playbook.
The M(aci_tenant), M(aci_ap), M(aci_epg) modules can be used for this. The M(aci_tenant), M(aci_ap), M(aci_epg) modules can be used for this.
- More information about the internal APIC classes B(fv:RsPathAtt) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- module: aci_ap
- module: aci_epg
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:RsPathAtt).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -18,10 +18,14 @@ short_description: Bind leaf selectors to switch policy leaf profiles (infra:Lea
description: description:
- Bind leaf selectors (with node block range and policy group) to switch policy leaf profiles on Cisco ACI fabrics. - Bind leaf selectors (with node block range and policy group) to switch policy leaf profiles on Cisco ACI fabrics.
notes: notes:
- This module is to be used with M(aci_switch_policy_leaf_profile) - This module is to be used with M(aci_switch_policy_leaf_profile).
One first creates a leaf profile (infra:NodeP) and then creates an associated selector (infra:LeafS), One first creates a leaf profile (infra:NodeP) and then creates an associated selector (infra:LeafS),
- More information about the internal APIC classes B(infra:LeafS), B(infra:NodeBlk) and B(infra:RsAccNodePGrp) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_switch_policy_leaf_profile
- name: APIC Management Information Model reference
description: More information about the internal APIC classes B(infra:LeafS),
B(infra:NodeBlk) and B(infra:RsAccNodePGrp).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -17,9 +17,11 @@ module: aci_switch_policy_leaf_profile
short_description: Manage switch policy leaf profiles (infra:NodeP) short_description: Manage switch policy leaf profiles (infra:NodeP)
description: description:
- Manage switch policy leaf profiles on Cisco ACI fabrics. - Manage switch policy leaf profiles on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(infra:NodeP) from - module: aci_switch_policy_leaf_profile
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - name: APIC Management Information Model reference
description: More information about the internal APIC class B(infra:NodeP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -17,9 +17,11 @@ module: aci_switch_policy_vpc_protection_group
short_description: Manage switch policy explicit vPC protection groups (fabric:ExplicitGEp, fabric:NodePEp). short_description: Manage switch policy explicit vPC protection groups (fabric:ExplicitGEp, fabric:NodePEp).
description: description:
- Manage switch policy explicit vPC protection groups on Cisco ACI fabrics. - Manage switch policy explicit vPC protection groups on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC classes B(fabric:ExplicitGEp) and B(fabric:NodePEp) from - module: aci_switch_policy_leaf_profile
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - name: APIC Management Information Model reference
description: More information about the internal APIC classes B(fabric:ExplicitGEp) and B(fabric:NodePEp).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Bruno Calogero (@brunocalogero) - Bruno Calogero (@brunocalogero)
version_added: '2.5' version_added: '2.5'

@ -20,8 +20,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(vz:BrCP) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(vz:BrCP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -16,9 +16,10 @@ module: aci_tenant
short_description: Manage tenants (fv:Tenant) short_description: Manage tenants (fv:Tenant)
description: description:
- Manage tenants on Cisco ACI fabrics. - Manage tenants on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(fv:Tenant) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(fv:Tenant).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(rtctrl:AttrP) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(rtctrl:AttrP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(fv:EpRetPol) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:EpRetPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Swetha Chunduri (@schunduri) - Swetha Chunduri (@schunduri)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(span:DestGrp) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(span:DestGrp).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(span:SrcGrp) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(span:SrcGrp).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -19,8 +19,13 @@ description:
notes: notes:
- The C(tenant), C(src_group), and C(dst_group) must exist before using this module in your playbook. - The C(tenant), C(src_group), and C(dst_group) must exist before using this module in your playbook.
The M(aci_tenant), M(aci_tenant_span_src_group), and M(aci_tenant_span_dst_group) modules can be used for this. The M(aci_tenant), M(aci_tenant_span_src_group), and M(aci_tenant_span_dst_group) modules can be used for this.
- More information about the internal APIC class B(span:SrcGrp) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- module: aci_tenant_span_src_group
- module: aci_tenant_span_dst_group
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(span:SrcGrp).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

@ -18,9 +18,10 @@ module: aci_vlan_pool
short_description: Manage VLAN pools (fvns:VlanInstP) short_description: Manage VLAN pools (fvns:VlanInstP)
description: description:
- Manage VLAN pools on Cisco ACI fabrics. - Manage VLAN pools on Cisco ACI fabrics.
notes: seealso:
- More information about the internal APIC class B(fvns:VlanInstP) from - name: APIC Management Information Model reference
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). description: More information about the internal APIC class B(fvns:VlanInstP).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)

@ -20,8 +20,11 @@ description:
- Manage VLAN encap blocks that are assigned to VLAN pools on Cisco ACI fabrics. - Manage VLAN encap blocks that are assigned to VLAN pools on Cisco ACI fabrics.
notes: notes:
- The C(pool) must exist in order to add or delete a encap block. - The C(pool) must exist in order to add or delete a encap block.
- More information about the internal APIC class B(fvns:EncapBlk) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_vlan_pool
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fvns:EncapBlk).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
- Dag Wieers (@dagwieers) - Dag Wieers (@dagwieers)

@ -20,8 +20,11 @@ description:
notes: notes:
- The C(tenant) used must exist before using this module in your playbook. - The C(tenant) used must exist before using this module in your playbook.
The M(aci_tenant) module can be used for this. The M(aci_tenant) module can be used for this.
- More information about the internal APIC class B(fv:Ctx) from seealso:
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). - module: aci_tenant
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:Ctx).
link: https://developer.cisco.com/docs/apic-mim-ref/
author: author:
- Jacob McGill (@jmcgill298) - Jacob McGill (@jmcgill298)
version_added: '2.4' version_added: '2.4'

Loading…
Cancel
Save