summaryrefslogtreecommitdiff
path: root/roles/openshift_hosted/defaults
AgeCommit message (Collapse)Author
2018-01-23Set a default for openshift_hosted_registry_storage_azure_blob_realmScott Dodson
2018-01-10Fixing openshift_hosted variable.Kenny Woodson
2017-12-05Fix hosted varsMichael Gugino
Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
2017-11-21Add support for external glusterfs as registry backendMangirdas
2017-11-09Merge pull request #5571 from vshn/registryip1OpenShift Merge Robot
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.
2017-10-19Remove unused registry_volume_claim variableMichael Hanselmann
The "registry_volume_claim" variable has not been used since at least commit 7cf5cc1 (February 21, 2017) and this commit removes the last mention.
2017-10-19Allow cluster IP for docker-registry service to be setMichael Hanselmann
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.
2017-09-25Refactor openshift_hosted plays and roleMichael Gugino
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.
2017-09-12Correct logic for openshift_hosted_*_waitRussell Teague
2017-09-06Remove openshift-commonMichael Gugino
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.
2017-08-29Merging openshift_node with openshift bootstrap.Kenny Woodson
2017-08-25Default to global setting for firewall.Kenny Woodson
2017-08-21First attempt at provisioning.Kenny Woodson
2017-08-10Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson
file.
2017-08-08First attempt at refactor of os_firewallKenny Woodson
2017-07-25Router wildcard certificate created by defaultErez Freiberger
2017-05-18Added Docker Registry Port 5000 to FirewalldVincent Schwarzer
2017-04-24Replace original router cert variable names.Andrew Butcher
2017-04-04Adding signed router cert and fixing server_cert bug.Kenny Woodson
2017-03-29openshift_hosted: add openshift_hosted_registry_cert_expire_days parameter.Slava Semushin
2017-03-22Setting defaults on openshift_hosted.Kenny Woodson
2017-03-02Added ports.Kenny Woodson
2017-03-02Updated to work with an array of routers.Kenny Woodson
2017-03-02Adding support for router sharding.Kenny Woodson
2016-07-07Various hosted component improvementsAndrew Butcher
* [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