networktocode / ntc-netbox-plugin-onboarding

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

Add support for NetBox's NAPALM arguments #102

Closed mzbroch closed 3 years ago

mzbroch commented 3 years ago

Platform View (dcim/platforms/) allows to specify custom NAPALM arguments - currently those are not respected by the onboarding plugin.

  1. Add support for NetBox's NAPALM arguments in get_onboarding_facts
  2. Highest priority for NAPALM arguments is NetBox
  3. Lower priority for NAPALM arguments is env variables (settings.NAPALM_ARGS)
  4. Arguments (NetBox and env) should be merged
mzbroch commented 3 years ago

Closed by #108