nautobot-app-device-onboarding
nautobot-app-device-onboarding copied to clipboard
Discussion (not turned on) Idea: Use Welcome Wizard when installed
Environment
- Nautobot version: 1.1.4
- nautobot-device-onboarding version: 1.1.1
Proposed Functionality
- When the Welcome Wizard Plugin is installed, use the Device Type library to search for a match on device type
Use Case
The device type library will include more interfaces, power connections, and if applicable console ports of devices. The proposed logic of sorts would be:
if device_type does not exist:
if welcome_wizard in installed_plugins:
Search welcome wizard device type connection for device
if found import this device type using welcome wizard
end if device type
onboard device type as is today
I like this idea a lot.