diff --git a/lib/ansible/modules/network/aci/aci_aep.py b/lib/ansible/modules/network/aci/aci_aep.py index bed57e0e171..1a64e712bf4 100644 --- a/lib/ansible/modules/network/aci/aci_aep.py +++ b/lib/ansible/modules/network/aci/aci_aep.py @@ -47,6 +47,7 @@ options: choices: [ absent, present, query ] extends_documentation_fragment: aci seealso: +- module: aci_aep_to_domain - name: APIC Management Information Model reference description: More information about the internal APIC classes B(infra:AttEntityP) and B(infra:ProvAcc). link: https://developer.cisco.com/docs/apic-mim-ref/ diff --git a/lib/ansible/modules/network/aci/aci_contract_subject_to_filter.py b/lib/ansible/modules/network/aci/aci_contract_subject_to_filter.py index 120b64dbd0c..14a7d2b9e9d 100644 --- a/lib/ansible/modules/network/aci/aci_contract_subject_to_filter.py +++ b/lib/ansible/modules/network/aci/aci_contract_subject_to_filter.py @@ -58,8 +58,6 @@ notes: - 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. seealso: -- module: aci_tenant -- module: aci_contract - module: aci_contract_subject - module: aci_filter - name: APIC Management Information Model reference diff --git a/lib/ansible/modules/network/aci/aci_domain.py b/lib/ansible/modules/network/aci/aci_domain.py index eb8f87e67c7..a6f65f45d83 100644 --- a/lib/ansible/modules/network/aci/aci_domain.py +++ b/lib/ansible/modules/network/aci/aci_domain.py @@ -72,6 +72,9 @@ options: choices: [ avs, default, dvs, unknown ] extends_documentation_fragment: aci seealso: +- module: aci_aep_to_domain +- module: aci_domain_to_encap_pool +- module: aci_domain_to_vlan_pool - name: APIC Management Information Model reference description: More information about the internal APIC classes B(phys:DomP), B(vmm:DomP), B(l2ext:DomP), B(l3ext:DomP) and B(fc:DomP) diff --git a/lib/ansible/modules/network/aci/aci_encap_pool.py b/lib/ansible/modules/network/aci/aci_encap_pool.py index 28fd7cef151..78302152d44 100644 --- a/lib/ansible/modules/network/aci/aci_encap_pool.py +++ b/lib/ansible/modules/network/aci/aci_encap_pool.py @@ -52,6 +52,7 @@ options: extends_documentation_fragment: aci seealso: - module: aci_encap_pool_range +- module: aci_vlan_pool - name: APIC Management Information Model reference description: More information about the internal APIC classes B(fvns:VlanInstP), B(fvns:VxlanInstP) and B(fvns:VsanInstP) diff --git a/lib/ansible/modules/network/aci/aci_encap_pool_range.py b/lib/ansible/modules/network/aci/aci_encap_pool_range.py index 9b1b03026d6..77fed8c2f0b 100644 --- a/lib/ansible/modules/network/aci/aci_encap_pool_range.py +++ b/lib/ansible/modules/network/aci/aci_encap_pool_range.py @@ -76,6 +76,7 @@ notes: - The C(pool) must exist in order to add or delete a range. seealso: - module: aci_encap_pool +- module: aci_vlan_pool_encap_block - 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/ diff --git a/lib/ansible/modules/network/aci/aci_epg_to_contract.py b/lib/ansible/modules/network/aci/aci_epg_to_contract.py index 201544fb197..c5451414b18 100644 --- a/lib/ansible/modules/network/aci/aci_epg_to_contract.py +++ b/lib/ansible/modules/network/aci/aci_epg_to_contract.py @@ -68,7 +68,6 @@ options: aliases: [ tenant_name ] extends_documentation_fragment: aci seealso: -- module: aci_tenant - module: aci_ap - module: aci_epg - module: aci_contract diff --git a/lib/ansible/modules/network/aci/aci_epg_to_domain.py b/lib/ansible/modules/network/aci/aci_epg_to_domain.py index 2d2a4584eb7..24aeb883cf1 100644 --- a/lib/ansible/modules/network/aci/aci_epg_to_domain.py +++ b/lib/ansible/modules/network/aci/aci_epg_to_domain.py @@ -106,7 +106,6 @@ notes: 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. seealso: -- module: aci_tenant - module: aci_ap - module: aci_epg - module: aci_domain diff --git a/lib/ansible/modules/network/aci/aci_tenant.py b/lib/ansible/modules/network/aci/aci_tenant.py index eb186f5c315..e19cc6614e2 100644 --- a/lib/ansible/modules/network/aci/aci_tenant.py +++ b/lib/ansible/modules/network/aci/aci_tenant.py @@ -38,6 +38,11 @@ options: default: present extends_documentation_fragment: aci seealso: +- module: aci_ap +- module: aci_bd +- module: aci_contract +- module: aci_filter +- module: aci_vrf - name: APIC Management Information Model reference description: More information about the internal APIC class B(fv:Tenant). link: https://developer.cisco.com/docs/apic-mim-ref/ diff --git a/lib/ansible/modules/network/aci/aci_vlan_pool.py b/lib/ansible/modules/network/aci/aci_vlan_pool.py index 31503a1d644..856f0ecbd3a 100644 --- a/lib/ansible/modules/network/aci/aci_vlan_pool.py +++ b/lib/ansible/modules/network/aci/aci_vlan_pool.py @@ -45,6 +45,8 @@ options: default: present extends_documentation_fragment: aci seealso: +- module: aci_encap_pool +- module: aci_vlan_pool_encap_block - name: APIC Management Information Model reference description: More information about the internal APIC class B(fvns:VlanInstP). link: https://developer.cisco.com/docs/apic-mim-ref/ diff --git a/lib/ansible/modules/network/aci/aci_vlan_pool_encap_block.py b/lib/ansible/modules/network/aci/aci_vlan_pool_encap_block.py index e8cb2f41798..9b730850567 100644 --- a/lib/ansible/modules/network/aci/aci_vlan_pool_encap_block.py +++ b/lib/ansible/modules/network/aci/aci_vlan_pool_encap_block.py @@ -68,6 +68,7 @@ extends_documentation_fragment: aci notes: - The C(pool) must exist in order to add or delete a encap block. seealso: +- module: aci_encap_pool_range - module: aci_vlan_pool - name: APIC Management Information Model reference description: More information about the internal APIC class B(fvns:EncapBlk).