aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/ceph-cluster-config.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-05 11:24:58 +0000
committerGerrit Code Review <review@openstack.org>2015-09-05 11:24:58 +0000
commitf498e7f3c05f1d7df34251a2c16d870f7d12d521 (patch)
treedba95c29ae09c77dfde62acaa66753d70ee5da5f /puppet/ceph-cluster-config.yaml
parent24f4146cbb2959c849a3396c36e7e89ae6334843 (diff)
parentbc9368fd91ca29b5c86caa3ddc88d8ff76009250 (diff)
Merge "Support for using external Ceph clusters"
Diffstat (limited to 'puppet/ceph-cluster-config.yaml')
-rw-r--r--puppet/ceph-cluster-config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/puppet/ceph-cluster-config.yaml b/puppet/ceph-cluster-config.yaml
index 33b18574..99265493 100644
--- a/puppet/ceph-cluster-config.yaml
+++ b/puppet/ceph-cluster-config.yaml
@@ -2,6 +2,18 @@ heat_template_version: 2015-04-30
description: 'Ceph Cluster config data for Puppet'
parameters:
+ ceph_storage_count:
+ default: 0
+ type: number
+ description: Number of Ceph storage nodes. Used to enable/disable managed Ceph installation.
+ ceph_external_mon_ips:
+ default: ''
+ type: string
+ description: List of external Ceph Mon host IPs.
+ ceph_client_key:
+ default: ''
+ type: string
+ description: Ceph key used to create the 'openstack' user keyring.
ceph_fsid:
default: ''
type: string
@@ -26,6 +38,7 @@ resources:
datafiles:
ceph_cluster:
mapped_data:
+ ceph_storage_count: {get_param: ceph_storage_count}
ceph_mon_initial_members:
list_join:
- ','