From 3ec2c2b06b992f24e578f7f4441a36e2363ccd73 Mon Sep 17 00:00:00 2001 From: wutianwei Date: Thu, 9 Mar 2017 14:40:11 +0800 Subject: [PATCH] wrong network configuration file. if compass4nfv deploy the scenario of nosdn-openo, it need to use the network_open.yaml. Change-Id: I9761cf5c6943df4f3c51363ef6f148fedbfc6316 Signed-off-by: wutianwei --- jjb/compass4nfv/compass-deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/compass4nfv/compass-deploy.sh b/jjb/compass4nfv/compass-deploy.sh index 6696e4b3d..534e17e62 100644 --- a/jjb/compass4nfv/compass-deploy.sh +++ b/jjb/compass4nfv/compass-deploy.sh @@ -34,6 +34,8 @@ if [[ "${DEPLOY_SCENARIO}" =~ "-ocl" ]]; then export NETWORK_CONF_FILE=network_ocl.yml elif [[ "${DEPLOY_SCENARIO}" =~ "-onos" ]]; then export NETWORK_CONF_FILE=network_onos.yml +elif [[ "${DEPLOY_SCENARIO}" =~ "-openo" ]]; then + export NETWORK_CONF_FILE=network_openo.yml else export NETWORK_CONF_FILE=network.yml fi -- 2.16.6