summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/setup/install_congress_testserver_1.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-04-11Remove user parameter (use $USER instead)blsaws1-8/+7
JIRA: COPPER-4 Change-Id: I927ace2460cfb1045c11c78ec02c85576e5c03e5 Signed-off-by: blsaws <bs3131@att.com> (cherry picked from commit 06cb04ba10dc740d2e58a13817f48973b9341eb4)
2016-04-07Add debug option, comment out upgrade (run faster)blsaws1-1/+3
JIRA: COPPER-4 Change-Id: Icf7c51b7dc781d83261f265bb9436d718b585669 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 8bbea98bd289862e2e40350badd6c0ef310d0592)
2016-04-01Add parameter check; add echo statementsblsaws1-5/+16
JIRA: COPPER-4 Change-Id: I25307c2b915715a4fdc4d6a1fda37ded50219b1a Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 5b745412d7d43467b5e0019c10b57596786c4779)
2016-04-01Correct coyright statementsblsaws1-1/+1
JIRA: COPPER-2 Change-Id: If9d51a271d197e1e314cb17b65a1a0cf05e8019e Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-04-01Correct install comments and setup of CONGRESS_HOST variableblsaws1-9/+6
JIRA: COPPER-4 Change-Id: I302f0f4e7c701bfb37c6dea29630f816a94b6581 Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-04-01Add 2nd param for user accountblsaws1-4/+5
JIRA: COPPER-4 Change-Id: I2a2942bd8afd72776fc324584d00b713d33ce5b4 Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Add controller name input param.blsaws1-4/+3
JIRA: COPPER-4 Change-Id: I91b4697fe55972f592b2e8822bfc18df9134418f Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Various improvements supporting automated testserver install.blsaws1-4/+20
JIRA: COPPER-4 Change-Id: Ib0ef2ef57d536b34791bec3551baa7f91e8d7b3d Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Add cleanup script. Correct "set" commands.blsaws1-2/+7
JIRA: COPPER-4 Change-Id: Ia8f9dbd7b7439dd1117576979ac61b06547c396b Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Get lxc template from node1-control and use to create trusty-copper.blsaws1-3/+11
Add "-x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" for ssh and remove "set -x" (replaced by "ssh -x") JIRA: COPPER-4 Change-Id: Id13369546a8dba9382010a0d9a4f17c44fe6c28b Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Refactoring to work around issues.Bryan Sullivan1-5/+1
JIRA: COPPER-4 Change-Id: I9010f44a51cec5b4f3bf6c1045c21f712360835e Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-04-01Correct small errors.Bryan Sullivan1-1/+1
JIRA: COPPER-2 Change-Id: I36d1313b9dd57efa8c237a469a8f9ea7aa22d95d Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-04-01Split test webserver setup into two automated scripts.Bryan Sullivan1-0/+48
JIRA: COPPER-4 Change-Id: I7561b3232ac18f85610ca7a0fd5990438af98370 Signed-off-by: Bryan Sullivan <bs3131@att.com>