summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry/registry.yml
Commit message (Collapse)AuthorAgeFilesLines
* GlusterFS: Allow swapping an existing registry's backend storageJose A. Rivera2017-05-041-1/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* hosted registry: Fix typoJose A. Rivera2017-05-041-1/+1
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Allow for GlusterFS to provide registry storageJose A. Rivera2017-04-101-1/+5
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Refactor and remove openshift_serviceaccountRussell Teague2017-03-131-2/+14
|
* Add oc_adm_policy_user task cluster-role policyRussell Teague2017-03-021-0/+7
|
* Correct config for hosted registryRussell Teague2017-03-021-1/+2
|
* Merge pull request #3493 from kwoodson/registry_reencyrpt_routeScott Dodson2017-03-011-0/+3
|\ | | | | Adding support for a route with reencrypt and certificates.
| * Defaulting variables properly to avoid undefined route in dict error.Kenny Woodson2017-03-011-3/+3
| |
| * Modified base debug statements. Fixed oc_secret debug/verbose flag. Added ↵Kenny Woodson2017-02-281-1/+0
| | | | | | | | reencrypt for route.
| * Adding support for a route with certs and reencrypt.Kenny Woodson2017-02-281-0/+4
| |
* | Merge pull request #3515 from mtnbikenc/registry-pvc-fixRussell Teague2017-02-281-2/+3
|\ \ | |/ |/| BZ1427009: Correct fact creation for pvc
| * Correct fact creation for pvcRussell Teague2017-02-271-2/+3
| |
* | Create hosted registry serviceRussell Teague2017-02-271-0/+13
|/
* openshift_hosted: Update tasks to use oc_ modulesRussell Teague2017-02-241-51/+75
|
* Default hosted_registry_insecure true when insecure registry present in ↵Andrew Butcher2016-10-261-1/+1
| | | | existing /etc/sysconfig/docker.
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-1/+1
| | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* Don't secure registry or deploy registry console when infra replics == 0Andrew Butcher2016-10-041-0/+1
|
* Secure registry improvements.Andrew Butcher2016-09-291-1/+0
| | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.
* Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-021-1/+7
|
* Move storage includes up to main.Andrew Butcher2016-08-081-0/+2
|
* Rename router and registry node list variables.Andrew Butcher2016-08-021-2/+2
|
* Fix registry/router being created despite no infra nodes.Devan Goodwin2016-07-271-3/+19
| | | | | | Fix a bug with determining the correct number of replicas to use, and guarding the creation of the router/registry on whether or not replicas is > 0.
* Default nodes matching selectors when not collected.Andrew Butcher2016-07-211-1/+1
|
* Set registry replicas = 1 when no storage specified.Andrew Butcher2016-07-121-1/+1
|
* Various hosted component improvementsAndrew Butcher2016-07-071-0/+40
* [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