From 613ff10892793546146bd7e9d08054788f823609 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Tue, 17 Jan 2017 14:45:57 +0800 Subject: 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 --- deploy/launch.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deploy/launch.sh') 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 -- cgit 1.2.3-korg