b4665609e2
This patch adds zun to the integrated repo, so that deployers were able to use it out of the box and we have integrated tests Depends-On: https://review.opendev.org/692406 Change-Id: I7785964668679d3f97a36daa83043f6c10a3d7ac
37 lines
602 B
YAML
37 lines
602 B
YAML
---
|
|
component_skel:
|
|
zun_api:
|
|
belongs_to:
|
|
- zun_all
|
|
zun_compute:
|
|
belongs_to:
|
|
- zun_all
|
|
|
|
container_skel:
|
|
zun_api_container:
|
|
belongs_to:
|
|
- zun-infra_containers
|
|
contains:
|
|
- zun_api
|
|
zun_compute_container:
|
|
belongs_to:
|
|
- zun-compute_containers
|
|
contains:
|
|
- zun_compute
|
|
properties:
|
|
is_metal: true
|
|
|
|
physical_skel:
|
|
zun-compute_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
zun-compute_hosts:
|
|
belongs_to:
|
|
- hosts
|
|
zun-infra_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
zun-infra_hosts:
|
|
belongs_to:
|
|
- hosts
|