aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/ceph
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-07-11 12:12:34 +0200
committerGiulio Fidente <gfidente@redhat.com>2016-07-11 12:13:50 +0200
commit443ea32a1128ccefed69802e0c8e47bf5092b7c6 (patch)
tree42af2fcccab7795f4f106929c4348f5ee81a0dca /manifests/profile/base/ceph
parentadc02fd625b6be1ee6529a4c7646e62d793a206a (diff)
Configure Ceph/OSD after Ceph/Mon when on same node
When both the Ceph Monitor and OSD roles are deployed on the same node, we need the OSD configuration to happen *after* the Monitor configuration is finished. Change-Id: Id2ea099a0aaba344004870e82108da288cba2cb7
Diffstat (limited to 'manifests/profile/base/ceph')
-rw-r--r--manifests/profile/base/ceph/osd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/ceph/osd.pp b/manifests/profile/base/ceph/osd.pp
index a9224d3..9736656 100644
--- a/manifests/profile/base/ceph/osd.pp
+++ b/manifests/profile/base/ceph/osd.pp
@@ -34,7 +34,7 @@ class tripleo::profile::base::ceph::osd (
include ::tripleo::profile::base::ceph
- if $step >= 2 {
+ if $step >= 3 {
if $ceph_osd_selinux_permissive {
exec { 'set selinux to permissive on boot':
command => "sed -ie 's/^SELINUX=.*/SELINUX=permissive/' /etc/selinux/config",