summaryrefslogtreecommitdiffstats
path: root/components
AgeCommit message (Collapse)AuthorFilesLines
2016-04-06Add command echo with debug parameter control.blsaws1-2/+10
JIRA: COPPER-4 Change-Id: I9937fdb41748165a98aafe3b5f35771561ff3f53 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 6df5ce72967055017d69bed82656507f8748f0b4)
2016-04-01Merge "Add parameter check; add echo statements" into stable/brahmaputraBryan Sullivan2-28/+36
2016-04-01Add parameter check; add echo statementsblsaws2-28/+36
JIRA: COPPER-4 Change-Id: I25307c2b915715a4fdc4d6a1fda37ded50219b1a Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 5b745412d7d43467b5e0019c10b57596786c4779)
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 statementsblsaws19-18/+19
JIRA: COPPER-2 Change-Id: If9d51a271d197e1e314cb17b65a1a0cf05e8019e Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-04-01Correct install comments and setup of CONGRESS_HOST variableblsaws2-11/+7
JIRA: COPPER-4 Change-Id: I302f0f4e7c701bfb37c6dea29630f816a94b6581 Signed-off-by: blsaws <bryan.sullivan@att.com>
2016-04-01Add test server restart script.blsaws1-0/+65
JIRA: COPPER-4 Change-Id: I8443a6bad01189a2fe451f401060dc69a76e3dcc 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-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-01Various improvements supporting automated testserver install.blsaws2-19/+35
JIRA: COPPER-4 Change-Id: Ib0ef2ef57d536b34791bec3551baa7f91e8d7b3d 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-01Add cleanup script. Correct "set" commands.blsaws3-4/+39
JIRA: COPPER-4 Change-Id: Ia8f9dbd7b7439dd1117576979ac61b06547c396b 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-01Correct location of test server logs.blsaws1-2/+2
JIRA: COPPER-4 Change-Id: Ia0129b5b4a064c8a473f2fb2df27e4350ab18438 Signed-off-by: blsaws <bs3131@att.com>
2016-04-01Get lxc template from node1-control and use to create trusty-copper.blsaws2-5/+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-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-01Refactoring to work around issues.Bryan Sullivan2-17/+16
JIRA: COPPER-4 Change-Id: I9010f44a51cec5b4f3bf6c1045c21f712360835e 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-01Correct small errors.Bryan Sullivan2-2/+2
JIRA: COPPER-2 Change-Id: I36d1313b9dd57efa8c237a469a8f9ea7aa22d95d 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 license info and details of test webapp after testing.Bryan Sullivan7-67/+100
JIRA: COPPER-4 Change-Id: I3301411959e61e3ec79b59ce7b44fe844ed8413a Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-04-01Split test webserver setup into two automated scripts.Bryan Sullivan2-0/+182
JIRA: COPPER-4 Change-Id: I7561b3232ac18f85610ca7a0fd5990438af98370 Signed-off-by: Bryan Sullivan <bs3131@att.com>
2016-04-01Remove file broken out into separate install scripts.ubuntu1-198/+0
JIRA: COPPER-4 Change-Id: I031a41047db3f973196d1e4d11f8bbb2771bbee9 Signed-off-by: blsaws <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>
2016-01-25Include license info in all filesblsaws2-0/+40
JIRA: COPPER-13 Change-Id: Ia3b19854a13d593cc15e51b3460598e61bf66ab0 Signed-off-by: blsaws <blsaws@hotmail.com>
2015-12-14Add complete notes on Congress test server installBryan Sullivan1-14/+175
JIRA: COPPER-4 Change-Id: I5c1bb82386a9cc1cbf979af8015b632acaf66bc8 Signed-off-by: Bryan Sullivan <bs3131@att.com>
2015-12-14Add congress field translators and various featuresBryan Sullivan5-63/+945
JIRA: COPPER-4 Change-Id: Ib0bf4118ffffee5e0ba368410c69bb7c533f669b Signed-off-by: Bryan Sullivan <bs3131@att.com>
2015-12-08Added initial version of Congress test webappBryan Sullivan7-0/+1042
Corrected errors in index.php, removed include.php, version.php JIRA: COPPER-4 Change-Id: Ifbcf1c274d486b52c86bf86b6e028d9cfe3c3d92 Signed-off-by: Bryan Sullivan <bs3131@att.com>
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>
2015-12-03Update Ansible installer files for pass 1 testsblsaws7-49/+506
JIRA: COPPER-2 Change-Id: I1cb7dbfc762038a0211b3781e63fe107e8c99ecb Signed-off-by: blsaws <blsaws@hotmail.com>
2015-10-07Add components folder, congress ansible installerblsaws7-0/+254
JIRA: COPPER-2 Signed-off-by: blsaws <blsaws@hotmail.com>