summaryrefslogtreecommitdiffstats
path: root/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23Bugfix: set docker api version to 1.24yuyang1-1/+1
JIRA: BOTTLENECK-146 Set docker api version to 1.24 Change-Id: Id05527e628c7fa6ff3382bd68741bd36fc706fe6 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com> (cherry picked from commit 4b36a57727cad302976ee38ad0046a7595339849)
2017-03-23Bugfix: fix docker version to 2.1.0yuyang1-1/+1
JIRA: BOTTLENECK-146 Fix the docker API library to 2.1.0 Change-Id: I4cf2801db2adc28325a587411f802515176e8d03 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com> (cherry picked from commit 3a3bb4df2db4f58d3e76dcdd41b3327bd2094eb3)
2017-03-23Bugfix: fix docker version instead of API versionyuyang1-1/+1
JIRA: BOTTLENECK-146 In 31527, API version is 1.24, docker version should be 1.12 Change-Id: I529f16372aaa00b4fc802344b559453677b7b560 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com> (cherry picked from commit 2f1f35479f0449d4b91eb5c28e94a50af202e18f)
2017-03-23bugfix: docker client version newer than docker serveryuyang1-1/+1
JIRA: BOTTLENECK-146 Docker client is needed in Bottlenecks docker for the purpose to use docker command within docker. The inconsistence of docker client version with docker server version causing building falure. Change-Id: Ib4ecf9c40db5492438b27550636413e5f3a69ea3 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com> (cherry picked from commit 136b188b4713f4ec2a20d6a09b4284a02f520aa3)
2017-02-17stress test of ping testcaseliyin1-0/+1
JIRA:BOTTLENECK-136 those code will add a new testcase: posca_stress_ping This will use docker python client to realize the fountion of calling yardstick to test. And yardstick will create several VM pairs to test. Because of the limites of quotas, we now create 2,5,10 VM pairs. Change-Id: I096250c547cd598c7c632a884b31d81c2be125f8 Signed-off-by: liyin <liyin11@huawei.com>
2016-12-02dashboard bug: can't deploy dashboardliyin1-0/+1
JIRA: BOTTLENECK-116 This patch fix the bug that bottlenecks project can't establish dashboard, error message is elasticsearch is not install. after install elasticsearch, the error message is can't get ip. to fix this bug, change file requriment.txt and dashboard file. Change-Id: Ibad0dc46ab44d500b799bbf67e169d76c59e7199 Signed-off-by: liyin <liyin11@huawei.com>
2016-12-01bug fix patchliyin1-0/+1
JIRA: BOTTLENECK-113 this patch fix a problem that docker can't run because of lacking pyroute2. the next is docker-compose file have some error that yardstick can't pull inluxdb container. the next is fix some bug incode. Change-Id: I238b69b456d2810e84bae5c134e6b05a8fc5da63 Signed-off-by: liyin <liyin11@huawei.com>
2016-04-14rewrite DockerfileMatthewLi1-4/+79
JIRA: BOTTLENECK-48 Change-Id: Ic9c118d70d9e91730f67dd205fc184265f002394 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-14pip install openstack clientsMatthewLi1-0/+4
JIRA: BOTTLENECK-48 Change-Id: I863ce174f3c9e75a6c15325cacb6e1b1ab72d591 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>