Comment 10 for bug 1571763

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/313058
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=6d9fd6c5b6fab8f3b174fc2fe04e708cd54c8a2f
Submitter: Jenkins
Branch: master

commit 6d9fd6c5b6fab8f3b174fc2fe04e708cd54c8a2f
Author: Sergii Golovatiuk <email address hidden>
Date: Thu May 5 18:44:52 2016 +0200

    Create clustercheck after mysql-server

    - Under some circumstances clustercheck user/files are created before
      mysql-server is fully set up. This patch changes the behavior to
      create user after mysql-server
    - Create my.cnf primary controller. It only helps to bootstrap the
      cluster. After all we link it to our my.localhost.cnf. We don't need
      to set it up on non primary controllers.

    Change-Id: I97de2a01b79851eeca34524c92f406c99ea56cda
    Closes-Bug: 1571763
    Closes-Bug: 1577462
    Signed-off-by: Sergii Golovatiuk <email address hidden>