aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.yaml
diff options
context:
space:
mode:
authorchigang <chigang@huawei.com>2017-06-24 15:33:23 +0800
committerchigang <chigang@huawei.com>2017-06-25 16:59:00 +0800
commit4402f7a29bd660260c59b03541141df4f5dfa3fe (patch)
treefaf12a95d3f6a79b24f8fd1602ff4445e300760c /build/build.yaml
parentdcce2491af9015d6d903d784ae1c145f329ece43 (diff)
replace build.conf with yaml
JIRA: - use build.yaml as config file from Euphrates openstack deb/rpm/pip packages download from compass repo containers, not from compass.iso. so delete these packages from build.cfg Change-Id: Id254852ece0d738b3ec543efe68216206bd7daf2 Signed-off-by: chigang <chigang@huawei.com>
Diffstat (limited to 'build/build.yaml')
-rw-r--r--build/build.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/build/build.yaml b/build/build.yaml
new file mode 100644
index 00000000..3f684613
--- /dev/null
+++ b/build/build.yaml
@@ -0,0 +1,41 @@
+---
+packages:
+ - name: CentOS-7-x86_64-Minimal-1611.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-1611.iso
+
+ - name: ubuntu-16.04-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-server-amd64.iso
+
+ - name: compass-deck
+ description: "RESTful API and DB Handlers for Compass"
+ get_method: docker
+ url: huangxiangyu/compass-deck:v0.2
+
+ - name: compass-tasks-osa
+ description: "compass task container for openstack deployment via openstack-ansible"
+ get_method: docker
+ url: wtwde/compass-tasks-osa:v0.2
+
+ - name: compass-cobbler
+ description: "cobbler container for compass"
+ get_method: docker
+ url: huangxiangyu/compass-cobbler:v0.1
+
+ - name: compass-db
+ description: "datebase container for compass"
+ get_method: docker
+ url: huangxiangyu/compass-db:v0.1
+
+ - name: compass-mq
+ description: "message queue container for compass"
+ get_method: docker
+ url: huangxiangyu/compass-mq:v0.1
+
+ - name: compass-docker-compose
+ description: "containerized compass compose ansible"
+ get_method: git
+ url: https://github.com/hexhxy/compass-docker-compose.git