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
ACI SSoT will be able to sync with an ACI fabric even if objects such as DeviceType, InterfaceTemplate, and Prefix already exist within Nautobot.
Observed Behavior
If DeviceType or InterfaceTemplate already exist within the Nautobot system prior to ACI sync and do not have the proper tags applied the sync will fail because the sync tries to create an object that already exists with the same primary key.
Steps to Reproduce
Configure a Nautobot instance to sync to an ACI fabric
Create a DeviceType for some of the switch models that will exist inside the ACI fabric
Attempt to sync with the ACI fabric
Note the sync fails because it tries to create a DeviceType that already exists. This is because the query against DeviceType excludes objects that do not have the proper tag applied. Device Types will likely exist inside and outside the ACI fabric so the tag filter should not be applied to the query.
The text was updated successfully, but these errors were encountered:
Environment
Expected Behavior
ACI SSoT will be able to sync with an ACI fabric even if objects such as DeviceType, InterfaceTemplate, and Prefix already exist within Nautobot.
Observed Behavior
If DeviceType or InterfaceTemplate already exist within the Nautobot system prior to ACI sync and do not have the proper tags applied the sync will fail because the sync tries to create an object that already exists with the same primary key.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: