summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre/verify_upgrade_targets.yml
Commit message (Collapse)AuthorAgeFilesLines
* strip dash when comparing version with Python3Jan Chaloupka2017-10-231-1/+1
|
* Default openshift_pkg_version to full version-release during upgradesScott Dodson2017-09-201-2/+6
| | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1490677 The versioning scheme for 3.7 pre-releases has changed and now all versions are 3.7.0 and the release is incremented on builds, ie: 3.7.0-0.124.0 upgraded to 3.7.0-0.125.0. If we know we're an upgrade and they haven't requested a specific package version defer the defaulting of openshift_pkg_version until the upgrade playbooks and there set it to the available version including the release.
* Replace repoquery with moduleJan Chaloupka2017-06-091-9/+11
|
* verify upgrade targets separately for each group (masters, nodes, etcd)Jan Chaloupka2017-05-311-37/+33
|
* Properly fail if OpenShift RPM version is undefinedRussell Teague2017-05-081-25/+29
|
* Cleaning repo cache earlierRussell Teague2017-01-191-4/+0
|
* Allow filtering nodes to upgrade by label.Devan Goodwin2016-09-291-1/+1
|
* Attempt to tease apart pre upgrade for masters/nodes.Devan Goodwin2016-09-281-0/+45