Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use oo_version_gte_3_6+ for future versions and treat 1.x origin as legacy. ↵ | Andrew Butcher | 2017-03-27 | 2 | -28/+131 |
| | | | | Add tests. | ||||
* | Add oo_version_gte_X_X_or_Y_Y version comparison filters. | Andrew Butcher | 2017-03-24 | 1 | -0/+98 |
| | |||||
* | Merge pull request #3747 from sdodson/BZ1420636 | OpenShift Bot | 2017-03-24 | 1 | -8/+12 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Stop all services before upgrading openvswitch | Scott Dodson | 2017-03-22 | 1 | -8/+12 |
| | | | | | | | | | | | | It appears that openshift was holding a lock or perhaps openvswitch on its own does not restart cleanly when upgrading the package so just stop it before updating the package. | ||||
* | | Merge pull request #3730 from richm/bug-1434300 | OpenShift Bot | 2017-03-24 | 1 | -0/+2 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Bug 1434300 - Log entries are generated in ES after deployed logging stacks ↵ | Rich Megginson | 2017-03-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via ansible, but can not be found in kibana. https://bugzilla.redhat.com/show_bug.cgi?id=1434300 Add support for common data model index pattern files. Depends on https://github.com/ViaQ/elasticsearch-templates/pull/36 and https://github.com/openshift/origin-aggregated-logging/pull/357 | ||||
* | | | Automatic commit of package [openshift-ansible] release [3.6.8-1]. | Jenkins CD Merge Bot | 2017-03-24 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | | Merge pull request #3580 from lukas-vlcek/no_auto_expand_replicas | OpenShift Bot | 2017-03-23 | 4 | -3/+14 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | Do not use auto_expand_replicas | Lukáš Vlček | 2017-03-23 | 4 | -3/+14 |
| | | | | |||||
* | | | | Merge pull request #3698 from kwoodson/oc_pvc | OpenShift Bot | 2017-03-23 | 7 | -0/+2555 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Adding tests to increase TC. | Kenny Woodson | 2017-03-22 | 1 | -0/+163 |
| | | | | | |||||
| * | | | | Adding a pvc create test case. | Kenny Woodson | 2017-03-20 | 7 | -0/+2392 |
| | | | | | |||||
* | | | | | Merge pull request #3461 from juanvallejo/jvallejo/add-docker-image-check | OpenShift Bot | 2017-03-23 | 5 | -0/+2238 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Merged by openshift-bot | ||||
| * | | | | vendor patched upstream docker_container module. | juanvallejo | 2017-03-23 | 1 | -0/+2036 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the use of a restricted name in the core `docker_container` module's result, any standard output of a docker container captured in the module's response was stripped out by ansible. Because of this, we are forced to vendor a patched version of this module, until a new version of ansible is released containing the patched module. This file should be removed once we begin requiring a release of ansible containing the patched `docker_container` module. This patch was taken directly from upstream, with no further changes: 20bf02f6b96356ab5fe68578a3af9462b4ca42a5 | ||||
| * | | | | add docker_image_availability check | juanvallejo | 2017-03-23 | 4 | -0/+202 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a check to ensure that required docker images are available in at least one of the registries supplied in an installation host. Images are available if they are either already present locally, or able to be inspected using Skopeo on one of the configured registries. | ||||
* | | | | | Merge pull request #3713 from ewolinetz/kibana_ops_cherrypick | OpenShift Bot | 2017-03-23 | 2 | -10/+59 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | Cherry picking from #3711 | ewolinetz | 2017-03-20 | 2 | -10/+59 |
| | | | | | | |||||
* | | | | | | Automatic commit of package [openshift-ansible] release [3.6.7-1]. | Jenkins CD Merge Bot | 2017-03-23 | 2 | -2/+15 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | | | | Merge pull request #3731 from jcantrill/min_masters | OpenShift Bot | 2017-03-22 | 2 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | openshift_logging calculate min_masters to fail early on split brain | Jeff Cantrill | 2017-03-22 | 2 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #3692 from kwoodson/oc_volume | OpenShift Bot | 2017-03-22 | 8 | -2/+3022 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Fixed linting and configmap_name param | Kenny Woodson | 2017-03-22 | 1 | -5/+7 |
| | | | | | | | |||||
| * | | | | | | Adding configmap support. | Kenny Woodson | 2017-03-21 | 6 | -25/+55 |
| | | | | | | | |||||
| * | | | | | | Adding configmap support and adding tests. | Kenny Woodson | 2017-03-21 | 3 | -21/+270 |
| | | | | | | | |||||
| * | | | | | | Adding oc_volume to lib_openshift. | Kenny Woodson | 2017-03-21 | 8 | -12/+2751 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3726 from sdodson/oreg_url_on_upgrade | OpenShift Bot | 2017-03-22 | 2 | -0/+15 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Update imageConfig.format on upgrades to match oreg_url | Scott Dodson | 2017-03-21 | 2 | -0/+15 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3718 from giuseppe/restart-openvswitch-upgrade | OpenShift Bot | 2017-03-22 | 1 | -1/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | upgrade: restart ovs-vswitchd and ovsdb-server | Giuseppe Scrivano | 2017-03-21 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1420636 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | | | | Merge pull request #3699 from sdodson/matched-versions | OpenShift Bot | 2017-03-22 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Make atomic-openshift-utils require playbooks of the same version | Scott Dodson | 2017-03-17 | 1 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3727 from sdodson/rootfs-rslave | OpenShift Bot | 2017-03-22 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | Make /rootfs mount rslave | Scott Dodson | 2017-03-21 | 2 | -2/+2 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1427807 | ||||
* | | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.6-1]. | Jenkins CD Merge Bot | 2017-03-22 | 2 | -2/+14 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | | | | | | Merge pull request #3647 from jcantrill/logging_specify_es_config | OpenShift Bot | 2017-03-21 | 5 | -12/+26 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Allow user to specify additions to ES config | Jeff Cantrill | 2017-03-14 | 5 | -12/+26 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3667 from jpkrohling/JPK-SwitchCassandraToUseGeneratedCerts | OpenShift Bot | 2017-03-21 | 5 | -122/+34 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Switched Cassandra to use certificates generated by OpenShift | Juraci Paixão Kröhling | 2017-03-15 | 5 | -122/+34 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3702 from tbielawa/bubble_up_qi_errors | OpenShift Bot | 2017-03-21 | 1 | -0/+83 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | Update the failure methods and add required variables/functions | Tim Bielawa | 2017-03-20 | 1 | -3/+29 |
| | | | | | | | | | |||||
| * | | | | | | | | Import the default ansible output callback on_failed methods | Tim Bielawa | 2017-03-20 | 1 | -0/+57 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3680 from rhcarvalho/misc-fixes | OpenShift Bot | 2017-03-21 | 4 | -26/+32 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | Fix copy-pasta docstrings | Rodolfo Carvalho | 2017-03-21 | 2 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Rename _ns -> node_selector | Rodolfo Carvalho | 2017-03-21 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There doesn't seem to be a good reason for the underscore prefix. | ||||
| * | | | | | | | | | Reindent code | Rodolfo Carvalho | 2017-03-21 | 2 | -18/+24 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.5-1]. | Jenkins CD Merge Bot | 2017-03-21 | 2 | -2/+14 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog | ||||
* | | | | | | | | | Merge pull request #3715 from sdodson/excluders-v99 | OpenShift Bot | 2017-03-20 | 8 | -41/+50 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | Attempt to match version of excluders to target version | Scott Dodson | 2017-03-20 | 2 | -3/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Get rid of adjust.yml | Scott Dodson | 2017-03-20 | 2 | -27/+21 |
| | | | | | | | | | |||||
| * | | | | | | | | Protect against missing commands | Scott Dodson | 2017-03-20 | 2 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than trying to keep track of state everywhere, lets just check to see if the command exist before we attempt to run them |