summaryrefslogtreecommitdiffstats
path: root/roles/openshift_version/tasks/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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 all debug used during devel of openshift_version.Devan Goodwin2016-07-081-12/+0
|
* Fixes for Ansible 2.1.Devan Goodwin2016-07-041-3/+6
|
* Fix unsafe bool usage.Devan Goodwin2016-07-041-1/+1
|
* 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-161-1/+0
|
* Support origin alpha tags.Devan Goodwin2016-06-151-0/+1
|
* Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-151-2/+22
| | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* Fix rpm installs.Devan Goodwin2016-06-131-7/+9
|
* 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
|
* Fix installing release 3.1 not converting to precise version.Devan Goodwin2016-06-011-2/+2
|
* Break version calc out into a role, separate yaml for containerized/rpm.Devan Goodwin2016-05-311-0/+29