aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2017-02-04 06:26:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-04 06:26:03 +0000
commitbf6f490bbac43392db6d0d3a5f27d4209b3967dc (patch)
treeb1f50ccc3b48577885561b7011ce399879035d0b /deploy/launch.sh
parent2ae42e67d316e7fdf2b25303907e20c336de8d5f (diff)
parent613ff10892793546146bd7e9d08054788f823609 (diff)
Merge "Add opera support"
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index 7d0e269c..aa476784 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -141,3 +141,6 @@ echo "+-----------------+----------+--------------------------------+"
echo "NOTE: openrc file is in the controller nodes"
echo ""
+if [[ ${DHA##*/} =~ "openo" ]]; then
+ python ${COMPASS_DIR}/deploy/opera_adapter.py $DHA $NETWORK
+fi