summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/templates
Commit message (Collapse)AuthorAgeFilesLines
* Adding a check for variable definition.Kenny Woodson2017-07-181-1/+1
|
* Adding disk encryption to storageclasses and to openshift registryKenny Woodson2017-06-291-1/+4
|
* Removing requirement to pass aws credentialsEric Sauer2017-05-221-0/+4
|
* acceptschema2 default: trueAaron Weitekamp2017-03-201-1/+1
| | | | Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>
* Register cloudfront privkey when requiredSteve Milner2017-02-161-1/+1
|
* Reference full vars for registry object storage.Andrew Butcher2016-10-181-42/+42
|
* formatting updates in templateTobias Brunner2016-10-141-1/+1
|
* adjustments in docs and j2 templateTobias Brunner2016-10-121-2/+2
|
* add regionendpoint parameter for registry s3Tobias Brunner2016-10-121-0/+3
|
* Enable registry support for image pruningAndrew Lau2016-09-301-0/+2
|
* Add acceptschema2 and enforcequota settings for hosted registryAndrew Lau2016-09-101-0/+2
|
* Add option for specifying s3 registry storage root directory.Andrew Butcher2016-09-091-1/+1
|
* Fix padding on registry configScott Dodson2016-08-171-1/+1
|
* Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3Gan Huang2016-08-101-1/+3
|
* docker-registry's middleware stanza should contain 'registry' and 'storage' ↵Gan Huang2016-08-101-0/+5
| | | | by default
* Enable pullthrough by default in registry config for object storage.Andrew Butcher2016-07-111-0/+2
|
* Various hosted component improvementsAndrew Butcher2016-07-072-0/+79
* [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation