aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
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