summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_upgrade/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Combine openshift_node and openshift_node_upgradeMichael Gugino2017-11-161-111/+0
| | | | | | | | | Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.
* Fix broken debug_levelMichael Gugino2017-10-111-1/+0
| | | | | | | | | | | | | | | | | | | | Currently, debug_level is documented as a way to change the debug output level for both masters and nodes. debug_level does not currently have any effect. This commit removes debug_level from openshift_facts and properly sets openshift_master_debug_level and openshift_node_debug_level to the value of debug_level specified in the inventory. This commit also reorganizes some set_fact tasks needed during master upgrades to put all work-around set-facts for undefined variables in one place, allowing for easier cleanup in the future. This includes an entry for openshift_master_debug_level. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500164
* Remove some reminants of Atomic EnterpriseScott Dodson2017-09-261-1/+1
|
* Remove openshift-commonMichael Gugino2017-09-061-3/+1
| | | | | | | | | 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.
* Add drain retries after 60 second delayScott Dodson2017-07-181-0/+5
|
* Run dns on the node and use that for dnsmasqScott Dodson2017-06-301-0/+1
|
* Fixed issue where upgrade fails when using daemon sets (e.g. aggregated logging)Andrew Baldi2017-02-151-1/+1
|
* Move current node upgrade tasks under openshift_node_upgrade roleJan Chaloupka2017-02-011-0/+108