ACI: Add seealso sections to various modules (#52988)

This commit is contained in:
Dag Wieers 2019-02-26 15:44:18 +01:00 committed by GitHub
parent 27804b3b8b
commit 2561fd7000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 4 deletions

View file

@ -47,6 +47,7 @@ options:
choices: [ absent, present, query ] choices: [ absent, present, query ]
extends_documentation_fragment: aci extends_documentation_fragment: aci
seealso: seealso:
- module: aci_aep_to_domain
- name: APIC Management Information Model reference - name: APIC Management Information Model reference
description: More information about the internal APIC classes B(infra:AttEntityP) and B(infra:ProvAcc). description: More information about the internal APIC classes B(infra:AttEntityP) and B(infra:ProvAcc).
link: https://developer.cisco.com/docs/apic-mim-ref/ link: https://developer.cisco.com/docs/apic-mim-ref/

View file

@ -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 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.
seealso: seealso:
- module: aci_tenant
- module: aci_contract
- module: aci_contract_subject - module: aci_contract_subject
- module: aci_filter - module: aci_filter
- name: APIC Management Information Model reference - name: APIC Management Information Model reference

View file

@ -72,6 +72,9 @@ options:
choices: [ avs, default, dvs, unknown ] choices: [ avs, default, dvs, unknown ]
extends_documentation_fragment: aci extends_documentation_fragment: aci
seealso: seealso:
- module: aci_aep_to_domain
- module: aci_domain_to_encap_pool
- module: aci_domain_to_vlan_pool
- name: APIC Management Information Model reference - name: APIC Management Information Model reference
description: More information about the internal APIC classes B(phys:DomP), description: More information about the internal APIC classes B(phys:DomP),
B(vmm:DomP), B(l2ext:DomP), B(l3ext:DomP) and B(fc:DomP) B(vmm:DomP), B(l2ext:DomP), B(l3ext:DomP) and B(fc:DomP)

View file

@ -52,6 +52,7 @@ options:
extends_documentation_fragment: aci extends_documentation_fragment: aci
seealso: seealso:
- module: aci_encap_pool_range - module: aci_encap_pool_range
- module: aci_vlan_pool
- name: APIC Management Information Model reference - name: APIC Management Information Model reference
description: More information about the internal APIC classes B(fvns:VlanInstP), description: More information about the internal APIC classes B(fvns:VlanInstP),
B(fvns:VxlanInstP) and B(fvns:VsanInstP) B(fvns:VxlanInstP) and B(fvns:VsanInstP)

View file

@ -76,6 +76,7 @@ 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.
seealso: seealso:
- module: aci_encap_pool - module: aci_encap_pool
- module: aci_vlan_pool_encap_block
- name: APIC Management Information Model reference - name: APIC Management Information Model reference
description: More information about the internal APIC classes B(fvns:EncapBlk) and B(fvns:VsanEncapBlk). description: More information about the internal APIC classes B(fvns:EncapBlk) and B(fvns:VsanEncapBlk).
link: https://developer.cisco.com/docs/apic-mim-ref/ link: https://developer.cisco.com/docs/apic-mim-ref/

View file

@ -68,7 +68,6 @@ options:
aliases: [ tenant_name ] aliases: [ tenant_name ]
extends_documentation_fragment: aci extends_documentation_fragment: aci
seealso: seealso:
- module: aci_tenant
- module: aci_ap - module: aci_ap
- module: aci_epg - module: aci_epg
- module: aci_contract - module: aci_contract

View file

@ -106,7 +106,6 @@ notes:
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.
seealso: seealso:
- module: aci_tenant
- module: aci_ap - module: aci_ap
- module: aci_epg - module: aci_epg
- module: aci_domain - module: aci_domain

View file

@ -38,6 +38,11 @@ options:
default: present default: present
extends_documentation_fragment: aci extends_documentation_fragment: aci
seealso: seealso:
- module: aci_ap
- module: aci_bd
- module: aci_contract
- module: aci_filter
- module: aci_vrf
- name: APIC Management Information Model reference - name: APIC Management Information Model reference
description: More information about the internal APIC class B(fv:Tenant). description: More information about the internal APIC class B(fv:Tenant).
link: https://developer.cisco.com/docs/apic-mim-ref/ link: https://developer.cisco.com/docs/apic-mim-ref/

View file

@ -45,6 +45,8 @@ options:
default: present default: present
extends_documentation_fragment: aci extends_documentation_fragment: aci
seealso: seealso:
- module: aci_encap_pool
- module: aci_vlan_pool_encap_block
- name: APIC Management Information Model reference - name: APIC Management Information Model reference
description: More information about the internal APIC class B(fvns:VlanInstP). description: More information about the internal APIC class B(fvns:VlanInstP).
link: https://developer.cisco.com/docs/apic-mim-ref/ link: https://developer.cisco.com/docs/apic-mim-ref/

View file

@ -68,6 +68,7 @@ extends_documentation_fragment: aci
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.
seealso: seealso:
- module: aci_encap_pool_range
- module: aci_vlan_pool - module: aci_vlan_pool
- name: APIC Management Information Model reference - name: APIC Management Information Model reference
description: More information about the internal APIC class B(fvns:EncapBlk). description: More information about the internal APIC class B(fvns:EncapBlk).