summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/upgrades
Commit message (Collapse)AuthorAgeFilesLines
* Override hosts deployment_type fact for version we're upgrading to.Devan Goodwin2015-11-041-0/+10
|
* Pylint fixes for config upgrade module.Devan Goodwin2015-11-041-10/+13
|
* Disable proxy cert config upgrade until certs being generated.Devan Goodwin2015-11-041-5/+6
|
* 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-042-8/+125
|\
| * Move config upgrade to correct place, fix node facts.Devan Goodwin2015-11-031-9/+20
| |
| * Add in proxyClientInfo if missing during config upgrade.Devan Goodwin2015-11-031-3/+9
| |
| * Implement master-config.yaml upgrade for v1beta3 apiLevel removal.Devan Goodwin2015-11-032-12/+66
| |
| * Merge branch 'upgrade' into config-upgradeDevan Goodwin2015-11-031-0/+43
| |\
| * | initial module frameworkJason DeTiberus2015-11-021-0/+62
| | |
* | | 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-235-0/+139