Files
kayobe/ansible/group_vars/all/docker-registry
Mark Goddard 56ee18d0fd Add configuration to deploy a Docker registry on a controller
By default the registry listens on port 4000 to avoid clashing with keystone.
It is configured via the following commands:

kayobe overcloud service <deploy|pull|reconfigure|upgrade>
2017-06-27 18:49:10 +01:00

12 lines
379 B
Plaintext

---
###############################################################################
# Docker registry configuration.
# Whether a docker registry is enabled.
docker_registry_enabled: true
# The port on which the docker registry server should listen.
# NOTE: This is set to 4000 rather than the default of 5000 to avoid clashing
# with keystone.
docker_registry_port: 4000