-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- Python version: 3.6.8
- NetBox version: 2.8.7
- ntc-netbox-plugin-onboarding version: 1.2.0
After upgrading the onboarding plugin onboarding a new device fails with "create_management_interface_if_missing". Device is created but the management interface is missing.
For this switch I do not have a dedicated management interface but I use inline management of VLAN10.
With verison 1.1.0 of the pluging onboarding created the VLAN10 as the management interface correctly. After upgrade to version 1.2 he device is created but no interface for that device is generated.
Steps to Reproduce
- Upgrade the onboarding pluging from 1.1.0 to 1.2.0
- onboard a device with site and IP address
- wait for the error.
- Device is created, but without interface.
Expected Behavior
Device being created with the VLAN10 interface.
Observed Behavior
Device created without the interface.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working