summaryrefslogtreecommitdiffstats
path: root/dovetail/utils/offline/config.yaml
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-05-08 05:28:15 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-05-08 06:34:51 -0400
commitc9df73bbec1a69abc04d0a4acac75aefd5842b0f (patch)
treeabbed115131b17388949b7c60d31f5c2e0275f43 /dovetail/utils/offline/config.yaml
parentb878b9407ecf605eb57a5a1c53c30a0d90da5ca7 (diff)
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, <python download.py> --> save docker images to defined path 4.on offline host, <python load.py> ---> 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 <matthew.lijun@huawei.com>
Diffstat (limited to 'dovetail/utils/offline/config.yaml')
-rw-r--r--dovetail/utils/offline/config.yaml22
1 files changed, 22 insertions, 0 deletions
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/