aboutsummaryrefslogtreecommitdiffstats
path: root/block-storage.yaml
diff options
context:
space:
mode:
authorLadislav Smola <lsmola@redhat.com>2014-02-24 10:04:52 -0500
committerLadislav Smola <lsmola@redhat.com>2014-02-25 04:27:15 -0500
commit9f4420800947b9f9860962edf9217934dc8012f3 (patch)
treebdb31229f6e69719b57ec3d39e2c38078da536a0 /block-storage.yaml
parentedf87127836805197d2d67c6c2addcdab60c1b7a (diff)
Different Flavors for Tuskar roles
- different Flavors for control, compute and storage nodes - for devtest use, they default to 'baremetal', so nothing changes - for Tuskar, there is a possibility to have them different for every role Change-Id: I8c1b80f55a91c7a7fd5e560ccdb8da82ec374084
Diffstat (limited to 'block-storage.yaml')
-rw-r--r--block-storage.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/block-storage.yaml b/block-storage.yaml
index ca56fcef..c801040f 100644
--- a/block-storage.yaml
+++ b/block-storage.yaml
@@ -11,6 +11,10 @@ Parameters:
Type: String
Default: "guest"
NoEcho: true
+ OvercloudBlockStorageFlavor:
+ Default: baremetal
+ Description: Flavor for block storage nodes to request when deploying.
+ Type: String
Resources:
BlockStorageAccessPolicy:
Type: OS::Heat::AccessPolicy
@@ -31,7 +35,7 @@ Resources:
Properties:
image:
{Ref: BlockStorageImage}
- flavor: {Ref: Flavor}
+ flavor: {Ref: OvercloudBlockStorageFlavor}
key_name: {Ref: KeyName}
Metadata:
os-collect-config: