summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh
diff options
context:
space:
mode:
authorDaniel Smith <daniel.smith@ericsson.com>2015-08-25 11:25:32 -0400
committerDaniel Smith <daniel.smith@ericsson.com>2015-08-25 11:26:19 -0400
commitdd8ca32f84388f1bef6100459161855eee0509e9 (patch)
treebc5cb6219781018cea6703b3b97186ea5d475419 /fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh
parent7957a97c3476f3e2f9c29d22c91d7c117e1df38c (diff)
Removed ODL_DOCKER implementation (DEPRECATED FOR PLUGIN ARCH IN FUEL 6.1/SR1 OF ARNO)
Change-Id: I8643d268c5d5e3395725667deb50b5f9df7c3f09 JIRA:0 Signed-off-by: Daniel Smith <daniel.smith@ericsson.com>
Diffstat (limited to 'fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh')
-rwxr-xr-xfuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh17
1 files changed, 0 insertions, 17 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
deleted file mode 100755
index 3ba07a8..0000000
--- a/fuel/build/f_odl_docker/dockerfile/container_scripts/speak.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/expect
-# Ericsson Research Canada
-#
-# Author: Daniel Smith <daniel.smith@ericsson.com>
-#
-# 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.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"
-expect "root>"
-send "logout\r"
-