summaryrefslogtreecommitdiffstats
path: root/components/congress/joid/install_congress_4.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-02-19Complete congress bash script install automation.blsaws1-188/+0
JIRA: COPPER-2 Change-Id: I64746cf76750516812a094778c92967c9515f979 Signed-off-by: blsaws <bs3131@att.com>
2016-02-18correct "set" commands. use "source" instead of "sh".blsaws1-2/+1
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/+1
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 delay before creating nova datasource - server not ready.Bryan Sullivan1-0/+1
JIRA: COPPER-2 Change-Id: If74e524ccbcd546b90fb8a838b747d3416c04685 Signed-off-by: Bryan Sullivan <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-10Add "source" to remote commands executed via juju ssh.Bryan Sullivan1-3/+8
JIRA: COPPER-2 Change-Id: I49821d730a6a2840b5bdeadba8856218bcbe521b Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-02-10Update congress bash install scripts for more automation.ubuntu1-0/+182
JIRA: COPPER-2 Change-Id: I4b34f83c7c7c939934e8badd3e24eb926f07397b Signed-off-by: ubuntu <ubuntu@jumphost.opnfv.org>