aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/ceph-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-09 02:45:31 +0000
committerGerrit Code Review <review@openstack.org>2016-08-09 02:45:31 +0000
commit6bba45ac28b166d69ed1aec1d3381cb56a4bc470 (patch)
treeb9d59a8e0493f56721b3f07e2201ccbf6daf65fc /puppet/ceph-storage.yaml
parentdd8cb29d4e598a51fee04a4b6d8cf4a91cb82d97 (diff)
parent1c5a7c32835ca44934447b24cd6a5c542cb7b296 (diff)
Merge "Move *Flavor parameters into per-role templates"
Diffstat (limited to 'puppet/ceph-storage.yaml')
-rw-r--r--puppet/ceph-storage.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/puppet/ceph-storage.yaml b/puppet/ceph-storage.yaml
index 2f007536..bb3d7588 100644
--- a/puppet/ceph-storage.yaml
+++ b/puppet/ceph-storage.yaml
@@ -1,8 +1,9 @@
heat_template_version: 2015-04-30
description: 'OpenStack ceph storage node configured by Puppet'
parameters:
- Flavor:
+ OvercloudCephStorageFlavor:
description: Flavor for the Ceph Storage node.
+ default: baremetal
type: string
constraints:
- custom_constraint: nova.flavor
@@ -108,7 +109,7 @@ resources:
properties:
image: {get_param: CephStorageImage}
image_update_policy: {get_param: ImageUpdatePolicy}
- flavor: {get_param: Flavor}
+ flavor: {get_param: OvercloudCephStorageFlavor}
key_name: {get_param: KeyName}
networks:
- network: ctlplane