tripleo-heat-templates/releasenotes/notes/add-container-registry-login-08d6a87586c84a99.yaml
Alex Schultz ea37ee6638 Add container engine authentication support
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/
2019-06-25 14:42:30 -06:00

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`