summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_elasticsearch/defaults/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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