summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Automatic commit of package [openshift-ansible] release [3.4.6-1].Troy Dawson2016-10-102-2/+8
|/ / / /
* | | | Merge pull request #2572 from ironcladlou/master-retriesScott Dodson2016-10-101-0/+11
|\ \ \ \ | | | | | | | | | | Retry failed master startup once
| * | | | Retry failed master startup onceDan Mace2016-10-071-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
| | | * set defaults for debug_level in template and taskJustin Cook2016-10-112-2/+2
| |_|/ |/| |
* | | Merge pull request #2565 from vishpat/etcdAndrew Butcher2016-10-071-1/+4
|\ \ \ | | | | | | | | Nuage Monitor: Enumerate over etcd servers
| * | | Changes for etcd serversVishal Patil2016-10-071-1/+4
| | | |
* | | | Merge pull request #2569 from sdodson/loggingScott Dodson2016-10-071-1/+1
|\ \ \ \ | |_|_|/ |/| | | [logging] Fix openshift_hosted_logging_fluentd_nodeselector
| * | | [logging] Fix openshift_hosted_logging_fluentd_nodeselectorScott Dodson2016-10-071-1/+1
|/ / /
* | | Automatic commit of package [openshift-ansible] release [3.4.5-1].Scott Dodson2016-10-072-2/+5
| | |
* | | Merge pull request #2566 from abutcher/dash-veeScott Dodson2016-10-071-1/+1
|\ \ \ | | | | | | | | [a-o-i] -v disables quiet ansible config.
| * | | [a-o-i] -v disables quiet ansible config.Andrew Butcher2016-10-071-1/+1
|/ / /
* | | Automatic commit of package [openshift-ansible] release [3.4.4-1].Troy Dawson2016-10-072-2/+18
| | |
* | | Merge pull request #2424 from jeremyeder/pods_per_core2Scott Dodson2016-10-072-2/+2
|\ \ \ | | | | | | | | the kubelet example line fails on releases prior to 3.3, so put a comment there.
| * | | note different product versionsJeremy Eder2016-10-072-2/+2
| | | |
| * | | the example line fails on releases prior to 3.3, so put a comment there.Jeremy Eder2016-09-092-2/+2
| | | |
* | | | Merge pull request #2548 from dgoodwin/containerized-bScott Dodson2016-10-063-3/+9
|\ \ \ \ | |_|/ / |/| | | Error out if containerized=true for lb host.
| * | | Error out if containerized=true for lb host.Devan Goodwin2016-10-063-3/+9
| | |/ | |/|
* | | Merge pull request #2558 from jtslear/issue-2423Scott Dodson2016-10-061-6/+0
|\ \ \ | | | | | | | | Removes an unused file
| * | | Removes an unused fileJohn T Skarbek2016-10-051-6/+0
| | | | | | | | | | | | | | | | * closes openshift/openshift-ansible#2423
* | | | Merge pull request #2555 from abutcher/node-scaleup-factsScott Dodson2016-10-061-0/+11
|\ \ \ \ | | | | | | | | | | Bug 1381335 - Scale up playbook does not rerun master-facts.
| * | | | Set master facts for first master in node scaleup.Andrew Butcher2016-10-051-0/+11
| | | | |
* | | | | Merge pull request #2556 from sdodson/image-stream-syncScott Dodson2016-10-06110-28/+51671
|\ \ \ \ \ | |_|/ / / |/| | | | Add v1.4 content, update v1.3 content to latest
| * | | | Update v1.3 contentScott Dodson2016-10-0512-26/+97
| | | | |
| * | | | Add v1.4 contentScott Dodson2016-10-0598-2/+51574
| |/ / /
* | | | Merge pull request #2546 from abutcher/master-debug-levelTim Bielawa2016-10-052-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 Butcher2016-10-052-1/+1
| | | |
* | | | Merge pull request #2552 from abutcher/port-typoScott Dodson2016-10-051-2/+2
|\ \ \ \ | | | | | | | | | | Fix default port typo.
| * | | | Fix default port typo.Andrew Butcher2016-10-051-2/+2
| | | | |
* | | | | Merge pull request #2550 from abutcher/explain-ca-varsScott Dodson2016-10-052-14/+72
|\ \ \ \ \ | |/ / / / |/| | | | Document auth provider CA variables
| * | | | Add example openid/request header providers and explain certificate variables.Andrew Butcher2016-10-052-14/+72
| |/ / /
* | | | Merge pull request #2544 from abutcher/registry-checkScott Dodson2016-10-052-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 == 0Andrew Butcher2016-10-042-0/+15
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.4.3-1].Scott Dodson2016-10-042-2/+92
| | | |
* | | | Merge pull request #2511 from vishpat/nuage_haAndrew Butcher2016-10-0414-106/+114
|\ \ \ \ | |_|/ / |/| | | Changes for Nuage HA
| * | | Merge pull request #1 from abutcher/nuage_haVishal Patil2016-10-0410-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 Butcher2016-10-0310-116/+96
| |/ / / | | | | | | | | | | | | frontends/backends.
| * | | Addressed review commentsVishal Patil2016-09-292-10/+11
| | | |
| * | | Changes for Nuage HAVishal Patil2016-09-276-3/+30
| | | |
* | | | Merge pull request #2538 from DG-i/masterAndrew Butcher2016-10-043-0/+17
|\ \ \ \ | | | | | | | | | | allow networkConfig.ingressIPNetworkCIDRs to be configured
| * | | | Check if openshift_master_ingress_ip_network_cidr is definedMathias Merscher2016-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
| * | | | allow networkConfig.ingressIPNetworkCIDRs to be configuredMathias Merscher2016-10-043-0/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
* | | | | Merge pull request #2441 from dgoodwin/34-upgrade-improvementsAndrew Butcher2016-10-0427-472/+747
|\ \ \ \ \ | |/ / / / |/| | | | 3.4 Upgrade Improvements
| * | | | 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
| | | | |