tag dovetail with 0.2.0 75/36775/3
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 30 Jun 2017 03:49:50 +0000 (23:49 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Tue, 4 Jul 2017 02:04:04 +0000 (22:04 -0400)
JIRA: DOVETAIL-447

docker images used

yardstick danube.3.0
functest cvp.0.2.0
testapi cvp.0.2.0
dovetail cvp.0.2.0

main changes

1, fix yardstick HA bugs
2, fix functest sdnvpn offlinebugs
3, fix dovetail https bugs, etc.
for more info, refer to
https://wiki.opnfv.org/display/dovetail/Running+history+for+the+dovetail+tool

Change-Id: I4edb61b84ed80d8d7624f69db372fec60d73aa38
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
dovetail/conf/dovetail_config.yml
dovetail/conf/functest_config.yml
dovetail/conf/yardstick_config.yml
dovetail/utils/local_db/launch_db.sh
dovetail/utils/local_db/restart_db.sh
dovetail/utils/offline/config.yaml
setup.cfg

index 36b3140..793c705 100644 (file)
@@ -79,3 +79,5 @@ validate_input:
     - 'danube.1.0'
     - 'danube.2.0'
     - 'danube.3.0'
+    - 'cvp.0.1.0'
+    - 'cvp.0.2.0'
index 05eaa90..c33a0a9 100644 (file)
@@ -1,7 +1,7 @@
 ---
 functest:
   image_name: opnfv/functest
-  docker_tag: danube.2.0
+  docker_tag: cvp.0.2.0
   opts: '-id --privileged=true'
   config:
     dir: '/home/opnfv/userconfig'
index 34d5a0d..86a768d 100644 (file)
@@ -1,7 +1,7 @@
 ---
 yardstick:
   image_name: opnfv/yardstick
-  docker_tag: danube.2.0
+  docker_tag: danube.3.0
   opts: '-id --privileged=true'
   config:
     dir: '/home/opnfv/userconfig'
index cf002d4..e31f47c 100755 (executable)
@@ -59,8 +59,8 @@ echo "Create the testapi service."
 echo "=========================="
 
 set +e
-# pull image opnfv/testapi:cvp.0.1.0
-testapi_img="opnfv/testapi:cvp.0.1.0"
+# pull image opnfv/testapi:cvp.0.2.0
+testapi_img="opnfv/testapi:cvp.0.2.0"
 echo "Step1: pull the image $testapi_img."
 sudo docker pull $testapi_img
 set -e
index 93fd12a..5d6b9b6 100755 (executable)
@@ -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.1.0
+    -e mongodb_url=mongodb://$db_host_ip:$mongodb_port/ opnfv/testapi:cvp.0.2.0
index 333f4de..edb8a5b 100644 (file)
@@ -2,19 +2,19 @@
 docker_images:
   dovetail:
     domain: opnfv
-    tag: cvp.0.1.0
+    tag: cvp.0.2.0
     store_name: image_dovetail.docker
   functest:
     domain: opnfv
-    tag: danube.2.0
+    tag: cvp.0.2.0
     store_name: image_functest.docker
   yardstick:
     domain: opnfv
-    tag: danube.2.0
+    tag: danube.3.0
     store_name: image_yardstick.docker
   testapi:
     domain: opnfv
-    tag: cvp.0.1.0
+    tag: cvp.0.2.0
     store_name: image_testapi.docker
   mongo:
     tag: 3.2.1
index 4908f19..37b0312 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = dovetail
-version = 0.1.0
+version = 0.2.0
 home-page = https://wiki.opnfv.org/display/dovetail
 
 [entry_points]