Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Missing modules for fabricExtConnP and its children
Child Modules :
Fabric External Connection Policy to Pod Connection Profile
Fabric External Connection Policy to Fabric External Routing Profile
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.
Community Note
Description
Missing modules for fabricExtConnP and its children Child Modules :
Original issue related to the below tests failing. However, they're now working with using aci rest to create this config.