summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/files/versions.sh
Commit message (Collapse)AuthorAgeFilesLines
* First past at the upgrade processBrenton Leanhardt2016-03-031-9/+0
|
* Fix checking for update package availabilityNikolai Prokoschenko2016-01-261-2/+2
| | | | | Currently, if `yum list available` returns two versions, for whatever reason, no sorting is imposed. Therefore it's possible that an upgraded package version is available but is not being detected. This patch sorts the version number list so that most recent version is always picked first.
* Clean up versions.shScott Dodson2015-12-161-3/+2
|
* Add -q flag to remove unwantend output (such as mirror and cache information)Urs Breu2015-11-261-2/+2
| | | | This prevents ansible failures when trying to set version facts
* Refactor upgrade playbook(s)Jason DeTiberus2015-11-101-0/+10
- Split playbooks into two, one for 3.0 minor upgrades and one for 3.0 to 3.1 upgrades - Move upgrade playbooks to common/openshift/cluster/upgrades from adhoc - Added a byo wrapper playbooks to set the groups based on the byo conventions, other providers will need similar playbooks added eventually - installer wrapper updates for refactored upgrade playbooks - call new 3.0 to 3.1 upgrade playbook - various fixes for edge cases I hit with a really old config laying around. - fix output of host facts to show connect_to value.