summaryrefslogtreecommitdiffstats
path: root/components/congress/joid/install_congress_2.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-02-18correct "set" commands. use "source" instead of "sh".blsaws1-0/+2
add lxc-destroy to cleanup script. JIRA: COPPER-2 Change-Id: I3436ad4958405a71bc28ce4ed9b0a7ff0a596b6f Signed-off-by: blsaws <bs3131@att.com>
2016-02-17Add return to force script close on exit.blsaws1-2/+0
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>
2016-02-10Add command echo to install scriptsBryan Sullivan1-0/+2
JIRA: COPPER-2 Change-Id: I2e06785ea60528a29b5c9760683b2ccced7be91a Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-02-10Update congress bash install scripts for more automation.ubuntu1-0/+28
JIRA: COPPER-2 Change-Id: I4b34f83c7c7c939934e8badd3e24eb926f07397b Signed-off-by: ubuntu <ubuntu@jumphost.opnfv.org>