[compass4nfv] Change the network yaml for odl scenario 07/60307/1
authorHarry Huang <huangxiangyu5@huawei.com>
Sat, 28 Jul 2018 06:42:29 +0000 (14:42 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Sat, 28 Jul 2018 06:44:22 +0000 (14:44 +0800)
Use network_odl.yml for odl scenarios.

Change-Id: Ic12863acda112ed6ca7b39e83a820733e207729d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
jjb/compass4nfv/compass-deploy.sh

index ac649b9..4c5448e 100644 (file)
@@ -35,6 +35,8 @@ export OPENSTACK_VERSION=${COMPASS_OPENSTACK_VERSION}
 
 if [[ "${DEPLOY_SCENARIO}" =~ "-ocl" ]]; then
     export NETWORK_CONF_FILE=network_ocl.yml
+elif [[ "${DEPLOY_SCENARIO}" =~ "-odl" ]]; then
+    export NETWORK_CONF_FILE=network_odl.yml
 elif [[ "${DEPLOY_SCENARIO}" =~ "-onos" ]]; then
     export NETWORK_CONF_FILE=network_onos.yml
 elif [[ "${DEPLOY_SCENARIO}" =~ "-openo" ]]; then