CiscoDevNet / ansible-aci

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

Create Module fabricExtConnP and its children #575

Closed samiib closed 3 months ago

samiib commented 5 months ago

Community Note

Description

Missing modules for fabricExtConnP and its children Child Modules :

  1. Fabric External Connection Policy to Pod Connection Profile
  2. Fabric External Connection Policy to Fabric External Routing Profile
  3. Fabric External Routing Profile to Subnet

Original issue related to the below tests failing. However, they're now working with using aci rest to create this config.

The tests for aci_fabric_pod_remote_pool only work on one APIC host. The test requires configuration on the other integration test hosts to allow remote pools to be created on pods.

pod_remote_pool tests throw this error when creating a remote pool on pod-1 in cn-dmz-apic-m1-04-v602h and cn-dmz-apic-m1-03-v52:

fatal: [cn-dmz-apic-m1-04-v602h]: FAILED! => {
    "changed": false,
    "error": {
        "code": "182",
        "text": "Configure Routable Subnet for all pods before configuring Remote TEP Pool"
    }, 

Although the tests do work on cn-dmz-apic-m1-02-v42.