summaryrefslogtreecommitdiffstats
path: root/components/congress/joid/install_congress_2.sh
diff options
context:
space:
mode:
authorblsaws <bs3131@att.com>2016-02-17 15:32:07 -0800
committerblsaws <bs3131@att.com>2016-04-01 08:30:07 -0700
commit481e007a8ef5a4ffcd24d29a011c885b4955ab3f (patch)
tree25a36cfc9e5a8ead73b093ac20cdf8d341ef7097 /components/congress/joid/install_congress_2.sh
parent8c5d8a87f57405781810960d508d9ed7920e7ffb (diff)
Add return to force script close on exit.
Add "-x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" to ssh commands and remove "set -x" ("ssh -x" replaces it). JIRA: COPPER-2 Change-Id: Iad5048adc52c293b9d2ddadca14555d7831f4f11 Signed-off-by: blsaws <bs3131@att.com>
Diffstat (limited to 'components/congress/joid/install_congress_2.sh')
-rw-r--r--components/congress/joid/install_congress_2.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/congress/joid/install_congress_2.sh b/components/congress/joid/install_congress_2.sh
index 23e86e8..01b1533 100644
--- a/components/congress/joid/install_congress_2.sh
+++ b/components/congress/joid/install_congress_2.sh
@@ -22,9 +22,7 @@
# source ~/git/copper/components/congress/joid/install_congress_1.sh
# (copies install_congress_2.sh to node1-control and executes it)
-set -x #echo on
sudo lxc-clone -o juju-trusty-lxc-template -n juju-trusty-congress
sudo lxc-start -n juju-trusty-congress -d
sleep 10
sudo lxc-info -n juju-trusty-congress
-set -x #echo off