summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/upgrades/upgrade.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation on whenJason DeTiberus2015-11-061-1/+1
|
* Merge remote-tracking branch 'dgoodwin/pre-upgrade' into upgradeFix2Jason DeTiberus2015-11-061-5/+7
|\
| * Minor upgrade improvements.Devan Goodwin2015-11-061-5/+7
| | | | | | | | | | | | | | Skip some 3.1 checks if doing a 3.0.x to 3.0.2 upgrade. Improve error message when oc whoami fails (i.e. openshift is down) during pre-upgrade checks, rather than assuming the binary doesn't exist.
* | Wait for cluster to recover after pcs resource restart.Andrew Butcher2015-11-061-0/+8
|/
* remove debug statementJason DeTiberus2015-11-061-2/+0
|
* Fix issues related to upgrade packages being unavailableJason DeTiberus2015-11-061-4/+12
|
* Merge pull request #51 from dgoodwin/pre-upgradeJason DeTiberus2015-11-061-1/+4
|\ | | | | Pre upgrade
| * Fix creation of origin symlink when dir already exists.Devan Goodwin2015-11-061-1/+4
| |
* | Merge pull request #50 from dgoodwin/pre-upgradeJason DeTiberus2015-11-061-0/+7
|\| | | | | Run pre-upgrade script on nodes
| * Add pre-upgrade script to be run on first master.Devan Goodwin2015-11-061-0/+7
| | | | | | | | | | | | | | | | | | | | Script currently just checks for port names that are no longer valid. In theory other checks may be added to this script in the future. Script was originally written by Steve Milner and Andy Goldstein. If the script fails, ansible seems to handle this nicely by default, exiting the upgrade and displaying stderr and stdout, both of which contain useful info on what the problem was.
* | Start to handle pacemaker ha during upgradeAndrew Butcher2015-11-061-3/+51
|/
* add master_hostnames definition for upgradeJason DeTiberus2015-11-051-0/+4
|
* Additional upgrade enhancementsJason DeTiberus2015-11-051-48/+25
| | | | | | | | - rework the version checking - provide better safety if the apiLevel attributes are missing - ensure a list of api levels are present - remove a list of api levels - pylint fixes
* Handle backups for separate etcd hosts if necessary.Devan Goodwin2015-11-051-9/+27
|
* Further upgrade improvementsJason DeTiberus2015-11-051-46/+168
| | | | | - Restart masters post reconcile - generate missing master certs and sync to masters
* Upgrade improvementsDevan Goodwin2015-11-051-47/+31
| | | | | | | | | | - Push config dir logic out of module and use host variables instead. - Backup master config with ansible utility. - Add error handling for the upgrade config module. - Add verbose option to installer. - Return details on what we changed when upgrading config. - Cleanup use of first master. - Don't install upgrade rpms to check what version we'll upgrade to.
* Override hosts deployment_type fact for version we're upgrading to.Devan Goodwin2015-11-041-0/+10
|
* Fix bug with not upgrading openshift-master to atomic-openshift-master.Devan Goodwin2015-11-041-14/+5
| | | | | | | | Removing the full call to config resulted in rpms not getting upgraded. Config was doing a yum update of everything, which picks up the atomic-openshift-master obsoleting openshift-master. The actual yum call changed here would not. Instead we switch to a direct call to yum which correctly picks up the obsoletes and updates to atomic-openshift packages.
* Merge branch 'config-upgrade' into upgradeDevan Goodwin2015-11-041-8/+12
|\
| * Move config upgrade to correct place, fix node facts.Devan Goodwin2015-11-031-9/+20
| |
| * Implement master-config.yaml upgrade for v1beta3 apiLevel removal.Devan Goodwin2015-11-031-8/+17
| |
* | Use the base package upgrade version so we can check things earlier.Devan Goodwin2015-11-041-23/+41
| |
* | Skip fail if enterprise deployment type depending on version.Devan Goodwin2015-11-041-0/+8
| |
* | Add debug output for location of etcd backup.Devan Goodwin2015-11-031-0/+3
|/
* Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin2015-11-021-0/+10
|\
| * Add proxy client certs to master config.Andrew Butcher2015-10-221-0/+10
| |
* | Fix etcd backup bug with not-yet-created /var/lib/origin symlinkDevan Goodwin2015-11-021-0/+5
| |
* | Remove devel fail and let upgrade proceed.Devan Goodwin2015-10-301-1/+2
| |
* | Generate timestamped etcd backups.Devan Goodwin2015-10-301-2/+2
| |
* | Add etcd_data_dir fact.Devan Goodwin2015-10-301-13/+14
| |
* | Functional disk space checking for etcd backup.Devan Goodwin2015-10-291-1/+4
| |
* | First cut at checking available disk space for etcd backup.Devan Goodwin2015-10-291-1/+26
| |
* | Block upgrade if targetting enterprise deployment type.Devan Goodwin2015-10-281-0/+8
|/ | | | | enterprise is being phased out in favor of openshift-enterprise, you need to specify where you wish to go.
* Fix yaml tabbingScott Dodson2015-10-211-1/+1
|
* Add `oadm reconcile-cluster-role-bindings` to upgrade playbook.Andrew Butcher2015-10-121-1/+14
| | | | Switch to version_compare filter for conditionals.
* UpgradesScott Dodson2015-09-231-0/+115