summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add required python-six package to installationTim Bielawa2017-01-042-4/+9
| | | | | * Moves package list into a defaults/main.yml file * Closes #3020
* Merge pull request #3037 from tbielawa/hush_sudo_checkScott Dodson2017-01-041-1/+1
|\ | | | | Hush the sudo privs check in oo-installer
| * Hush the sudo privs check in oo-installerTim Bielawa2017-01-041-1/+1
| | | | | | | | | | | | | | * Don't print words when checking for sudo access * Just 'echo' an empty string with no new-line Closes #3003
* | Merge pull request #3035 from simaishi/update_to_ga_templateScott Dodson2017-01-041-5/+5
|\ \ | |/ |/| Update CFME template to point to GA build
| * Update CFME template to point to GA buildSatoe Imaishi2017-01-041-5/+5
|/
* Merge pull request #3010 from simaishi/add_cfme_beta_templatesScott Dodson2017-01-043-0/+505
|\ | | | | Add templates for CFME Beta pod images
| * Add templates for CFME Beta pod imagesSatoe Imaishi2016-12-223-0/+505
|/
* Merge pull request #3006 from detiber/cleanup_crudScott Dodson2016-12-2210-397/+0
|\ | | | | Cleanup crud
| * remove duplicate filter name and oo_pdbJason DeTiberus2016-12-211-11/+0
| |
| * remove old Ops toolingJason DeTiberus2016-12-219-386/+0
|/
* Merge pull request #3001 from detiber/python3Scott Dodson2016-12-2124-156/+166
|\ | | | | python3 support, add tox for better local testing against multiple python versions
| * enable pip cache for travisJason DeTiberus2016-12-201-0/+3
| |
| * python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-2024-156/+163
|/ | | | versions
* Merge pull request #2985 from sdodson/remove-excluderScott Dodson2016-12-201-0/+8
|\ | | | | [uninstall] Remove excluder packages
| * [uninstall] Remove excluder packagesScott Dodson2016-12-161-0/+8
| | | | | | | | You will lose hours of your life if you don't do this.
* | Merge pull request #2995 from abutcher/modify-yaml-none-valueScott Dodson2016-12-191-11/+15
|\ \ | | | | | | modify_yaml: handle None value during update.
| * | modify_yaml: handle None value during update.Andrew Butcher2016-12-191-11/+15
| | |
* | | Merge pull request #2829 from tbielawa/cert_expiry_updatesTim Bielawa2016-12-193-9/+60
|\ \ \ | | | | | | | | Cert expiry updates
| * | | Update the openshift-certificate-expiry README to reflect latestTim Bielawa2016-12-191-7/+13
| | | | | | | | | | | | | | | | changes
| * | | Check embedded etcd certs now, tooTim Bielawa2016-12-151-4/+44
| | | | | | | | | | | | | | | | | | | | * Addresses RFE in https://bugzilla.redhat.com/show_bug.cgi?id=1389264
| * | | Include 'total' and 'ok' in check resultsTim Bielawa2016-12-152-1/+6
| | |/ | |/| | | | | | | * Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1389263
* | | Merge pull request #2986 from tbielawa/deprecate_node_evacuationTim Bielawa2016-12-194-12/+12
|\ \ \ | |_|/ |/| | Deprecate node 'evacuation' with 'drain'
| * | Deprecate node 'evacuation' with 'drain'Tim Bielawa2016-12-164-12/+12
| |/ | | | | | | * https://trello.com/c/TeaEB9fX/307-3-deprecate-node-evacuation
* | Merge pull request #2989 from abutcher/3.4-master-config-hookScott Dodson2016-12-162-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 Butcher2016-12-162-2/+13
| |/ | | | | | | hook run.
* | Merge pull request #2987 from sdodson/etcd3015Scott Dodson2016-12-161-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.15Scott Dodson2016-12-161-1/+1
|/
* Merge pull request #2861 from luisfdez/fix/access_modesAndrew Butcher2016-12-132-6/+12
|\ | | | | Fix access_modes initialization
| * Fix access_modes initializationLuis Fernandez Alvarez2016-12-132-6/+12
|/
* Merge pull request #2965 from mtnbikenc/iptables-rulesJason DeTiberus2016-12-121-12/+5
|\ | | | | Updated OpenShift Master iptables rules
| * Updated OpenShift Master iptables rulesRussell Teague2016-12-121-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-refactorTim Bielawa2016-12-1296-577/+658
|\ | | | | YAML Linting with CI checking
| * YAML LintingRussell Teague2016-12-1296-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-sanAndrew Butcher2016-12-121-7/+7
|\ \ | |/ |/| Limit node certificate SANs to node hostnames/ips.
| * Limit node certificate SAN to node hostnames/ips.Andrew Butcher2016-12-091-7/+7
| |
* | Merge pull request #2963 from sdodson/upgrade_etcd_by_defaultScott Dodson2016-12-124-104/+118
|\ \ | | | | | | Upgrade etcd by default
| * | Make both backup and upgrade optionalScott Dodson2016-12-092-95/+99
| | |
| * | [upgrades] Upgrade etcd by defaultScott Dodson2016-12-093-11/+21
|/ /
* | Merge pull request #2955 from tbielawa/fix-pooched-ciTim Bielawa2016-12-093-27/+22
|\ \ | | | | | | Fixes to 'make ci'
| * | Make 'cover-erase' a config file setting. Move VENT target to pre-req for ↵Tim Bielawa2016-12-092-6/+7
| | | | | | | | | | | | all ci-* targets
| * | Fixes to 'make ci'Tim Bielawa2016-12-092-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-backupScott Dodson2016-12-091-1/+1
|\ \ | |/ |/| upgrades - Fix logic error about when to backup etcd
| * upgrades - Fix logic error about when to backup etcdScott Dodson2016-12-091-1/+1
|/
* Merge pull request #2959 from mtnbikenc/plugin_lintTim Bielawa2016-12-091-5/+19
|\ | | | | Resolved lint issues for version_requirement plugin
| * Resolved lint issuesRussell Teague2016-12-091-5/+19
|/
* Merge pull request #2942 from mtnbikenc/ansible-versionTim Bielawa2016-12-0811-33/+48
|\ | | | | Minimum Ansible version check
| * Minimum Ansible version checkRussell Teague2016-12-081-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 refsRussell Teague2016-12-0810-33/+2
|/
* Merge pull request #2902 from dgoodwin/fix-metrics-urlScott Dodson2016-12-089-38/+38
|\ | | | | Fix metricsPublicURL only being set correctly on first master.
| * Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-019-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.