kayobe/releasenotes/notes/docker-registry-on-seed-2eb4fb643d6fda9a.yaml
Mark Goddard 3b1a8a6a00 Don't pull registry image from private registry
This avoids a potential circular dependency where the registry is the
source of its own image.

Also fixes up the image building documentation about the default value
of kolla_docker_registry.

Change-Id: Ia30173abf185329098ace621baf0ad1be75c0b74
Story: 2004820
Task: 29345
2019-02-05 12:05:33 +00:00

14 lines
671 B
YAML

---
upgrade:
- |
When enabled, a Docker Registry is now deployed on hosts in the
``docker-registry`` group, which defaults to include the seed. The existing
behaviour of deploying on the first controller can be retained by removing
the seed group from ``[docker-registry:children]`` in
``$KAYOBE_CONFIG_PATH/inventory/groups` and creating a
``[docker-registry]`` group including the name of the first controller.
- |
Modifies the default value of ``docker_registry_image`` variable to not use
a private registry in the image name by default. This avoids a potential
circular dependency during deployment of the registry container.