We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7915bb1 commit 0717be8Copy full SHA for 0717be8
netbox_onboarding/netdev_keeper.py
@@ -274,6 +274,8 @@ def get_onboarding_facts(self):
274
)
275
except ImportError as exc:
276
raise OnboardException(reason="fail-general", message="ERROR: ImportError: %s" % exc.args[0])
277
+ elif module_name and not self.load_driver_extension:
278
+ logger.info("INFO: Skipping execution of driver extension")
279
else:
280
logger.info(
281
"INFO: No onboarding extension defined for napalm driver %s, using default napalm driver",
0 commit comments