summaryrefslogtreecommitdiffstats
path: root/components/congress/joid/install_congress_1.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-04-08Fix tox locationblsaws1-1/+1
JIRA: COPPER-4 Change-Id: I85df275b6e39a13dbdeba2c167c4756b52bd59fe Signed-off-by: blsaws <bs3131@att.com> (cherry picked from commit a2f91422a9df51e4088577c6e7388bdc58d69e97)
2016-04-08Remove Tempest install (not required) and fix install script reference.blsaws1-13/+5
JIRA: COPPER-2 Change-Id: I00d43cb64acd8cc584154187e58439a40ce85c4d Signed-off-by: blsaws <bs3131@att.com> (cherry picked from commit 4baeedf8c6633963e1b5f8632b1c5dce18618045)
2016-04-08Add tempest tests to end of install.blsaws1-1/+12
JIRA: COPPER-4 Change-Id: If145bc78e4430f4a3950c722bdc9b527f4d5b2bd Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit e77e18964c3d6a9310c018d6c23bfa680dcd19f0)
2016-04-07Merge installer plan B back into main installer.blsaws1-19/+142
JIRA: COPPER-2 Change-Id: I0e6bc1cd047e146d18a7f007d44077ed0f433f28 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit d945d12d93d87c45fc09a44cfbc88366fbab8bdb)
2016-04-01Add check for parameters; add echo statementsblsaws1-6/+7
JIRA: COPPER-2 Change-Id: I031f4d13bc25c2b6c72cdd7ae3e64537532f7c6f Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 5c5a34a44b3d5677624e37e2666f7f2db7b81943)
2016-04-01Add check for at least one parameter.blsaws1-0/+5
JIRA: COPPER-2 Change-Id: Ib4af5b1471fef8dc105a87dac44a6ca4849dd316 Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-04-01Correct coyright statementsblsaws1-1/+1
JIRA: COPPER-2 Change-Id: If9d51a271d197e1e314cb17b65a1a0cf05e8019e Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-04-01Add param to second place in script.blsaws1-1/+1
JIRA: COPPER-2 Change-Id: Id0c85732dea1a203eaa7cc9869967d0f3c0090a9 Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Add controller name input paramblsaws1-2/+3
JIRA: COPPER-2 Change-Id: Idc1db33dd8cb377b7dc43c4b800a8512e9c2f0cc Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Complete congress bash script install automation.blsaws1-6/+32
JIRA: COPPER-2 Change-Id: I64746cf76750516812a094778c92967c9515f979 Signed-off-by: blsaws <bs3131@att.com>
2016-04-01correct "set" commands. use "source" instead of "sh".blsaws1-1/+1
add lxc-destroy to cleanup script. JIRA: COPPER-2 Change-Id: I3436ad4958405a71bc28ce4ed9b0a7ff0a596b6f Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Add return to force script close on exit.blsaws1-1/+2
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-04-01Add "source" to remote commands executed via juju ssh.Bryan Sullivan1-1/+1
JIRA: COPPER-2 Change-Id: I49821d730a6a2840b5bdeadba8856218bcbe521b Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-04-01Update congress bash install scripts for more automation.ubuntu1-0/+27
JIRA: COPPER-2 Change-Id: I4b34f83c7c7c939934e8badd3e24eb926f07397b Signed-off-by: ubuntu <ubuntu@jumphost.opnfv.org>