summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-17add heat template for bottlenecksMatthewLi1-0/+104
JIRA: BOTTLENECK-33 Change-Id: Ia01b5d44bd33f0192c0dc629e1d428d8894c1dc2 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-18Update control configureQiLiang20-1203/+24
JIRA:BOTTLENECK-24 Change-Id: I0f827a0df3f940c978a39edddb197e0f6dd4a3fa Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-17Add scripts to setup development envQiLiang6-0/+187
Usage: apt-get install -y genisoimage \ libvirt-bin \ qemu-kvm service libvirt-bin restart cd bottlenecks/utils/rubbos_dev_env_setup ./deploy.sh The deploy.sh will create 9 vms (ip from 192.168.122.11 ~ 19): control,httpd,mysql,tomcat,client1,client2,client3,client4,benchmark TODO: add scripts to build initial disk.img JIRA:BOTTLENECK-24 Change-Id: I99b5bcae8b795cee80e8688aae18b69e46249548 Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-17Merge "fix bugs of installing mysql"panghao4-14/+23
2015-12-17fix bugs of installing mysqlrexlee87764-14/+23
JIRA:BOTTLENECK-24 Change-Id: Iac100f75a076a9fcc9bc30b12c3b0dec3c2f99df Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2015-12-17Merge "fix bugs of apache installing"Jun Li1-0/+6
2015-12-17Merge "Sysstat install bug fix"Jun Li16-39/+48
2015-12-17fix bugs of apache installingrexlee87761-0/+6
JIRA:BOTTLENECK-24 Change-Id: Ifb0cb683b6012c019f5b51d74fcf8837eae96e01 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2015-12-15Merge "ssh login passwordless script"MatthewLi2-0/+82
2015-12-15Sysstat install bug fixQiLiang16-39/+48
JIRA:BOTTLENECK-24 Change-Id: Iccc02100df619d3f89dc9218ceda5dfafab9263e Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-15Update Client configureQiLiang10-28/+246
JIRA:BOTTLENECK-24 Change-Id: If64e10ecb0173afb987bf972af7c2ebf128aecac Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-15Update Benchmark configureQiLiang4-7/+71
JIRA:BOTTLENECK-24 Change-Id: I1bf8c3fd555da1ddf8919838c5d20c9f794c0d2e Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-14Update benchmark and clientx scriptsQiLiang11-9/+35
just to make xx_install.sh xx_uninstall.sh ... the same. rewrite the scripts latter or delete duplicated code if needed. Change-Id: I0bcb993ef5ad9a5abb6b2ed009c7e6ed1b29e1ce JIRA:BOTTLENECK-24 Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-12Update MySQL configureQiLiang6-12/+91
Scripts update to support mysql install in a clean ubuntu 14.04 OS JIRA:BOTTLENECK-24 Change-Id: I425bcaeb3b07b9cf073d1e4b3d0280a908e5f6db Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-12Update Tomcat configureQiLiang4-7/+85
Scripts update to support tomcat install in a clean ubuntu 14.04 OS JIRA:BOTTLENECK-24 Change-Id: Ida708ad37ba4409b15bdeed98d7f369ccdab44c5 Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-11Update Apache configureQiLiang7-198/+81
Scripts update to support apache install in a clean ubuntu 14.04 OS JIRA:BOTTLENECK-24 Change-Id: I7ae84723b6c6f0e36b76cd5165cbf548b40bce32 Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-11Clean tmp vim *.swp file and add gitignore fileQiLiang5-0/+26
JIRA:BOTTLENECK-24 Change-Id: I585a82285517475b98768d7092dbdb393ac05e2f Signed-off-by: QiLiang <liangqi1@huawei.com>
2015-12-07ssh login passwordless scriptMatthewLi2-0/+82
JIRA: BOTTLENECK-32 Change-Id: I8dca120b3efe55b493b94ac77f95788212eedbc1 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-07rubbos run/exec scripts improvementMatthewLi4-266/+85
JIRA: BOTTLENECK-31 to improve the scripts Change-Id: I9e65d92b47f37ab6b303e0414027a126d455aa12 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-01export some openstack env parameters before rubbos runningMatthewLi1-0/+42
JIRA: BOTTLENECK-4 before rubbos running, there is a need to export some parameters related to the openstack, then we can ssh into the VMs Change-Id: I09799b0d7d23977d927917026702c15a9d2b22a5 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-01add fetch os creds scripts, which is used before running the bottlenecks ↵MatthewLi1-0/+169
test cases JIRA: BOTTLENECK-4 this script will be used in the jjb bottlenecks daily job Change-Id: I3a30553f86ff946ac74016467bf88a7de4fd61b7 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-11-30amend document conf fileMatthewLi1-2/+2
JIRA: BOTTLENECK-23 Change-Id: Ieae1dd3a12f6067b04f0317ee402a6711967ffab Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-11-30Merge "dispathcer to transfer test result into DB"MatthewLi5-0/+291
2015-11-30delete apphongbotian4887-1244464/+0
Change-Id: Id4c572809969ebe89e946e88063eaed262cff3f2 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-11-30bottleneck testcase based on rubboshongbotian98-14/+7649
JIRA: BOTTLENECK-31 Change-Id: I35b1bcdca28c4e06e316143cc895b4cdf689d0d3 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-11-30upload tomcathongbotian484-0/+219092
JIRA: BOTTLENECK-7 Change-Id: I875d474869efd76ca203c30b60ebc0c3ee606d0e Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-11-30upload httphongbotian3223-0/+803169
JIRA: BOTTLENECK-10 Change-Id: I7598427ff904df438ce77c2819ee48ac75ffa8da Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-11-30upload apachehongbotian1180-0/+222203
JIRA: BOTTLENECK-10 Change-Id: I67eae31de6dc824097dfa56ab454ba36fdd23a2c Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-11-24dispathcer to transfer test result into DBMatthewLi5-0/+291
JIRA: BOTTLENECK-30 Change-Id: I5be6641512eb0c2b1e4e3ea92a5dea720e97f770 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-11-23Add a new committer and delete a committerMatthewLi1-1/+1
Change-Id: I30fad9dcc15b358fc9d81e313a08ea3a60f77bbd Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-10-16Can not find servlet apihongbotian1-0/+4
JIRA: BOTTLENECK-28 Change-Id: I7789ac62d79bad3ae331a88208b8cef275f108d0 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-10-15Merge "change the written way of the doc"MatthewLi4-13/+101
2015-10-14common environment parameters for rubboshongbotian1-0/+87
JIRA: BOTTLENECK-27 Change-Id: I563637edb1201866c8a7a32050a7ff1c7e2c734d Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-10-13MongoDB installationhongbotian1-0/+32
JIRA: BOTTLENECK-10 Change-Id: I461267314c1e6cb7ca19fe82231b620ad2a61c21 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-09-19change the written way of the docMatthewLi4-13/+101
JIRA: BOTTLENECK-23 document improvement Change-Id: I3b33bbb3e8948ec6ca3957f0d7f08234a4fbc649 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-09-15bottlenecks designhongbotian1-0/+0
JIRA: BOTTLENECK-17 this the first version of bottlenecks design which covers the framwork and some testcases Change-Id: I8694da5902a816f486fcf670cb5c104bb50059d0 Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
2015-09-10Example as code, documentation template for sphinx buildAric Gardner4-0/+150
This code will be pushed to each project creating a docs/ directory This servers as an example and template for you (the developers) to create your own project documentation Change-Id: Ie6ca71ca282b6fff43626b8f00b1a38f714f1097 JIRA:RELENG-15 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-09-10Zabbix installation guideMatthewLi1-0/+20
JIRA: Bottlenecks-19 Change-Id: I2194e779033a7fd0ece88427861907466da597a9 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-09-06add floating IP guideMatthewLi1-1/+23
Change-Id: I3230e04314d2c553ddfb5cfc84196e4f19536341 JIRA: BOTTLENECK-5
2015-09-01instance setup scriptMatthewLi2-0/+64
BOTTLENECK-5 Change-Id: I87384205a47b4b395a97756eba59d073e8bde9fc Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-08-20Adding INFO and LICENSE for reviewAric Gardner3-0/+35
Change-Id: Id93eb4fe75fab138182d1eb2b12eb3c63c862699 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-08-11Initial empty repositoryAric Gardner0-0/+0