Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 28 | -49/+49 |
| | |||||
* | Merge pull request #2604 from dgoodwin/restart-nodes-again | Scott Dodson | 2016-10-14 | 1 | -0/+4 |
|\ | | | | | Resume restarting node after upgrading node rpms. | ||||
| * | Resume restarting node after upgrading node rpms. | Devan Goodwin | 2016-10-14 | 1 | -0/+4 |
|/ | | | | | | | Error in commit 245fef16573757b6e691c448075d8564f5d569f4. As it turns out this is the only place a rpm based node can be restarted in upgrade. Restoring the restart but making it conditional to avoid the two issues reported with out of sync node restarts. | ||||
* | Merge pull request #2603 from dgoodwin/skip-docker-avail-check | Scott Dodson | 2016-10-14 | 1 | -2/+4 |
|\ | | | | | upgrade: Don't check avail docker version if not already installed. | ||||
| * | upgrade: Don't check avail docker version if not already installed. | Devan Goodwin | 2016-10-14 | 1 | -2/+4 |
|/ | |||||
* | Automatic commit of package [openshift-ansible] release [3.4.8-1]. | Troy Dawson | 2016-10-14 | 2 | -2/+10 |
| | |||||
* | Merge pull request #2598 from detiber/2547 | Scott Dodson | 2016-10-13 | 2 | -4/+4 |
|\ | | | | | update handling of use_dnsmasq | ||||
| * | update handling of use_dnsmasq | Jason DeTiberus | 2016-10-13 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #2599 from dgoodwin/node-docker-upgrade | Scott Dodson | 2016-10-13 | 1 | -0/+2 |
|\ \ | | | | | | | Fix standalone docker upgrade playbook skipping nodes. | ||||
| * | | 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 #2595 from tbielawa/aoi-fix-runner-on-failed | Tim Bielawa | 2016-10-13 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Fix missing play assignment in a-o-i callback plugin | ||||
| * | | | Fix missing play assignment in a-o-i callback plugin | Tim Bielawa | 2016-10-12 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a task fails in the quick installer it calls the `v2_runner_on_failed` method in the callback plugin. I missed setting `self._play` in the first iteration of the callback plugin, which it turns out is critical for the `on_failed` method to work. This fixes that by adding back in the assignment in the `play_start` method. | ||||
* | | | | Merge pull request #2586 from cgwalters/seboolean-handle-aliases | Scott Dodson | 2016-10-13 | 2 | -19/+15 |
|\ \ \ \ | | | | | | | | | | | nfs: Handle seboolean aliases not just in Fedora | ||||
| * | | | | nfs: Handle seboolean aliases not just in Fedora | Colin Walters | 2016-10-12 | 2 | -19/+15 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm testing with a bleeding edge RHEL Atomic Host, and it looks like we pulled in a new version of selinux-policy that has `virt_sandbox_use_nfs` aliased to `virt_use_nfs`. In https://github.com/openshift/openshift-ansible/pull/2356 Adam changed this to check for Fedora. This changes things to drop the distribution check, and instead parse the `getsebool` output to determine whether or not the boolean is an alias, and should hence work on all distributions/versions. | ||||
* | | | | Merge pull request #2593 from dgoodwin/remove-node-restart | Scott Dodson | 2016-10-12 | 1 | -3/+0 |
|\ \ \ \ | | | | | | | | | | | Stop restarting node after upgrading master rpms. | ||||
| * | | | | Stop restarting node after upgrading master rpms. | Devan Goodwin | 2016-10-12 | 1 | -3/+0 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This looks to be causing a customer issue where some HA upgrades fail, due to a missing EgressNetworkPolicy API. We update master rpms, we don't restart services yet, but then restart node service which tries to talk to an API that does not yet exist. (pending restart) Restarting node here is very out of place and appears to not be required. | ||||
* | | | | Merge pull request #2592 from smunilla/BZ1381411 | Scott Dodson | 2016-10-12 | 1 | -3/+8 |
|\ \ \ \ | |_|_|/ |/| | | | Fix upgrade mappings in quick installer | ||||
| * | | | Fix upgrade mappings in quick installer | Samuel Munilla | 2016-10-12 | 1 | -3/+8 |
|/ / / | | | | | | | | | | | | | | | | | | | Update to use the correct playbook for 3.2 to 3.3 upgrades and some error handling for unsupported upgrades. Fixes Bug 1381411 | ||||
* / / | Automatic commit of package [openshift-ansible] release [3.4.7-1]. | Troy Dawson | 2016-10-12 | 2 | -2/+11 |
|/ / | |||||
* | | Merge pull request #2584 from jhcook/variable_with_no_default_2576 | Scott Dodson | 2016-10-11 | 2 | -2/+2 |
|\ \ | |/ |/| | set defaults for debug_level in template and task | ||||
| * | Merge branch 'master' of github.com:openshift/openshift-ansible into ↵ | Justin Cook | 2016-10-11 | 8 | -23/+54 |
| |\ | |/ |/| | | | variable_with_no_default_2576 | ||||
* | | Merge pull request #2579 from sdodson/fix-registry-volume-namespace | Andrew Butcher | 2016-10-10 | 1 | -2/+9 |
|\ \ | | | | | | | Fix config and namespace for registry volume detection | ||||
| * | | Fix config and namespace for registry volume detection | Scott Dodson | 2016-10-10 | 1 | -2/+9 |
| | | | |||||
* | | | Merge pull request #2581 from sdodson/bz1377089 | Scott Dodson | 2016-10-10 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Set HTTPS_PROXY in example builddefaults_json | ||||
| * | | | Set HTTPS_PROXY in example builddefaults_json | Scott Dodson | 2016-10-10 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #2561 from lhuard1A/check_openstack_hostname_are_resovable | Scott Dodson | 2016-10-10 | 1 | -6/+9 |
|\ \ \ | | | | | | | | | Check that OpenStack hostnames are resolvable | ||||
| * | | | Check that OpenStack hostnames are resolvable | Lénaïc Huard | 2016-10-06 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | If they’re not, then use IP instead | ||||
* | | | | Merge pull request #2571 from sdodson/node-retry-improvement | Scott Dodson | 2016-10-10 | 2 | -11/+15 |
|\ \ \ \ | | | | | | | | | | | Retry starting master and node services once | ||||
| * | | | | Apply same pattern to HA master services | Scott Dodson | 2016-10-10 | 1 | -0/+12 |
| | | | | | |||||
| * | | | | Improve how we handle containerized node failure on first startup | Scott Dodson | 2016-10-10 | 1 | -11/+3 |
| | | | | | |||||
* | | | | | Automatic commit of package [openshift-ansible] release [3.4.6-1]. | Troy Dawson | 2016-10-10 | 2 | -2/+8 |
|/ / / / | |||||
* | | | | Merge pull request #2572 from ironcladlou/master-retries | Scott Dodson | 2016-10-10 | 1 | -0/+11 |
|\ \ \ \ | | | | | | | | | | | Retry failed master startup once | ||||
| * | | | | 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 | ||||
| | | * | set defaults for debug_level in template and task | Justin Cook | 2016-10-11 | 2 | -2/+2 |
| |_|/ |/| | | |||||
* | | | 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. |