Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial support for 3.10 | Scott Dodson | 2018-02-05 | 2 | -0/+22 |
| | |||||
* | add 3.8 templates for gluster ep and svc | Luke Meyer | 2017-12-07 | 2 | -0/+22 |
| | |||||
* | add 3.8 templates for gluster ep and svc | Mangirdas | 2017-12-07 | 2 | -0/+22 |
| | |||||
* | Fix hosted vars | Michael Gugino | 2017-12-05 | 4 | -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 backend | Mangirdas | 2017-11-21 | 4 | -0/+44 |
| | |||||
* | Merge pull request #5368 from jianlinliu/bz1490738 | Scott Dodson | 2017-10-09 | 1 | -2/+2 |
|\ | | | | | Update registry_config.j2 to fix BZ#1490738 | ||||
| * | Update registry_config.j2 | Jianlin Liu | 2017-09-12 | 1 | -1/+1 |
| | | | | | | setting openshift_hosted_registry_storage_gcs_rootdirectory default value | ||||
| * | Update registry_config.j2 | Jianlin Liu | 2017-09-12 | 1 | -1/+1 |
| | | |||||
* | | Refactor openshift_hosted plays and role | Michael Gugino | 2017-09-25 | 1 | -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 configured | Clayton Coleman | 2017-08-17 | 2 | -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 Woodson | 2017-07-18 | 1 | -1/+1 |
| | |||||
* | Adding disk encryption to storageclasses and to openshift registry | Kenny Woodson | 2017-06-29 | 1 | -1/+4 |
| | |||||
* | Removing requirement to pass aws credentials | Eric Sauer | 2017-05-22 | 1 | -0/+4 |
| | |||||
* | acceptschema2 default: true | Aaron Weitekamp | 2017-03-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com> | ||||
* | Register cloudfront privkey when required | Steve Milner | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Reference full vars for registry object storage. | Andrew Butcher | 2016-10-18 | 1 | -42/+42 |
| | |||||
* | formatting updates in template | Tobias Brunner | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | adjustments in docs and j2 template | Tobias Brunner | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | add regionendpoint parameter for registry s3 | Tobias Brunner | 2016-10-12 | 1 | -0/+3 |
| | |||||
* | Enable registry support for image pruning | Andrew Lau | 2016-09-30 | 1 | -0/+2 |
| | |||||
* | Add acceptschema2 and enforcequota settings for hosted registry | Andrew Lau | 2016-09-10 | 1 | -0/+2 |
| | |||||
* | Add option for specifying s3 registry storage root directory. | Andrew Butcher | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | Fix padding on registry config | Scott Dodson | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3 | Gan Huang | 2016-08-10 | 1 | -1/+3 |
| | |||||
* | docker-registry's middleware stanza should contain 'registry' and 'storage' ↵ | Gan Huang | 2016-08-10 | 1 | -0/+5 |
| | | | | by default | ||||
* | Enable pullthrough by default in registry config for object storage. | Andrew Butcher | 2016-07-11 | 1 | -0/+2 |
| | |||||
* | Various hosted component improvements | Andrew Butcher | 2016-07-07 | 2 | -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 |