summaryrefslogtreecommitdiffstats
path: root/roles/docker-distribution
Commit message (Collapse)AuthorAgeFilesLines
* Disable registry caching so we can avoid Redis.Randy Barlow2017-03-011-2/+0
| | | | | | | | | | | | Patrick and Adam and I had a meeting this morning to discuss how to deploy Redis to be used as a shared cache for the registry nodes. Patrick suggested that we could instead disable the regstry caching layer and rely on Varnish to do all our caching, which makes the system simpler. This commit disables the in-memory cache of the registries so they won't get out of sync on write operations. Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Docker is lying to our caches about what it varies responses aboutPatrick Uiterwijk2017-02-211-0/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Another pile of trailing whitespace fixesKevin Fenzi2016-08-081-3/+3
|
* Change ansible_fqdn to inventory_hostname. This fixes some few hosts that ↵Kevin Fenzi2016-05-111-1/+1
| | | | | | have incorrect reverse dns and shouldn't break any others since we always use fully qualified in our inventory.
* Add docker-distribution tagPatrick Uiterwijk2016-04-121-0/+14
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* fix docker-distribution role template to conditionally set tls certAdam Miller2016-04-071-0/+2
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* update dir var name for docker-distributionAdam Miller2016-04-061-3/+3
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* update docker-distribution role to handle certs more logicallyAdam Miller2016-04-063-11/+13
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* docker-distribution role: fix tls config, move tls directive under httpAdam Miller2016-02-171-4/+3
|
* set docker-distribution defaults cert.dir based on http.addr instead of ↵Adam Miller2016-02-161-9/+10
| | | | hardcoded string
* Try some higher level debugKevin Fenzi2016-02-021-2/+1
|
* Set some debugging.Kevin Fenzi2016-02-021-0/+3
|
* convert all defaults to be quoted in docker-distribution roleAdam Miller2016-02-021-12/+12
|
* fix whitespace mismatch for templated cert.private_path value in ↵Adam Miller2016-02-021-1/+1
| | | | docker-distribution role
* change conditionals from explicit comparison to implicit boolean for ↵Adam Miller2016-02-021-3/+3
| | | | docker-registry role
* fix typo for cert.dir variable in docker-distribution roleAdam Miller2016-02-021-1/+1
|
* add osbs w/ v2 registry supportAdam Miller2016-01-287-0/+268