summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add osnl_volume_reclaim_policy variable to nfs_lvm roleAndo Roots2016-12-223-1/+17
| | | | | This allows to choose which volume reclamation policy to use when provisioning storage with `openshift_storage_nfs_lvm`.
* 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.
* | Merge pull request #2937 from dgoodwin/upgrade-prepullScott Dodson2016-12-084-21/+22
|\ \ | | | | | | Pre-pull master/node/ovs images during upgrade.
| * | Pre-pull master/node/ovs images during upgrade.Devan Goodwin2016-12-074-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-3Scott Dodson2016-12-081-0/+2
|\ \ \ | | | | | | | | Silence warnings when using rpm directly
| * | | Silence warnings when using rpm directlyDag Wieers2016-12-081-0/+2
| | | |
* | | | Merge pull request #2943 from detiber/fixOpenShiftReleaseScott Dodson2016-12-084-3/+12
|\ \ \ \ | | | | | | | | | | Properly handle x.y.z formatted versions for openshift_release
| * | | | Remove Hostname from 1.1 and 1.2 predicatesJason DeTiberus2016-12-072-3/+0
| | | | |
| * | | | Properly handle x.y.z formatted versions for openshift_releaseJason DeTiberus2016-12-074-0/+12
| | | | |
* | | | | Merge pull request #2952 from tbielawa/fix-coverage-eraseScott Dodson2016-12-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix coverage not appending new data
| * | | | | Fix coverage not appending new dataTim Bielawa2016-12-081-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