summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_elasticsearch/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6029 from boeboe/masterOpenShift Merge Robot2017-11-161-0/+1
|\ | | | | | | | | | | | | Automatic merge from submit-queue. logging with static pvc: allow specifying the storage class name See https://github.com/openshift/openshift-ansible/issues/6028 for more info and motivation.
| * logging with static pvc: allow specifying the storage class nameBart Van Bos2017-11-061-0/+1
| |
* | Updating logging components image defaulting pattern to match ↵Eric Wolinetz2017-11-061-2/+0
|/ | | | openshift_logging pattern
* Use "requests" for CPU resources instead of limitsPeter Portante2017-10-191-2/+3
| | | | | | | | | | | | | | | We now use a CPU request to ensure logging infrastructure pods are not capped by default for CPU usage. It is still important to ensure we have a minimum amount of CPU. We keep the use of the variables *_cpu_limit so that the existing behavior is maintained. Note that we don't want to cap an infra pod's CPU usage by default, since we want to be able to use the necessary resources to complete it's tasks. Bug 1501960 (https://bugzilla.redhat.com/show_bug.cgi?id=1501960)
* Updating pattern for elasticsearch_proxy imagesEric Wolinetz2017-10-131-3/+0
|
* Updating ES proxy image prefix and version to match other componentsEric Wolinetz2017-10-131-2/+3
|
* Merge pull request #5637 from wozniakjan/1496271_fixOpenShift Merge Robot2017-10-051-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Bug 1496271 - Perserve SCC for ES local persistent storage ES can be modified to use node local persistent storage. This requires changing SCC and is described in docs: https://docs.openshift.com/container-platform/3.6/install_config/aggregate_logging.html During an upgrade, SCC defined by the user is ignored. This fix fetches SCC user defined as a fact and adds it to the ES DC which is later used. Also includes cherrypicked fix for - Bug 1482661 - Preserve ES dc nodeSelector and supplementalGroups cc @jcantrill
| * bug 1482661. Preserve ES dc nodeSelector and supplementalGroupsJeff Cantrill2017-09-291-1/+1
| | | | | | | | (cherry picked from commit 601e35cbf4410972c7fa0a1d3d5c6327b82353ac)
* | Merge pull request #5564 from jcantrill/es_promOpenShift Merge Robot2017-10-051-0/+6
|\ \ | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Add logging es prometheus endpoint This PR adds changes to add a prometheus endpoint to the logging elasticsearch pod
| * | Add logging es prometheus endpointJeff Cantrill2017-10-031-0/+6
| |/
* | logging: honor openshift_logging_es_cpu_limitJan Wozniak2017-10-021-1/+1
|/ | | | | | | | | | | | | | | PR https://github.com/openshift/openshift-ansible/pull/3509 has removed any usage of `openshift_logging_es_cpu_limit`. Currently, the `openshift_logging_elasticsearch_cpu_limit` is either default '1000m' or derived from `openshift_logging_es_ops_cpu_limit` but if user sets the `openshift_logging_es_cpu_limit` in the inventory as documented, its value is ignored. This PR fixes the issue by trying to set openshift_logging_elasticsearch_cpu_limit=openshift_logging_es_cpu_limit And including the role as -ops overrides this setting.
* Merge pull request #5044 from wozniakjan/logging_role_based_image_versionsOpenShift Bot2017-08-251-2/+2
|\ | | | | Merged by openshift-bot
| * Bug 1471322: logging roles based image versionsJan Wozniak2017-08-181-2/+2
| | | | | | | | | | | | Allowing to specify an image version for each logging component https://bugzilla.redhat.com/show_bug.cgi?id=1471322
* | configure kibana index modeJeff Cantrill2017-08-101-0/+3
|/
* openshift_logging: increasing *_elasticsearch_* default CPU and memoryJan Wozniak2017-05-251-4/+4
|
* Decomposing openshift_logging role into subcomponent rolesewolinetz2017-05-221-0/+57