![Mark Goddard](/assets/img/avatar_default.png)
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
14 lines
671 B
YAML
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.
|