summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/templates
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for 3.10Scott Dodson2018-02-052-0/+22
|
* add 3.8 templates for gluster ep and svcLuke Meyer2017-12-072-0/+22
|
* add 3.8 templates for gluster ep and svcMangirdas2017-12-072-0/+22
|
* Fix hosted varsMichael Gugino2017-12-054-4/+4
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Add support for external glusterfs as registry backendMangirdas2017-11-214-0/+44
|
* Merge pull request #5368 from jianlinliu/bz1490738Scott Dodson2017-10-091-2/+2
|\ | | | | Update registry_config.j2 to fix BZ#1490738
| * Update registry_config.j2Jianlin Liu2017-09-121-1/+1
| | | | | | setting openshift_hosted_registry_storage_gcs_rootdirectory default value
| * Update registry_config.j2Jianlin Liu2017-09-121-1/+1
| |
* | Refactor openshift_hosted plays and roleMichael Gugino2017-09-251-3/+1
|/ | | | | | | | | | | | Currently, openshift_hosted role duplicates some logic across separate task chains. This commit cleans up the openshift_hosted role and converts it to be primarily used with include_role to give better logic to the playbooks that utilize this role. This commit also refactors the playbook that calls various openshift_hosted roles into individual playbooks. This allows more granularity for advanced users.
* Allow GCS object storage to be configuredClayton Coleman2017-08-172-10/+1
| | | | | | Previously, setting the GCS registry object storage settings resulted in an invalid configuration. This generates a registry-config secret that has the correct file if the GCS config is set.
* 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