tripleo-heat-templates/releasenotes/notes/pacemaker-cluster-common-tag-podman-f9a71344af5c73d6.yaml
Damien Ciabrini b61f71a74a 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
2020-01-07 16:22:49 +01:00

8 lines
276 B
YAML

---
fixes:
- |
HA container naming scheme has been updated to look like
'container.common.tag/<servicename>:pcmklatest', in order for
podman to not prepend any host suffix in front of this tag,
otherwise this confuses the podman resource agent in pacemaker.