diff options
author | Daniel Smith <daniel.smith@ericsson.com> | 2015-08-27 11:31:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-08-27 11:31:54 +0000 |
commit | b9c506d16deb32d1d1a391962e961e5f84937143 (patch) | |
tree | 29a3782f5515ab52e6ae664a260a40d3a9356d4d /common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/speak.sh | |
parent | e81470c59a70eab98426917702d592c4fc7f97e0 (diff) | |
parent | dd8ca32f84388f1bef6100459161855eee0509e9 (diff) |
Merge "Removed ODL_DOCKER implementation (DEPRECATED FOR PLUGIN ARCH IN FUEL 6.1/SR1 OF ARNO)"
Diffstat (limited to 'common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/speak.sh')
-rw-r--r-- | common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/speak.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/speak.sh b/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/speak.sh deleted file mode 100644 index 95bbaf4..0000000 --- a/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/speak.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/expect -############################################################################## -# Copyright (c) 2015 Ericsson AB and others. -# daniel.smith@ericsson.com -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## -# -# 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 -################################################################################# - -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" |