networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
246 stars 46 forks source link

cisco enable secret aren't passed through #63

Closed lethalwp closed 4 years ago

lethalwp commented 4 years ago

The cisco enable secret isn't passed to the onboarding. Thus "enable" doesn't work.

diff: --- a/netbox_onboarding/worker.py +++ b/netbox_onboarding/worker.py @@ -29,6 +29,8 @@ def onboard_device(task_id, credentials): """Process a single OnboardingTask instance.""" username = credentials.username password = credentials.password

dgarros commented 4 years ago

Fixed by #72