summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-loadbalancer
Commit message (Collapse)AuthorAgeFilesLines
* Limit host scope during playsMichael Gugino2018-02-091-0/+5
| | | | | | | | | | | | | Many plays only target a select subset of hosts, especially oo_first_master for components such as logging and registry. This commit limits the scope of most plays to eliminate unnecessary task execution on node groups. This will result in great time savings for large deployments. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1516526
* Pull openshift_image_tag from oo_masters_to_config rather oo_first_master.Andrew Butcher2018-01-171-1/+1
|
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-183-4/+2
| | | | | | | | | | | | | | 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.
* Add os_firewall to prerequisites.ymlMichael Gugino2017-12-071-7/+0
| | | | | | | This needs to be in place for crio. This role only installs and enables iptables, thus should only be run once.
* Implement container runtime roleMichael Gugino2017-12-011-3/+1
|
* Include Deprecation - openshift-loadbalancerRussell Teague2017-11-221-2/+2
|
* Playbook Consolidation - openshift-loadbalancerRussell Teague2017-11-165-0/+58