aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/manifests/overcloud_cephstorage.pp
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-01-18 08:55:39 -0500
committerDan Prince <dprince@redhat.com>2016-01-22 10:30:42 -0500
commit867b36625e38972e7a74989134a1f89dcbdc0fe7 (patch)
treef580e55a1f96a87da40dfb800f5bd7604a124e98 /puppet/manifests/overcloud_cephstorage.pp
parenta2300bc50e4675bbd6d892d40dd14221ebbf0c5d (diff)
puppet: allow config of ad-hoc Ceph settings
Including ::ceph::conf on ceph roles will allow ad-hoc (non-puppet managed) settings to be made in the ceph.conf using Hiera. Change-Id: I656a0ecde465023d7afad9371aa3c5c270078a67
Diffstat (limited to 'puppet/manifests/overcloud_cephstorage.pp')
-rw-r--r--puppet/manifests/overcloud_cephstorage.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/manifests/overcloud_cephstorage.pp b/puppet/manifests/overcloud_cephstorage.pp
index 7444155c..1d801adc 100644
--- a/puppet/manifests/overcloud_cephstorage.pp
+++ b/puppet/manifests/overcloud_cephstorage.pp
@@ -38,6 +38,7 @@ if str2bool(hiera('ceph_osd_selinux_permissive', true)) {
} -> Class['ceph::profile::osd']
}
+include ::ceph::conf
include ::ceph::profile::client
include ::ceph::profile::osd