From 867b36625e38972e7a74989134a1f89dcbdc0fe7 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 18 Jan 2016 08:55:39 -0500 Subject: 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 --- puppet/manifests/overcloud_cephstorage.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/manifests/overcloud_cephstorage.pp') 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 -- cgit 1.2.3-korg