Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [1506866] Update haproxy.cfg.j2 | Russell Teague | 2018-01-23 | 1 | -1/+2 |
| | |||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -1/+1 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Remove some small items from openshift_facts | Michael Gugino | 2017-12-18 | 1 | -1/+1 |
| | | | | | Remove some small items from openshift_facts that don't need to be there. | ||||
* | Merge pull request #6034 from cwilkers/containerized-lb-portfix | Scott Dodson | 2017-12-06 | 1 | -1/+1 |
|\ | | | | | Mod startup script to publish all frontend binds | ||||
| * | Mod startup script to publish all frontend binds | Chandler Wilkerson | 2017-11-06 | 1 | -1/+1 |
| | | |||||
* | | Implement container runtime role | Michael Gugino | 2017-12-01 | 1 | -4/+4 |
|/ | |||||
* | Update systemd units to use proper container service name | Steve Milner | 2017-05-09 | 1 | -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 config | Andrew Lau | 2017-01-25 | 2 | -3/+7 |
| | |||||
* | Add containzerized haproxy option | Andrew Lau | 2017-01-21 | 1 | -0/+17 |
| | |||||
* | Filterize haproxy frontends/backends and add method for providing additional ↵ | Andrew Butcher | 2016-10-03 | 1 | -4/+4 |
| | | | | frontends/backends. | ||||
* | Fix haproxy logs | Scott Dodson | 2016-07-28 | 1 | -0/+1 |
| | |||||
* | Separate master and haproxy config playbooks. | Andrew Butcher | 2016-05-26 | 1 | -0/+76 |
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration. |