summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/router
Commit message (Collapse)AuthorAgeFilesLines
* Updated to work with an array of routers.Kenny Woodson2017-03-021-60/+16
|
* Adding support for router sharding.Kenny Woodson2017-03-021-61/+68
|
* Moving replica logic to filter_plugin to fix skipped task variable behavior.Kenny Woodson2017-02-271-1/+1
|
* openshift_hosted: Update tasks to use oc_ modulesRussell Teague2017-02-241-93/+80
|
* Removing trailing spacesEric Sauer2017-02-131-2/+2
|
* Making router pods scale with infra nodesEric Sauer2017-02-101-0/+24
|
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-2/+2
| | | | | | | | 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.
* 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