Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
970fcfc
)
Remove the ControllerCount contraint
author
Steven Hardy
<shardy@redhat.com>
Wed, 20 Jul 2016 10:55:12 +0000
(11:55 +0100)
committer
Steven Hardy
<shardy@redhat.com>
Wed, 20 Jul 2016 10:55:12 +0000
(11:55 +0100)
Some deployments want to deploy zero controllers, and this will become
a more likely configuration when support for custom roles lands (e.g
a set of decomposed custom roles vs the monolithic controller role
may be deployed instead).
Change-Id: Idb21779f3ad9d875576bdb5e6502ed27a72600ba
overcloud.yaml
patch
|
blob
|
history
diff --git
a/overcloud.yaml
b/overcloud.yaml
index
aeb1c1b
..
4e00b97
100644
(file)
--- a/
overcloud.yaml
+++ b/
overcloud.yaml
@@
-149,8
+149,6
@@
parameters:
ControllerCount:
type: number
default: 1
- constraints:
- - range: {min: 1}
controllerExtraConfig:
default: {}
description: |