| Commit message (Expand) | Author | Age | Files | Lines |
* | YAML Linting | Russell Teague | 2016-12-12 | 4 | -13/+10 |
* | Make both backup and upgrade optional | Scott Dodson | 2016-12-09 | 2 | -95/+99 |
* | [upgrades] Upgrade etcd by default | Scott Dodson | 2016-12-09 | 3 | -11/+21 |
* | upgrades - Fix logic error about when to backup etcd | Scott Dodson | 2016-12-09 | 1 | -1/+1 |
* | Removed verify_ansible_version playbook refs | Russell Teague | 2016-12-08 | 1 | -2/+0 |
* | Merge pull request #2950 from dgoodwin/drop-32-upgrade | Scott Dodson | 2016-12-08 | 1 | -1/+0 |
|\ |
|
| * | Drop 3.2 upgrade playbooks. | Devan Goodwin | 2016-12-08 | 1 | -1/+0 |
* | | Merge pull request #2946 from dagwieers/patch-1 | Scott Dodson | 2016-12-08 | 1 | -0/+2 |
|\ \ |
|
| * | | Silence warnings when using rpm directly | Dag Wieers | 2016-12-08 | 1 | -0/+2 |
| |/ |
|
* / | Silence warnings when using rpm directly | Dag Wieers | 2016-12-08 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #2934 from sdodson/etcd3-v2 | Scott Dodson | 2016-12-07 | 1 | -7/+4 |
|\ |
|
| * | etcd_upgrade: Simplify package installation | Scott Dodson | 2016-12-07 | 1 | -7/+4 |
* | | Merge pull request #2892 from detiber/upgradeScheduler | Scott Dodson | 2016-12-07 | 2 | -3/+168 |
|\ \
| |/
|/| |
|
| * | add comments and remove debug code | Jason DeTiberus | 2016-12-07 | 1 | -2/+8 |
| * | Handle updating of scheduler config during upgrade | Jason DeTiberus | 2016-12-06 | 2 | -3/+162 |
* | | Always install latest etcd for containerized hosts | Scott Dodson | 2016-12-06 | 1 | -3/+5 |
* | | etcd_upgrade : Use different variables for rpm vs container versions | Scott Dodson | 2016-12-06 | 1 | -10/+10 |
|/ |
|
* | Conditionalize master config update for admission_plugin_config. | Andrew Butcher | 2016-12-05 | 2 | -0/+2 |
* | upgrade_control_plane.yml: systemd_units.yaml nees the master facts | Mark Chappell | 2016-12-02 | 1 | -0/+1 |
* | Cleanup ovs file and restart docker on every upgrade. | Devan Goodwin | 2016-11-30 | 6 | -38/+69 |
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -4/+5 |
* | etcd upgrade playbook is not currently applicable to embedded etcd installs | Scott Dodson | 2016-11-28 | 1 | -0/+3 |
* | Merge pull request #2872 from dgoodwin/etcd-embedded-backup | Scott Dodson | 2016-11-28 | 1 | -1/+1 |
|\ |
|
| * | Fix invalid embedded etcd fact in etcd upgrade playbook. | Devan Goodwin | 2016-11-28 | 1 | -1/+1 |
* | | Merge pull request #2836 from abutcher/BZ1393645 | Scott Dodson | 2016-11-28 | 2 | -0/+30 |
|\ \
| |/
|/| |
|
| * | Merge kube_admission_plugin_config with admission_plugin_config | Samuel Munilla | 2016-11-22 | 2 | -0/+30 |
* | | Reference master binaries when delegating from node hosts which may be contai... | Andrew Butcher | 2016-11-22 | 1 | -4/+4 |
* | | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 4 | -5/+6 |
|/ |
|
* | Merge pull request #2562 from sdodson/etcd3 | Scott Dodson | 2016-11-14 | 10 | -73/+293 |
|\ |
|
| * | Actually upgrade host etcdctl no matter what | Scott Dodson | 2016-11-14 | 1 | -2/+2 |
| * | Make etcd containerized upgrade stepwise | Scott Dodson | 2016-11-14 | 2 | -18/+51 |
| * | Add updates for containerized | Scott Dodson | 2016-11-14 | 3 | -6/+55 |
| * | Add etcd upgrade for RHEL and Fedora | Scott Dodson | 2016-11-14 | 8 | -1/+138 |
| * | Move backups to a separate file for re-use | Scott Dodson | 2016-11-14 | 2 | -73/+74 |
* | | Fix HA upgrade when fact cache deleted. | Devan Goodwin | 2016-11-14 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #2777 from dgoodwin/jenkins-role-bindings | Scott Dodson | 2016-11-10 | 1 | -0/+6 |
|\ |
|
| * | Reconcile role bindings for jenkins pipeline during upgrade. | Devan Goodwin | 2016-11-10 | 1 | -0/+6 |
* | | Merge pull request #2784 from abutcher/upgrade-embedded-etcd | Scott Dodson | 2016-11-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Default groups.oo_etcd_to_config when setting embedded_etcd in control plane ... | Andrew Butcher | 2016-11-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #2773 from sdodson/BZ1393187 | Scott Dodson | 2016-11-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Don't upgrade etcd on backup operations | Scott Dodson | 2016-11-09 | 1 | -1/+1 |
* | | Merge pull request #2730 from dgoodwin/fix-ha-etcd-backup | Scott Dodson | 2016-11-09 | 1 | -1/+14 |
|\ \
| |/
|/| |
|
| * | Fix etcd backup failure due to corrupted facts. | Devan Goodwin | 2016-11-09 | 1 | -1/+14 |
* | | Revert "Revert openshift.node.nodename changes" | Scott Dodson | 2016-11-08 | 1 | -4/+6 |
* | | Merge pull request #2751 from sdodson/BZ1388253 | Scott Dodson | 2016-11-08 | 1 | -6/+4 |
|\ \ |
|
| * | | Revert "Fix OpenStack cloud provider" | Scott Dodson | 2016-11-07 | 1 | -6/+4 |
| |/ |
|
* / | Add missing symlink for node openvswitch oom fix. | Devan Goodwin | 2016-11-08 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #2637 from dgoodwin/ctrl-plane-restart | Scott Dodson | 2016-10-25 | 1 | -9/+6 |
|\ |
|
| * | Fix and reorder control plane service restart. | Devan Goodwin | 2016-10-21 | 1 | -9/+6 |
* | | [upgrades] Fix containerized node | Scott Dodson | 2016-10-25 | 1 | -2/+0 |