aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2017-01-17 14:45:57 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2017-02-04 09:57:41 +0800
commit613ff10892793546146bd7e9d08054788f823609 (patch)
tree99c710e58c483df532cbb37111fb3f123e5ed04e /deploy/launch.sh
parent7173757a6190f4528d36053d82467c74dbf16b3f (diff)
Add opera support
JIRA: COMPASS-504 JIRA: OPERA-1 Function: support open-o deployment by calling opera project. open-o deployment will start at the end of normal compass4nfv deployment. Changes: 1. add scenario and network yaml for opera 2. add opera_adapter.py for calling opera Attention: The git URL for opera will change after opera patch OPERA-2 is meraged. This patch should be modifed before meraged. Change-Id: Id0afcece920c4107bb23f42b460c46eec3ca97e6 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
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