summaryrefslogtreecommitdiff
path: root/roles/openshift_hosted/templates
AgeCommit message (Collapse)Author
2018-02-05Initial support for 3.10Scott Dodson
2017-12-07add 3.8 templates for gluster ep and svcLuke Meyer
2017-12-07add 3.8 templates for gluster ep and svcMangirdas
2017-12-05Fix hosted varsMichael Gugino
Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
2017-11-21Add support for external glusterfs as registry backendMangirdas
2017-10-09Merge pull request #5368 from jianlinliu/bz1490738Scott Dodson
Update registry_config.j2 to fix BZ#1490738
2017-09-25Refactor openshift_hosted plays and roleMichael Gugino
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.
2017-09-12Update registry_config.j2Jianlin Liu
setting openshift_hosted_registry_storage_gcs_rootdirectory default value
2017-09-12Update registry_config.j2Jianlin Liu
2017-08-17Allow GCS object storage to be configuredClayton Coleman
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.
2017-07-18Adding a check for variable definition.Kenny Woodson
2017-06-29Adding disk encryption to storageclasses and to openshift registryKenny Woodson
2017-05-22Removing requirement to pass aws credentialsEric Sauer
2017-03-20acceptschema2 default: trueAaron Weitekamp
Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>
2017-02-16Register cloudfront privkey when requiredSteve Milner
2016-10-18Reference full vars for registry object storage.Andrew Butcher
2016-10-14formatting updates in templateTobias Brunner
2016-10-12adjustments in docs and j2 templateTobias Brunner
2016-10-12add regionendpoint parameter for registry s3Tobias Brunner
2016-09-30Enable registry support for image pruningAndrew Lau
2016-09-10Add acceptschema2 and enforcequota settings for hosted registryAndrew Lau
2016-09-09Add option for specifying s3 registry storage root directory.Andrew Butcher
2016-08-17Fix padding on registry configScott Dodson
2016-08-10Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3Gan Huang
2016-08-10docker-registry's middleware stanza should contain 'registry' and 'storage' ↵Gan Huang
by default
2016-07-11Enable pullthrough by default in registry config for object storage.Andrew Butcher
2016-07-07Various hosted component improvementsAndrew Butcher
* [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