Merge "Adding upgrade steps to congress service"

This commit is contained in:
Jenkins 2017-02-22 16:00:03 +00:00 committed by Gerrit Code Review
commit 5be125e117
1 changed files with 8 additions and 0 deletions

View File

@ -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