2e2c96e394
Kolla Ansible has recently updated the default Docker configuration to stop using an insecure registry [1]. To avoid breaking existing Kayobe deployments, automatically set docker_registry_insecure to true if we deploy a registry without TLS. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/805449 Change-Id: Ifec7102812b5503cb02f207098192e99e7193d49
15 lines
674 B
YAML
15 lines
674 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new variable ``kolla_docker_registry_insecure`` to configure whether
|
|
Docker should use an insecure registry for Kolla images.
|
|
upgrade:
|
|
- |
|
|
The default configuration of Docker, as set by Kolla Ansible, has changed
|
|
to stop using an insecure registry for Kolla images. To avoid breaking
|
|
existing deployments, ``kolla_docker_registry_insecure`` is automatically
|
|
set to ``true`` if Kayobe is configured to deploy an insecure registry
|
|
service. If using an insecure registry not deployed by Kayobe, you will
|
|
need to set the value of ``kolla_docker_registry_insecure`` to ``true`` or
|
|
configure TLS for your registry.
|