From a21f1a193a7076a335d82f47cab04340da9c93ff Mon Sep 17 00:00:00 2001 From: Martin André Date: Fri, 6 Jan 2017 17:14:22 +0100 Subject: 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 --- templates/docker_distribution/registry_config.yml.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/docker_distribution/registry_config.yml.erb (limited to 'templates/docker_distribution') diff --git a/templates/docker_distribution/registry_config.yml.erb b/templates/docker_distribution/registry_config.yml.erb new file mode 100644 index 0000000..d5228fb --- /dev/null +++ b/templates/docker_distribution/registry_config.yml.erb @@ -0,0 +1,11 @@ +version: 0.1 +log: + fields: + service: registry +storage: + cache: + layerinfo: inmemory + filesystem: + rootdirectory: /var/lib/registry +http: + addr: <%= @registry_host %>:<%= @registry_port %> -- cgit 1.2.3-korg