summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-13Merge pull request #2861 from luisfdez/fix/access_modesAndrew Butcher
Fix access_modes initialization
2016-12-13Fix access_modes initializationLuis Fernandez Alvarez
2016-12-12Merge pull request #2965 from mtnbikenc/iptables-rulesJason DeTiberus
Updated OpenShift Master iptables rules
2016-12-12Updated OpenShift Master iptables rulesRussell 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-12Merge pull request #2964 from mtnbikenc/linting-refactorTim Bielawa
YAML Linting with CI checking
2016-12-12Merge pull request #2961 from abutcher/node-hostnames-sanAndrew Butcher
Limit node certificate SANs to node hostnames/ips.
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-12-12Merge pull request #2963 from sdodson/upgrade_etcd_by_defaultScott Dodson
Upgrade etcd by default
2016-12-09Make both backup and upgrade optionalScott Dodson
2016-12-09[upgrades] Upgrade etcd by defaultScott Dodson
2016-12-09Merge pull request #2955 from tbielawa/fix-pooched-ciTim Bielawa
Fixes to 'make ci'
2016-12-09Merge pull request #2962 from sdodson/fix-etcd-backupScott Dodson
upgrades - Fix logic error about when to backup etcd
2016-12-09upgrades - Fix logic error about when to backup etcdScott Dodson
2016-12-09Limit node certificate SAN to node hostnames/ips.Andrew Butcher
2016-12-09Make 'cover-erase' a config file setting. Move VENT target to pre-req for ↵Tim Bielawa
all ci-* targets
2016-12-09Fixes 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-09Merge pull request #2959 from mtnbikenc/plugin_lintTim Bielawa
Resolved lint issues for version_requirement plugin
2016-12-09Resolved lint issuesRussell Teague
2016-12-08Merge pull request #2942 from mtnbikenc/ansible-versionTim Bielawa
Minimum Ansible version check
2016-12-08Minimum Ansible version checkRussell 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-08Removed verify_ansible_version playbook refsRussell Teague
2016-12-08Merge pull request #2902 from dgoodwin/fix-metrics-urlScott Dodson
Fix metricsPublicURL only being set correctly on first master.
2016-12-08Merge pull request #2937 from dgoodwin/upgrade-prepullScott Dodson
Pre-pull master/node/ovs images during upgrade.
2016-12-08Merge pull request #2948 from dagwieers/patch-3Scott Dodson
Silence warnings when using rpm directly
2016-12-08Merge pull request #2943 from detiber/fixOpenShiftReleaseScott Dodson
Properly handle x.y.z formatted versions for openshift_release
2016-12-08Merge pull request #2952 from tbielawa/fix-coverage-eraseScott Dodson
Fix coverage not appending new data
2016-12-08Merge pull request #2950 from dgoodwin/drop-32-upgradeScott Dodson
Drop 3.2 upgrade playbooks.
2016-12-08Fix coverage not appending new dataTim 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-08Merge pull request #2946 from dagwieers/patch-1Scott Dodson
Silence warnings when using some commands directly
2016-12-08Merge pull request #2947 from dagwieers/patch-2Scott Dodson
Silence warnings when using rpm directly
2016-12-08Drop 3.2 upgrade playbooks.Devan Goodwin
2016-12-08Silence warnings when using rpm directlyDag Wieers
2016-12-08Silence warnings when using rpm directlyDag Wieers
2016-12-08Silence warnings when using rpm directlyDag Wieers
2016-12-07Merge pull request #2934 from sdodson/etcd3-v2Scott Dodson
etcd_upgrade: Simplify package installation
2016-12-07Remove Hostname from 1.1 and 1.2 predicatesJason DeTiberus
2016-12-07Properly handle x.y.z formatted versions for openshift_releaseJason DeTiberus
2016-12-07etcd_upgrade: Simplify package installationScott Dodson
2016-12-07Merge pull request #2939 from tbielawa/gh2933Jason DeTiberus
Speed up 'make ci' and trim the output
2016-12-07Merge pull request #2892 from detiber/upgradeSchedulerScott Dodson
Scheduler upgrades
2016-12-07Speed up 'make ci' and trim the outputTim 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-07add comments and remove debug codeJason DeTiberus
2016-12-07Pre-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-06Handle updating of scheduler config during upgradeJason 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-06Fix templatingJason DeTiberus
2016-12-06test updatesJason DeTiberus
- fix nose coverage flags - add coverage support for files tested outside of the utils directory - exclude stdlib and virtualenv installed dependencies
2016-12-06Merge pull request #2928 from sdodson/etcd3-v2Scott Dodson
Fix etcd upgrades to etcd 3.x
2016-12-06Always install latest etcd for containerized hostsScott Dodson
2016-12-06etcd_upgrade : Use different variables for rpm vs container versionsScott Dodson
2016-12-06Switch back to using etcd rather than etcd3Scott Dodson