Comment 11 for bug 1571763

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

Reviewed: https://review.openstack.org/314038
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=c5d7e98587297c3291a5bdefe6f1f8a326784079
Submitter: Jenkins
Branch: stable/mitaka

commit c5d7e98587297c3291a5bdefe6f1f8a326784079
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>