summaryrefslogtreecommitdiffstats
path: root/roles/openshift_version/tasks/set_version_rpm.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor version and move some checks into sanity_checks.pyMichael Gugino2018-01-091-24/+0
| | | | | | | | | | | | | This commit changes how we handle openshift_version role. Most of the version initialization code is only run on the first master now. All other hosts have values set from the master. Aftwards, we run some basic RPM queries to ensure that the correct version is available on the other nodes. Containerized needs to do their own image checks elsewhere.
* Remove openshift.common.service_typeMichael Gugino2017-12-071-3/+3
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Extend repoquery command (of lib_utils role) to ignore excludersJan Chaloupka2017-05-111-3/+13
|
* Fail if rpm version != docker image versionJan Chaloupka2017-05-091-38/+4
|
* cleanup: when in openshift_version tasks are multilineSteve Milner2017-04-031-1/+3
|
* Correct copy task to use remote sourceRussell Teague2017-03-291-0/+1
|
* Make the OCP available version detection excluder freeJan Chaloupka2017-03-281-1/+28
| | | | | | When detecting available OCP version via repoquery, use yum.conf file with exclude= set to an empty array. So the detection is independent of the OCP excluder.
* Remove/update TODOs.Devan Goodwin2016-07-081-1/+0
|
* Remove all debug used during devel of openshift_version.Devan Goodwin2016-07-081-4/+0
|
* Support origin alpha tags.Devan Goodwin2016-06-151-1/+0
|
* Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-151-1/+1
| | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* Fix rpm installs.Devan Goodwin2016-06-131-0/+2
|
* Do not install rpm for version in openshift_version role.Devan Goodwin2016-06-061-10/+9
|
* Fix installing release 3.1 not converting to precise version.Devan Goodwin2016-06-011-1/+1
|
* Break version calc out into a role, separate yaml for containerized/rpm.Devan Goodwin2016-05-311-0/+23