summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Set a default for openshift_hosted_registry_storage_azure_blob_realmScott Dodson2018-01-231-0/+2
|
* Fixing openshift_hosted variable.Kenny Woodson2018-01-101-1/+1
|
* Fix hosted varsMichael Gugino2017-12-051-1/+10
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Add support for external glusterfs as registry backendMangirdas2017-11-211-1/+0
|
* Merge pull request #5571 from vshn/registryip1OpenShift Merge Robot2017-11-091-0/+1
|\ | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Allow cluster IP for docker-registry service to be set For historical reasons a small set of programs in our environments rely on the cluster-internal Docker registry having the IP address "172.30.1.1". So far we always had to patch in that address manually. Adding a variable on the "openshift_hosted" role allows the IP address to be set correctly when a cluster is installed.
| * Allow cluster IP for docker-registry service to be setMichael Hanselmann2017-10-191-0/+1
| | | | | | | | | | | | | | | | For historical reasons a small set of programs in our environments rely on the cluster-internal Docker registry having the IP address "172.30.1.1". So far we always had to patch in that address manually. Adding a variable on the "openshift_hosted" role allows the IP address to be set correctly when a cluster is installed.
* | Remove unused registry_volume_claim variableMichael Hanselmann2017-10-191-1/+0
|/ | | | | | The "registry_volume_claim" variable has not been used since at least commit 7cf5cc1 (February 21, 2017) and this commit removes the last mention.
* Refactor openshift_hosted plays and roleMichael Gugino2017-09-251-12/+60
| | | | | | | | | | | | 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.
* Correct logic for openshift_hosted_*_waitRussell Teague2017-09-121-2/+2
|
* Remove openshift-commonMichael Gugino2017-09-061-0/+6
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-2/+2
|
* Default to global setting for firewall.Kenny Woodson2017-08-251-4/+4
|
* First attempt at provisioning.Kenny Woodson2017-08-211-0/+3
|
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-101-0/+6
| | | | file.
* First attempt at refactor of os_firewallKenny Woodson2017-08-081-3/+6
|
* Router wildcard certificate created by defaultErez Freiberger2017-07-251-1/+1
|
* Added Docker Registry Port 5000 to FirewalldVincent Schwarzer2017-05-181-0/+5
|
* Replace original router cert variable names.Andrew Butcher2017-04-241-2/+2
|
* Adding signed router cert and fixing server_cert bug.Kenny Woodson2017-04-041-1/+2
|
* openshift_hosted: add openshift_hosted_registry_cert_expire_days parameter.Slava Semushin2017-03-291-0/+1
|
* Setting defaults on openshift_hosted.Kenny Woodson2017-03-221-3/+3
|
* Added ports.Kenny Woodson2017-03-021-0/+4
|
* Updated to work with an array of routers.Kenny Woodson2017-03-021-1/+3
|
* Adding support for router sharding.Kenny Woodson2017-03-021-0/+22
|
* Various hosted component improvementsAndrew Butcher2016-07-071-0/+2
* [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