From cc034a7135cf70f137915f8b55c8ef00ab61e96e Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Thu, 29 Jun 2017 23:49:50 -0400 Subject: tag dovetail with 0.2.0 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 --- dovetail/utils/offline/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dovetail/utils/offline/config.yaml') diff --git a/dovetail/utils/offline/config.yaml b/dovetail/utils/offline/config.yaml index 333f4de9..edb8a5b8 100644 --- a/dovetail/utils/offline/config.yaml +++ b/dovetail/utils/offline/config.yaml @@ -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 -- cgit 1.2.3-korg