Merge "HA: ClusterFullTag naming convention by default"
This commit is contained in:
commit
a65ef2996a
@ -22,4 +22,4 @@ resource_registry:
|
||||
|
||||
parameter_defaults:
|
||||
ContainerCli: podman
|
||||
ClusterCommonTag: true
|
||||
ClusterFullTag: true
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user