summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3620 from ↵Scott Dodson2017-03-145-16/+23
|\ | | | | | | | | ingvagabund/enable-docker-during-installation-and-upgrade-by-default Enable docker during installation and upgrade by default
| * enable docker excluder since the time it is installedJan Chaloupka2017-03-135-16/+23
| |
* | Merge pull request #3636 from obuisson/tlsv1.2OpenShift Bot2017-03-142-2/+2
|\ \ | | | | | | Merged by openshift-bot
| * | Force to use TLSv1.2 (related to ↵Olivier Buisson2017-03-132-2/+2
| |/ | | | | | | https://github.com/openshift/openshift-ansible/pull/2707)
* | Merge pull request #3640 from mtnbikenc/refactor-serviceaccountOpenShift Bot2017-03-137-104/+29
|\ \ | | | | | | Merged by openshift-bot
| * | Refactor and remove openshift_serviceaccountRussell Teague2017-03-137-104/+29
| |/
* | Merge pull request #3641 from detiber/fixSixErrorOpenShift Bot2017-03-132-1/+4
|\ \ | | | | | | Merged by openshift-bot
| * | Revert module_utils six for openshift_health_checkerJason DeTiberus2017-03-132-1/+4
| | | | | | | | | | | | | | | Embedded version of six in Ansible 2.2.1 does not support add_metaclass, so revert to using python-six.
* | | Merge pull request #3645 from ewolinetz/openshift_logging_meta_fixScott Dodson2017-03-131-1/+0
|\ \ \ | | | | | | | | Cherry picking from #3644
| * | | Cherry picking from #3644ewolinetz2017-03-131-1/+0
| | | |
* | | | Merge pull request #3622 from kwoodson/remove_incorrect_filesOpenShift Bot2017-03-132-5163/+0
|\ \ \ \ | |_|/ / |/| | | Merged by openshift-bot
| * | | Removed unused, unwanted, incorrectly committed code.Kenny Woodson2017-03-102-5163/+0
| | | |
* | | | Merge pull request #3631 from ingvagabund/validate-excluders-on-non-atomic-onlyOpenShift Bot2017-03-131-13/+16
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | validate excluders on non-atomic hosts onlyJan Chaloupka2017-03-131-13/+16
| | |_|/ | |/| |
* | | | Merge pull request #3637 from sdodson/typoScott Dodson2017-03-131-1/+1
|\ \ \ \ | |/ / / |/| | | Fix typo
| * | | Fix typoScott Dodson2017-03-131-1/+1
|/ / /
* | | Merge pull request #3625 from jcantrill/bz1430661_update_metrics_urlOpenShift Bot2017-03-114-0/+45
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | add 'hawkular/metrics' when updating configJeff Cantrill2017-03-101-1/+1
| | | |
| * | | update all the mastersJeff Cantrill2017-03-101-0/+8
| | | |
| * | | bug 1430661. Update masterConfig metricsPublicURL on installJeff Cantrill2017-03-103-0/+37
| | | |
* | | | Merge pull request #3623 from tbielawa/petset_early_fail_againOpenShift Bot2017-03-101-2/+2
|\ \ \ \ | |_|_|/ |/| | | Merged by openshift-bot
| * | | Fix incorrect comparison when detecting petsetsTim Bielawa2017-03-101-2/+2
| | |/ | |/|
* | | Merge pull request #3596 from jcantrill/bz1428249_hostmount_fixOpenShift Bot2017-03-106-11/+26
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | bug 1428249. Use ES hostmount storage if it existsJeff Cantrill2017-03-096-11/+26
| | | |
* | | | Merge pull request #3610 from ↵Scott Dodson2017-03-103-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ingvagabund/re-enable-excluders-during-installation-if-enabled re-enable excluders if they are enabled after openshift version detection
| * | | | re-enable excluders if they are enabled after openshift version detectionJan Chaloupka2017-03-093-0/+14
| | | | |
* | | | | Merge pull request #3615 from ashcrow/nuage-3583OpenShift Bot2017-03-102-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | nuage: Move role back to configSteve Milner2017-03-102-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d113f03 moved role dependencies out of playbooks. However, this ended up causing the masters to not be configured before the nuage steps required configured masters. This change moves the nuage specific change in d113f03 back to the config. Resolves #3583
* | | | | Merge pull request #3624 from codificat/fix-readme-containerScott Dodson2017-03-101-7/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | Minor updates to README_CONTAINER_IMAGE.md
| * | | | Minor updates to README_CONTAINER_IMAGE.mdPep Turró Mauri2017-03-101-7/+7
| |/ / / | | | | | | | | | | | | Fix link to the example role, prefix image name with openshift/.
* | | | Merge pull request #3616 from richm/missing-searchguard.truststoreOpenShift Bot2017-03-101-1/+1
|\ \ \ \ | |/ / / |/| | | Merged by openshift-bot
| * | | Bug 1428711 - [IntService_public_324] ES pod is unable to read ↵Rich Megginson2017-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | searchguard.truststore after upgarde logging from 3.3.1 to 3.5.0 https://bugzilla.redhat.com/show_bug.cgi?id=1428711 The list of secrets for elasticsearch was missing searchguard.truststore
* | | | Merge pull request #3618 from germansosa/masterScott Dodson2017-03-102-2/+2
|\ \ \ \ | | | | | | | | | | Fix references to openshift_set_node_ip in inventory examples
| * | | | Fix references to openshift_set_node_ip in inventory examplesgermansosa2017-03-102-2/+2
| | | | |
* | | | | Merge pull request #3613 from detiber/module_utils_sixOpenShift Bot2017-03-106-31/+33
|\ \ \ \ \ | |/ / / / |/| | | | Merged by openshift-bot
| * | | | Use ansible.compat.six where possibleJason DeTiberus2017-03-094-26/+30
| | | | |
| * | | | Use six from ansible.module_utils for remote hostsJason DeTiberus2017-03-095-8/+6
| | | | |
* | | | | Merge pull request #3600 from tbielawa/etcd_is_atomic-BZ1427067OpenShift Bot2017-03-094-2/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Merged by openshift-bot
| * | | | Remove debug taskTim Bielawa2017-03-091-3/+0
| | | | |
| * | | | New roleTim Bielawa2017-03-084-2/+23
| | | | |
* | | | | Merge pull request #3605 from kwoodson/oc_adm_policy_user_fixOpenShift Bot2017-03-096-54/+5319
|\ \ \ \ \ | |_|/ / / |/| | | | Merged by openshift-bot
| * | | | Fixing the way policies are found. The old method was unreliable. This ↵Kenny Woodson2017-03-086-54/+5319
| |/ / / | | | | | | | | | | | | method searches all and matches on properties.
* | | | Merge pull request #3590 from kwoodson/router_registry_unit_testsAndrew Butcher2017-03-0926-51/+915
|\ \ \ \ | | | | | | | | | | Fix to OpenshiftCLIConfig to support an sorted keys. Removed redundant get.
| * | | | Lowering test coverage percentage.Kenny Woodson2017-03-081-1/+1
| | | | |
| * | | | Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-0826-95/+97
| | | | |
| * | | | Fixed for linting.Kenny Woodson2017-03-082-5/+1
| | | | |
| * | | | Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-0726-115/+420
| | | | | | | | | | | | | | | | | | | | cases.
| * | | | Adding test_oc_adm_router.Kenny Woodson2017-03-071-0/+476
| | | | |
| * | | | Adding router test.Kenny Woodson2017-03-071-0/+85
| | | | |
* | | | | Merge pull request #3586 from srampal/issue3541Scott Dodson2017-03-094-1/+36
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix for issue 3541