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 #317 from nre-learning/compatibility-0-6-0
Browse files Browse the repository at this point in the history
Updates for Antidote 0.6.0 Compatibility
  • Loading branch information
Mierdin authored Apr 11, 2020
2 parents 7d47f39 + c6ab9d3 commit acb6a6b
Show file tree
Hide file tree
Showing 439 changed files with 1,127 additions and 3,046 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ __pycache__
*.img
*.tgz

!lessons/tools/lesson-41-ansible-network/stage1/hosts
!lessons/ansible-network-automation/stage0/hosts
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ notifications:
services:
- docker
before_install:
- docker pull antidotelabs/syringe:latest
- docker run -v $(pwd):/antidote antidotelabs/syringe syrctl validate /antidote
- docker pull antidotelabs/antidote-core:latest
- docker run -v $(pwd):/antidote antidotelabs/antidote-core antidote validate /antidote
install:
- ./check-changelog.sh
sudo: false
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## In development

- Updates for 0.6.0 Compatibility [#317](https://github.com/nre-learning/nrelabs-curriculum/pull/317)

## v1.1.2 - April 06, 2020

Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

[![Build Status](https://travis-ci.org/nre-learning/nrelabs-curriculum.svg?branch=master)](https://travis-ci.org/nre-learning/nrelabs-curriculum)

This repository houses the curriculum for [NRE Labs](https://labs.networkreliability.engineering), a site for
teaching network automation in the browser using real, interactive, compelling virtual environments.
This repository houses the curriculum for [NRE Labs](https://nrelabs.io), a site for teaching next-generation network engineering skills in the browser powered by on-demand, interactive virtual environments, and compelling real-world scenarios.

It's powered by the [Antidote](https://github.com/nre-learning/antidote) project, which provides a platform for representing curriculum-as-code, meaning all learning materials can be represented as simple text files, stored in a Git repo. This repo houses exactly that - all of the learning materials for the NRE Labs curriculum.

Contributions of all kinds to this curriculum are not only welcome, but encouraged! Please first read the [contribution guide](https://antidoteproject.readthedocs.io/en/latest/contribute-nrelabs/index.html) for information on not only how to contribute, but some of the key ideas and philosophies behind the curriculum.
If you are interested in contributing to this curriculum - great! We would love to have you. Head on over to the [contribution guide](https://docs.nrelabs.io/creating-contributing/getting-started) to get started.
14 changes: 0 additions & 14 deletions collections/cisco/collection.meta.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 8
slug: cumulus-networks
title: Cumulus Networks
image: https://raw.githubusercontent.com/nre-learning/nrelabs-curriculum/v1.1.1/collections/cumulus/cumulus.png
website: https://cumulusnetworks.com
Expand Down
File renamed without changes
14 changes: 0 additions & 14 deletions collections/gdt/collection.meta.yaml

This file was deleted.

Binary file removed collections/gdt/gdt.jpg
Binary file not shown.
15 changes: 0 additions & 15 deletions collections/hexabuild/collection.meta.yaml

This file was deleted.

Binary file removed collections/hexabuild/hexabuild.png
Binary file not shown.
15 changes: 0 additions & 15 deletions collections/ignw/collection.meta.yaml

This file was deleted.

Binary file removed collections/ignw/ignw.png
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 1
slug: juniper-networks
title: Juniper Networks
image: https://raw.githubusercontent.com/nre-learning/nrelabs-curriculum/v1.1.1/collections/juniper/juniper.png
website: https://learningportal.juniper.net/juniper/user_activity_info.aspx?id=10275
Expand Down
File renamed without changes
24 changes: 0 additions & 24 deletions collections/myriad/collection.meta.yaml

This file was deleted.

Binary file removed collections/myriad/myriad.jpeg
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 10
slug: network-to-code
title: Network To Code
image: https://raw.githubusercontent.com/nre-learning/nrelabs-curriculum/v1.1.1/collections/ntc/ntc.png
website: https://www.networktocode.com/
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 9
slug: packet-pushers
title: Packet Pushers
image: https://raw.githubusercontent.com/nre-learning/nrelabs-curriculum/v1.1.1/collections/packetpushers/pp.jpg
website: https://packetpushers.net/
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 7
slug: red-hat
title: Red Hat
image: https://raw.githubusercontent.com/nre-learning/nrelabs-curriculum/v1.1.1/collections/redhat/redhat.jpg
website: https://www.redhat.com
Expand Down
File renamed without changes
15 changes: 0 additions & 15 deletions collections/synercomm/collection.meta.yaml

This file was deleted.

Binary file removed collections/synercomm/synercomm.png
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 11
slug: twin-bridges
title: Twin Bridges Technology
image: https://raw.githubusercontent.com/nre-learning/nrelabs-curriculum/v1.1.1/collections/twinbridges/twinbridges.png
website: https://pynet.twb-tech.com/
Expand Down
5 changes: 5 additions & 0 deletions curriculum.meta.yaml
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
11 changes: 11 additions & 0 deletions images/ansible/image.meta.yaml
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'


11 changes: 11 additions & 0 deletions images/asterisk/image.meta.yaml
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'


13 changes: 13 additions & 0 deletions images/cvx/image.meta.yaml
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'

10 changes: 10 additions & 0 deletions images/pjsua-lindsey/image.meta.yaml
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'

10 changes: 10 additions & 0 deletions images/salt/image.meta.yaml
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'

2 changes: 1 addition & 1 deletion images/selfservice-flask-app/sample_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def create_app(configfile=None):
# http://flask.pocoo.org/docs/patterns/appfactories/


APPLICATION_ROOT = '/%s' % os.environ['SYRINGE_FULL_REF']
APPLICATION_ROOT = '/%s' % os.environ['ANTIDOTE_FULL_REF']

app = Flask(__name__)

Expand Down
4 changes: 2 additions & 2 deletions images/selfservice-flask-app/sample_application/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ class SelfServiceForm(Form):

def create_app(configfile=None):

APPLICATION_ROOT = '/%s' % os.environ['SYRINGE_FULL_REF']
APPLICATION_ROOT = '/%s' % os.environ['ANTIDOTE_FULL_REF']

app = Flask(__name__)
app.config['APPLICATION_ROOT'] = '/%s' % os.environ['SYRINGE_FULL_REF']
app.config['APPLICATION_ROOT'] = '/%s' % os.environ['ANTIDOTE_FULL_REF']

AppConfig(app, configfile) # Flask-Appconfig is not necessary, but
# highly recommend =)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions images/stackstorm/image.meta.yaml
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.
10 changes: 10 additions & 0 deletions images/terraform/image.meta.yaml
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'

12 changes: 12 additions & 0 deletions images/utility/image.meta.yaml
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.
13 changes: 13 additions & 0 deletions images/vqfx-snap1/image.meta.yaml
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.
13 changes: 13 additions & 0 deletions images/vqfx-snap2/image.meta.yaml
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.
13 changes: 13 additions & 0 deletions images/vqfx-snap3/image.meta.yaml
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'
26 changes: 0 additions & 26 deletions images/vqfx/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions images/vqfx/push.sh

This file was deleted.

Loading

0 comments on commit acb6a6b

Please sign in to comment.