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
This commit is contained in:
parent
f9e860a4d2
commit
50f062da7f
@ -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…
x
Reference in New Issue
Block a user