kayobe/releasenotes/notes/docker-registry-on-seed-2eb4fb643d6fda9a.yaml
Pierre Riteau ce49ae7c80 Allow to configure where to deploy a Docker Registry
This commit changes the docker-registry playbook to deploy a Docker
Registry on hosts in the docker-registry group, rather than being
harcoded to deploy on the first controller.

The default location is changed to deploy on the seed as it appears to
be a good location for most deployments.

UpgradeImpact: The Docker Registry is now deployed on the seed by
default.

Change-Id: I87d02bd9556afb795c8783ed78e797fdd31fe8ca
Story: 2004820
Task: 28986
2019-01-29 15:44:21 +00:00

10 lines
439 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.