d4c1c84561
Since Id369154d147cd5cf0a6f997bf806084fc7580e01, HA services can now be configured to use a floating container image name "cluster-common-tag/<servicename>:pcmklatest" to allow minor update to a new image without service disruption, even when the namespace changes in the image URI configured in Heat. Enable that new naming scheme by default for pacemaker deployments. Closes-Bug: #1854730 to allow minor update to arbitrary use container image name whose Change-Id: I7a63e8e2d9457c5025f3d70aeed6922e24958049
7 lines
296 B
YAML
7 lines
296 B
YAML
---
|
|
features:
|
|
- Enable the new container image naming scheme for HA services. They
|
|
are now configured in pacemaker to use container image name like
|
|
'container-common-tag/<servicename>:pcmklatest'. This allows rolling
|
|
update of HA services even when the <namespace> changes in Heat.
|