blob: 72d376e648b048e346f32a97c25b848214bd18de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
---
packages:
- name: CentOS-7-aarch64-Minimal-1708.iso
description: "Centos ISO of each host for provisioning"
get_method: cached
url: http://artifacts.opnfv.org/compass4nfv/package/master/CentOS-7-aarch64-Minimal-1708.iso
- name: ubuntu-16.04-server-arm64.iso
description: "Ubuntu ISO of each host for provisioning"
get_method: cached
url: http://artifacts.opnfv.org/compass4nfv/package/master/ubuntu-16.04-server-arm64.iso
# XXX: For now, it's only an empty file to satisfy build.sh
- name: harbor-empty.tgz
description: "The package of harbor offline installer"
get_method: cached
url: http://people.linaro.org/~yibo.cai/compass/harbor-empty.tgz
- name: compass-deck
description: "RESTful API and DB Handlers for Compass"
get_method: docker
url: opnfv/compass-deck:latest
- name: compass-tasks-k8s
description: "compass task container for kubernets deployment via kargo"
get_method: docker
url: opnfv/compass-tasks-k8s:latest
- name: compass-cobbler
description: "cobbler container for compass"
get_method: docker
url: opnfv/compass-cobbler:latest
- name: compass-db
description: "datebase container for compass"
get_method: docker
url: opnfv/compass-db:latest
- name: compass-mq
description: "message queue container for compass"
get_method: docker
url: rabbitmq:3.6.12
|