wrong network configuration file. 21/30121/1
authorwutianwei <wutianwei1@huawei.com>
Thu, 9 Mar 2017 06:40:11 +0000 (14:40 +0800)
committerwutianwei <wutianwei1@huawei.com>
Thu, 9 Mar 2017 06:40:11 +0000 (14:40 +0800)
if compass4nfv deploy the scenario of nosdn-openo, it need to use the network_open.yaml.

Change-Id: I9761cf5c6943df4f3c51363ef6f148fedbfc6316
Signed-off-by: wutianwei <wutianwei1@huawei.com>
jjb/compass4nfv/compass-deploy.sh

index 6696e4b..534e17e 100644 (file)
@@ -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