summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/router
Commit message (Collapse)AuthorAgeFilesLines
* Add openshift_hosted_router_nameAndrew Lau2016-09-221-0/+4
|
* 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-1/+2
| | | | | | 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
|
* Secure router only when openshift.hosted.router.certificate.contents exists.Andrew Butcher2016-07-191-2/+2
|
* Resolve some deprecation warnings.Andrew Butcher2016-07-181-3/+8
|
* Various hosted component improvementsAndrew Butcher2016-07-071-0/+70
* [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