ACI: Rename aci_intf_policy_* to aci_interface_policy_* (#35170)
* ACI: Rename aci_intf_policy_* to aci_interface_policy_* * Modify documentation accordingly * Fix validity ignore file
This commit is contained in:
parent
8fdfda76e9
commit
46e53f90a7
13 changed files with 24 additions and 18 deletions
1
lib/ansible/modules/network/aci/_aci_intf_policy_fc.py
Symbolic link
1
lib/ansible/modules/network/aci/_aci_intf_policy_fc.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
aci_interface_policy_fc.py
|
1
lib/ansible/modules/network/aci/_aci_intf_policy_l2.py
Symbolic link
1
lib/ansible/modules/network/aci/_aci_intf_policy_l2.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
aci_interface_policy_l2.py
|
1
lib/ansible/modules/network/aci/_aci_intf_policy_lldp.py
Symbolic link
1
lib/ansible/modules/network/aci/_aci_intf_policy_lldp.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
aci_interface_policy_lldp.py
|
1
lib/ansible/modules/network/aci/_aci_intf_policy_mcp.py
Symbolic link
1
lib/ansible/modules/network/aci/_aci_intf_policy_mcp.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
aci_interface_policy_mcp.py
|
1
lib/ansible/modules/network/aci/_aci_intf_policy_port_channel.py
Symbolic link
1
lib/ansible/modules/network/aci/_aci_intf_policy_port_channel.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
aci_interface_policy_port_channel.py
|
|
@ -0,0 +1 @@
|
|||
aci_interface_policy_port_security.py
|
|
@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_intf_policy_fc
|
||||
module: aci_interface_policy_fc
|
||||
short_description: Manage Fibre Channel interface policies on Cisco ACI fabrics (fc:IfPol)
|
||||
description:
|
||||
- Manage ACI Fiber Channel interface policies on Cisco ACI fabrics.
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: aci
|
|||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
- aci_intf_policy_fc:
|
||||
- aci_interface_policy_fc:
|
||||
hostname: '{{ hostname }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
|
@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_intf_policy_l2
|
||||
module: aci_interface_policy_l2
|
||||
short_description: Manage Layer 2 interface policies on Cisco ACI fabrics (l2:IfPol)
|
||||
description:
|
||||
- Manage Layer 2 interface policies on Cisco ACI fabrics.
|
||||
|
@ -56,7 +56,7 @@ extends_documentation_fragment: aci
|
|||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
- aci_intf_policy_l2:
|
||||
- aci_interface_policy_l2:
|
||||
hostname: '{{ hostname }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
|
@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_intf_policy_lldp
|
||||
module: aci_interface_policy_lldp
|
||||
short_description: Manage LLDP interface policies on Cisco ACI fabrics (lldp:IfPol)
|
||||
description:
|
||||
- Manage LLDP interface policies on Cisco ACI fabrics.
|
||||
|
@ -54,7 +54,7 @@ extends_documentation_fragment: aci
|
|||
|
||||
# FIXME: Add more, better examples
|
||||
EXAMPLES = r'''
|
||||
- aci_intf_policy_lldp:
|
||||
- aci_interface_policy_lldp:
|
||||
hostname: '{{ hostname }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
|
@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_intf_policy_mcp
|
||||
module: aci_interface_policy_mcp
|
||||
short_description: Manage MCP interface policies on Cisco ACI fabrics (mcp:IfPol)
|
||||
description:
|
||||
- Manage MCP interface policies on Cisco ACI fabrics.
|
||||
|
@ -47,7 +47,7 @@ extends_documentation_fragment: aci
|
|||
|
||||
# FIXME: Add more, better examples
|
||||
EXAMPLES = r'''
|
||||
- aci_mcp:
|
||||
- aci_interface_policy_mcp:
|
||||
hostname: '{{ hostname }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
|
@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_intf_policy_port_channel
|
||||
module: aci_interface_policy_port_channel
|
||||
short_description: Manage port channel interface policies on Cisco ACI fabrics (lacp:LagPol)
|
||||
description:
|
||||
- Manage port channel interface policies on Cisco ACI fabrics.
|
||||
|
@ -100,7 +100,7 @@ extends_documentation_fragment: aci
|
|||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
- aci_intf_policy_port_channel:
|
||||
- aci_interface_policy_port_channel:
|
||||
hostname: '{{ inventory_hostname }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
|
@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_intf_policy_port_security
|
||||
module: aci_interface_policy_port_security
|
||||
short_description: Manage port security on Cisco ACI fabrics (l2:PortSecurityPol)
|
||||
description:
|
||||
- Manage port security on Cisco ACI fabrics.
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: aci
|
|||
|
||||
# FIXME: Add more, better examples
|
||||
EXAMPLES = r'''
|
||||
- aci_intf_policy_port_security:
|
||||
- aci_interface_policy_port_security:
|
||||
hostname: '{{ inventory_hostname }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
|
@ -280,12 +280,12 @@ lib/ansible/modules/network/aci/aci_epg_monitoring_policy.py E322
|
|||
lib/ansible/modules/network/aci/aci_epg_to_contract.py E322
|
||||
lib/ansible/modules/network/aci/aci_epg_to_domain.py E322
|
||||
lib/ansible/modules/network/aci/aci_filter.py E322
|
||||
lib/ansible/modules/network/aci/aci_intf_policy_fc.py E322
|
||||
lib/ansible/modules/network/aci/aci_intf_policy_l2.py E322
|
||||
lib/ansible/modules/network/aci/aci_intf_policy_lldp.py E322
|
||||
lib/ansible/modules/network/aci/aci_intf_policy_mcp.py E322
|
||||
lib/ansible/modules/network/aci/aci_intf_policy_port_channel.py E322
|
||||
lib/ansible/modules/network/aci/aci_intf_policy_port_security.py E322
|
||||
lib/ansible/modules/network/aci/aci_interface_policy_fc.py E322
|
||||
lib/ansible/modules/network/aci/aci_interface_policy_l2.py E322
|
||||
lib/ansible/modules/network/aci/aci_interface_policy_lldp.py E322
|
||||
lib/ansible/modules/network/aci/aci_interface_policy_mcp.py E322
|
||||
lib/ansible/modules/network/aci/aci_interface_policy_port_channel.py E322
|
||||
lib/ansible/modules/network/aci/aci_interface_policy_port_security.py E322
|
||||
lib/ansible/modules/network/aci/aci_l3out_route_tag_policy.py E322
|
||||
lib/ansible/modules/network/aci/aci_rest.py E322
|
||||
lib/ansible/modules/network/aci/aci_taboo_contract.py E322
|
||||
|
|
Loading…
Reference in a new issue