summaryrefslogtreecommitdiff
path: root/roles/openshift_loadbalancer
AgeCommit message (Collapse)Author
2018-01-23[1506866] Update haproxy.cfg.j2Russell Teague
2018-01-02Cast openshift_docker_use_system_container to boolMichael Gugino
openshift_docker_use_system_container might be passed in via ini inventory as 'openshift_docker_use_system_container=false' This condition will be interpreted as a string type, instead of boolean. Casting openshift_docker_use_system_container as bool will achieve the users desired intent. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
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-19Merge pull request #6469 from mgugino-upstream-stage/plugin-consolidateScott Dodson
Plugin consolidate
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-18Relocate filter plugins to lib_utilsMichael Gugino
This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
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-30retry package operationsLuke Meyer
When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
2017-11-22Include Deprecation - openshift-loadbalancerRussell Teague
2017-11-06Mod startup script to publish all frontend bindsChandler Wilkerson
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-25Default to global setting for firewall.Kenny Woodson
2017-08-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
2017-08-10Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson
file.
2017-08-09Adding a default condition and removing unneeded defaults.Kenny Woodson
2017-08-08First attempt at refactor of os_firewallKenny Woodson
2017-07-20Pass first master's openshift_image_tag to openshift_loadbalancer for ↵Andrew Butcher
containerized haproxy installation.
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-11-28Refactored to use Ansible systemd moduleRussell Teague
* 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
2016-11-17Refactor to use Ansible package moduleRussell Teague
The Ansible package module will call the correct package manager for the underlying OS.
2016-11-16Merge pull request #2606 from abutcher/nuage-haproxy-portTim Bielawa
Add nuage rest server port to haproxy firewall rules.
2016-11-01Fix changed_whenScott Dodson
2016-10-31Touch all ini_file files before using themScott Dodson
Ansible 2.2 adds 'create' flag, however we'd like to preserve backwards compatability. Fixes bug 1390169 Fixes BZ1390169 Fixes #2668
2016-10-14Add nuage rest server port to haproxy firewall rules.Andrew Butcher
2016-10-06Error out if containerized=true for lb host.Devan Goodwin
2016-10-03Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher
frontends/backends.
2016-07-28Fix haproxy logsScott Dodson
2016-06-08Add openshift_loadbalancer_facts role to set lb facts prior to running ↵Andrew Butcher
dependencies.
2016-06-01Add haproxy_frontend_port to vars for openshift-loadbalancer.Andrew Butcher
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.