Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retry failed master startup once | Dan Mace | 2016-10-07 | 1 | -0/+11 |
| | | | | | | | | | | | | | Master startup can fail when ec2 transparently reallocates the block storage, causing etcd writes to temporarily fail. Retry failures blindly just once to allow time for this transient condition to to resolve and for systemd to restart the master (which will eventually succeed). https://github.com/coreos/etcd/issues/3864 https://github.com/openshift/origin/issues/6065 https://github.com/openshift/origin/issues/6447 | ||||
* | Merge pull request #2565 from vishpat/etcd | Andrew Butcher | 2016-10-07 | 1 | -1/+4 |
|\ | | | | | Nuage Monitor: Enumerate over etcd servers | ||||
| * | Changes for etcd servers | Vishal Patil | 2016-10-07 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #2569 from sdodson/logging | Scott Dodson | 2016-10-07 | 1 | -1/+1 |
|\ \ | | | | | | | [logging] Fix openshift_hosted_logging_fluentd_nodeselector | ||||
| * | | [logging] Fix openshift_hosted_logging_fluentd_nodeselector | Scott Dodson | 2016-10-07 | 1 | -1/+1 |
|/ / | |||||
* | | Automatic commit of package [openshift-ansible] release [3.4.5-1]. | Scott Dodson | 2016-10-07 | 2 | -2/+5 |
| | | |||||
* | | Merge pull request #2566 from abutcher/dash-vee | Scott Dodson | 2016-10-07 | 1 | -1/+1 |
|\ \ | | | | | | | [a-o-i] -v disables quiet ansible config. | ||||
| * | | [a-o-i] -v disables quiet ansible config. | Andrew Butcher | 2016-10-07 | 1 | -1/+1 |
|/ / | |||||
* | | Automatic commit of package [openshift-ansible] release [3.4.4-1]. | Troy Dawson | 2016-10-07 | 2 | -2/+18 |
| | | |||||
* | | Merge pull request #2424 from jeremyeder/pods_per_core2 | Scott Dodson | 2016-10-07 | 2 | -2/+2 |
|\ \ | | | | | | | the kubelet example line fails on releases prior to 3.3, so put a comment there. | ||||
| * | | note different product versions | Jeremy Eder | 2016-10-07 | 2 | -2/+2 |
| | | | |||||
| * | | the example line fails on releases prior to 3.3, so put a comment there. | Jeremy Eder | 2016-09-09 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #2548 from dgoodwin/containerized-b | Scott Dodson | 2016-10-06 | 3 | -3/+9 |
|\ \ \ | |_|/ |/| | | Error out if containerized=true for lb host. | ||||
| * | | Error out if containerized=true for lb host. | Devan Goodwin | 2016-10-06 | 3 | -3/+9 |
| | | | |||||
* | | | Merge pull request #2558 from jtslear/issue-2423 | Scott Dodson | 2016-10-06 | 1 | -6/+0 |
|\ \ \ | | | | | | | | | Removes an unused file | ||||
| * | | | Removes an unused file | John T Skarbek | 2016-10-05 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | * closes openshift/openshift-ansible#2423 | ||||
* | | | | Merge pull request #2555 from abutcher/node-scaleup-facts | Scott Dodson | 2016-10-06 | 1 | -0/+11 |
|\ \ \ \ | | | | | | | | | | | Bug 1381335 - Scale up playbook does not rerun master-facts. | ||||
| * | | | | Set master facts for first master in node scaleup. | Andrew Butcher | 2016-10-05 | 1 | -0/+11 |
| | | | | | |||||
* | | | | | Merge pull request #2556 from sdodson/image-stream-sync | Scott Dodson | 2016-10-06 | 110 | -28/+51671 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Add v1.4 content, update v1.3 content to latest | ||||
| * | | | | Update v1.3 content | Scott Dodson | 2016-10-05 | 12 | -26/+97 |
| | | | | | |||||
| * | | | | Add v1.4 content | Scott Dodson | 2016-10-05 | 98 | -2/+51574 |
| |/ / / | |||||
* | | | | Merge pull request #2546 from abutcher/master-debug-level | Tim Bielawa | 2016-10-05 | 2 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Bug 1366522 - The value of "debug_level" isn't applied to /etc/sysconfig/atomic-openshift-master | ||||
| * | | | Move openshift.common.debug.level to openshift_facts. | Andrew Butcher | 2016-10-05 | 2 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #2552 from abutcher/port-typo | Scott Dodson | 2016-10-05 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix default port typo. | ||||
| * | | | | Fix default port typo. | Andrew Butcher | 2016-10-05 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #2550 from abutcher/explain-ca-vars | Scott Dodson | 2016-10-05 | 2 | -14/+72 |
|\ \ \ \ \ | |/ / / / |/| | | | | Document auth provider CA variables | ||||
| * | | | | Add example openid/request header providers and explain certificate variables. | Andrew Butcher | 2016-10-05 | 2 | -14/+72 |
| |/ / / | |||||
* | | | | Merge pull request #2544 from abutcher/registry-check | Scott Dodson | 2016-10-05 | 2 | -0/+15 |
|\ \ \ \ | |_|/ / |/| | | | Don't secure registry or deploy registry console when infra replicas == 0 | ||||
| * | | | Don't secure registry or deploy registry console when infra replics == 0 | Andrew Butcher | 2016-10-04 | 2 | -0/+15 |
| | | | | |||||
* | | | | Automatic commit of package [openshift-ansible] release [3.4.3-1]. | Scott Dodson | 2016-10-04 | 2 | -2/+92 |
| | | | | |||||
* | | | | Merge pull request #2511 from vishpat/nuage_ha | Andrew Butcher | 2016-10-04 | 14 | -106/+114 |
|\ \ \ \ | |_|/ / |/| | | | Changes for Nuage HA | ||||
| * | | | Merge pull request #1 from abutcher/nuage_ha | Vishal Patil | 2016-10-04 | 10 | -116/+96 |
| |\ \ \ | | | | | | | | | | | Filterize haproxy front/backends and add method for specifying custom front/backends | ||||
| | * | | | Filterize haproxy frontends/backends and add method for providing additional ↵ | Andrew Butcher | 2016-10-03 | 10 | -116/+96 |
| |/ / / | | | | | | | | | | | | | frontends/backends. | ||||
| * | | | Addressed review comments | Vishal Patil | 2016-09-29 | 2 | -10/+11 |
| | | | | |||||
| * | | | Changes for Nuage HA | Vishal Patil | 2016-09-27 | 6 | -3/+30 |
| | | | | |||||
* | | | | Merge pull request #2538 from DG-i/master | Andrew Butcher | 2016-10-04 | 3 | -0/+17 |
|\ \ \ \ | | | | | | | | | | | allow networkConfig.ingressIPNetworkCIDRs to be configured | ||||
| * | | | | Check if openshift_master_ingress_ip_network_cidr is defined | Mathias Merscher | 2016-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net> | ||||
| * | | | | allow networkConfig.ingressIPNetworkCIDRs to be configured | Mathias Merscher | 2016-10-04 | 3 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net> | ||||
* | | | | | Merge pull request #2441 from dgoodwin/34-upgrade-improvements | Andrew Butcher | 2016-10-04 | 27 | -472/+747 |
|\ \ \ \ \ | |/ / / / |/| | | | | 3.4 Upgrade Improvements | ||||
| * | | | | Fix bug with service signer cert on upgrade. | Devan Goodwin | 2016-09-29 | 2 | -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 Goodwin | 2016-09-29 | 6 | -26/+71 |
| | | | | | |||||
| * | | | | Move etcd backup from pre-upgrade to upgrade itself. | Devan Goodwin | 2016-09-29 | 4 | -91/+86 |
| | | | | | |||||
| * | | | | 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 | 9 | -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 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 |
| | | | | |