Comment 2 for bug 1858648

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

Reviewed: https://review.opendev.org/701388
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=b61f71a74a3953b25bc9849a8e7b82bd803dc03e
Submitter: Zuul
Branch: master

commit b61f71a74a3953b25bc9849a8e7b82bd803dc03e
Author: Damien Ciabrini <email address hidden>
Date: Tue Jan 7 16:22:49 2020 +0100

    HA: Fix the cluster common tag behaviour with podman

    Since [1,2], HA container image name used in pacemaker are
    look like container-common-tag/<servicename>:pcmklatest.

    Unlike docker, podman prepends a host information in
    front of this tag, which confuses the podman resource
    agent in pacemaker.

    Make the first part of the tag look like a fqdn so that
    podman doesn't change it.

    Closes-Bug: #1858648

    [1] Id369154d147cd5cf0a6f997bf806084fc7580e01
    [2] I7a63e8e2d9457c5025f3d70aeed6922e24958049

    Change-Id: I07d72b87225dbadbc4df46564452ccb232593219