Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [1506866] Update haproxy.cfg.j2 | Russell Teague | 2018-01-23 | 1 | -1/+2 |
| | |||||
* | Cast openshift_docker_use_system_container to bool | Michael Gugino | 2018-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 2 | -8/+8 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Merge pull request #6469 from mgugino-upstream-stage/plugin-consolidate | Scott Dodson | 2017-12-19 | 1 | -1/+1 |
|\ | | | | | Plugin consolidate | ||||
| * | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Remove some small items from openshift_facts | Michael Gugino | 2017-12-18 | 3 | -2/+8 |
|/ | | | | | Remove some small items from openshift_facts that don't need to be there. | ||||
* | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -4/+6 |
| | | |||||
* | | retry package operations | Luke Meyer | 2017-11-30 | 1 | -0/+2 |
| | | | | | | | | | | | | 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). | ||||
* | | Include Deprecation - openshift-loadbalancer | Russell Teague | 2017-11-22 | 1 | -2/+1 |
|/ | |||||
* | Remove openshift-common | Michael Gugino | 2017-09-06 | 1 | -1/+7 |
| | | | | | | | | | 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. | ||||
* | Default to global setting for firewall. | Kenny Woodson | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Removing dependencies for openshift_repos and setting them up early in the ↵ | Kenny Woodson | 2017-08-14 | 1 | -1/+0 |
| | | | | cluster build. | ||||
* | Updated README to reflect refactor. Moved firewall initialize into separate ↵ | Kenny Woodson | 2017-08-10 | 2 | -2/+5 |
| | | | | file. | ||||
* | Adding a default condition and removing unneeded defaults. | Kenny Woodson | 2017-08-09 | 2 | -6/+4 |
| | |||||
* | First attempt at refactor of os_firewall | Kenny Woodson | 2017-08-08 | 4 | -11/+57 |
| | |||||
* | Pass first master's openshift_image_tag to openshift_loadbalancer for ↵ | Andrew Butcher | 2017-07-20 | 1 | -0/+2 |
| | | | | containerized haproxy installation. | ||||
* | 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 | 3 | -4/+8 |
| | |||||
* | Add containzerized haproxy option | Andrew Lau | 2017-01-21 | 3 | -4/+40 |
| | |||||
* | Refactored to use Ansible systemd module | Russell Teague | 2016-11-28 | 4 | -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 module | Russell Teague | 2016-11-17 | 1 | -1/+1 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Merge pull request #2606 from abutcher/nuage-haproxy-port | Tim Bielawa | 2016-11-16 | 1 | -0/+5 |
|\ | | | | | Add nuage rest server port to haproxy firewall rules. | ||||
| * | Add nuage rest server port to haproxy firewall rules. | Andrew Butcher | 2016-10-14 | 1 | -0/+5 |
| | | |||||
* | | Fix changed_when | Scott Dodson | 2016-11-01 | 1 | -1/+1 |
| | | |||||
* | | Touch all ini_file files before using them | Scott Dodson | 2016-10-31 | 1 | -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 Goodwin | 2016-10-06 | 1 | -1/+3 |
| | |||||
* | Filterize haproxy frontends/backends and add method for providing additional ↵ | Andrew Butcher | 2016-10-03 | 4 | -14/+53 |
| | | | | frontends/backends. | ||||
* | Fix haproxy logs | Scott Dodson | 2016-07-28 | 1 | -0/+1 |
| | |||||
* | Add openshift_loadbalancer_facts role to set lb facts prior to running ↵ | Andrew Butcher | 2016-06-08 | 3 | -34/+2 |
| | | | | dependencies. | ||||
* | Add haproxy_frontend_port to vars for openshift-loadbalancer. | Andrew Butcher | 2016-06-01 | 2 | -8/+7 |
| | |||||
* | Separate master and haproxy config playbooks. | Andrew Butcher | 2016-05-26 | 6 | -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. |