Skip to content

Commit e4c0395

Browse files
committed
netbox-initializers updates
1 parent 9c6c570 commit e4c0395

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.devcontainer/Dockerfile-plugin_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG NETBOX_VARIANT=v3.4
22

33
FROM netboxcommunity/netbox:${NETBOX_VARIANT}
44

5-
ARG NETBOX_INITIALIZERS_VARIANT=3.4.0
5+
ARG NETBOX_INITIALIZERS_VARIANT=3.4.*
66

77
ARG DEBIAN_FRONTEND=noninteractive
88

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ Each Plugin Version listed below has been tested with its corresponding NetBox V
4040
|:--------------:|:--------------:|
4141
| 3.2 | 1.0.1 |
4242
| 3.3 | 1.1.0 |
43-
| 3.4 | 1.2.0
44-
45-
46-
43+
| 3.4 | 1.2.0 |
4744

4845
## Installing
4946

@@ -84,8 +81,8 @@ To develop this plugin further one can use the included .devcontainer configurat
8481
1. In the WSL terminal, enter `code` to run Visual studio code.
8582
2. Install the devcontainer extension "ms-vscode-remote.remote-containers"
8683
3. Press Ctrl+Shift+P and use the "Dev Container: Clone Repository in Container Volume" function to clone this repository. This will take a while depending on your computer
87-
4. If you'd like the netbox instance to be prepopulated run `make Makefile example_initializers` and `make Makefile load_initializers`
88-
5. Start the netbox instance using `make Makefile all`
84+
4. If you'd like the netbox instance to be prepopulated with example data from [netbox-initializers](https://github.com/tobiasge/netbox-initializers) run `make initializers`
85+
5. Start the netbox instance using `make all`
8986

9087
Your netbox instance will be served under 0.0.0.0:8000, so it should now be available under localhost:8000.
9188

0 commit comments

Comments
 (0)