The master branch of storperf is under refactoring and not stable
enough for integration. It introduces microservices and some linked
images is not built yet, e.g. storperf-graphite[1] which is required
by storperf-master is empty
[1] https://hub.docker.com/r/opnfv/storperf-graphite
Change-Id: Ie8522dae9073d163872be5742a290fd003698442
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
echo ==========================================================================
}
-storperf_api="http://storperf-master:5000/api/v1.0"
+storperf_api="http://storperf:5000/api/v1.0"
echo "QTIP: Waiting for storperf api ready"
while [ $(curl -s -o /dev/null -I -w "%{http_code}" -X GET ${storperf_api}/configurations) != "200" ]
version: '2'
services:
- storperf-master:
- container_name: storperf-master
- image: opnfv/storperf-master:${DOCKER_TAG}
+ storperf:
+ container_name: storperf
+ image: opnfv/storperf:${DOCKER_TAG}
ports:
- 5000:5000
env_file: ${ENV_FILE}
image: opnfv/qtip:${DOCKER_TAG}
env_file: ${ENV_FILE}
links:
- - storperf-master
+ - storperf