kayobe/releasenotes/notes/docker-registry-insecure-b0f529b9eb85737e.yaml
Pierre Riteau 2e2c96e394 Allow Docker to use insecure registry when deployed by Kayobe
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
2021-10-19 11:50:59 +02:00

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.