puppet-tripleo/templates/docker_distribution/registry_config.yml.erb
Martin André a21f1a193a Add Docker Registry profile
The profile was moved out of instack-undercloud puppet manifest and
changed to install a v2 Docker registry rather than the old, deprecated
v1 registry.

Change-Id: Iecf7a4c7e86349e6ecaa0a8ee6d37223e3af7862
2017-01-09 15:16:50 +01:00

12 lines
215 B
Plaintext

version: 0.1
log:
fields:
service: registry
storage:
cache:
layerinfo: inmemory
filesystem:
rootdirectory: /var/lib/registry
http:
addr: <%= @registry_host %>:<%= @registry_port %>