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

Once an Ocata overcloud is upgraded to Pike, clustercheck should only be
running in a dedicated container, and xinetd should no longer manage it on
the host. Fix the mysql upgrade_task accordingly.

Change-Id: I01acacc2ff7bcc867760b298fad6ff11742a2afb
Closes-Bug: #1706612
This commit is contained in:
Damien Ciabrini 2017-07-27 14:41:16 +00:00
parent bf906d75a9
commit 090b33ed3b
1 changed files with 6 additions and 0 deletions

View File

@ -199,3 +199,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