Comment 3 for bug 1929073

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

Reviewed: https://review.opendev.org/c/openstack/puppet-openstack-integration/+/804365
Committed: https://opendev.org/openstack/puppet-openstack-integration/commit/085d3569021441810c1dff7c8f4396003c690805
Submitter: "Zuul (22348)"
Branch: master

commit 085d3569021441810c1dff7c8f4396003c690805
Author: Takashi Kajinami <email address hidden>
Date: Thu Aug 12 17:48:51 2021 +0900

    Ubuntu: Use utf8mb3 charset in MySQL

    We are observing the failure in Ubuntu integration job caused by
    broken idempotency. It seems current mysql/mariadb in Ubuntu replaces
    utf8 with uft8mb3 automatically and this behavior results in unexpected
    change in second run.

    This change ensures that we use utf8mb3 in Ubuntu to avoid such
    mismatch caused by internal translation. Note this change is intended
    to be a quick gate fix and the charset would be updated to utf8mb4
    later.

    Closes-Bug: #1929073
    Change-Id: I7742120758057b5a00f1d093f355fda3791f4e02