ansible-aci icon indicating copy to clipboard operation
ansible-aci copied to clipboard

Tags / Global Alias / Alias (DCNE-102)

Open aciguru opened this issue 5 years ago • 4 comments

SUMMARY The is a feature request to implement support for "Tags", "Global Alias" and Alias for all ACI modules where applicable, see for example aci_epg

ISSUE OPENER rsmeyers

ISSUE TYPE Feature Idea

COMPONENT NAME aci_epg, aci_tenant etc...

aciguru avatar Apr 13 '20 19:04 aciguru

https://github.com/ansible/ansible/issues/63270

aciguru avatar Apr 13 '20 19:04 aciguru

I see in the documentation that aci_bd, aci_ap and others have the parameter "owner_tag", please implement this on aci_epg as well. This is such a useful feature!

Harsbo avatar Nov 15 '22 08:11 Harsbo

The EPG class (fvAEPg) does not support ownerKey and ownerTag properties so it will first have to be added to APIC before we can support it here. BD class (fvBD) does support those.

lhercot avatar Nov 15 '22 08:11 lhercot

You might want to look at tagAnnotation using aci_tag module (https://docs.ansible.com/ansible/devel/collections/cisco/aci/aci_tag_module.html) as that is a children object which is supported everywhere in the MIT.

lhercot avatar Nov 15 '22 08:11 lhercot