| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-13 | Merge pull request #2861 from luisfdez/fix/access_modes | Andrew Butcher | |
| Fix access_modes initialization | |||
| 2016-12-13 | Fix access_modes initialization | Luis Fernandez Alvarez | |
| 2016-12-12 | Merge pull request #2965 from mtnbikenc/iptables-rules | Jason DeTiberus | |
| Updated OpenShift Master iptables rules | |||
| 2016-12-12 | Updated OpenShift Master iptables rules | Russell Teague | |
| * Removed unneeded rules * Moved etcd rule to conditional based on usage of embedded etcd https://bugzilla.redhat.com/show_bug.cgi?id=1386329 | |||
| 2016-12-12 | Merge pull request #2964 from mtnbikenc/linting-refactor | Tim Bielawa | |
| YAML Linting with CI checking | |||
| 2016-12-12 | Merge pull request #2961 from abutcher/node-hostnames-san | Andrew Butcher | |
| Limit node certificate SANs to node hostnames/ips. | |||
| 2016-12-12 | YAML Linting | Russell Teague | |
| * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | |||
| 2016-12-12 | Merge pull request #2963 from sdodson/upgrade_etcd_by_default | Scott Dodson | |
| Upgrade etcd by default | |||
| 2016-12-09 | Make both backup and upgrade optional | Scott Dodson | |
| 2016-12-09 | [upgrades] Upgrade etcd by default | Scott Dodson | |
| 2016-12-09 | Merge pull request #2955 from tbielawa/fix-pooched-ci | Tim Bielawa | |
| Fixes to 'make ci' | |||
| 2016-12-09 | Merge pull request #2962 from sdodson/fix-etcd-backup | Scott Dodson | |
| upgrades - Fix logic error about when to backup etcd | |||
| 2016-12-09 | upgrades - Fix logic error about when to backup etcd | Scott Dodson | |
| 2016-12-09 | Limit node certificate SAN to node hostnames/ips. | Andrew Butcher | |
| 2016-12-09 | Make 'cover-erase' a config file setting. Move VENT target to pre-req for ↵ | Tim Bielawa | |
| all ci-* targets | |||
| 2016-12-09 | Fixes to 'make ci' | Tim Bielawa | |
| * 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 | |||
| 2016-12-09 | Merge pull request #2959 from mtnbikenc/plugin_lint | Tim Bielawa | |
| Resolved lint issues for version_requirement plugin | |||
| 2016-12-09 | Resolved lint issues | Russell Teague | |
| 2016-12-08 | Merge pull request #2942 from mtnbikenc/ansible-version | Tim Bielawa | |
| Minimum Ansible version check | |||
| 2016-12-08 | Minimum Ansible version check | Russell Teague | |
| 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. | |||
| 2016-12-08 | Removed verify_ansible_version playbook refs | Russell Teague | |
| 2016-12-08 | Merge pull request #2902 from dgoodwin/fix-metrics-url | Scott Dodson | |
| Fix metricsPublicURL only being set correctly on first master. | |||
| 2016-12-08 | Merge pull request #2937 from dgoodwin/upgrade-prepull | Scott Dodson | |
| Pre-pull master/node/ovs images during upgrade. | |||
| 2016-12-08 | Merge pull request #2948 from dagwieers/patch-3 | Scott Dodson | |
| Silence warnings when using rpm directly | |||
| 2016-12-08 | Merge pull request #2943 from detiber/fixOpenShiftRelease | Scott Dodson | |
| Properly handle x.y.z formatted versions for openshift_release | |||
| 2016-12-08 | Merge pull request #2952 from tbielawa/fix-coverage-erase | Scott Dodson | |
| Fix coverage not appending new data | |||
| 2016-12-08 | Merge pull request #2950 from dgoodwin/drop-32-upgrade | Scott Dodson | |
| Drop 3.2 upgrade playbooks. | |||
| 2016-12-08 | Fix coverage not appending new data | Tim Bielawa | |
| * Adds '--cover-erase' flag to the 'ci-unittests' target Fixes bug introduced in d7b4265f329591817bac381e2772ae14ac337cea: "Can't add arcs to existing line data" error message | |||
| 2016-12-08 | Merge pull request #2946 from dagwieers/patch-1 | Scott Dodson | |
| Silence warnings when using some commands directly | |||
| 2016-12-08 | Merge pull request #2947 from dagwieers/patch-2 | Scott Dodson | |
| Silence warnings when using rpm directly | |||
| 2016-12-08 | Drop 3.2 upgrade playbooks. | Devan Goodwin | |
| 2016-12-08 | Silence warnings when using rpm directly | Dag Wieers | |
| 2016-12-08 | Silence warnings when using rpm directly | Dag Wieers | |
| 2016-12-08 | Silence warnings when using rpm directly | Dag Wieers | |
| 2016-12-07 | Merge pull request #2934 from sdodson/etcd3-v2 | Scott Dodson | |
| etcd_upgrade: Simplify package installation | |||
| 2016-12-07 | Remove Hostname from 1.1 and 1.2 predicates | Jason DeTiberus | |
| 2016-12-07 | Properly handle x.y.z formatted versions for openshift_release | Jason DeTiberus | |
| 2016-12-07 | etcd_upgrade: Simplify package installation | Scott Dodson | |
| 2016-12-07 | Merge pull request #2939 from tbielawa/gh2933 | Jason DeTiberus | |
| Speed up 'make ci' and trim the output | |||
| 2016-12-07 | Merge pull request #2892 from detiber/upgradeScheduler | Scott Dodson | |
| Scheduler upgrades | |||
| 2016-12-07 | Speed up 'make ci' and trim the output | Tim Bielawa | |
| The virtualenv is conditionally rebuilt now if the test requirements file is modified. This will save upwards of 30+ seconds in iterative 'make ci' runs. The pylint output is now trimmed to exclude disabled tests. The order of the 'ci' target prerequisites has been changed to run the fastest tests first. Closes #2933 | |||
| 2016-12-07 | add comments and remove debug code | Jason DeTiberus | |
| 2016-12-07 | Pre-pull master/node/ovs images during upgrade. | Devan Goodwin | |
| 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. | |||
| 2016-12-06 | Handle updating of scheduler config during upgrade | Jason DeTiberus | |
| - do not upgrade predicates if openshift_master_scheduler_predicates is defined - do not upgrade priorities if openshift_master_scheduler_priorities is defined - do not upgrade predicates/priorities unless they match known previous default configs - output WARNING to user if predictes/priorities are not updated during install | |||
| 2016-12-06 | Fix templating | Jason DeTiberus | |
| 2016-12-06 | test updates | Jason DeTiberus | |
| - fix nose coverage flags - add coverage support for files tested outside of the utils directory - exclude stdlib and virtualenv installed dependencies | |||
| 2016-12-06 | Merge pull request #2928 from sdodson/etcd3-v2 | Scott Dodson | |
| Fix etcd upgrades to etcd 3.x | |||
| 2016-12-06 | Always install latest etcd for containerized hosts | Scott Dodson | |
| 2016-12-06 | etcd_upgrade : Use different variables for rpm vs container versions | Scott Dodson | |
| 2016-12-06 | Switch back to using etcd rather than etcd3 | Scott Dodson | |
