Skip to content
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

Cant use the device onboarding plugin #90

Open
Garrett2532 opened this issue Feb 5, 2024 · 4 comments
Open

Cant use the device onboarding plugin #90

Garrett2532 opened this issue Feb 5, 2024 · 4 comments

Comments

@Garrett2532
Copy link

I cannot figure out how to use the device onboarding plugin. It comes installed with the lab. I have checked the nautobot_config.py file. It enabled in the plugins section and is configured with no extra parameters. It should show up in the left under plugins, but instead all that is there is installed plugins. When I click on that I see the onboarding plugin but the home button is a different color and nothing happens when I click or hover on it. Most of the other plugins are like this as well.

I started the lab instance with docker run -itd --name nautobot -p 8000:8000 --env NAPALM_USERNAME="demouser" --env NAPALM_PASSWORD="demopass" networktocode/nautobot-lab:latest

image

@itdependsnetworks
Copy link

This simply comes from the home_view_name of the nautobot app configuration, see here: https://docs.nautobot.com/projects/core/en/latest/development/apps/api/nautobot-app-config/#optional-nautobotappconfig-attributes for details, which those plugins that are shaded on the home icon are not set.

In your included screenshot, in the left navbar, you can see 6 up from "Plugins" is the "Device Lifecycle" navigation.

@Garrett2532
Copy link
Author

Ok that makes sense for the grayed out portion of the button, but what about using the plugin itself, how can I do that in the lab?

@itdependsnetworks
Copy link

Just click on Device Lifecycle to see what features and views it provides.

@Garrett2532
Copy link
Author

I dont see anything related to the device onboarding plugin.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants