Adjust inventory to Queens hyperconverged equivalent

This will prevent a bunch of work later when upgrading to Queens.
This commit is contained in:
Logan V 2018-03-29 19:55:33 -05:00 committed by Logan V
parent c1b618b44d
commit 1fd55f51d6
5 changed files with 72 additions and 804 deletions

View File

@ -1,6 +0,0 @@
---
container_skel:
cinder_volumes_container:
properties:
is_metal: false

View File

@ -0,0 +1,13 @@
---
container_skel:
cinder_api_container:
belongs_to:
- storage-infra_containers
contains:
- cinder_api
- cinder_scheduler
cinder_scheduler_container: {}
cinder_volumes_container:
properties:
is_metal: false

View File

@ -0,0 +1,13 @@
---
container_skel:
heat_api_container:
belongs_to:
- orchestration_containers
- os-infra_containers
contains:
- heat_api_cfn
- heat_api
- heat_engine
heat_apis_container: {}
heat_engine_container: {}

View File

@ -0,0 +1,20 @@
---
container_skel:
nova_api_container:
belongs_to:
- compute-infra_containers
- os-infra_containers
contains:
- nova_api_metadata
- nova_api_os_compute
- nova_api_placement
- nova_conductor
- nova_scheduler
- nova_console
nova_api_metadata_container: {}
nova_api_os_compute_container: {}
nova_api_placement_container: {}
nova_conductor_container: {}
nova_scheduler_container: {}
nova_console_container: {}

File diff suppressed because it is too large Load Diff