summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-05-18 18:29:29 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-05-18 18:29:29 +0000
commited183d539d5fe2c582f9a1b6cca9362237098867 (patch)
tree074dd6544af479b29d5eb63176228cd13f0ab413 /fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh
parent2c4721fe4bb0395304c7606a1d565a5019a0565d (diff)
parent9c13f3590337816816a09954cb7bd3be0302a383 (diff)
Merge "Update for SR3 Helium for ODL and refactoring other files."
Diffstat (limited to 'fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh')
-rwxr-xr-xfuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh b/fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh
index 2d363c9..3ba07a8 100755
--- a/fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh
+++ b/fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh
@@ -6,8 +6,9 @@
# Simple expect script to start up ODL client and load feature set for DLUX and OVSDB
#
# NOTE: THIS WILL BE REPLACED WITH A PROGRAMATIC METHOD SHORTLY
+# DEPRECATED AFTER ARNO
-spawn /opt/odl/distribution-karaf-0.2.2-Helium-SR2/bin/client
+spawn /opt/odl/distribution-karaf-0.2.3-Helium-SR3/bin/client
expect "root>"
send "feature:install odl-base-all odl-aaa-authn odl-restconf odl-nsf-all odl-adsal-northbound odl-mdsal-apidocs odl-ovsdb-openstack odl-ovsdb-northbound odl-dlux-core"
send "\r\r\r"