ACI: Add seealso sections to various modules (#52988)
This commit is contained in:
parent
27804b3b8b
commit
2561fd7000
10 changed files with 14 additions and 4 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue