From c9df73bbec1a69abc04d0a4acac75aefd5842b0f Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 8 May 2017 05:28:15 -0400 Subject: store/load offline docker images JIRA: DOVETAIL-423 usage: 1.cd ${DOVETAIL_HOME}/dovetail/utils/offline 2.edit config.yaml as needed 3.on onsite host, --> save docker images to defined path 4.on offline host, ---> load docker images to offline env 5.this can be easily extended to other images beside docker images Change-Id: I97d843e154ecf8d66cafb9ea9594fe73343ee591 Signed-off-by: MatthewLi --- dovetail/utils/offline/config.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create 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 new file mode 100644 index 00000000..ced42296 --- /dev/null +++ b/dovetail/utils/offline/config.yaml @@ -0,0 +1,22 @@ +--- +docker_images: + dovetail: + domain: opnfv + tag: latest + store_name: image_dovetail.docker + functest: + domain: opnfv + tag: latest + store_name: image_functest.docker + yardstick: + domain: opnfv + tag: latest + store_name: image_yardstick.docker + testapi: + domain: opnfv + tag: latest + store_name: image_testapi.docker + mongo: + tag: 3.5 + store_name: image_mongo.docker +docker_save_path: /home/opnfv/dovetail/results/ -- cgit 1.2.3-korg