aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/ceph-rgw.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2017-02-17 16:49:58 +0100
committerGiulio Fidente <gfidente@redhat.com>2017-02-21 20:53:01 +0000
commita3df16776dd5d7eb0a60ca4c58cef9913eb1c5cb (patch)
tree6d32a23466f2b76d5f1a21964276653682723a19 /puppet/services/ceph-rgw.yaml
parentd5b0c38f0b9ed0e7ca2eb4e1e2f6aaa003268b33 (diff)
Add checks in ansible upgrade tasks for CephMon and CephOSD
Adds two checks, one for the CephMon and one for the CephOSD upgrade tasks borrowed from ceph-ansible. Change-Id: I0a0e60d277240130c6bd76a74ccc13354b87a30a Co-Authored-By: Sebastien Han <seb@redhat.com>
Diffstat (limited to 'puppet/services/ceph-rgw.yaml')
-rw-r--r--puppet/services/ceph-rgw.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/services/ceph-rgw.yaml b/puppet/services/ceph-rgw.yaml
index d7014e54..c5b29c7e 100644
--- a/puppet/services/ceph-rgw.yaml
+++ b/puppet/services/ceph-rgw.yaml
@@ -87,4 +87,6 @@ outputs:
tags: step0,validation
- name: Stop RGW instance
tags: step1
- service: name=ceph-radosgw@{{rgw_id.stdout}} state=stopped
+ service:
+ name: ceph-radosgw@{{rgw_id.stdout}}
+ state: stopped