Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3 support, add tox for better local testing against multiple python ↵ | Jason DeTiberus | 2016-12-20 | 24 | -156/+163 |
| | | | | versions | ||||
* | Merge pull request #2985 from sdodson/remove-excluder | Scott Dodson | 2016-12-20 | 1 | -0/+8 |
|\ | | | | | [uninstall] Remove excluder packages | ||||
| * | [uninstall] Remove excluder packages | Scott Dodson | 2016-12-16 | 1 | -0/+8 |
| | | | | | | | | You will lose hours of your life if you don't do this. | ||||
* | | Merge pull request #2995 from abutcher/modify-yaml-none-value | Scott Dodson | 2016-12-19 | 1 | -11/+15 |
|\ \ | | | | | | | modify_yaml: handle None value during update. | ||||
| * | | modify_yaml: handle None value during update. | Andrew Butcher | 2016-12-19 | 1 | -11/+15 |
| | | | |||||
* | | | Merge pull request #2829 from tbielawa/cert_expiry_updates | Tim Bielawa | 2016-12-19 | 3 | -9/+60 |
|\ \ \ | | | | | | | | | Cert expiry updates | ||||
| * | | | Update the openshift-certificate-expiry README to reflect latest | Tim Bielawa | 2016-12-19 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | | changes | ||||
| * | | | Check embedded etcd certs now, too | Tim Bielawa | 2016-12-15 | 1 | -4/+44 |
| | | | | | | | | | | | | | | | | | | | | * Addresses RFE in https://bugzilla.redhat.com/show_bug.cgi?id=1389264 | ||||
| * | | | Include 'total' and 'ok' in check results | Tim Bielawa | 2016-12-15 | 2 | -1/+6 |
| | |/ | |/| | | | | | | | * Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1389263 | ||||
* | | | Merge pull request #2986 from tbielawa/deprecate_node_evacuation | Tim Bielawa | 2016-12-19 | 4 | -12/+12 |
|\ \ \ | |_|/ |/| | | Deprecate node 'evacuation' with 'drain' | ||||
| * | | Deprecate node 'evacuation' with 'drain' | Tim Bielawa | 2016-12-16 | 4 | -12/+12 |
| |/ | | | | | | | * https://trello.com/c/TeaEB9fX/307-3-deprecate-node-evacuation | ||||
* | | Merge pull request #2989 from abutcher/3.4-master-config-hook | Scott Dodson | 2016-12-16 | 2 | -2/+13 |
|\ \ | | | | | | | Add master config hook for 3.4 upgrade and fix facts ordering | ||||
| * | | Add master config hook for 3.4 upgrade and fix facts ordering for config ↵ | Andrew Butcher | 2016-12-16 | 2 | -2/+13 |
| |/ | | | | | | | hook run. | ||||
* | | Merge pull request #2987 from sdodson/etcd3015 | Scott Dodson | 2016-12-16 | 1 | -1/+1 |
|\ \ | |/ |/| | The next registry.access.redhat.com/rhel7/etcd image will be 3.0.15 not 3.0.14 | ||||
| * | The next registry.access.redhat.com/rhel7/etcd image will be 3.0.15 | Scott Dodson | 2016-12-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2861 from luisfdez/fix/access_modes | Andrew Butcher | 2016-12-13 | 2 | -6/+12 |
|\ | | | | | Fix access_modes initialization | ||||
| * | Fix access_modes initialization | Luis Fernandez Alvarez | 2016-12-13 | 2 | -6/+12 |
|/ | |||||
* | Merge pull request #2965 from mtnbikenc/iptables-rules | Jason DeTiberus | 2016-12-12 | 1 | -12/+5 |
|\ | | | | | Updated OpenShift Master iptables rules | ||||
| * | Updated OpenShift Master iptables rules | Russell Teague | 2016-12-12 | 1 | -12/+5 |
|/ | | | | | | | * Removed unneeded rules * Moved etcd rule to conditional based on usage of embedded etcd https://bugzilla.redhat.com/show_bug.cgi?id=1386329 | ||||
* | Merge pull request #2964 from mtnbikenc/linting-refactor | Tim Bielawa | 2016-12-12 | 96 | -577/+658 |
|\ | | | | | YAML Linting with CI checking | ||||
| * | YAML Linting | Russell Teague | 2016-12-12 | 96 | -577/+658 |
| | | | | | | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | | Merge pull request #2961 from abutcher/node-hostnames-san | Andrew Butcher | 2016-12-12 | 1 | -7/+7 |
|\ \ | |/ |/| | Limit node certificate SANs to node hostnames/ips. | ||||
| * | Limit node certificate SAN to node hostnames/ips. | Andrew Butcher | 2016-12-09 | 1 | -7/+7 |
| | | |||||
* | | Merge pull request #2963 from sdodson/upgrade_etcd_by_default | Scott Dodson | 2016-12-12 | 4 | -104/+118 |
|\ \ | | | | | | | Upgrade etcd by default | ||||
| * | | Make both backup and upgrade optional | Scott Dodson | 2016-12-09 | 2 | -95/+99 |
| | | | |||||
| * | | [upgrades] Upgrade etcd by default | Scott Dodson | 2016-12-09 | 3 | -11/+21 |
|/ / | |||||
* | | Merge pull request #2955 from tbielawa/fix-pooched-ci | Tim Bielawa | 2016-12-09 | 3 | -27/+22 |
|\ \ | | | | | | | Fixes to 'make ci' | ||||
| * | | Make 'cover-erase' a config file setting. Move VENT target to pre-req for ↵ | Tim Bielawa | 2016-12-09 | 2 | -6/+7 |
| | | | | | | | | | | | | all ci-* targets | ||||
| * | | Fixes to 'make ci' | Tim Bielawa | 2016-12-09 | 2 | -23/+17 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed: A grep filter was capturing the actual pylint check rc's * Changed: pylint used to print out messages for locally-disabled and file-ignored items * Changed: pylint output format is now 'parseable' * Cleaned up: Pylint was emitting deprecation messages for 'required-attributes' and 'ignore-iface-methods'. They have been removed from the pylintrc file | ||||
* | | Merge pull request #2962 from sdodson/fix-etcd-backup | Scott Dodson | 2016-12-09 | 1 | -1/+1 |
|\ \ | |/ |/| | upgrades - Fix logic error about when to backup etcd | ||||
| * | upgrades - Fix logic error about when to backup etcd | Scott Dodson | 2016-12-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2959 from mtnbikenc/plugin_lint | Tim Bielawa | 2016-12-09 | 1 | -5/+19 |
|\ | | | | | Resolved lint issues for version_requirement plugin | ||||
| * | Resolved lint issues | Russell Teague | 2016-12-09 | 1 | -5/+19 |
|/ | |||||
* | Merge pull request #2942 from mtnbikenc/ansible-version | Tim Bielawa | 2016-12-08 | 11 | -33/+48 |
|\ | | | | | Minimum Ansible version check | ||||
| * | Minimum Ansible version check | Russell Teague | 2016-12-08 | 1 | -0/+46 |
| | | | | | | | | | | | | Moved version check to callback pluging to allow checking the version prior to playbook syntax checking. This prevents errors on syntax-checking with older versions of Ansible. | ||||
| * | Removed verify_ansible_version playbook refs | Russell Teague | 2016-12-08 | 10 | -33/+2 |
|/ | |||||
* | Merge pull request #2902 from dgoodwin/fix-metrics-url | Scott Dodson | 2016-12-08 | 9 | -38/+38 |
|\ | | | | | Fix metricsPublicURL only being set correctly on first master. | ||||
| * | Fix metricsPublicURL only being set correctly on first master. | Devan Goodwin | 2016-12-01 | 9 | -38/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem was caused by facts not being set for that master. To fix this patch cleans up the calculation of metricsPublicURL in general. Because this value is used in openshift_master to template into the master config file, we now define these facts more clearly in openshift_master_facts, and add a dependency on this to openshift_metrics. The calculation of default sub-domain is also changed to remove it from system facts (as neither of these are facts about the system) and instead use plain variables. | ||||
* | | Merge pull request #2937 from dgoodwin/upgrade-prepull | Scott Dodson | 2016-12-08 | 4 | -21/+22 |
|\ \ | | | | | | | Pre-pull master/node/ovs images during upgrade. | ||||
| * | | Pre-pull master/node/ovs images during upgrade. | Devan Goodwin | 2016-12-07 | 4 | -21/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | We did this for install but not upgrade, leading to situations where the service restarts after upgrade could take much longer than expected as docker pulls down the new image. Now the images are present when we restart services and should allow them to come back online much more quickly, equivalent to rpm service restarts. | ||||
* | | | Merge pull request #2948 from dagwieers/patch-3 | Scott Dodson | 2016-12-08 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Silence warnings when using rpm directly | ||||
| * | | | Silence warnings when using rpm directly | Dag Wieers | 2016-12-08 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #2943 from detiber/fixOpenShiftRelease | Scott Dodson | 2016-12-08 | 4 | -3/+12 |
|\ \ \ \ | | | | | | | | | | | Properly handle x.y.z formatted versions for openshift_release | ||||
| * | | | | Remove Hostname from 1.1 and 1.2 predicates | Jason DeTiberus | 2016-12-07 | 2 | -3/+0 |
| | | | | | |||||
| * | | | | Properly handle x.y.z formatted versions for openshift_release | Jason DeTiberus | 2016-12-07 | 4 | -0/+12 |
| | | | | | |||||
* | | | | | Merge pull request #2952 from tbielawa/fix-coverage-erase | Scott Dodson | 2016-12-08 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix coverage not appending new data | ||||
| * | | | | | Fix coverage not appending new data | Tim Bielawa | 2016-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds '--cover-erase' flag to the 'ci-unittests' target Fixes bug introduced in d7b4265f329591817bac381e2772ae14ac337cea: "Can't add arcs to existing line data" error message | ||||
* | | | | | | Merge pull request #2950 from dgoodwin/drop-32-upgrade | Scott Dodson | 2016-12-08 | 3 | -84/+0 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Drop 3.2 upgrade playbooks. | ||||
| * | | | | | Drop 3.2 upgrade playbooks. | Devan Goodwin | 2016-12-08 | 3 | -84/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #2946 from dagwieers/patch-1 | Scott Dodson | 2016-12-08 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Silence warnings when using some commands directly |