summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-10 17:33:29 +0000
committerGerrit Code Review <review@openstack.org>2017-01-10 17:33:29 +0000
commitd67e94a7e13fcbf0b349d97f0a00a42792469dcb (patch)
tree7a0719bcf31a6a8d2c3813c05d526cef69d73b4c /templates
parent87c632ce6e7231793c11eaccf2f5ecf0e15ec310 (diff)
parenta21f1a193a7076a335d82f47cab04340da9c93ff (diff)
Merge "Add Docker Registry profile"
Diffstat (limited to 'templates')
-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 %>