-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a37dafb
commit 0cf3168
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ Once the s3-integrator charm has been deployed, integrate the charm with NetBox: | |
juju integrate s3-integrator netbox | ||
``` | ||
|
||
See the [s3-integrator charmhub page](https://charmhub.io/s3-integrator) for more information. | ||
See the [s3-integrator Charmhub page](https://charmhub.io/s3-integrator) for more information. | ||
|
||
### Deploy the traefik-k8s charm | ||
|
||
|
@@ -138,3 +138,12 @@ juju run netbox/0 create-superuser username=admin [email protected] | |
|
||
Congratulations, With the username created and the password provided in the response, | ||
you have now full access to your own NetBox! | ||
|
||
# Clean up the Environment | ||
|
||
Well done! You’ve successfully completed the NetBox tutorial. To remove the | ||
model environment you created during this tutorial, use the following command. | ||
|
||
```bash | ||
juju destroy-model netbox-tutorial | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters