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:
0020519
)
Make BlockStorage deployment dependent on controller0AllNodes
author
Giulio Fidente
<gfidente@redhat.com>
Thu, 14 Aug 2014 16:38:42 +0000
(18:38 +0200)
committer
Giulio Fidente
<gfidente@redhat.com>
Sun, 17 Aug 2014 10:21:37 +0000
(12:21 +0200)
As per the NovaCompute nodes, this change makes deployment of
BlockStorage nodes dependent on controller0AllNodes.
Change-Id: I4bc4d33d42463a0abadc2bfd4e48b1a4e554d396
block-storage.yaml
patch
|
blob
|
history
diff --git
a/block-storage.yaml
b/block-storage.yaml
index
3e5f460
..
6e5d503
100644
(file)
--- a/
block-storage.yaml
+++ b/
block-storage.yaml
@@
-24,6
+24,7
@@
resources:
key_name: {get_param: KeyName}
user_data_format: SOFTWARE_CONFIG
BlockStorage0Deployment:
+ depends_on: [controller0AllNodesDeployment]
type: OS::Heat::StructuredDeployment
properties:
server: {get_resource: BlockStorage0}