summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry/storage/object_storage.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor openshift_hosted plays and roleMichael Gugino2017-09-251-49/+0
| | | | | | | | | | | | 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-171-1/+14
| | | | | | 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.
* Remove supported/implemented barrier for registry object storage providers.Andrew Butcher2017-06-061-16/+0
|
* openshift_hosted: Update tasks to use oc_ modulesRussell Teague2017-02-241-88/+35
|
* Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka2017-02-101-16/+6
|
* YAML LintingRussell Teague2016-12-121-0/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Remove relative lookup for registry config and check for skipped update in ↵Andrew Butcher2016-07-181-3/+3
| | | | registry redeploy conditional.
* Various hosted component improvementsAndrew Butcher2016-07-071-0/+114
* [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