summaryrefslogtreecommitdiffstats
path: root/dovetail/utils/offline/load.py
AgeCommit message (Collapse)AuthorFilesLines
2017-12-18Add License for the python scripts in folder offlinexudan1-1/+8
Change-Id: I9c585f132c10ef726cd859e4abe3c9a874cbe0bc Signed-off-by: xudan <xudan16@huawei.com>
2017-12-18bugfix: verify job failed because of one blank linexudan1-1/+0
Change-Id: Ie981fc1288d7da52bfaa72c58ebab5a1ec7c75a5 Signed-off-by: xudan <xudan16@huawei.com>
2017-12-12update the branch stable/danubexudan1-0/+1
JIRA: DOVETAIL-573 Change-Id: Ibefd6c2c07e107de0911122a15293667f9042bd9 Signed-off-by: xudan <xudan16@huawei.com>
2017-05-30sdnvpn offline support in dovetailMatthewLi1-1/+21
JIRA: DOVETAIL-441 Change-Id: I709c62a36c65ef0b4da69c5508f7a8273e68dc2b Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-05-08store/load offline docker imagesMatthewLi1-0/+35
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>