Skip to content

Commit

Permalink
Merge pull request #91 from nautobot/nb214
Browse files Browse the repository at this point in the history
Update Nautobot And add Nautobot Design Builder
  • Loading branch information
jtdub authored Feb 15, 2024
2 parents 8005e5d + 708d566 commit d8747cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM public.ecr.aws/ubuntu/ubuntu:22.04_stable

ARG NAUTOBOT_VERSION="2.1.2"
ARG NAUTOBOT_VERSION="2.1.4"

ARG DB_NAME="nautobot"

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ The Nautobot Lab container comes with the following applications pre-installed:
* [BGP Models](https://docs.nautobot.com/projects/bgp-models/en/latest/user/app_overview/)
* [Welcome Wizard](https://docs.nautobot.com/projects/welcome-wizard/en/latest/user/app_overview/)
* [Floorplan](https://docs.nautobot.com/projects/floor-plan/en/latest/user/app_overview/)
* [Design Builder](https://docs.nautobot.com/projects/design-builder/en/latest/user/app_overview/)

These applications can give you a sense of what is possible with Nautobot as a network automation platform and can assist you with populating the lab environment with data that is unique to you. For the applications that require access to network devices, you can set the `NAPALM_USERNAME` AND `NAPALM_PASSWORD` environment variables when starting the container.

Expand Down
1 change: 1 addition & 0 deletions pb_nautobot_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
- "nautobot-bgp-models"
- "nautobot-welcome-wizard"
- "nautobot-floor-plan"
- "nautobot-design-builder"
- "supervisor"
loop_control:
loop_var: "nautobot_item"
Expand Down
1 change: 1 addition & 0 deletions templates/nautobot_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
"nautobot_bgp_models",
"welcome_wizard",
"nautobot_floor_plan",
"nautobot_design_builder",
]

# Plugins configuration settings. These settings are used by various plugins that the user may have installed.
Expand Down

0 comments on commit d8747cc

Please sign in to comment.