diff options
author | xudan <xudan16@huawei.com> | 2018-09-29 22:54:38 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-10-11 07:55:09 -0400 |
commit | cd4962c9ca223f8b4287dc2123ac40a8652a1028 (patch) | |
tree | 60055c48e08dc828c9a58c6eeaf1e399bbcc78e9 | |
parent | 507a31ea7ece33a887379db3fb836d5d5d0af582 (diff) |
Change to Gambia version by using latest docker images
Functest use gambia tag. Other projects use their latest one.
Change-Id: Ibbfde50727149822d8331d998f6b4e173f19e244
Signed-off-by: xudan <xudan16@huawei.com>
-rw-r--r-- | etc/conf/bottlenecks_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/functest_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/yardstick_config.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml index b36f8650..c44047fd 100644 --- a/etc/conf/bottlenecks_config.yml +++ b/etc/conf/bottlenecks_config.yml @@ -7,7 +7,7 @@ bottlenecks: image_name: opnfv/bottlenecks - docker_tag: ovp-2.0.0 + docker_tag: latest opts: '-id --privileged=true' envs: '-e DEPLOY_SCENARIO={{deploy_scenario}} -e Yardstick_TAG=stable -e OUTPUT_FILE={{testcase}}.out' volumes: diff --git a/etc/conf/functest_config.yml b/etc/conf/functest_config.yml index 88fc5f73..e82adb77 100644 --- a/etc/conf/functest_config.yml +++ b/etc/conf/functest_config.yml @@ -10,7 +10,7 @@ functest: image_name: opnfv/functest-smoke - docker_tag: opnfv-6.3.0 + docker_tag: gambia opts: '-id --privileged=true' envs: '{{os_verify}} -e INSTALLER_TYPE=unknown -e DEPLOY_SCENARIO={{deploy_scenario}} -e NODE_NAME=unknown -e TEST_DB_URL=file:///home/opnfv/functest/results/functest_results.txt' diff --git a/etc/conf/yardstick_config.yml b/etc/conf/yardstick_config.yml index b61301e7..10436658 100644 --- a/etc/conf/yardstick_config.yml +++ b/etc/conf/yardstick_config.yml @@ -12,7 +12,7 @@ yardstick: image_name: opnfv/yardstick - docker_tag: ovp-2.0.0 + docker_tag: latest opts: '-id --privileged=true' envs: "{{os_verify}} -e YARDSTICK_BRANCH=fraser" config: |