diff options
-rw-r--r-- | dovetail/conf/dovetail_config.yml | 1 | ||||
-rwxr-xr-x | dovetail/utils/local_db/launch_db.sh | 4 | ||||
-rwxr-xr-x | dovetail/utils/local_db/restart_db.sh | 2 | ||||
-rw-r--r-- | dovetail/utils/offline/config.yaml | 4 | ||||
-rw-r--r-- | setup.cfg | 2 |
5 files changed, 7 insertions, 6 deletions
diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml index 738b892f..de849a52 100644 --- a/dovetail/conf/dovetail_config.yml +++ b/dovetail/conf/dovetail_config.yml @@ -92,3 +92,4 @@ validate_input: - 'cvp.0.3.0' - 'cvp.0.4.0' - 'cvp.0.5.0' + - 'cvp.0.6.0' diff --git a/dovetail/utils/local_db/launch_db.sh b/dovetail/utils/local_db/launch_db.sh index 956ccfe8..49a50827 100755 --- a/dovetail/utils/local_db/launch_db.sh +++ b/dovetail/utils/local_db/launch_db.sh @@ -62,7 +62,7 @@ echo "Create the testapi service." echo "==========================" set +e -testapi_img="opnfv/testapi:cvp.0.5.0" +testapi_img="opnfv/testapi:cvp.0.6.0" echo "Step1: pull the image $testapi_img." sudo docker pull $testapi_img set -e @@ -86,7 +86,7 @@ echo "Wait for testapi to work..." sleep 10 set +e -nginx_img="opnfv/dovetail:nginx.cvp.0.5.0" +nginx_img="opnfv/dovetail:nginx.cvp.0.6.0" echo "Step1: pull the image $nginx_img." sudo docker pull $nginx_img set -e diff --git a/dovetail/utils/local_db/restart_db.sh b/dovetail/utils/local_db/restart_db.sh index e44bc07c..62863a25 100755 --- a/dovetail/utils/local_db/restart_db.sh +++ b/dovetail/utils/local_db/restart_db.sh @@ -26,4 +26,4 @@ export db_host_ip=${db_host_ip:-"$1"} sudo docker rm -f testapi sudo docker run -itd -p $testapi_port:8000 --name testapi \ - -e mongodb_url=mongodb://$db_host_ip:$mongodb_port/ opnfv/testapi:cvp.0.5.0 + -e mongodb_url=mongodb://$db_host_ip:$mongodb_port/ opnfv/testapi:cvp.0.6.0 diff --git a/dovetail/utils/offline/config.yaml b/dovetail/utils/offline/config.yaml index 9ff4a387..397a9b65 100644 --- a/dovetail/utils/offline/config.yaml +++ b/dovetail/utils/offline/config.yaml @@ -2,7 +2,7 @@ docker_images: dovetail: domain: opnfv - tag: cvp.0.5.0 + tag: cvp.0.6.0 store_name: image_dovetail.docker functest: domain: opnfv @@ -18,7 +18,7 @@ docker_images: store_name: image_bottlenecks.docker testapi: domain: opnfv - tag: cvp.0.5.0 + tag: cvp.0.6.0 store_name: image_testapi.docker mongo: tag: 3.2.1 @@ -1,6 +1,6 @@ [metadata] name = dovetail -version = 0.5.0 +version = 0.6.0 home-page = https://wiki.opnfv.org/display/dovetail [entry_points] |