summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-05Don't upgrade etcd on atomic host, ever.Scott Dodson
Fixes Bug 1408668 Fixes BZ1408668
2017-01-04Merge pull request #3010 from simaishi/add_cfme_beta_templatesScott Dodson
Add templates for CFME Beta pod images
2016-12-22Add templates for CFME Beta pod imagesSatoe Imaishi
2016-12-22Merge pull request #3006 from detiber/cleanup_crudScott Dodson
Cleanup crud
2016-12-21remove duplicate filter name and oo_pdbJason DeTiberus
2016-12-21remove old Ops toolingJason DeTiberus
2016-12-21Merge pull request #3001 from detiber/python3Scott Dodson
python3 support, add tox for better local testing against multiple python versions
2016-12-20enable pip cache for travisJason DeTiberus
2016-12-20python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus
versions
2016-12-20Merge pull request #2985 from sdodson/remove-excluderScott Dodson
[uninstall] Remove excluder packages
2016-12-19Merge pull request #2995 from abutcher/modify-yaml-none-valueScott Dodson
modify_yaml: handle None value during update.
2016-12-19Merge pull request #2829 from tbielawa/cert_expiry_updatesTim Bielawa
Cert expiry updates
2016-12-19modify_yaml: handle None value during update.Andrew Butcher
2016-12-19Merge pull request #2986 from tbielawa/deprecate_node_evacuationTim Bielawa
Deprecate node 'evacuation' with 'drain'
2016-12-19Update the openshift-certificate-expiry README to reflect latestTim Bielawa
changes
2016-12-16Merge pull request #2989 from abutcher/3.4-master-config-hookScott Dodson
Add master config hook for 3.4 upgrade and fix facts ordering
2016-12-16Deprecate node 'evacuation' with 'drain'Tim Bielawa
* https://trello.com/c/TeaEB9fX/307-3-deprecate-node-evacuation
2016-12-16Add master config hook for 3.4 upgrade and fix facts ordering for config ↵Andrew Butcher
hook run.
2016-12-16Merge pull request #2987 from sdodson/etcd3015Scott Dodson
The next registry.access.redhat.com/rhel7/etcd image will be 3.0.15 not 3.0.14
2016-12-16The next registry.access.redhat.com/rhel7/etcd image will be 3.0.15Scott Dodson
2016-12-16[uninstall] Remove excluder packagesScott Dodson
You will lose hours of your life if you don't do this.
2016-12-15Check embedded etcd certs now, tooTim Bielawa
* Addresses RFE in https://bugzilla.redhat.com/show_bug.cgi?id=1389264
2016-12-15Include 'total' and 'ok' in check resultsTim Bielawa
* Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1389263
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.