aboutsummaryrefslogtreecommitdiffstats
path: root/templates/docker_distribution
diff options
context:
space:
mode:
authorMartin André <m.andre@redhat.com>2017-01-06 17:14:22 +0100
committerMartin André <m.andre@redhat.com>2017-01-09 15:16:50 +0100
commita21f1a193a7076a335d82f47cab04340da9c93ff (patch)
treed348895cefab88effd72c0af7c446d4a73e163fa /templates/docker_distribution
parent8c990738900cd74c2c5c046435517393d1afb92e (diff)
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
Diffstat (limited to 'templates/docker_distribution')
-rw-r--r--templates/docker_distribution/registry_config.yml.erb11
1 files changed, 11 insertions, 0 deletions
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 %>