e1964865ea
A lot of deployments might have os-infra_hosts defined in their o_u_c which would result in creation of Skyline containers and replacing Horizon with Skyline on upgrade. Such behaviour migh be unwanted during upgrades, so we remove os-infra_hosts from Skyline env.d defenition. Change-Id: I4d3b4af4b7a9ddd86b0f53d64714a724413c0207
21 lines
332 B
YAML
21 lines
332 B
YAML
---
|
|
component_skel:
|
|
skyline:
|
|
belongs_to:
|
|
- skyline_all
|
|
|
|
container_skel:
|
|
skyline_container:
|
|
belongs_to:
|
|
- skyline_dashboard_containers
|
|
contains:
|
|
- skyline
|
|
|
|
physical_skel:
|
|
skyline_dashboard_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
skyline_dashboard_hosts:
|
|
belongs_to:
|
|
- hosts
|