Merge "HA: ClusterFullTag naming convention by default"

This commit is contained in:
Zuul 2020-11-01 18:56:45 +00:00 committed by Gerrit Code Review
commit a65ef2996a
2 changed files with 11 additions and 1 deletions

View File

@ -22,4 +22,4 @@ resource_registry:
parameter_defaults:
ContainerCli: podman
ClusterCommonTag: true
ClusterFullTag: true

View File

@ -0,0 +1,10 @@
---
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.