This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #317 from nre-learning/compatibility-0-6-0
Updates for Antidote 0.6.0 Compatibility
- Loading branch information
Showing
439 changed files
with
1,127 additions
and
3,046 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 was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
collections/cumulus/collection.meta.yaml → ...ons/cumulus-networks/collection.meta.yaml
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
File renamed without changes
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
collections/juniper/collection.meta.yaml → ...ons/juniper-networks/collection.meta.yaml
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
File renamed without changes
This file was deleted.
Oops, something went wrong.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
collections/ntc/collection.meta.yaml → ...ions/network-to-code/collection.meta.yaml
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
File renamed without changes
2 changes: 1 addition & 1 deletion
2
...ctions/packetpushers/collection.meta.yaml → ...tions/packet-pushers/collection.meta.yaml
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
File renamed without changes
2 changes: 1 addition & 1 deletion
2
collections/redhat/collection.meta.yaml → collections/red-hat/collection.meta.yaml
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
File renamed without changes
This file was deleted.
Oops, something went wrong.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
collections/twinbridges/collection.meta.yaml → ...ections/twin-bridges/collection.meta.yaml
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
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: nrelabs | ||
description: Learn next-generation network engineering skills in the browser, for free | ||
website: https://nrelabs.io | ||
aVer: 0.6.0 | ||
gitRoot: https://github.com/nre-learning/nrelabs-curriculum |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
slug: ansible | ||
description: ansible | ||
privileged: false | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'eth0' | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
slug: asterisk | ||
description: asterisk | ||
privileged: true | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'eth0' | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
slug: cvx | ||
description: Cumulus Linux | ||
privileged: true | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'eth0' | ||
- 'eth1' | ||
- 'eth2' | ||
- 'eth3' | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
slug: pjsua-lindsey | ||
description: SIP phone | ||
privileged: true | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'eth0' | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
slug: salt | ||
description: salt | ||
privileged: false | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'eth0' | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
slug: stackstorm | ||
description: stackstorm | ||
privileged: false | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'eth0' | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
slug: terraform | ||
description: terraform | ||
privileged: false | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'eth0' | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
slug: utility | ||
description: Utility image | ||
privileged: false | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'eth0' | ||
- 'eth1' | ||
- 'eth2' | ||
- 'eth3' |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
slug: vqfx-snap1 | ||
description: vqfx | ||
privileged: true | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'em0' | ||
- 'em3' | ||
- 'em4' | ||
- 'em5' | ||
- 'em6' |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
slug: vqfx-snap2 | ||
description: vqfx | ||
privileged: true | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'em0' | ||
- 'em3' | ||
- 'em4' | ||
- 'em5' | ||
- 'em6' |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
slug: vqfx-snap3 | ||
description: vqfx | ||
privileged: true | ||
sshUser: antidote | ||
sshPassword: antidotepassword | ||
configUser: antidote | ||
configPassword: antidotepassword | ||
networkInterfaces: | ||
- 'em0' | ||
- 'em3' | ||
- 'em4' | ||
- 'em5' | ||
- 'em6' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.