-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import_netbox_json instead of import_netbox #125
Comments
`nautobot@6589ea9ea190:/$ nautobot-server help Type 'nautobot-server help ' for help on a specific subcommand. Available subcommands: [auth] [cacheops] [constance] [contenttypes] [core] [dcim] [django] [django_extensions] [django_jinja] [django_rq] [drf_spectacular] [extras] [graphene_django] [health_check] [nautobot_netbox_importer] [rest_framework] [sessions] [social_django] [staticfiles] [utilities] |
@moseisleydk This project is being completely revamped to support the new Nautobot 2.x and NetBox 3.x. The current version only supports NetBox 2.x and Nautobot 1.x. |
@chadell - Thanks for the info. I will sit thight and wait for it ! |
you can also give it a try, and use the code from |
Release of the new version is comming soon @moseisleydk, the latest changes are merged to the To get dev environment running, you can follow instructions here: https://github.com/nautobot/nautobot-app-netbox-importer/blob/develop/docs/dev/demo.md |
Environment
Availability of "nautobot-server import_netbox" on the command line
Only nautobot-server import_netbox_json is available (without options).
Using this nautobot-server import_netbox_json gives:
6589ea9ea190:/$ nautobot-server import_netbox_json /tmp/netbox_data.json 3.4.7
CommandError: Maximum NetBox version supported is 2.10.8
6589ea9ea190:/$
Steps to Reproduce
I have installed nautobot in docker after the docs, its clean
I have installed nautobot_netbox_importer 1.4.2 (pip install nautobot-netbox-importer in the container) and can see it in Naubot under plugins. as in https://docs.nautobot.com/projects/netbox-importer/en/latest/admin/install/#access-requirements
I have exported a json out fron an existing NetBox 3.4.7
The text was updated successfully, but these errors were encountered: