You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Acknowledgement
Thank you to Alessandro De Prato for bringing this issue to our attention.
After merging the above fabric, the Fabric Type column in the NDFC GUI (NDFC -> Manage -> Fabrics) should display "Multi-Site External Network".
Actual Behavior
After merging the above fabric, the Fabric Type column in the NDFC GUI (NDFC -> Manage -> Fabrics) displays "Custom Fabric".
Steps to Reproduce
Run the provided playbook.
Workaround
Until a fix is integrated, the following modification to the playbook will nudge NDFC to display a proper label for ISN fabric type. The EXT_FABRIC_TYPE key is used only for fabrics that use the External_Fabric template.
1. module_utils/fabric/create.py
Modify the payload for external fabric types to include EXT_FABRIC_TYPE key with value being the default value that the NDFC GUI uses to display the fabric type.
2. module_utils/fabric/fabric_types.py
Add a mapping between external fabric types and the string NDFC uses when displaying the fabric type.
Community Note
Acknowledgement
Thank you to Alessandro De Prato for bringing this issue to our attention.
Ansible Version and collection version
DCNM version
Affected module(s)
Ansible Playbook
Debug Output
Expected Behavior
After merging the above fabric, the
Fabric Type
column in the NDFC GUI (NDFC -> Manage -> Fabrics
) should display "Multi-Site External Network".Actual Behavior
After merging the above fabric, the
Fabric Type
column in the NDFC GUI (NDFC -> Manage -> Fabrics
) displays "Custom Fabric".Steps to Reproduce
Run the provided playbook.
Workaround
Until a fix is integrated, the following modification to the playbook will nudge NDFC to display a proper label for ISN fabric type. The
EXT_FABRIC_TYPE
key is used only for fabrics that use theExternal_Fabric
template.References
The text was updated successfully, but these errors were encountered: