Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #116 from nre-learning/add-tier
Browse files Browse the repository at this point in the history
Add tier field to all syringe files
  • Loading branch information
Mierdin authored Oct 27, 2018
2 parents 14f9845 + 5ea26cf commit 55bd504
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Other

- Significant restructuring of docs, and large improvements to contribution pages [#108](https://github.com/nre-learning/antidote/pull/108)
- Added "tier" field to all syringe files [#116](https://github.com/nre-learning/antidote/pull/116)

## v0.1.0

Expand Down
5 changes: 1 addition & 4 deletions lessons/lesson-12/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ lessonName: Network Unit Testing with JSNAPY
lessonID: 12
category: verification
lessondiagram: https://raw.githubusercontent.com/nre-learning/antidote/master/lessons/lesson-12/lessondiagram.png


topologyType: custom

# TODO(mierdin): What about IP addressing for utilities?
tier: prod

utilities:
- name: linux1
Expand Down
1 change: 1 addition & 0 deletions lessons/lesson-13/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lessonName: Multi-Vendor Network Automation with NAPALM
lessonID: 13
category: configuration
topologyType: custom
tier: prod


utilities:
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-14/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
lessonName: Introduction to YAML
lessonID: 14
category: introductory

topologyType: none
tier: prod

utilities:
- name: linux1
Expand Down
1 change: 1 addition & 0 deletions lessons/lesson-15/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lessonName: Event-Driven Network Automation with StackStorm
lessonID: 15
category: configuration
disabled: true
tier: ptr

topologyType: custom

Expand Down
1 change: 1 addition & 0 deletions lessons/lesson-16/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lessonName: Using Jinja for Configuration Templates
lessonID: 16
category: introductory
disabled: true
tier: local

topologyType: none

Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-17/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
lessonName: Version Control with Git
lessonID: 17
category: introductory

topologyType: none
tier: prod

utilities:
- name: linux1
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-18/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lessonName: End-to-End Network Testing with ToDD
lessonID: 18
category: verification
topologyType: custom
disabled: true
tier: ptr

utilities:
- name: todd1
Expand Down
1 change: 1 addition & 0 deletions lessons/lesson-19/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ lessonID: 19
category: introductory
topologyType: custom
lessondiagram: https://raw.githubusercontent.com/nre-learning/antidote/master/lessons/lesson-19/lessondiagram.png
tier: prod

utilities:
- name: linux1
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-20/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lessonName: Introduction to Junos
lessonID: 20
category: introductory
topologyType: custom
disabled: true
tier: ptr

devices:
- name: vqfx1
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-21/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lessonID: 21
category: troubleshooting
lessondiagram: https://raw.githubusercontent.com/nre-learning/antidote/master/lessons/lesson-21/lessondiagram.png
topologyType: custom
# disabled: true
tier: prod

blackboxes:
- name: asterisk
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-22/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lessonID: 22
category: introductory
topologyType: custom
lessondiagram: https://raw.githubusercontent.com/nre-learning/antidote/master/lessons/lesson-22/lessondiagram.png
disabled: true
tier: ptr

utilities:
- name: linux1
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-23/syringe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
lessonName: Linux Basics
lessonID: 23
category: introductory

topologyType: none
tier: prod

utilities:
- name: linux1
Expand Down

0 comments on commit 55bd504

Please sign in to comment.