diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-14 19:05:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-14 19:05:13 +0000 |
commit | fe4311207f3ba382a4d647c933c9d4edd833dfd1 (patch) | |
tree | fc7479585ee11e0b5d20c0879bf88a1b7702d5d5 /puppet/services/monitoring | |
parent | 854b5120cc04418b34e45a523d0ea67ae64a448e (diff) | |
parent | 35c64e185099d375d698c38008f8a6f1063b1301 (diff) |
Merge "Add upgrade tasks for opstools services"
Diffstat (limited to 'puppet/services/monitoring')
-rw-r--r-- | puppet/services/monitoring/sensu-client.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/services/monitoring/sensu-client.yaml b/puppet/services/monitoring/sensu-client.yaml index 76ba59c1..d74a68a2 100644 --- a/puppet/services/monitoring/sensu-client.yaml +++ b/puppet/services/monitoring/sensu-client.yaml @@ -62,3 +62,12 @@ outputs: region: {get_param: KeystoneRegion} step_config: | include ::tripleo::profile::base::monitoring::sensu + upgrade_tasks: + - name: Check status of sensu-client service + shell: > + /usr/bin/systemctl show sensu-client --property ActiveState | + grep '\bactive\b' + tags: step0,validation + - name: Stop sensu-client service + tags: step2 + service: name=sensu-client state=stopped |