-
Notifications
You must be signed in to change notification settings - Fork 2
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
800b691
commit deb5c99
Showing
9 changed files
with
129 additions
and
143 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
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
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
18 changes: 17 additions & 1 deletion
18
nautobot_design_builder/tests/designs/templates/simple_design_4.yaml.j2
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 |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--- | ||
manufacturers: | ||
"name": "Test Manufacturer" | ||
- "!create_or_update:name": "Test Manufacturer" | ||
"description": "Test description" | ||
device_roles: | ||
- "!create_or_update:name": "Switch" | ||
"description": "Test description" | ||
device_types: | ||
- "!create_or_update:model": "Test Device Type" | ||
"manufacturer__name": "Test Manufacturer" | ||
sites: | ||
- "!create_or_update:name": "Test Site" | ||
"status__name": "Active" | ||
devices: | ||
- "!create_or_update:name": "Test Device" | ||
"device_role__name": "Switch" | ||
"device_type__model": "Test Device Type" | ||
"site__name": "Test Site" | ||
"status__name": "Active" |
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
Oops, something went wrong.