diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-24 16:24:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-24 16:24:13 +0000 |
commit | 386fc6089060eadf73fbad6123ae096ba2205572 (patch) | |
tree | 52fd4c7c24977a25592c6b7275e335757287fc70 /puppet/hieradata | |
parent | 1a0f4eefc8d590ee9da6612b34a018d5055397bd (diff) | |
parent | 9ab0050e6ec6ace2deb7712d7fde7a12bc466b75 (diff) |
Merge "Ensure SELinux is permissive on Ceph OSDs"
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/ceph.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/hieradata/ceph.yaml b/puppet/hieradata/ceph.yaml index 6eb0e671..18a48622 100644 --- a/puppet/hieradata/ceph.yaml +++ b/puppet/hieradata/ceph.yaml @@ -12,4 +12,6 @@ ceph_pools: - vms - images -ceph_classes: []
\ No newline at end of file +ceph_classes: [] + +ceph_osd_selinux_permissive: true |