diff options
author | Steven Hardy <shardy@redhat.com> | 2015-10-07 15:51:57 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2015-10-19 18:33:55 +0100 |
commit | 8585f8d3fe57780d2c6426f27406de373972cc25 (patch) | |
tree | b2a5ca79230a3b2bbe84c9933f0b5a28f3903352 | |
parent | 0f2bf59910639c62442aa3a1266ea4e67d76d25a (diff) |
Update overcloud template description and Count constraints
Currently there's a vague list of services in the description, so instead
describe the roles supported for deployment, and encode the minimum allowed
of one Controller/Compute with zero Storage nodes in the parameter constraints.
Change-Id: Ib4917843f3e4770f0260db72719ed6af0ee8dc13
-rw-r--r-- | overcloud-without-mergepy.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 8a7ce025..629cf817 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -1,8 +1,10 @@ heat_template_version: 2015-04-30 description: > - Nova API,Keystone,Heat Engine and API,Glance,Neutron,Dedicated MySQL - server,Dedicated RabbitMQ Server,Group of Nova Computes + Deploy an OpenStack environment, consisting of several node types (roles), + Controller, Compute, BlockStorage, SwiftStorage and CephStorage. The Storage + roles enable independent scaling of the storage components, but the minimal + deployment is one Controller and one Compute node. # TODO(shadower): we should probably use the parameter groups to put @@ -314,6 +316,8 @@ parameters: ControllerCount: type: number default: 1 + constraints: + - range: {min: 1} controllerExtraConfig: default: {} description: | |