summaryrefslogtreecommitdiffstats
path: root/playbooks/init/version.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add defaults for openshift_pkg_versionMichael Gugino2018-01-101-2/+2
| | | | | | | | | | | | This variable may or may not be defined by the users. During deployments, it will be set to '-{{ openshift_version }}' if undefined. During upgrades, it will remain undefined. This commit ensures that if the variable is undefined, empty strings '' are set.
* Limit host group scope on control-plane upgradesMichael Gugino2018-01-091-1/+2
| | | | | This commit limits common init code to exclude oo_nodes_to_config during upgrade_control_plane runs.
* Refactor version and move some checks into sanity_checks.pyMichael Gugino2018-01-091-9/+20
| | | | | | | | | | | | | 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.
* Playbook Consolidation - InitializationRussell Teague2017-11-151-0/+21