summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-master/private/validate_restart.yml
Commit message (Collapse)AuthorAgeFilesLines
* Simplify double upgrade version logicMichael Gugino2018-02-131-1/+5
| | | | | | | | | | | | | | | | | Currently, double upgrade process (3.7 -> 3.9) for control plane attempts to run openshift_version role twice to set the appropriate values for upgrading each major version, 3.8 and 3.9. This commit instructs openshift_version to only inquire about the proper settings for 3.9, and hard-sets the appropriate values for 3.8. This allows a simplification of the openshift_version role, allowing for easier debugging. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542368
* Remove become statementsMichael Gugino2018-01-091-2/+0
| | | | | This commit removes become:no statements that break the installer in various ways.
* Remove all references to pacemaker (pcs, pcsd) and ↵Andrew Butcher2017-12-051-3/+0
| | | | | | | openshift.master.cluster_method. With pacemaker removed there is no longer a need for openshift.master.cluster_method. We only have one option.
* Playbook Consolidation - openshift-masterRussell Teague2017-11-221-0/+65