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
The error message returned by the controller is useful, but we should look into avoiding this error entirely by checking the status of PER_VRF_LOOPBACK_AUTO_PROVISION before trying to clear the loopback ID.
Actual Behavior
An Internal Server Error occurs.
fatal: [10.1.1.1]: FAILED! =>
{
"changed": false,
"msg":
{
"DATA": {
"Error": "Internal Server Error",
"message": "per vrf level loopback is enabled and hence not allowed to clear the loopback ID or IP",
"path": "/rest/top-down/fabrics/MSD/vrfs/attachments",
"status": "500",
"timestamp": "2024-11-28 01:35:15.164"},
"MESSAGE": "Internal Server Error",
"METHOD": "POST",
"REQUEST_PATH": "https://10.1.1.1:443/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/top-down/fabrics/MSD/vrfs/attachments",
"RETURN_CODE": 500
}
}
}
Steps to Reproduce
Run the attached playbook.
This creates a fabric with PER_VRF_LOOPBACK_AUTO_PROVISION set to True.
References
The text was updated successfully, but these errors were encountered:
Community Note
Ansible Version and collection version
DCNM version
Affected module(s)
Ansible Playbook
The error occurs during the merge VRF task.
The tasks following merge VRF are provided as a convenience for cleaning up.
Debug Output
Expected Behavior
The error message returned by the controller is useful, but we should look into avoiding this error entirely by checking the status of
PER_VRF_LOOPBACK_AUTO_PROVISION
before trying to clear the loopback ID.Actual Behavior
An Internal Server Error occurs.
Steps to Reproduce
Run the attached playbook.
This creates a fabric with
PER_VRF_LOOPBACK_AUTO_PROVISION
set to True.References
The text was updated successfully, but these errors were encountered: