summaryrefslogtreecommitdiffstats
path: root/components/congress/joid
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 "Remove install plan B development files (now merged)" into ↵Bryan Sullivan2-358/+0
stable/brahmaputra
2016-04-07Remove install plan B development files (now merged)brahmaputra.2.0blsaws2-358/+0
JIRA: COPPER-2 Change-Id: I35f1df3707be7479447242d7bfbd5c29298ac21b Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 9e3aa006c86d62c4e15ed240ea33eaea04bbfd89)
2016-04-07Merge installer plan B back into main installer.blsaws2-135/+224
JIRA: COPPER-2 Change-Id: I0e6bc1cd047e146d18a7f007d44077ed0f433f28 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit d945d12d93d87c45fc09a44cfbc88366fbab8bdb)
2016-04-07Merge "Solution to launch congress-server and exit the ssh session." into ↵Bryan Sullivan2-2/+2
stable/brahmaputra
2016-04-07Solution to launch congress-server and exit the ssh session.blsaws2-2/+2
JIRA: COPPER-2 Change-Id: Ib71b89b5f27d367ad9322379fd1d8f427fd76d96 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit e7afa55f355e967f51c139c290aeccdf1819364c)
2016-04-07Remove "exit" from mysql command (automatically exits)blsaws1-1/+1
JIRA: COPPER-2 Change-Id: I5b94bc72bb32c518480b647e64c95da09ec70507 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 2800a04e534ddc8d90738fab4b65060e6a5a064e)
2016-04-07Further edits for Horizon-LXC install testing. Try 3.blsaws2-21/+22
JIRA: COPPER-2 Change-Id: I016a5a495c68c725546855597ac9a4ea483e7107 Signed-off-by: blsaws <bs3131@att.com> (cherry picked from commit 9f1965c9532c3161ace02866fb93711eb66264ee)
2016-04-06Plan B installer for Congress Horizon plugin support.blsaws2-0/+357
JIRA: COPPER-2 Change-Id: I9da44a5f9779c7db88342bef8998f1975144685f Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 845ed8c36fad54b9d256d47541c22eb170686fc6)
2016-04-01Add check for parameters; add echo statementsblsaws2-36/+37
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 statementsblsaws3-3/+3
JIRA: COPPER-2 Change-Id: If9d51a271d197e1e314cb17b65a1a0cf05e8019e Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-04-01Add instructions for use.blsaws1-1/+6
JIRA: COPPER-2 Change-Id: If4d16d092668d9d0f9fe2095d896c6714ef9b648 Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Add controller input param.blsaws1-1/+1
JIRA: COPPER-2 Change-Id: Ib229c478281d45e10e41d641fe5f987ba6f00ea6 Signed-off-by: blsaws <bs3131@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.blsaws4-243/+214
JIRA: COPPER-2 Change-Id: I64746cf76750516812a094778c92967c9515f979 Signed-off-by: blsaws <bs3131@att.com>
2016-04-01correct "set" commands. use "source" instead of "sh".blsaws5-8/+18
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.blsaws4-8/+8
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 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-04-01Add command echo to install scriptsBryan Sullivan3-2/+6
JIRA: COPPER-2 Change-Id: I2e06785ea60528a29b5c9760683b2ccced7be91a Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-04-01Add "source" to remote commands executed via juju ssh.Bryan Sullivan3-6/+11
JIRA: COPPER-2 Change-Id: I49821d730a6a2840b5bdeadba8856218bcbe521b Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-04-01Update congress bash install scripts for more automation.ubuntu6-191/+312
JIRA: COPPER-2 Change-Id: I4b34f83c7c7c939934e8badd3e24eb926f07397b Signed-off-by: ubuntu <ubuntu@jumphost.opnfv.org>
2015-12-07Add baseline for manual install under JOID based OPNFVBryan Sullivan1-0/+191
Added license, removed backup file JIRA: COPPER-2 Change-Id: I68ce35d440a7cb655a42982318353c2d16b1bd4f Signed-off-by: Bryan Sullivan <bs3131@att.com>