Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable registry caching so we can avoid Redis. | Randy Barlow | 2017-03-01 | 1 | -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 about | Patrick Uiterwijk | 2017-02-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Another pile of trailing whitespace fixes | Kevin Fenzi | 2016-08-08 | 1 | -3/+3 |
| | |||||
* | Change ansible_fqdn to inventory_hostname. This fixes some few hosts that ↵ | Kevin Fenzi | 2016-05-11 | 1 | -1/+1 |
| | | | | | | have incorrect reverse dns and shouldn't break any others since we always use fully qualified in our inventory. | ||||
* | Add docker-distribution tag | Patrick Uiterwijk | 2016-04-12 | 1 | -0/+14 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | fix docker-distribution role template to conditionally set tls cert | Adam Miller | 2016-04-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
* | update dir var name for docker-distribution | Adam Miller | 2016-04-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
* | update docker-distribution role to handle certs more logically | Adam Miller | 2016-04-06 | 3 | -11/+13 |
| | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
* | docker-distribution role: fix tls config, move tls directive under http | Adam Miller | 2016-02-17 | 1 | -4/+3 |
| | |||||
* | set docker-distribution defaults cert.dir based on http.addr instead of ↵ | Adam Miller | 2016-02-16 | 1 | -9/+10 |
| | | | | hardcoded string | ||||
* | Try some higher level debug | Kevin Fenzi | 2016-02-02 | 1 | -2/+1 |
| | |||||
* | Set some debugging. | Kevin Fenzi | 2016-02-02 | 1 | -0/+3 |
| | |||||
* | convert all defaults to be quoted in docker-distribution role | Adam Miller | 2016-02-02 | 1 | -12/+12 |
| | |||||
* | fix whitespace mismatch for templated cert.private_path value in ↵ | Adam Miller | 2016-02-02 | 1 | -1/+1 |
| | | | | docker-distribution role | ||||
* | change conditionals from explicit comparison to implicit boolean for ↵ | Adam Miller | 2016-02-02 | 1 | -3/+3 |
| | | | | docker-registry role | ||||
* | fix typo for cert.dir variable in docker-distribution role | Adam Miller | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | add osbs w/ v2 registry support | Adam Miller | 2016-01-28 | 7 | -0/+268 |