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
It seems that Vlans are not synchronized (not tagged with netbox-ssot), only the DefaultVlanGroup are created/updated.
nicolas@MacBook-Pro-de-Nicolas:~/go/src/github.com/n-rodriguez/netbox-ssot$ grep 'Vlan ' foo.log
2025/02/27 20:45:06 rest.go:66 DEBUG (inventory): Getting all objects.Vlan from Netbox
2025/02/27 20:45:06 rest.go:69 DEBUG (inventory): Getting objects.Vlan with limit=250 and offset=0
2025/02/27 20:45:06 add_items.go:906 DEBUG (inventory): Vlan FooDefaultVlanGroup already exists in Netbox and is up to date...
2025/02/27 20:45:06 add_items.go:906 DEBUG (inventory): Vlan FooDefaultVlanGroup already exists in Netbox and is up to date...
2025/02/27 20:45:06 add_items.go:906 DEBUG (inventory): Vlan BarDefaultVlanGroup already exists in Netbox and is up to date...
2025/02/27 20:45:06 add_items.go:906 DEBUG (inventory): Vlan BarDefaultVlanGroup already exists in Netbox and is up to date...
Thank you!
The text was updated successfully, but these errors were encountered:
Hi there!
It seems that Vlans are not synchronized (not tagged with
netbox-ssot
), only theDefaultVlanGroup
are created/updated.Thank you!
The text was updated successfully, but these errors were encountered: