summaryrefslogtreecommitdiffstats
path: root/roles/openshift_version/tasks/main.yml
Commit message (Expand)AuthorAgeFilesLines
* Refactor version and move some checks into sanity_checks.pyMichael Gugino2018-01-091-205/+1
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-12/+8
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-2/+2
* Remove openshift.common.service_typeMichael Gugino2017-12-071-4/+4
* Include Deprecation - Init Playbook PathsRussell Teague2017-11-161-2/+2
* Remove base package installMichael Gugino2017-10-231-10/+0
* Default openshift_pkg_version to full version-release during upgradesScott Dodson2017-09-201-2/+7
* Only install base openshift package on masters and nodesMichael Gugino2017-09-121-1/+5
* Remove openshift-commonMichael Gugino2017-09-061-0/+6
* openshift_version: enterprise accepts new style pre-releaseSteve Milner2017-08-241-2/+5
* Set the openshift_version from the openshift.common.version in case it is emptyJan Chaloupka2017-07-281-1/+1
* openshift_version: skip nfs and lb hostsSteve Milner2017-06-231-96/+100
* Merge pull request #4225 from ingvagabund/relax-rpm-image-version-checkJan Chaloupka2017-05-311-2/+7
|\
| * check for rpm version and docker image version equality only if openshift_pkg...Jan Chaloupka2017-05-181-2/+7
* | allow to configure oreg_url specifically for node or master. refs #4233Tobias Brunner2017-05-191-1/+1
|/
* openshift_version: skip rpm version==image version on AtomicGiuseppe Scrivano2017-05-151-3/+8
* Extend repoquery command (of lib_utils role) to ignore excludersJan Chaloupka2017-05-111-2/+10
* Fail if rpm version != docker image versionJan Chaloupka2017-05-091-2/+10
* openshift_version: improve messagingLuke Meyer2017-04-181-18/+38
* Add names to openshift_image_tag assertsSteve Milner2017-04-031-2/+4
* openshift_version now requires prepended version formatsSteve Milner2017-04-031-14/+0
* Warn if openshift_image_tag is defined by hand for package installsSteve Milner2017-04-031-0/+12
* Verify openshift_image_tag is valid during openshift_version mainSteve Milner2017-04-031-0/+31
* Add openshift_version fact fallback debug messagesSteve Milner2017-04-031-4/+14
* cleanup: when in openshift_version tasks are multilineSteve Milner2017-04-031-6/+34
* validate and normalize inventory variablesLuke Meyer2017-03-291-8/+0
* allow 'latest' origin_image_tagSeth Jennings2016-11-291-1/+1
* 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
* 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 ent...Devan Goodwin2016-06-171-0/+13
* 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
* 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