summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer
Commit message (Collapse)AuthorAgeFilesLines
* Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson2017-08-141-1/+0
| | | | cluster build.
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-102-2/+5
| | | | file.
* Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-092-6/+4
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-084-11/+57
|
* Pass first master's openshift_image_tag to openshift_loadbalancer for ↵Andrew Butcher2017-07-201-0/+2
| | | | containerized haproxy installation.
* Update systemd units to use proper container service nameSteve Milner2017-05-091-4/+4
| | | | | | | - If using a system container: container-engine - If using a package install: docker Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
* Fix containerized haproxy configAndrew Lau2017-01-253-4/+8
|
* Add containzerized haproxy optionAndrew Lau2017-01-213-4/+40
|
* Refactored to use Ansible systemd moduleRussell Teague2016-11-284-8/+6
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Merge pull request #2606 from abutcher/nuage-haproxy-portTim Bielawa2016-11-161-0/+5
|\ | | | | Add nuage rest server port to haproxy firewall rules.
| * Add nuage rest server port to haproxy firewall rules.Andrew Butcher2016-10-141-0/+5
| |
* | Fix changed_whenScott Dodson2016-11-011-1/+1
| |
* | Touch all ini_file files before using themScott Dodson2016-10-311-0/+10
|/ | | | | | | | | Ansible 2.2 adds 'create' flag, however we'd like to preserve backwards compatability. Fixes bug 1390169 Fixes BZ1390169 Fixes #2668
* Error out if containerized=true for lb host.Devan Goodwin2016-10-061-1/+3
|
* Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-034-14/+53
| | | | frontends/backends.
* Fix haproxy logsScott Dodson2016-07-281-0/+1
|
* Add openshift_loadbalancer_facts role to set lb facts prior to running ↵Andrew Butcher2016-06-083-34/+2
| | | | dependencies.
* Add haproxy_frontend_port to vars for openshift-loadbalancer.Andrew Butcher2016-06-012-8/+7
|
* Separate master and haproxy config playbooks.Andrew Butcher2016-05-266-0/+226
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.