summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry/storage
Commit message (Collapse)AuthorAgeFilesLines
* Allow GCS object storage to be configuredClayton Coleman2017-08-172-2/+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.
* hosted registry: Use proper node name in GlusterFS storage setupJose A. Rivera2017-07-141-1/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* registry: mount GlusterFS storage volume from correct hostJose A. Rivera2017-06-161-1/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Remove supported/implemented barrier for registry object storage providers.Andrew Butcher2017-06-061-16/+0
|
* Removing requirement to pass aws credentialsEric Sauer2017-05-221-4/+0
|
* GlusterFS: Allow swapping an existing registry's backend storageJose A. Rivera2017-05-041-0/+33
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* hosted_registry: Get correct pod selector for GlusterFS storageJose A. Rivera2017-05-041-1/+9
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Allow for GlusterFS to provide registry storageJose A. Rivera2017-04-101-0/+51
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Make s3_volume_mount available to set_fact callSteve Milner2017-02-271-2/+3
| | | | | | 7cf5cc14 cleaned up how the registry was being created. However the s3 cloudfront calls ended up setting and using a fact in the same block. This change makes s3_volume_mount available to the set_fact.
* openshift_hosted: Update tasks to use oc_ modulesRussell Teague2017-02-243-150/+72
|
* CloudFront oc_secret contents should be a listSteve Milner2017-02-221-2/+2
| | | | | Fixes "argument contents is of type <type 'dict'> and we were unable to convert to list"
* Register cloudfront privkey when requiredSteve Milner2017-02-161-9/+23
|
* Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka2017-02-101-16/+6
|
* Copies CloudFront pem file to registry hostsSteve Milner2017-02-061-0/+21
| | | | | | | | | | | | | This change copies the CloudFront private key to registry hosts when the provider is set to s3 and CloudFront baseurl, privatekey, and keyparid are all provided. It also adds the following variable examples in the host inventory files: - openshift_hosted_registry_storage_s3_cloudfront_baseurl - openshift_hosted_registry_storage_s3_cloudfront_privatekeyfile - openshift_hosted_registry_storage_s3_cloudfront_keypairid See https://bugzilla.redhat.com/show_bug.cgi?id=1395168
* YAML LintingRussell Teague2016-12-121-0/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Fix config and namespace for registry volume detectionScott Dodson2016-10-101-2/+9
|
* Fix registry volumeScott Dodson2016-08-241-1/+2
|
* Temporarily link registry config templates for ansible 1.9.x support.Andrew Butcher2016-07-182-0/+2
|
* 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-073-0/+144
* [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