summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Add flannel package removal in uninstallation playbookManjunath A Kumatagi2016-09-011-0/+5
| | | | | | |
* | | | | | | Merge pull request #2380 from tbielawa/GH2283_no_retriesAndrew Butcher2016-09-011-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Don't attempt to create retry files
| * | | | | | | Don't attempt to create retry filesTim Bielawa2016-08-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2283
* | | | | | | | Merge pull request #2316 from mkumatag/fix_errorAndrew Butcher2016-09-011-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix errors in docker role
| * | | | | | | | Fix review commentsManjunath A Kumatagi2016-08-271-2/+2
| | | | | | | | |
| * | | | | | | | Fix typoManjunath A Kumatagi2016-08-181-3/+3
| | | | | | | | |
| * | | | | | | | Fix errors in docker roleManjunath A Kumatagi2016-08-171-3/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #2367 from tbielawa/FixNewerPyLintErrorsAndrew Butcher2016-09-017-35/+36
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Fix PyLint errors discovered when upgrading to newer version
| * | | | | | | | Change test requirements file nameTim Bielawa2016-08-292-2/+2
| | | | | | | | |
| * | | | | | | | Try installing setuptools before the rest of the requirementsTim Bielawa2016-08-262-1/+1
| | | | | | | | |
| * | | | | | | | Switch to using a requirements.txt file and ensure that setuptools is pinned ↵Tim Bielawa2016-08-262-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the latest version available on RHEL7
| * | | | | | | | Try using parse_version from pkg_resources insteadTim Bielawa2016-08-261-3/+3
| | | | | | | | |
| * | | | | | | | Add missing pip requirement to virtualenvTim Bielawa2016-08-261-1/+1
| | | | | | | | |
| * | | | | | | | Fix PyLint errors discovered when upgrading to newer versionTim Bielawa2016-08-265-32/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes PyLint to run in the virtualenv used for all tests * Replaced 'LooseVersion' with 'parse_version' from setuptools - This is a work around for the issue in https://github.com/PyCQA/pylint/issues/73 in which pylint can not import disutils.version correctly in a virtualenv. * Removed the unused function 'delete_hosts' which was causing a pylint error as well * Removed a deprecated pylint pragma option, 'bad-builtin' * Fixed some import ordering issues it was picky about * Added another disable for a case where the PyLint suggestion would have us altering the container we would be iterating over * Add code-coverage reports to the unittests with the MINIMUM coverage percentage for success set to 70% - Current test coverage is at 76%
* | | | | | | | | Automatic commit of package [openshift-ansible] release [3.4.1-1].Scott Dodson2016-09-012-2/+5
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.3.20-1].Scott Dodson2016-08-312-2/+7
| | | | | | | |
* | | | | | | | Merge pull request #2394 from sdodson/revert-2238Scott Dodson2016-08-311-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Restore network plugin configuration
| * | | | | | | | Restore network plugin configurationScott Dodson2016-08-311-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #2393 from abutcher/metrics-public-urlScott Dodson2016-08-315-6/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove openshift_master_metrics_public_url
| * | | | | | | | | Remove openshift_master_metrics_public_urlAndrew Butcher2016-08-315-6/+5
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2389 from smunilla/BZ1371836Scott Dodson2016-08-311-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Bug 1371836 - The variant should be Registry 3.3
| * | | | | | | | Bug 1371836 - The variant should be Registry 3.3Samuel Munilla2016-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Registry subvariant to the correct version.
* | | | | | | | | Automatic commit of package [openshift-ansible] release [3.3.19-1].Troy Dawson2016-08-312-2/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #2388 from mkumatag/update_readmeScott Dodson2016-08-311-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | update flannel_subnet_len default value
| * | | | | | | | update flannel_subnet_len default valueManjunath A Kumatagi2016-08-311-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #2387 from sdodson/reload_docker_factsScott Dodson2016-08-301-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Reload docker facts after upgrading docker
| * | | | | | | | Reload docker facts after upgrading dockerScott Dodson2016-08-301-0/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.3.18-1].Scott Dodson2016-08-302-2/+10
| | | | | | | |
* | | | | | | | Merge pull request #2386 from sdodson/metrics-dynamicScott Dodson2016-08-301-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Enable metrics dynamic storage
| * | | | | | | | Enable dynamic storageScott Dodson2016-08-301-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #2384 from sdodson/metricsScott Dodson2016-08-303-2/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change how we set master's metricsPublicURL
| * | | | | | | | Change how we set master's metricsPublicURLScott Dodson2016-08-303-2/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #2381 from jeremyeder/pods_per_coreScott Dodson2016-08-304-494/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | update example inventory files with new pods-per-core flag
| * | | | | | | update kubelet argument example with references to new pods-per-core and new ↵Jeremy Eder2016-08-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | max-pods threshold for 3.3
| * | | | | | | update kubelet argument example with references to new pods-per-core and new ↵Jeremy Eder2016-08-292-492/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | max-pods threshold for 3.3
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.3.17-1].Scott Dodson2016-08-292-2/+9
|/ / / / / / /
* | | | | | | Merge pull request #2378 from dgoodwin/node-reload-unitsScott Dodson2016-08-292-6/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Reload units after node container service modified.
| * | | | | | Reload units after node container service modified.Devan Goodwin2016-08-292-6/+6
| | | | | | |
* | | | | | | Merge pull request #2375 from mkumatag/flannel_fixAndrew Butcher2016-08-291-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix flannel check
| * | | | | | | Fix flannel checkManjunath A Kumatagi2016-08-291-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #2374 from abutcher/cloudprovider-kindAndrew Butcher2016-08-291-0/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Set cloudprovider kind with openshift_facts.
| * | | | | | | Set cloudprovider kind with openshift_facts.Andrew Butcher2016-08-291-0/+6
| | | | | | | |
* | | | | | | | Merge pull request #2373 from abutcher/openstack-lb-subnet-idScott Dodson2016-08-291-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix openstack cloudprovider template conditional.
| * | | | | | | | Fix openstack cloudprovider template conditional.Andrew Butcher2016-08-291-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #2377 from smunilla/BZ1371031Scott Dodson2016-08-291-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Default to port 80 when deploying cockpit-ui
| * | | | | | | Default to port 80 when deploying cockpit-uiSamuel Munilla2016-08-291-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should save first-time users some pain. Fixes BZ#1371031
* / / / / / / Automatic commit of package [openshift-ansible] release [3.3.16-1].Scott Dodson2016-08-272-2/+44
|/ / / / / /
* | | | | | Merge pull request #2371 from sdodson/image-stream-syncScott Dodson2016-08-276-300/+163
|\ \ \ \ \ \ | | | | | | | | | | | | | | Sync image stream and templates
| * | | | | | Sync image stream dataScott Dodson2016-08-266-300/+163
| | | | | | |
* | | | | | | Merge pull request #2369 from sdodson/metricsScott Dodson2016-08-264-15/+69
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Additional metrics improvements