Merge "Do not run clustercheck on the host after O->P upgrade"

This commit is contained in:
Jenkins 2017-08-15 23:53:57 +00:00 committed by Gerrit Code Review
commit 5dea7c99d2
1 changed files with 6 additions and 0 deletions

View File

@ -255,3 +255,9 @@ outputs:
- name: Disable mysql service
tags: step2
service: name=mariadb enabled=no
- name: Remove clustercheck service from xinetd
tags: step2
file: state=absent path=/etc/xinetd.d/galera-monitor
- name: Restart xinetd service after clustercheck removal
tags: step2
service: name=xinetd state=restarted