- Added docker functionality and removed mininet from POC (infrastructure_launch... 91/12391/1
authorKeith Burns (alagalah) <alagalah@gmail.com>
Thu, 30 Oct 2014 21:51:39 +0000 (14:51 -0700)
committerKeith Burns (alagalah) <alagalah@gmail.com>
Thu, 30 Oct 2014 21:51:39 +0000 (14:51 -0700)
commit8879fb757f729be203adef3297d90b4cc74a5672
treec3408dc23ae3ecd2a6a0a4b4508371d0d5329124
parent93f664d0134c265393852977c219bf14fc9dc11d
- Added docker functionality and removed mininet from POC (infrastructure_launch, infrastructure_config)
- Removed policy definition from within odl_gbp and pused to separate policy_config file. Also made necessary
changes to odl_gbp, testOfOverlay to facilitate that and the removal of mininet
- Added helper scripts.

Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
util/dockerTestOfOverlay/README.md [new file with mode: 0644]
util/dockerTestOfOverlay/config.py [deleted file]
util/dockerTestOfOverlay/docker-clean.sh
util/dockerTestOfOverlay/infrastructure_config.py
util/dockerTestOfOverlay/infrastructure_launch.py
util/dockerTestOfOverlay/mininet_gbp.py [deleted file]
util/dockerTestOfOverlay/odl_gbp.py
util/dockerTestOfOverlay/policy_config.py [new file with mode: 0644]
util/dockerTestOfOverlay/start-poc.sh
util/dockerTestOfOverlay/testOfOverlay.py