summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Elasticsearch readiness probeLukáš Vlček2017-04-071-0/+7
|
* Merge pull request #3846 from rhcarvalho/cs-unit-testsOpenShift Bot2017-04-073-28/+268
|\ | | | | Merged by openshift-bot
| * Add tests for action pluginRodolfo Carvalho2017-04-041-15/+168
| |
| * Remove unnecessary codeRodolfo Carvalho2017-04-041-5/+1
| |
| * Make resolve_checks more strictRodolfo Carvalho2017-04-043-23/+114
| | | | | | | | | | So that all names it return are directly usable, without checking for existence.
* | Automatic commit of package [openshift-ansible] release [3.6.18-1].Jenkins CD Merge Bot2017-04-072-2/+13
| | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | Merge pull request #3872 from giuseppe/audit-fixOpenShift Bot2017-04-062-2/+2
|\ \ | | | | | | Merged by openshift-bot
| * | master-api: add mount for /var/logGiuseppe Scrivano2017-04-061-1/+1
| | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
| * | master: add mount for /var/logGiuseppe Scrivano2017-04-061-1/+1
| | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | Merge pull request #3857 from djosborne/bump-calico-policy-controllerOpenShift Bot2017-04-061-1/+1
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Bump calico policy controllerDan Osborne2017-04-051-1/+1
| | | |
* | | | Merge pull request #3840 from kwoodson/oc_obj_delete_selectorScott Dodson2017-04-0635-520/+857
|\ \ \ \ | | | | | | | | | | Adding ability to delete by selector. Also variable name cleanup and update to use .format.
| * | | | Fixed a string format and a lint space issueKenny Woodson2017-04-053-4/+4
| | | | |
| * | | | FixedKenny Woodson2017-04-054-4/+4
| | | | | | | | | | | | | | | | | | | | name and selector to be mutually exclusive
| * | | | Adding ability to delete by selector.Kenny Woodson2017-04-0533-500/+813
| | | | |
| * | | | Adding delete with selector support.Kenny Woodson2017-04-052-24/+48
| |/ / /
* | | | Merge pull request #3863 from ↵OpenShift Bot2017-04-061-0/+8
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | ingvagabund/unexlude-excluder-if-it-is-upgraded-and-already-installed Merged by openshift-bot
| * | | unexclude excluder if it is to be upgraded and already installedJan Chaloupka2017-04-061-0/+8
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.6.17-1].Jenkins CD Merge Bot2017-04-062-2/+5
|/ / / | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | Merge pull request #3821 from kwoodson/default_router_certOpenShift Bot2017-04-054-1/+34
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Adding signed router cert and fixing server_cert bug.Kenny Woodson2017-04-044-1/+34
| | |
* | | Automatic commit of package [openshift-ansible] release [3.6.16-1].Jenkins CD Merge Bot2017-04-052-2/+30
| | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog
* | | Merge pull request #3850 from kwoodson/skip_generated_tcOpenShift Bot2017-04-0528-81/+90
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Removing test coverage for shared code.Kenny Woodson2017-04-0428-81/+90
| | | |
* | | | Merge pull request #3848 from mazzystr/remove_port_10255OpenShift Bot2017-04-053-18/+0
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Port 10255 unnecessary. Removing all instancesChris Callegari2017-04-043-18/+0
| | | | |
* | | | | Merge pull request #3834 from jarrpa/oo_collect-listsOpenShift Bot2017-04-041-14/+38
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | oo_filters: Disable pylint too-many-lines testJose A. Rivera2017-04-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
| * | | | | oo_collect: Allow list elements to be lists of dictJose A. Rivera2017-04-031-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
| * | | | | oo_collect: Update comments to show source of failureJose A. Rivera2017-04-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | | Merge pull request #3841 from jarrpa/oc_label-get-fixOpenShift Bot2017-04-042-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | oc_label: handle case where _get() returns no resultsJose A. Rivera2017-04-032-4/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | | Merge pull request #3837 from jarrpa/oc_configmap-checkOpenShift Bot2017-04-042-0/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Merged by openshift-bot
| * | | | | oc_configmap: Add missing check for nameJose A. Rivera2017-04-032-0/+8
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | Merge pull request #3832 from jarrpa/content-versionOpenShift Bot2017-04-041-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | openshift_facts: Allow examples_content_version to be set to v1.6Jose A. Rivera2017-04-031-1/+3
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | Merge pull request #3831 from sdodson/firewalld-fixes-v2OpenShift Bot2017-04-041-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | | Merged by openshift-bot
| * | | | Restart polkitd to workaround a bug in polkitdScott Dodson2017-04-031-0/+6
| |/ / /
* | | | Merge pull request #3639 from ashcrow/otdebugOpenShift Bot2017-04-044-28/+109
|\ \ \ \ | |_|_|/ |/| | | Merged by openshift-bot
| * | | Add names to openshift_image_tag assertsSteve Milner2017-04-031-2/+4
| | | |
| * | | doc: Remove atomic-openshift deployment typeSteve Milner2017-04-031-10/+9
| | | |
| * | | openshift_version now requires prepended version formatsSteve Milner2017-04-031-14/+0
| | | | | | | | | | | | | | | | | | | | - openshift_image_tag must start with a v unless it's set to latest - openshift_pkg_version must start with a -
| * | | Warn if openshift_image_tag is defined by hand for package installsSteve Milner2017-04-031-0/+12
| | | |
| * | | Verify openshift_image_tag is valid during openshift_version mainSteve Milner2017-04-031-0/+31
| | | | | | | | | | | | | | | | | | | | - origin examples: v1.2.3, v1.2.3-alpha, v1.2.3-beta.1, v1.5.0-rc.0 - openshift-enterprise examples: v3.5, v3.5.3, v3.5.3.4, v3.5.3.4-1
| * | | Add openshift_version fact fallback debug messagesSteve Milner2017-04-031-4/+14
| | | |
| * | | cleanup: when in openshift_version tasks are multilineSteve Milner2017-04-033-12/+53
| |/ /
* | | Merge pull request #3818 from etsauer/openshift_logging_ansible_2.3OpenShift Bot2017-04-042-16/+23
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Addressing py27-yamllintEric Sauer2017-04-031-4/+4
| | | |
| * | | Compatibility updates to openshift_logging role for ansible 2.2.2.0+Eric Sauer2017-03-312-13/+20
| | | |
* | | | Merge pull request #3808 from mtnbikenc/unicode-decodeOpenShift Bot2017-04-043-20/+32
|\ \ \ \ | |_|_|/ |/| | | Merged by openshift-bot