{"id":18307559,"url":"https://github.com/netbox-community/netbox-napalm-plugin","last_synced_at":"2025-03-17T16:09:53.042Z","repository":{"id":100637946,"uuid":"594122800","full_name":"netbox-community/netbox-napalm-plugin","owner":"netbox-community","description":"NetBox Napalm plugin","archived":false,"fork":false,"pushed_at":"2024-09-03T19:59:40.000Z","size":4729,"stargazers_count":49,"open_issues_count":12,"forks_count":13,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-09-18T14:11:58.345Z","etag":null,"topics":["netbox","netbox-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netbox-community.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-27T16:48:18.000Z","updated_at":"2024-09-03T19:58:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc32e976-8fcc-48b6-bfe1-9de57116d69a","html_url":"https://github.com/netbox-community/netbox-napalm-plugin","commit_stats":null,"previous_names":["netbox-community/netbox-napalm"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbox-community%2Fnetbox-napalm-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbox-community%2Fnetbox-napalm-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbox-community%2Fnetbox-napalm-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbox-community%2Fnetbox-napalm-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netbox-community","download_url":"https://codeload.github.com/netbox-community/netbox-napalm-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244066179,"owners_count":20392406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["netbox","netbox-plugin"],"created_at":"2024-11-05T16:04:41.599Z","updated_at":"2025-03-17T16:09:53.022Z","avatar_url":"https://github.com/netbox-community.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetBox Napalm Plugin\n\nNetBox plugin for Napalm.\n\n\n* Free software: Apache-2.0\n* Documentation: https://netbox-community.github.io/netbox-napalm-plugin/.\n\n\n## Features\n\nThe features the plugin provides should be listed here.\n\n## Compatibility\n\n| NetBox Version | Plugin Version |\n|----------------|----------------|\n|     3.5        |      0.1.0     |\n|     3.5.8      |      0.1.4     |\n|     3.6.0      |      0.1.5     |\n|     3.7.6      |      0.1.7     |\n|   \u003c 4.0.11     |      0.2.1     |\n|   \u003e= 4.1.0 \u003c 4.2.0    |      0.3.0     |\n|   \u003e= 4.1.0     |      0.3.1     |\n\n## Installation\n\nFor adding to a NetBox Docker setup see\n[the general instructions for using netbox-docker with plugins](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins).\n\n```no-highlight\n$ source /opt/netbox/venv/bin/activate\n(venv) pip install netbox-napalm-plugin\n```\n\nor by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netbox-docker):\n\n```no-highlight\n(venv) netbox-napalm-plugin\n```\n\n### Enable the Plugin\n\nEnable the plugin in `/opt/netbox/netbox/netbox/configuration.py`,\n or if you use netbox-docker, your `/configuration/plugins.py` file :\n\n```no-highlight\nPLUGINS = [\n    'netbox_napalm_plugin'\n]\n```\n\n### Configure Plugin\n\nConfigure the plugin in `configuration.py` under the `PLUGINS_CONFIG` parameter.\n\n```no-highlight\nPLUGINS_CONFIG = {\n    'netbox_napalm_plugin': {\n        'NAPALM_USERNAME': 'xxx',\n        'NAPALM_PASSWORD': 'yyy',\n    },\n}\n```\n\n### Run Database Migrations\n\nRun the provided schema migrations:\n\n```no-highlight\n(venv) $ cd /opt/netbox/netbox/\n(venv) $ python3 manage.py migrate\n```\n\n### Collect Static Files\n\nEnsure the static files are copied to the static root directory with the `collectstatic` management command:\n\n```no-highlight\n(venv) $ cd /opt/netbox/netbox/\n(venv) $ python3 manage.py collectstatic\n```\n\n### Restart WSGI Service\n\nRestart the WSGI service to load the new plugin:\n\n```no-highlight\n# sudo systemctl restart netbox\n```\n\n## Credits\n\nBased on the NetBox plugin tutorial:\n\n- [demo repository](https://github.com/netbox-community/netbox-plugin-demo)\n- [tutorial](https://github.com/netbox-community/netbox-plugin-tutorial)\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [`netbox-community/cookiecutter-netbox-plugin`](https://github.com/netbox-community/cookiecutter-netbox-plugin) project template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetbox-community%2Fnetbox-napalm-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetbox-community%2Fnetbox-napalm-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetbox-community%2Fnetbox-napalm-plugin/lists"}