ea37ee6638
We need to be able to run a docker or podman login during the deployment if the overcloud needs to pull images from an auth required container registry when deploying with docker. Add ContainerImageRegistryLogin as a flag to use ContainerImageRegistryCredentials to perform docker or podman logins when deploying. Closes-Bug: #1833584 Change-Id: I98a527f363056767fea45ab4828ae61c01de20ca Depends-On: https://review.opendev.org/#/c/666644/
11 lines
403 B
YAML
11 lines
403 B
YAML
---
|
|
features:
|
|
- |
|
|
`ContainerImageRegistryLogin` has been added to indicate if login calls
|
|
should be issued by the container engine on deployment. The default is
|
|
set to `false`.
|
|
- |
|
|
Values specified in `ContainerImageRegistryCredentials` will now be used to
|
|
issue a login call when deploying the container engine on the hosts if
|
|
`ContainerImageRegistryLogin` is set to `true`
|