Comment 6 for bug 1744393

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-percona-cluster (master)

Reviewed: https://review.opendev.org/670675
Committed: https://git.openstack.org/cgit/openstack/charm-percona-cluster/commit/?id=b8c2213dfbd4ae417be95a8ce1b1c973eee9e55c
Submitter: Zuul
Branch: master

commit b8c2213dfbd4ae417be95a8ce1b1c973eee9e55c
Author: David Ames <email address hidden>
Date: Fri Jul 12 16:16:46 2019 -0700

    Notify bootstrapped action

    It turns out a subsequent required step after a cold boot bootstrap is
    notifying the cluster of the new bootstrap UUID.

    The notify-bootstrapped action should be run on a different node than
    the one which ran the bootstrap-pxc action.

    This action will ensure the cluster converges on the correct bootstrap
    UUID.

    A subsequent patch stacked on this one will include tests for the new
    cold boot actions.

    Change-Id: Idee12d5f7e28498c5ab6ccb9605f751c6427ac30
    Partial-Bug: #1744393