netascode / terraform-aci-nac-aci

Terraform Cisco ACI Nexus-as-Code Module
https://registry.terraform.io/modules/netascode/nac-aci/aci
Apache License 2.0
17 stars 14 forks source link

Auto Access Leaf and Spine Interface Selector port shutdown support for APIC 4.x/5.x #96

Open devegupt opened 3 weeks ago

devegupt commented 3 weeks ago

This PR includes the enhancement to support the port shutdown operation on APIC 4.x/5.x while using "new_interface_configuration: false"

andbyrne commented 2 weeks ago

This feature shouldn't use the existing modules. A dedicated blacklist module should be created and called with the appropriate parameters if a relevant auto mode is enabled. You can re-use the majority of the code, but just pull it out into a separate module.

devegupt commented 2 weeks ago

This feature shouldn't use the existing modules. A dedicated blacklist module should be created and called with the appropriate parameters if a relevant auto mode is enabled. You can re-use the majority of the code, but just pull it out into a separate module.

@andbyrne Thanks for the inputs. Sure, will port the code to a new TF module.