summaryrefslogtreecommitdiff
path: root/roles/openshift_loadbalancer/templates
AgeCommit message (Collapse)Author
2018-01-23[1506866] Update haproxy.cfg.j2Russell Teague
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-18Remove some small items from openshift_factsMichael Gugino
Remove some small items from openshift_facts that don't need to be there.
2017-12-06Merge pull request #6034 from cwilkers/containerized-lb-portfixScott Dodson
Mod startup script to publish all frontend binds
2017-12-01Implement container runtime roleMichael Gugino
2017-11-06Mod startup script to publish all frontend bindsChandler Wilkerson
2017-05-09Update systemd units to use proper container service nameSteve Milner
- If using a system container: container-engine - If using a package install: docker Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
2017-01-25Fix containerized haproxy configAndrew Lau
2017-01-21Add containzerized haproxy optionAndrew Lau
2016-10-03Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher
frontends/backends.
2016-07-28Fix haproxy logsScott Dodson
2016-05-26Separate master and haproxy config playbooks.Andrew Butcher
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.