Comment 12 for bug 1724636

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/pike)

Reviewed: https://review.openstack.org/518579
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=9ca5d97476da2d394fbf2485f7e6855fbbbac693
Submitter: Zuul
Branch: stable/pike

commit 9ca5d97476da2d394fbf2485f7e6855fbbbac693
Author: Sofer Athlan-Guyot <email address hidden>
Date: Wed Nov 8 17:46:35 2017 +0100

    Make sure /var/lib/mysql rights are setup correctly.

    If you do an upgrade on then bootstrap[1] is not run, so you have to
    make sure the permission are setup right every time.

    This is duplicating what is happening in the pacemaker mysql template[2]

    Partial-Bug: #1724636

    [1] https://github.com/openstack/tripleo-heat-templates/blob/master/docker/services/database/mysql.yaml#L128
    [2] https://github.com/openstack/tripleo-heat-templates/blob/master/docker/services/pacemaker/database/mysql.yaml#L162

    Change-Id: Ib224dd10361171dfd579867be35a2c67a71fd9d5
    (cherry picked from commit f48e11ee2715277bd1fe6c32580cc41a0de6ce4e)