Skip to content

Commit

Permalink
Update Container names
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Feb 20, 2020
1 parent a9f9f62 commit f1e79ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions labs/lab04-cv-containers/group_vars/CVP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ CVP_CONFIGLETS:
STUDENT_DEVICE-another-configlet: "alias a{{ 999 | random }} show version"

CVP_CONTAINERS:
STUDENT_DEVICE:
STUDENT:
parent_container: Tenant
STUDENT_DEVICE_DC:
parent_container: STUDENT_DEVICE
STUDENT_DC:
parent_container: STUDENT
configlets:
- 'GLOBAL-ALIASES'
STUDENT_DEVICE_LEAFS:
parent_container: STUDENT_DEVICE_DC
STUDENT_DEVICE_SPINES:
parent_container: STUDENT_DEVICE_DC
STUDENT_LEAFS:
parent_container: STUDENT_DC
STUDENT_SPINES:
parent_container: STUDENT_DC
2 changes: 1 addition & 1 deletion labs/lab05-cv-device/group_vars/CVP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CVP_DEVICES:
STUDENT_DEVICE:
name: STUDENT_DEVICE
parentContainerName: STUDENT_DC
parentContainerName: STUDENT
configlets:
- STUDENT_DEVICE
imageBundle: [] # Not yet supported
Expand Down

0 comments on commit f1e79ab

Please sign in to comment.