summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-loadbalancer/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Separate tuned daemon setup into a role.Jiri Mencak2017-10-101-0/+1
| | | | | | | | | | | | | | Currently, profiles for the tuned daemon are set only for OpenShift node(s). This excludes the OpenShift loadbalancer. As a result, ARP cache limits on loadbalancers are not raised. This causes problems with HA setups where loadbalancers serve 1k+ OpenShift nodes. This commit ensures the openshift-control-plane role is applied to loadbalancers, masters and OpenShift infra nodes. Regular OpenShift worker nodes get the openshift-node profile. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1498213
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-271-0/+22
| | | | | | | | | | | - Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install
* Move firewall install and fix scaleup playbooksRussell Teague2017-08-291-0/+1
|
* Pass first master's openshift_image_tag to openshift_loadbalancer for ↵Andrew Butcher2017-07-201-0/+1
| | | | containerized haproxy installation.
* Fix default port typo.Andrew Butcher2016-10-051-2/+2
|
* Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-031-0/+11
| | | | frontends/backends.
* Add openshift_loadbalancer_facts role to set lb facts prior to running ↵Andrew Butcher2016-06-081-2/+0
| | | | dependencies.
* Add haproxy_frontend_port to vars for openshift-loadbalancer.Andrew Butcher2016-06-011-0/+2
|
* Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-0/+5
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.