diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-07-28 14:42:29 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-07-28 14:44:22 +0800 |
commit | 31f9e45614f09ea6f206f8e531291b70c2d700ec (patch) | |
tree | a9e61302473826db5fe7749d0bc0a98308805faa | |
parent | 9d40386d93630fc726271d0f904bf9b4a1f8c071 (diff) |
[compass4nfv] Change the network yaml for odl scenario
Use network_odl.yml for odl scenarios.
Change-Id: Ic12863acda112ed6ca7b39e83a820733e207729d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
-rw-r--r-- | jjb/compass4nfv/compass-deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/compass4nfv/compass-deploy.sh b/jjb/compass4nfv/compass-deploy.sh index ac649b992..4c5448e33 100644 --- a/jjb/compass4nfv/compass-deploy.sh +++ b/jjb/compass4nfv/compass-deploy.sh @@ -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 |