Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2920 from detiber/schedulerVarFix | Andrew Butcher | 2016-12-05 | 1 | -0/+2 |
|\ | | | | | Scheduler var fix | ||||
| * | fix tags | Jason DeTiberus | 2016-12-01 | 1 | -0/+2 |
| | | |||||
* | | Explictly set etcd vars for byo scaleup | Samuel Munilla | 2016-11-30 | 1 | -0/+2 |
|/ | | | | Fixes #2738 | ||||
* | Merge pull request #2855 from detiber/updateSchedulerDefaults | Scott Dodson | 2016-11-29 | 1 | -0/+1 |
|\ | | | | | Update scheduler defaults | ||||
| * | do not report changed for group mapping | Jason DeTiberus | 2016-11-29 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2880 from mtnbikenc/docker-dup | Jason DeTiberus | 2016-11-29 | 1 | -1/+0 |
|\ \ | | | | | | | Remove duplicate when key | ||||
| * | | Remove duplicate when key | Russell Teague | 2016-11-29 | 1 | -1/+0 |
| |/ | |||||
* | | Merge pull request #2831 from dgoodwin/upgrade-ordering | Scott Dodson | 2016-11-29 | 2 | -4/+4 |
|\ \ | |/ |/| | Fix rare failure to deploy new registry/router after upgrade. | ||||
| * | Fix rare failure to deploy new registry/router after upgrade. | Devan Goodwin | 2016-11-21 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Router/registry update and re-deploy was recently reordered to immediately follow control plane upgrade, right before we proceed to node upgrade. In some situations (small or single host clusters) it appears possible that the deployer pods are running when the node in question is evacuated for upgrade. When the deployer pod dies the deployment is failed and the router/registry continue running the old version, despite the deployment config being updated correctly. This change re-orderes the router/registry upgrade to follow node upgrade. However for separate control plane upgrade, the router/registry still occurs at the end. This is because router/registry seems like they should logically be included in a control plane upgrade, and presumably the user will not manually launch node upgrade so quickly as to trigger an evac on the node in question. Workaround for this problem when it does occur is simply to: oc deploy docker-registry --latest | ||||
* | | Merge pull request #2771 from stevekuznetsov/skuznets/network-manager | Scott Dodson | 2016-11-22 | 1 | -0/+36 |
|\ \ | |/ |/| | Added a BYO playbook for configuring NetworkManager on nodes | ||||
| * | Added a BYO playbook for configuring NetworkManager on nodes | Steve Kuznetsov | 2016-11-22 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | In order to do a full install of OpenShfit using the byo/config.yml playbook, it is currently required that NetworkManager be installed and configured on the nodes prior to the installation. This playbook introduces a very simple default configuration that can be used to install, configure and enable NetworkManager on their nodes. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | ||||
* | | Add etcd upgrade for RHEL and Fedora | Scott Dodson | 2016-11-14 | 1 | -0/+26 |
| | | | | | | | | | | On Fedora we just blindly upgrade to the latest. On RHEL we do stepwise upgrades 2.0,2.1,2.2,2.3,3.0 | ||||
* | | Revert "Revert openshift.node.nodename changes" | Scott Dodson | 2016-11-08 | 1 | -5/+5 |
| | | |||||
* | | Revert "Fix OpenStack cloud provider" | Scott Dodson | 2016-11-07 | 1 | -5/+5 |
|/ | | | | This reverts commit 1f2276fff1e41c1d9440ee8b589042ee249b95d7. | ||||
* | Merge pull request #2662 from blues-man/update_doc_upgrade_openshift | Scott Dodson | 2016-10-25 | 1 | -2/+2 |
|\ | | | | | Update link to latest versions upgrade README | ||||
| * | Update link to latest versions upgrade README | Natale Vinto | 2016-10-25 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2663 from dgoodwin/34-upgrade | Scott Dodson | 2016-10-25 | 5 | -0/+313 |
|\ \ | | | | | | | Add support for 3.4 upgrade. | ||||
| * | | Add support for 3.4 upgrade. | Devan Goodwin | 2016-10-25 | 5 | -0/+313 |
| |/ | | | | | | | | | This is a direct copy of 3.3 upgrade playbooks, with 3.3 specific hooks removed and version numbers adjusted appropriately. | ||||
* | | Merge pull request #2637 from dgoodwin/ctrl-plane-restart | Scott Dodson | 2016-10-25 | 2 | -3/+3 |
|\ \ | |/ |/| | Fix and reorder control plane service restart. | ||||
| * | Fix and reorder control plane service restart. | Devan Goodwin | 2016-10-21 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | This was missed in the standalone upgrade control plane playbook. However it also looks to be out of order, we should restart before reconciling and upgrading nodes. As such moved the restart directly into the control plane upgrade common code, and placed it before reconciliation. | ||||
* | | Merge pull request #2621 from dgoodwin/symlink-fix | Scott Dodson | 2016-10-19 | 1 | -3/+3 |
|\ \ | | | | | | | Switch from "oadm" to "oc adm" and fix bug in binary sync. | ||||
| * | | Switch from "oadm" to "oc adm" and fix bug in binary sync. | Devan Goodwin | 2016-10-19 | 1 | -3/+3 |
| |/ | | | | | | | | | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm. | ||||
* / | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 6 | -6/+6 |
|/ | |||||
* | Fix standalone docker upgrade playbook skipping nodes. | Devan Goodwin | 2016-10-13 | 1 | -0/+2 |
| | | | | | Transition to being able to specify nodes to upgrade caused standalone nodes to get skipped in this playbook. | ||||
* | Merge pull request #2441 from dgoodwin/34-upgrade-improvements | Andrew Butcher | 2016-10-04 | 5 | -57/+294 |
|\ | | | | | 3.4 Upgrade Improvements | ||||
| * | Use pre_upgrade tag instread of a dry run variable. | Devan Goodwin | 2016-09-29 | 3 | -19/+70 |
| | | |||||
| * | Move etcd backup from pre-upgrade to upgrade itself. | Devan Goodwin | 2016-09-29 | 2 | -4/+0 |
| | | |||||
| * | Skip the docker role in early upgrade stages. | Devan Goodwin | 2016-09-29 | 3 | -12/+18 |
| | | | | | | | | | | | | | | | | This improves the situation further and prevents configuration changes from accidentally triggering docker restarts, before we've evacuated nodes. Now in two places, we skip the role entirely, instead of previous implementation which only skipped upgrading the installed version. (which did not catch config issues) | ||||
| * | Allow filtering nodes to upgrade by label. | Devan Goodwin | 2016-09-29 | 4 | -16/+16 |
| | | |||||
| * | Split upgrade for control plane/nodes. | Devan Goodwin | 2016-09-29 | 4 | -22/+84 |
| | | |||||
| * | Verify masters are upgraded before proceeding with node only upgrade. | Devan Goodwin | 2016-09-28 | 2 | -2/+8 |
| | | |||||
| * | Attempt to tease apart pre upgrade for masters/nodes. | Devan Goodwin | 2016-09-28 | 3 | -2/+147 |
| | | |||||
| * | Split upgrade entry points into control plane/node. | Devan Goodwin | 2016-09-28 | 3 | -48/+19 |
| | | |||||
* | | Update play names for consistency. | Andrew Butcher | 2016-09-29 | 1 | -2/+4 |
|/ | |||||
* | Fix OpenStack cloud provider | Lénaïc Huard | 2016-09-26 | 1 | -3/+3 |
| | |||||
* | Remove atomic check and cockpit.socket | Samuel Munilla | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | Add support for Atomic Registry Installs | Samuel Munilla | 2016-08-26 | 1 | -0/+1 |
| | | | | Add the Registry deployment subtype as an option in the quick installer. | ||||
* | [tags] add some support for running a subset of config via tags | Jason DeTiberus | 2016-08-24 | 1 | -0/+4 |
| | |||||
* | Fix standalone Docker upgrade missing symlink. | Devan Goodwin | 2016-08-19 | 1 | -0/+1 |
| | |||||
* | Support for redeploying certificates. | Andrew Butcher | 2016-08-11 | 2 | -1/+25 |
| | |||||
* | Merge pull request #2211 from dgoodwin/33-upgrade-playbook | Scott Dodson | 2016-08-08 | 4 | -5/+100 |
|\ | | | | | 1.3 / 3.3 Upgrades | ||||
| * | Upgrade configs for protobuf support. | Devan Goodwin | 2016-08-08 | 1 | -0/+2 |
| | | |||||
| * | Introduce 1.3/3.3 upgrade path. | Devan Goodwin | 2016-07-25 | 4 | -5/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored the 3.2 upgrade common files out to a path that does not indicate they are strictly for 3.2. 3.3 upgrade then becomes a relatively small copy of the byo entry point, all calling the same code as 3.2 upgrade. Thus far there are no known 3.3 specific upgrade tasks. In future we will likely want to allow hooks out to version specific pre/upgrade/post tasks. Also fixes a bug where the handlers were not restarting nodes/openvswitch containers doing upgrades, due to a change in Ansible 2+. | ||||
* | | Convert ansible facts callback to v2. | Andrew Butcher | 2016-08-08 | 1 | -1/+1 |
|/ | |||||
* | Correct relative include for ansible version check. | Andrew Butcher | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Check ansible version prior to evaluating cluster hosts and groups. | Andrew Butcher | 2016-07-20 | 3 | -0/+6 |
| | |||||
* | Resolve some deprecation warnings. | Andrew Butcher | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Remove 3.0 and 3.1 upgrade sub-dirs. | Devan Goodwin | 2016-07-12 | 3 | -54/+0 |
| | |||||
* | Rename upgrade to just v3_2 as it's now major and minor. | Devan Goodwin | 2016-07-12 | 2 | -0/+0 |
| | |||||
* | Fixes for Ansible 2.1. | Devan Goodwin | 2016-07-04 | 1 | -4/+0 |
| |