Vagrant bootstrap.sh typo #2823

Closed
opened 2025-12-29 18:22:28 +01:00 by adam · 1 comment
Owner

Originally created by @davetayl on GitHub (Aug 23, 2019).

Currently lines 89 and 93 of the vagrant bootstarp.sh script are the same. So it looks like NAPALM drivers aren't being loaded.

# Load Initial Data (Optional) Comment out if you like
printf "Step 18 of 19: Load intial data."
python3 /opt/netbox/netbox/manage.py loaddata initial_data > /dev/null

# Install NAPALM Drivers
printf "Step 19 of 19: Installing NAPALM Drivers"
python3 /opt/netbox/netbox/manage.py loaddata initial_data > /dev/null

Originally created by @davetayl on GitHub (Aug 23, 2019). Currently lines 89 and 93 of the vagrant bootstarp.sh script are the same. So it looks like NAPALM drivers aren't being loaded. ``` # Load Initial Data (Optional) Comment out if you like printf "Step 18 of 19: Load intial data." python3 /opt/netbox/netbox/manage.py loaddata initial_data > /dev/null # Install NAPALM Drivers printf "Step 19 of 19: Installing NAPALM Drivers" python3 /opt/netbox/netbox/manage.py loaddata initial_data > /dev/null ```
adam closed this issue 2025-12-29 18:22:28 +01:00
Author
Owner

@DanSheps commented on GitHub (Aug 23, 2019):

This issue has been closed as it does not conform to one of the provided templates as required by the contributing guide. If you'd like to request that your issue be re-opened, please first update the content so that it matches the appropriate template (this may require rewriting your issue entirely).

Just as a FYI, vagrant is not handled by the core Netbox team, so this would also be closed due to that.

@DanSheps commented on GitHub (Aug 23, 2019): This issue has been closed as it does not conform to one of the [provided templates](https://github.com/digitalocean/netbox/issues/new/choose) as required by the [contributing guide](https://github.com/digitalocean/netbox/blob/master/CONTRIBUTING.md). If you'd like to request that your issue be re-opened, please first update the content so that it matches the appropriate template (this may require rewriting your issue entirely). Just as a FYI, vagrant is not handled by the core Netbox team, so this would also be closed due to that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2823