summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug with service signer cert on upgrade.Devan Goodwin2016-09-292-1/+7
| | | | | | It is invalid Ansible to use a when on an include that contains plays, as it cannot be applied to plays. Issue filed upstream for a better error, or to get it working.
* Use pre_upgrade tag instread of a dry run variable.Devan Goodwin2016-09-296-26/+71
|
* Move etcd backup from pre-upgrade to upgrade itself.Devan Goodwin2016-09-294-91/+86
|
* Allow a couple retries when unscheduling/rescheduling nodes in upgrade.Devan Goodwin2016-09-291-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 Goodwin2016-09-299-23/+30
| | | | | | | | 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 Goodwin2016-09-2911-29/+71
|
* Allow customizing node upgrade serial value.Devan Goodwin2016-09-291-1/+3
|
* Split upgrade for control plane/nodes.Devan Goodwin2016-09-2914-125/+173
|
* Verify masters are upgraded before proceeding with node only upgrade.Devan Goodwin2016-09-283-5/+8
|
* Attempt to tease apart pre upgrade for masters/nodes.Devan Goodwin2016-09-2811-307/+398
|
* Split upgrade entry points into control plane/node.Devan Goodwin2016-09-285-49/+68
|
* Reunite upgrade reconciliation gating with the play it gates on.Devan Goodwin2016-09-281-17/+18
|
* Drop atomic-enterprise as a valid deployment type in upgrade.Devan Goodwin2016-09-281-2/+2
|
* Stop guarding against pacemaker in upgrade, no longer necessary.Devan Goodwin2016-09-281-8/+0
|
* Support openshift_upgrade_dry_run=true for pre-upgrade checks only.Devan Goodwin2016-09-283-0/+12
|
* Merge pull request #2508 from sdodson/fix-logging-templateScott Dodson2016-09-271-3/+2
|\ | | | | Fix deployer template for enterprise
| * Fix deployer template for enterpriseScott Dodson2016-09-271-3/+2
|/ | | | See https://github.com/openshift/origin-aggregated-logging/pull/218
* Merge pull request #2507 from lhuard1A/remove_openstack_dnsJason DeTiberus2016-09-276-245/+1
|\ | | | | Remove the DNS VM on OpenStack
| * Remove the DNS VM on OpenStackLénaïc Huard2016-09-276-245/+1
|/
* Merge pull request #2500 from sdodson/masterScott Dodson2016-09-261-0/+5
|\ | | | | Add rhaos-3.4-rhel-7 releaser to tito
| * Add rhaos-3.4-rhel-7 releaser to titoScott Dodson2016-09-261-0/+5
| |
* | Merge pull request #2502 from sdodson/rhel-73-systemdScott Dodson2016-09-262-3/+5
|\ \ | | | | | | test fix for systemd changes
| * \ Merge pull request #4 from detiber/rhel-73-systemdScott Dodson2016-09-262-3/+3
| |\ \ | | | | | | | | tweak logic
| | * | tweak logicJason DeTiberus2016-09-262-3/+3
| |/ /
| * | test fix for systemd changesScott Dodson2016-09-262-3/+5
| | |
* | | Merge pull request #2501 from lhuard1A/fix_openstack_cloudproviderAndrew Butcher2016-09-2611-70/+118
|\ \ \ | | | | | | | | Fix openstack cloudprovider
| * | | Fix OpenStack cloud providerLénaïc Huard2016-09-267-17/+38
| | | |
| * | | Fix the nodeName of the OpenShift nodes on OpenStackLénaïc Huard2016-09-225-53/+80
| | | |
* | | | Merge pull request #2264 from bdurrow/patch-1Jason DeTiberus2016-09-261-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix GCE Launch
| * | | Fix GCE LaunchBrad Durrow2016-08-071-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 #2499 from sdodson/masterScott Dodson2016-09-262-2/+108
|\ \ \ \ | | |_|/ | |/| | Automatic commit of package [openshift-ansible] release [3.4.2-1].
| * | | Automatic commit of package [openshift-ansible] release [3.4.2-1].Scott Dodson2016-09-262-2/+108
|/ / /
* | | Merge pull request #2473 from lhuard1A/openstack_inventoryJason DeTiberus2016-09-229-291/+268
|\ \ \ | | |/ | |/| Update the OpenStack dynamic inventory script
| * | Update the OpenStack dynamic inventory scriptLénaïc Huard2016-09-209-291/+268
| | |
* | | Merge pull request #2489 from andrewklau/routernameScott Dodson2016-09-222-0/+5
|\ \ \ | | | | | | | | Add openshift_hosted_router_name
| * | | Add openshift_hosted_router_nameAndrew Lau2016-09-222-0/+5
| | | |
* | | | Merge pull request #2493 from sdodson/issue_templateScott Dodson2016-09-221-0/+21
|\ \ \ \ | | | | | | | | | | Add an issue template
| * | | | Add an issue templateScott Dodson2016-09-221-0/+21
| |/ / /
* | | | Merge pull request #2484 from abutcher/gce-cloud-providerScott Dodson2016-09-223-0/+12
|\ \ \ \ | | | | | | | | | | Add GCE cloud provider kind.
| * | | | Add GCE cloud provider kind.Andrew Butcher2016-09-213-0/+12
| | | | |
* | | | | Merge pull request #2488 from abutcher/fix-master-status-changedScott Dodson2016-09-211-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | | Fix master service status changed fact.
| * | | | Fix master service status changed fact.Andrew Butcher2016-09-211-1/+5
|/ / / /
* | | | Merge pull request #2486 from sdodson/metrics-public-urlScott Dodson2016-09-212-0/+4
|\ \ \ \ | | | | | | | | | | Clarify openshift_hosted_metrics_public_url
| * | | | Clarify openshift_hosted_metrics_public_urlScott Dodson2016-09-212-0/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | Currently, metrics only works at /hawkular/metrics so if you alter the path portion of the variable then the master will direct traffic at an endpoint that won't work.
* | | | Merge pull request #2485 from yaacov/add-documentation-on-metrics-hostnameScott Dodson2016-09-211-0/+1
|\ \ \ \ | |/ / / |/| | | Add documentation about the openshift_hosted_metrics_public_url option
| * | | add documentation about the openshift_hosted_metrics_public_url optionyaacov2016-09-211-0/+1
|/ / /
* | | Merge pull request #2476 from sdodson/split_builddefaults_no_proxyScott Dodson2016-09-201-0/+3
|\ \ \ | | | | | | | | Split openshift_builddefaults_no_proxy if it's not a list
| * | | Split openshift_builddefaults_no_proxy if it's not a listScott Dodson2016-09-201-0/+3
| | | |
* | | | Merge pull request #2474 from sdodson/node-no-proxy-v2Scott Dodson2016-09-201-1/+1
|\| | | | | | | | | | | Fix references to openshift.master.sdn_cluster_network_cidr in node r…
| * | | Fix references to openshift.master.sdn_cluster_network_cidr in node rolesScott Dodson2016-09-201-1/+1
|/ / /