Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow a couple retries when unscheduling/rescheduling nodes in upgrade. | Devan Goodwin | 2016-09-29 | 1 | -0/+12 |
| | | | | | | | | This can fail with a transient "object has been modified" error asking you to re-try your changes on the latest version of the object. Allow up to three retries to see if we can get the change to take effect. | ||||
* | Skip the docker role in early upgrade stages. | Devan Goodwin | 2016-09-29 | 5 | -17/+24 |
| | | | | | | | | 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 | 11 | -29/+71 |
| | |||||
* | Allow customizing node upgrade serial value. | Devan Goodwin | 2016-09-29 | 1 | -1/+3 |
| | |||||
* | Split upgrade for control plane/nodes. | Devan Goodwin | 2016-09-29 | 14 | -125/+173 |
| | |||||
* | Verify masters are upgraded before proceeding with node only upgrade. | Devan Goodwin | 2016-09-28 | 3 | -5/+8 |
| | |||||
* | Attempt to tease apart pre upgrade for masters/nodes. | Devan Goodwin | 2016-09-28 | 11 | -307/+398 |
| | |||||
* | Split upgrade entry points into control plane/node. | Devan Goodwin | 2016-09-28 | 5 | -49/+68 |
| | |||||
* | Reunite upgrade reconciliation gating with the play it gates on. | Devan Goodwin | 2016-09-28 | 1 | -17/+18 |
| | |||||
* | Drop atomic-enterprise as a valid deployment type in upgrade. | Devan Goodwin | 2016-09-28 | 1 | -2/+2 |
| | |||||
* | Stop guarding against pacemaker in upgrade, no longer necessary. | Devan Goodwin | 2016-09-28 | 1 | -8/+0 |
| | |||||
* | Support openshift_upgrade_dry_run=true for pre-upgrade checks only. | Devan Goodwin | 2016-09-28 | 1 | -0/+7 |
| | |||||
* | Remove the DNS VM on OpenStack | Lénaïc Huard | 2016-09-27 | 6 | -245/+1 |
| | |||||
* | Merge pull request #2501 from lhuard1A/fix_openstack_cloudprovider | Andrew Butcher | 2016-09-26 | 7 | -63/+90 |
|\ | | | | | Fix openstack cloudprovider | ||||
| * | Fix OpenStack cloud provider | Lénaïc Huard | 2016-09-26 | 3 | -11/+11 |
| | | |||||
| * | Fix the nodeName of the OpenShift nodes on OpenStack | Lénaïc Huard | 2016-09-22 | 4 | -52/+79 |
| | | |||||
* | | Merge pull request #2264 from bdurrow/patch-1 | Jason DeTiberus | 2016-09-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fix GCE Launch | ||||
| * | | Fix GCE Launch | Brad Durrow | 2016-08-07 | 1 | -1/+1 |
| | | | | | | | | | The Ansible GCE module (documentation here: http://docs.ansible.com/ansible/gce_module.html) requires a comma separated list when you pass an array here (even with a single element) the argument has square brackets around it and the instance doesn't get launched. Testing shows that joining with ', ' (comma space) works with one instance but breaks with two so I used ',' (comma no space). | ||||
* | | | Merge pull request #2473 from lhuard1A/openstack_inventory | Jason DeTiberus | 2016-09-22 | 5 | -19/+19 |
|\ \ \ | | |/ | |/| | Update the OpenStack dynamic inventory script | ||||
| * | | Update the OpenStack dynamic inventory script | Lénaïc Huard | 2016-09-20 | 5 | -19/+19 |
| | | | |||||
* | | | [uninstall] Stop services on all hosts prior to removing files. | Andrew Butcher | 2016-09-19 | 1 | -28/+41 |
| | | | |||||
* | | | Add origin-node.service.wants to uninstall | Andrew Lau | 2016-09-17 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #2295 from dgoodwin/override-docker-upgrade | Scott Dodson | 2016-09-15 | 1 | -1/+1 |
|\ \ | | | | | | | Allow overriding the Docker 1.10 requirement for upgrade. | ||||
| * | | Allow overriding the Docker 1.10 requirement for upgrade. | Devan Goodwin | 2016-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Respect an explicit docker_version, and the use of docker_upgrade=False. | ||||
* | | | Merge pull request #2449 from abutcher/service-signer-upgrade | Scott Dodson | 2016-09-14 | 3 | -1/+102 |
|\ \ \ | | | | | | | | | [upgrade] Create/configure service signer cert when missing. | ||||
| * | | | [upgrade] Create/configure service signer cert when missing. | Andrew Butcher | 2016-09-14 | 3 | -1/+102 |
| | | | | |||||
* | | | | [redeploy-certificates] Set default value for ↵ | Andrew Butcher | 2016-09-14 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | openshift_master_default_subdomain as workaround. | ||||
* | | | | [redeploy-certificates] Correct etcd service name. | Andrew Butcher | 2016-09-14 | 1 | -1/+3 |
|/ / / | |||||
* | | | Check for is_atomic when uninstalling flannel package. | Andrew Butcher | 2016-09-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2425 from dgoodwin/flush-handlers | Scott Dodson | 2016-09-09 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Flush handlers before marking a node schedulable after upgrade. | ||||
| * | | | Flush handlers before marking a node schedulable after upgrade. | Devan Goodwin | 2016-09-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Handlers normally only trigger at the end of the play, but in this case we just set our node schedulable again resulting in it immediately getting taken down again. | ||||
* | | | | Merge pull request #2422 from abutcher/manage-node-hostnames | Andrew Butcher | 2016-09-09 | 1 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | Fix node label / schedulability when inventory_hostname != openshift.common.hostname | ||||
| * | | | | Iterate over node inventory hostnames instead of openshift.common.hostname ↵ | Andrew Butcher | 2016-09-08 | 1 | -3/+1 |
| |/ / / | | | | | | | | | | | | | within openshift_manage_node role. | ||||
* | | | | Merge pull request #2398 from mkumatag/fix_warnings | Scott Dodson | 2016-09-08 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | Fix warnings | ||||
| * | | | Fix warnings | Manjunath A Kumatagi | 2016-09-07 | 1 | -0/+4 |
| | | | | |||||
* | | | | Don't loop over hostvars when setting node schedulability. | Andrew Butcher | 2016-09-07 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge pull request #2409 from abutcher/secure-registry | Scott Dodson | 2016-09-04 | 1 | -1/+83 |
|\ \ \ \ | | | | | | | | | | | Secure registry for atomic registry deployment | ||||
| * | | | | Secure registry for atomic registry deployment (deployment_subtype=registry). | Andrew Butcher | 2016-09-02 | 1 | -1/+83 |
| | | | | | |||||
* | | | | | Record schedulability of node prior to upgrade and re-set it to that | Scott Dodson | 2016-09-02 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were setting schedulability to the state defined in the inventory without regard to whether or not it was manually made schedulable or unschedulable. The right thing seems to be to record the state prior to upgrade and set it back. | ||||
* | | | | | Fix ops/qps typo | Jordan Liggitt | 2016-09-02 | 2 | -3/+3 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #2313 from mdanter/unschedulableMasterAsNode | Scott Dodson | 2016-09-01 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | In AWS where the master node was not part of the nodes and unschedulable | ||||
| * | | | | This fixes an issue in AWS where the master node was not part of the nodes ↵ | Matyas Danter | 2016-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | in an unschedulable way | ||||
* | | | | | Merge pull request #2347 from brenton/BZ1369410 | Scott Dodson | 2016-09-01 | 1 | -16/+18 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-host | ||||
| * | | | | Bug 1369410 - uninstall fail at task [restart docker] on atomic-host | Brenton Leanhardt | 2016-08-23 | 1 | -16/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved the restarting of docker and network services lower. * Added /etc/systemd/system/docker.service.d/docker-sdn-ovs.conf to the list of files to be removed (I suspect the RPM uninstall handles this for non-containerized installs) * sorted the file names | ||||
* | | | | | Add flannel package removal in uninstallation playbook | Manjunath A Kumatagi | 2016-09-01 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Reload docker facts after upgrading docker | Scott Dodson | 2016-08-30 | 1 | -0/+4 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #2366 from Mangirdaz/master | Jason DeTiberus | 2016-08-26 | 1 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | add run_once to repeatable actions | ||||
| * | | | | add check for server and account already exist | Mangirdas | 2016-08-26 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | add run_once to repeatable actions | Mangirdas | 2016-08-26 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Remove atomic check and cockpit.socket | Samuel Munilla | 2016-08-26 | 3 | -3/+3 |
| | | | | |