| Commit message (Expand) | Author | Age | Files | Lines |
* | Include Deprecation: Convert to import_playbook | Russell Teague | 2017-12-07 | 14 | -15/+15 |
* | Playbook Consolidation - etcd Upgrade | Russell Teague | 2017-12-05 | 1 | -4/+0 |
* | Merge pull request #6321 from sdodson/v3_9 | Scott Dodson | 2017-12-02 | 5 | -1/+47 |
|\ |
|
| * | Add v3.9 support | Scott Dodson | 2017-11-30 | 5 | -1/+47 |
* | | Initial upgrade for scale groups. | Kenny Woodson | 2017-11-29 | 1 | -0/+7 |
|/ |
|
* | Playbook Consolidation - Initialization | Russell Teague | 2017-11-15 | 11 | -22/+2 |
* | Merge pull request #6068 from mtnbikenc/remove-old-upgrades | OpenShift Merge Robot | 2017-11-14 | 14 | -153/+2 |
|\ |
|
| * | Remove upgrade playbooks for 3.3 through 3.5 | Russell Teague | 2017-11-08 | 14 | -153/+2 |
* | | First pass at v3.8 support | Scott Dodson | 2017-11-13 | 4 | -0/+52 |
|/ |
|
* | Add missing byo v3_7 playbooks | Scott Dodson | 2017-08-08 | 4 | -0/+52 |
* | evalute groups when running etcd upgrade from byo/openshift-cluster/upgrades/... | Jan Chaloupka | 2017-06-28 | 1 | -0/+2 |
* | v3.3 Upgrade Refactor | Russell Teague | 2017-05-02 | 4 | -302/+3 |
* | v3.4 Upgrade Refactor | Russell Teague | 2017-05-02 | 4 | -298/+3 |
* | v3.5 Upgrade Refactor | Russell Teague | 2017-05-02 | 4 | -308/+3 |
* | v3.6 Upgrade Refactor | Russell Teague | 2017-05-02 | 4 | -308/+3 |
* | Minor v3.6 upgrade docs fixes | Russell Teague | 2017-04-18 | 2 | -6/+9 |
* | Refactor initialize groups tasks | Russell Teague | 2017-04-12 | 14 | -46/+26 |
* | Refactor docker upgrade playbooks | Russell Teague | 2017-04-10 | 4 | -74/+1 |
* | validate and normalize inventory variables | Luke Meyer | 2017-03-29 | 1 | -1/+0 |
* | Added 3.5 -> 3.6 upgrade playbooks | Steve Kuznetsov | 2017-03-24 | 5 | -0/+349 |
* | Merge pull request #3626 from mtnbikenc/module_rename | OpenShift Bot | 2017-03-15 | 1 | -2/+2 |
|\ |
|
| * | Renaming oadm_manage_node to oc_adm_manage_node | Russell Teague | 2017-03-10 | 1 | -2/+2 |
* | | re-enable excluders if they are enabled after openshift version detection | Jan Chaloupka | 2017-03-09 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #3529 from ingvagabund/upgrade-excluders-in-upgrade-only | Jan Chaloupka | 2017-03-07 | 9 | -9/+9 |
|\ |
|
| * | - update excluders to latest, in non-upgrade scenarios do not update | Jan Chaloupka | 2017-03-07 | 9 | -9/+9 |
* | | Add oc_objectvalidator to upgrade check | Scott Dodson | 2017-03-07 | 2 | -0/+8 |
|/ |
|
* | Fix issue #3505, add notes about origin upgrade versions support in BYO upgra... | Stéphane Klein | 2017-02-27 | 1 | -2/+2 |
* | Fix typo, add symlinks for roles | Scott Dodson | 2017-02-17 | 2 | -2/+2 |
* | Merge pull request #3370 from adbaldi/work | Scott Dodson | 2017-02-16 | 1 | -1/+1 |
|\ |
|
| * | Fixed issue where upgrade fails when using daemon sets (e.g. aggregated logging) | Andrew Baldi | 2017-02-15 | 1 | -1/+1 |
* | | initialize oo_nodes_to_upgrade group when running control plane upgrade only | Jan Chaloupka | 2017-02-16 | 3 | -0/+9 |
* | | Merge pull request #3367 from soltysh/upgrade_jobs | Scott Dodson | 2017-02-15 | 2 | -0/+4 |
|\ \ |
|
| * | | Add upgrade job step after the entire upgrade performs | Maciej Szulik | 2017-02-15 | 2 | -0/+4 |
| |/ |
|
* / | upgrades: fix path to disable_excluder.yml | Jan Chaloupka | 2017-02-15 | 1 | -1/+1 |
|/ |
|
* | Modify playbooks to use oadm_manage_node module | Russell Teague | 2017-02-13 | 1 | -7/+24 |
* | Move excluder disablement into control plane and node upgrade playbooks | Scott Dodson | 2017-02-06 | 9 | -0/+36 |
* | Create v3_5 upgrade playbooks | Russell Teague | 2017-01-30 | 6 | -2/+322 |
* | Adding names to plays and standardizing | Russell Teague | 2017-01-27 | 6 | -12/+18 |
* | Merge pull request #3198 from mtnbikenc/drain-fix | Russell Teague | 2017-01-26 | 1 | -1/+1 |
|\ |
|
| * | Correct usage of draining nodes | Russell Teague | 2017-01-26 | 1 | -1/+1 |
* | | Standardize add_host: with name and changed_when | Russell Teague | 2017-01-25 | 2 | -3/+6 |
|/ |
|
* | Cleaning repo cache earlier | Russell Teague | 2017-01-19 | 1 | -2/+2 |
* | Merge pull request #3093 from mtnbikenc/upgrade-fix | Scott Dodson | 2017-01-19 | 1 | -0/+2 |
|\ |
|
| * | Correct consistency between upgrade playbooks | Russell Teague | 2017-01-13 | 1 | -0/+2 |
* | | Validate system restart policy during pre-upgrade. | Devan Goodwin | 2017-01-18 | 4 | -0/+16 |
* | | Merge pull request #2786 from dgoodwin/docker-1.12 | Scott Dodson | 2017-01-17 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Begin requiring Docker 1.12. | Devan Goodwin | 2016-11-10 | 1 | -2/+0 |
* | | Add a fact to select --evacuate or --drain based on your OCP version | Tim Bielawa | 2017-01-11 | 1 | -1/+1 |
* | | Merge pull request #2986 from tbielawa/deprecate_node_evacuation | Tim Bielawa | 2016-12-19 | 1 | -4/+4 |
|\ \ |
|
| * | | Deprecate node 'evacuation' with 'drain' | Tim Bielawa | 2016-12-16 | 1 | -4/+4 |