From 7f46996011d391178b7d9f876ac2140f62dcf789 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 8 Nov 2018 21:24:56 -0500 Subject: Remove the offline scripts As we discussed in Dovetail weekly meeting, there is no need to maintain all the offline scripts. Change-Id: I360d1a211856626af91310f142c1777a77398a12 Signed-off-by: xudan --- dovetail/utils/offline/config.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 dovetail/utils/offline/config.yaml (limited to 'dovetail/utils/offline/config.yaml') diff --git a/dovetail/utils/offline/config.yaml b/dovetail/utils/offline/config.yaml deleted file mode 100644 index 397a9b65..00000000 --- a/dovetail/utils/offline/config.yaml +++ /dev/null @@ -1,32 +0,0 @@ ---- -docker_images: - dovetail: - domain: opnfv - tag: cvp.0.6.0 - store_name: image_dovetail.docker - functest: - domain: opnfv - tag: cvp.0.5.0 - store_name: image_functest.docker - yardstick: - domain: opnfv - tag: danube.3.2 - store_name: image_yardstick.docker - bottlenecks: - domain: opnfv - tag: cvp.0.4.0 - store_name: image_bottlenecks.docker - testapi: - domain: opnfv - tag: cvp.0.6.0 - store_name: image_testapi.docker - mongo: - tag: 3.2.1 - store_name: image_mongo.docker -docker_save_path: /home/opnfv/dovetail/results/ - -wgets: - sdnvpn: - source_url: http://artifacts.opnfv.org/sdnvpn/ubuntu-16.04-server-cloudimg-amd64-disk1.img - save_path: /home/opnfv/dovetail/results/ - file_name: ubuntu-16.04-server-cloudimg-amd64-disk1.img -- cgit 1.2.3-korg