aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.yaml
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-09-13 03:56:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-13 03:56:41 +0000
commit530bc929ee771dfdf1c6b105ac1ceb05f5d367d8 (patch)
tree4f70e2b4a01a59db918fa45e9f9784e5b931ef9e /build/build.yaml
parentbba599d878dfffe96c2ef2ae96d23dc47627b656 (diff)
parentcf202278ba12b249bc643af2b468606c087b1108 (diff)
Merge "Support multiple url when building compass tar ball"
Diffstat (limited to 'build/build.yaml')
-rw-r--r--build/build.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/build/build.yaml b/build/build.yaml
index 50602dbe..ef42ba9c 100644
--- a/build/build.yaml
+++ b/build/build.yaml
@@ -3,17 +3,23 @@ packages:
- name: CentOS-7-x86_64-Minimal-1708.iso
description: "Centos ISO of each host for provisioning"
get_method: cached
- url: http://artifacts.opnfv.org/compass4nfv/package/master/CentOS-7-x86_64-Minimal-1708.iso
+ url:
+ - http://192.168.137.222/download/CentOS-7-x86_64-Minimal-1708.iso
+ - http://artifacts.opnfv.org/compass4nfv/package/master/CentOS-7-x86_64-Minimal-1708.iso
- name: ubuntu-16.04.3-server-amd64.iso
description: "Ubuntu ISO of each host for provisioning"
get_method: cached
- url: http://artifacts.opnfv.org/compass4nfv/package/master/ubuntu-16.04.3-server-amd64.iso
+ url:
+ - http://192.168.137.222/download/ubuntu-16.04.3-server-amd64.iso
+ - http://artifacts.opnfv.org/compass4nfv/package/master/ubuntu-16.04.3-server-amd64.iso
- name: harbor-offline-installer-v1.5.0.tgz
description: "The package of harbor v1.5.5"
get_method: cached
- url: http://artifacts.opnfv.org/compass4nfv/package/master/harbor-offline-installer-v1.5.0.tgz
+ url:
+ - http://192.168.137.222/download/harbor-offline-installer-v1.5.0.tgz
+ - http://artifacts.opnfv.org/compass4nfv/package/master/harbor-offline-installer-v1.5.0.tgz
- name: compass-deck
description: "RESTful API and DB Handlers for Compass"