tripleo-heat-templates/releasenotes/notes/pacemaker-enable-cluster-full-tag-f868a6f0b1f16018.yaml
Damien Ciabrini 50f062da7f HA: ClusterFullTag naming convention by default
The old naming convention ClusterCommonTag [1] has been
superseded by the more generic ClusterFullTag [2], which
allow any part of a container image to change during a
minor update, without causing HA service disruption in
the control plane.

Enable that new convention by default for this cycle.

[1] Id369154d147cd5cf0a6f997bf806084fc7580e01
[2] I124c1e4dbcc7a8ed38079411f41a8f31c8f62284

Change-Id: I9bc0e4991783567a4e9e7dc9d5c22e1f957da5be
2020-10-28 16:12:16 +01:00

11 lines
473 B
YAML

---
features:
- |
New Heat parameter ClusterFullTag controls how we configure
pacemaker container image names for the HA services. Compared to
the previous parameter ClusterCommonTag, this new naming
convention allows any part of the container image name to change
during a minor update, without service disruption. e.g.,
registryA/namespaceA/imgA:tagA to registryB/namespaceB/imgB:tagB
This new paramter ClusterFullTag is enabled by default.