CiscoDevNet / ansible-aci

Cisco ACI Ansible Collection
https://galaxy.ansible.com/cisco/aci
GNU General Public License v3.0
143 stars 97 forks source link

Missing modules for fabricSetupP (Pod Fabric Setup Policy) and fabricPodP (Pod Profile) #508

Closed akinross closed 10 months ago

akinross commented 1 year ago

Community Note

Description

Missing modules for pod and pod profiles configuration

1.  fabricPodP (Pod Profile)
    a. name (name)
    b. description (descr)
2.  fabricSetupP (Pod Fabric Setup Policy)
    a. pod_id (podId)
    b. tep_pool ([11.0.0.0/16](https://11.0.0.0/16))
3.  (Remote Pools) -> child config in table fabricSetupP
    a. remote_id
    b. remote_pool
4.  (External TEP) -> child config in table fabricSetupP
    a. ip
    b. reserved_address_count
    c. state

These classes fabricSetupP (Pod Fabric Setup Policy) and fabricPodP (Pod Profile) are related and required to test properly aci_pod_selector defined in https://github.com/CiscoDevNet/ansible-aci/pull/419.

New or Affected Module(s):

APIC version and APIC Platform

Collection versions

References