-
Hello, I am looking to integrate the Netbox-Topology-Views plugin into the deployed malcolm component netbox (v3.5.7). However, upon restarting the pod post-installation, all changes are lost. What steps should I take to ensure persistent installation? Could you kindly provide a detailed list of instructions? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi! This is something we're tracking as a feature request for an upcoming version. Hopefully until that's complete the details listed in the issue I've linked there can answer your question. |
Beta Was this translation helpful? Give feedback.
-
In the next release this will be handled. From the new documentation that will accompany that release: NetBox PluginsNetBox's functionality can be extended with plugins that can provide "new data models, integrations, and more" (see also the NetBox Wiki). When Malcolm's NetBox container starts up, it installs (using pip) any NetBox plugins that have cloned or downloaded and extracted into subdirectories in The following warning is quoted from the NetBox documentation:
|
Beta Was this translation helpful? Give feedback.
In the next release this will be handled. From the new documentation that will accompany that release:
NetBox Plugins
NetBox's functionality can be extended with plugins that can provide "new data models, integrations, and more" (see also the NetBox Wiki).
When Malcolm's NetBox container starts up, it installs (using pip) any NetBox plugins that have cloned or downloaded and extracted into subdirectories in
./netbox/custom-plugins/
in the Malcolm installation directory. In instances where Malcolm is being run in an offline/airgapped configuration, the plugins' additional dependencies must also be present under./netbox/custom-plugins/requirements/
, where they will be automatically install…