summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/initialize_openshift_version.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix yum/subman version check on Atomic.Devan Goodwin2016-11-171-1/+2
|
* Check for bad versions of yum and subscription-manager.Devan Goodwin2016-11-161-0/+16
| | | | | | | | | | | | Use of yum and repoquery will output the given additional warning when using newer versions of subscription-manager, with older versions of yum. (RHEL 7.1) Installing/upgrading newer docker can pull this subscription-manager in resulting in problems with older versions of ansible and it's yum module, as well as any use of repoquery/yum commands in our playbooks. This change explicitly checks for the problem by using repoquery and fails early if found. This is run early in both config and upgrade.
* Remove all debug used during devel of openshift_version.Devan Goodwin2016-07-081-13/+0
|
* Respect image tag/pkg version during upgrade.Devan Goodwin2016-06-071-5/+7
|
* Force version to latest 3.2 during upgrade.Devan Goodwin2016-06-071-1/+1
|
* Do not install rpm for version in openshift_version role.Devan Goodwin2016-06-061-4/+0
|
* Stop requiring/using first master version fact and use openshift_version var ↵Devan Goodwin2016-05-311-5/+4
| | | | instead.
* Refactor openshift_version behavior.Devan Goodwin2016-05-301-0/+32
Very early in playbooks we must init the openshift_version for each host. First we determine it for the master, logic now is pushed into the openshift_docker role which we run only on first master via openshift_cli. Facts are reloaded leaving us with a first master with openshift.common.version fact we can then re-use on all other hosts. The correct version of docker should be installed as well. We then set openshift_version for all other hosts by re-using the master fact.