summaryrefslogtreecommitdiffstats
path: root/roles/openshift_version
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix commit-offsets in version detection for containerized installsTim Bielawa2016-11-141-0/+5
| | | | | | * Applies the chomp_commit_offset logic to container version detection https://bugzilla.redhat.com/show_bug.cgi?id=1389137
* Skip the docker role in early upgrade stages.Devan Goodwin2016-09-291-1/+1
| | | | | | | | This improves the situation further and prevents configuration changes from accidentally triggering docker restarts, before we've evacuated nodes. Now in two places, we skip the role entirely, instead of previous implementation which only skipped upgrading the installed version. (which did not catch config issues)
* Better error if no OpenShift RPMs are available.Devan Goodwin2016-08-231-0/+4
|
* Slight modification to error when using mismatched openshift_release.Devan Goodwin2016-07-201-1/+1
|
* Fix bugs with origin 1.2 rpm based upgrades.Devan Goodwin2016-07-191-0/+7
|
* Convert openshift_release and openshift_version to strings for startswithScott Dodson2016-07-151-1/+5
| | | | Fixes : startswith first arg must be str, unicode, or tuple, not float
* Use proper startswith.Devan Goodwin2016-07-111-1/+1
|
* Remove/update TODOs.Devan Goodwin2016-07-081-1/+0
|
* Remove all debug used during devel of openshift_version.Devan Goodwin2016-07-083-22/+0
|
* Fixes for Ansible 2.1.Devan Goodwin2016-07-041-3/+6
|
* Fix unsafe bool usage.Devan Goodwin2016-07-041-1/+1
|
* Add missing defaults file.Devan Goodwin2016-06-221-0/+2
|
* Normalize some of the version inventory vars which users might mistakenly ↵Devan Goodwin2016-06-171-0/+13
| | | | enter wrong.
* Check that detected version matches openshift_release in rpm installations.Devan Goodwin2016-06-171-5/+10
|
* Block attempts to install origin without specifying any release info.Devan Goodwin2016-06-171-0/+7
|
* More version fixes.Devan Goodwin2016-06-162-9/+1
|
* Support origin alpha tags.Devan Goodwin2016-06-153-4/+17
|
* Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-153-4/+26
| | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* Restore 3.2 RPM version check before upgrading.Devan Goodwin2016-06-131-1/+0
|
* Make openshift_version role docker dep conditional.Devan Goodwin2016-06-131-0/+2
|
* Fix rpm installs.Devan Goodwin2016-06-132-7/+11
|
* Fix version unset bug, and set common ver fact on containerized nodes.Devan Goodwin2016-06-101-0/+5
|
* Respect image tag/pkg version during upgrade.Devan Goodwin2016-06-071-3/+3
|
* Force version to latest 3.2 during upgrade.Devan Goodwin2016-06-071-0/+4
|
* Do not install rpm for version in openshift_version role.Devan Goodwin2016-06-062-11/+9
|
* Update openshift_version author info.Devan Goodwin2016-06-011-2/+2
|
* Fix installing release 3.1 not converting to precise version.Devan Goodwin2016-06-013-4/+8
|
* Break version calc out into a role, separate yaml for containerized/rpm.Devan Goodwin2016-05-314-0/+103