summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre/verify_upgrade_targets.yml
Commit message (Collapse)AuthorAgeFilesLines
* Implement container runtime roleMichael Gugino2017-12-011-1/+1
|
* Remove openshift.common.cli_imageMichael Gugino2017-11-271-1/+1
| | | | | This commit removes openshift.common.cli_image in favor of openshift_cli_image.
* Merge pull request #5814 from mgugino-upstream-stage/docker-auth-upgradesOpenShift Merge Robot2017-10-241-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Enable oreg_auth credential replace during upgrades Currently, upgrades run a docker image pull prior to upgrading masters and nodes for containerized installs. If using a secure registry, and a user wishes to upgrade their credentials due to expiry, the image pull will fail. This commit ensures docker login credentials are updated during upgrades, if necessary. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503995
| * Enable oreg_auth credential replace during upgradesMichael Gugino2017-10-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently, upgrades run a docker image pull prior to upgrading masters and nodes for containerized installs. If using a secure registry, and a user wishes to upgrade their credentials due to expiry, the image pull will fail. This commit ensures docker login credentials are updated during upgrades, if necessary. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503995
* | 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