Adjust inventory to Queens hyperconverged equivalent
This will prevent a bunch of work later when upgrading to Queens.
This commit is contained in:
parent
c1b618b44d
commit
1fd55f51d6
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
container_skel:
|
|
||||||
cinder_volumes_container:
|
|
||||||
properties:
|
|
||||||
is_metal: false
|
|
13
openstack_deploy/env.d/cinder.yml
Normal file
13
openstack_deploy/env.d/cinder.yml
Normal 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
|
13
openstack_deploy/env.d/heat.yml
Normal file
13
openstack_deploy/env.d/heat.yml
Normal 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: {}
|
20
openstack_deploy/env.d/nova.yml
Normal file
20
openstack_deploy/env.d/nova.yml
Normal 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
Loading…
x
Reference in New Issue
Block a user