aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-20 21:32:32 +0000
committerGerrit Code Review <review@openstack.org>2015-10-20 21:32:32 +0000
commit1492592832e4bc07fe019c03f763ae5fbb871a9f (patch)
tree2e52d928eadf5768c0f197755859bfe11f0bbb9c
parentc66c5c6ff8346963940b3f5623c7cf5d5fb9df61 (diff)
parent8585f8d3fe57780d2c6426f27406de373972cc25 (diff)
Merge "Update overcloud template description and Count constraints"
-rw-r--r--overcloud-without-mergepy.yaml8
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: |