X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fcongress.yaml;h=6855a838cdf1adda69e69a6e46370a22d5c9887d;hb=1e1a4d415ead0310fc4d6d7ff22140a4a8326887;hp=aa8d9a9a1b7f838e07173f23b9a92b7e2d15a564;hpb=b0928df1515a50ab26d7b62fc666bd6b3701c028;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/congress.yaml b/puppet/services/congress.yaml index aa8d9a9a..6855a838 100644 --- a/puppet/services/congress.yaml +++ b/puppet/services/congress.yaml @@ -87,3 +87,11 @@ outputs: step_config: | include ::tripleo::profile::base::congress + + upgrade_tasks: + - name: "PreUpgrade step0,validation: Check service openstack-congress-server is running" + shell: /usr/bin/systemctl show 'openstack-congress-server' --property ActiveState | grep '\bactive\b' + tags: step0,validation + - name: Stop congress service + tags: step2 + service: name=openstack-congress-server state=stopped