nautobot/nautobot-app-ssot

ACI Job Fails with Controller Managed Device Group Error

ShivaniMauryaIntel opened this issue · 2 comments

Environment

  • Python version: 3.9.18
  • Nautobot version: 2.3.2
  • nautobot-ssot version: 3.1.0

ACI Job Successful

ACI Job Failed with error - "Controller Managed Device group"
image

Steps to Reproduce

  1. Uninstall & Install the latest version of ssot[aci] code which is fixed as part of the bug - #479
  2. Run the ACI Sync Job Again
  3. The job fails with the error of "Controller Managed device group"
  4. Check on the nautobot server if the latest code is being pulled. You will still see that the old code is pulled instead of the new code -
    image

Please check if the main branch has this code change.

Also, the code changes are not updated on Github repo for the v3.1.0 -
image

This was fixed in #547.