summaryrefslogtreecommitdiffstats
path: root/roles/openshift_version/tasks/first_master_containerized_version.yml
Commit message (Collapse)AuthorAgeFilesLines
* Revert openshift_version to previous stateMichael Gugino2018-02-121-4/+2
|
* Fix version handling in 3.8/3.9 control plane upgradesRussell Teague2018-02-021-0/+1
|
* Add call to 3.8 playbook in 3.9 upgradeScott Dodson2018-01-171-2/+3
|
* Refactor version and move some checks into sanity_checks.pyMichael Gugino2018-01-091-0/+65
This commit changes how we handle openshift_version role. Most of the version initialization code is only run on the first master now. All other hosts have values set from the master. Aftwards, we run some basic RPM queries to ensure that the correct version is available on the other nodes. Containerized needs to do their own image checks elsewhere.