aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/manifests/overcloud_cephstorage.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-02 07:33:08 +0000
committerGerrit Code Review <review@openstack.org>2015-04-02 07:33:08 +0000
commit61fecfc5754c3d08e38853782fdb875d1156e3b3 (patch)
tree38af04f52f4f1072f09c51fafd3766ae654c74ea /puppet/manifests/overcloud_cephstorage.pp
parent9bf344f4786e343f5670addf3819c87cf2bc484d (diff)
parentb0fea9137191704f0763cf2fd892570ec560fce9 (diff)
Merge "Restructure Ceph/Puppet params to reflect changes in puppet-ceph"
Diffstat (limited to 'puppet/manifests/overcloud_cephstorage.pp')
-rw-r--r--puppet/manifests/overcloud_cephstorage.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/manifests/overcloud_cephstorage.pp b/puppet/manifests/overcloud_cephstorage.pp
index c0f19e23..ce2ab3af 100644
--- a/puppet/manifests/overcloud_cephstorage.pp
+++ b/puppet/manifests/overcloud_cephstorage.pp
@@ -28,8 +28,5 @@ if count(hiera('ntp::servers')) > 0 {
include ::ntp
}
-class { 'ceph::profile::params':
- mon_initial_members => downcase(hiera('ceph_mon_initial_members'))
-}
include ::ceph::profile::client
include ::ceph::profile::osd \ No newline at end of file