summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/defaults/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1466152 - Json-file log driver: Neither ↵Rich Megginson2017-07-061-1/+0
| | | | | | | | | | "openshift_logging_fluentd_use_journal=false" nor omitted collects the log entries https://bugzilla.redhat.com/show_bug.cgi?id=1466152 Do not set openshift_logging_fluentd_use_journal or USE_JOURNAL at all unless it is explicitly set as an ansible param. It is almost always better to let fluentd figure out which log driver docker is using.
* Fixing ops storage options being passed to openshift_logging_elasticsearch ↵ewolinetz2017-06-291-1/+1
| | | | role fixing default ops pv selector
* openshift_logging: use empty default for storage labelsFederico Simoncelli2017-06-231-1/+1
| | | | Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
* Merge pull request #4356 from nhosoi/mux_params-0OpenShift Bot2017-06-151-0/+2
|\ | | | | Merged by openshift-bot
| * Reverted most of this pr 4356 except:Noriko Hosoi2017-06-051-4/+4
| | | | | | | | | | | | | | | | | | adding openshift_logging_fluentd_buffer_queue_limit: 1024 openshift_logging_fluentd_buffer_size_limit: 1m openshift_logging_mux_buffer_queue_limit: 1024 openshift_logging_mux_buffer_size_limit: 1m and setting the matched environment variables.
| * Introducing fluentd/mux buffer_queue_limit, buffer_size_limit, cpu_limit, ↵Noriko Hosoi2017-06-021-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and memory_limit. Default values: openshift_logging_fluentd_cpu_limit: 100m openshift_logging_fluentd_memory_limit: 512Mi openshift_logging_fluentd_buffer_queue_limit: 1024 openshift_logging_fluentd_buffer_size_limit: 16m openshift_logging_fluentd_buffer_size_limit: 1m openshift_logging_mux_cpu_limit: 500m openshift_logging_mux_memory_limit: 1Gi openshift_logging_mux_buffer_queue_limit: 1024 openshift_logging_mux_buffer_size_limit: 1m
* | Merge pull request #4302 from ewolinetz/pv_node_selectorsOpenShift Bot2017-06-131-2/+2
|\ \ | |/ |/| Merged by openshift-bot
| * Allowing openshift_metrics to specify PV selectors and allow way to define ↵ewolinetz2017-05-261-2/+2
| | | | | | | | selectors when creating pv
* | add mux docs; allow to specify mux namespacesRich Megginson2017-05-311-2/+7
|/ | | | | | | | | | | This adds the necessary documentation for the mux parameters and behavior. This also adds new parameters which allow to specify the namespaces mux must create by default, and which can be optionally added. This casts openshift_logging_use_mux to bool wherever it is used as a boolean. Also - use oc_service `labels` and `external_ips` which are now available.
* add ability to expose Elasticsearch as an external routeRich Megginson2017-05-181-0/+32
| | | | | | | | | | | | | | This adds the ability to expose Elastisearch as a route outside of the cluster. - `openshift_logging_es_allow_external`: True (default is False) - if this is True, Elasticsearch will be exposed as a Route - `openshift_logging_es_ops_hostname`: The external facing hostname to use for the route and the TLS server certificate (default is "es." + `openshift_master_default_subdomain`) There are other similar parameters for the TLS server cert, key, and CA cert. There are other similar parameters for when the OPS cluster is deployed e.g. `openshift_logging_es_ops_allow_external`, etc.
* bug 1441369. Kibana memory limitsJeff Cantrill2017-05-111-4/+4
| | | | | | bug 1439451. Kibana crash (cherry picked from commit 66315ebbfcfda72d6f501c441359d92ec71af7d2)
* use docker_log_driver and /etc/docker/daemon.json to determine log driverRich Megginson2017-05-091-1/+1
| | | | | | | | | | | | | | | We check the following variables, if they are defined, in the order listed below, to see if the journald log driver is set: * openshift_hosted_logging_use_journal * docker_log_driver * openshift.docker.log_driver * openshift.docker.options (look for '--log-driver=journald') If none of these are set, we leave openshift_logging_fluentd_use_journal undefined, and mount both /etc/sysconfig/docker and /etc/docker (for daemon.json) so that fluentd can determine which log driver is being used.
* Correctly setting the primary and replica shard count settingsewolinetz2017-05-031-2/+0
|
* Adding way to add labels and nodeselectors to logging projectewolinetz2017-04-271-0/+4
|
* mux does not require privileged, only hostmount-anyuidRich Megginson2017-04-191-0/+11
|
* bug 1432607. Allow configuration of ES log destinationJeff Cantrill2017-03-301-0/+2
|
* Specify enterprise defaults for logging and metrics imagesScott Dodson2017-03-241-2/+0
|
* Do not use auto_expand_replicasLukáš Vlček2017-03-231-0/+4
|
* Merge pull request #3713 from ewolinetz/kibana_ops_cherrypickOpenShift Bot2017-03-231-0/+12
|\ | | | | Merged by openshift-bot
| * Cherry picking from #3711ewolinetz2017-03-201-0/+12
| |
* | Merge pull request #3647 from jcantrill/logging_specify_es_configOpenShift Bot2017-03-211-0/+2
|\ \ | |/ |/| Merged by openshift-bot
| * Allow user to specify additions to ES configJeff Cantrill2017-03-141-0/+2
| |
* | Merge pull request #3669 from ewolinetz/logging_master_api_portScott Dodson2017-03-161-1/+1
|\ \ | | | | | | Removing dependency on master facts for master_public_url default
| * | Removing dependency on master facts for master_public_url defaultewolinetz2017-03-151-1/+1
| |/
* | Cherry picked from #3657ewolinetz2017-03-151-3/+3
|/
* More logging fixesewolinetz2017-03-071-2/+2
|
* Adding some more logging defaultsewolinetz2017-03-031-8/+21
|
* Add insecure edge termination policy for kibana.Wesley Hearn2017-02-231-0/+1
|
* bug 1425321. Default the master api port based on the factsJeff Cantrill2017-02-211-1/+1
|
* Merge pull request #3381 from jcantrill/bz_1420217_default_es_memoryEric Wolinetz2017-02-161-2/+2
|\ | | | | bug 1420217. Default ES memory to be compariable to 3.4 deployer
| * bug 1420217. Default ES memory to be compariable to 3.4 deployerJeff Cantrill2017-02-161-2/+2
| |
* | fixing default for loggingewolinetz2017-02-151-3/+3
|/
* updating defaults for logging and metrics rolesewolinetz2017-02-141-1/+1
|
* fix openshift_logging where defaults filter needs quotingJeff Cantrill2017-02-101-6/+6
|
* bug 1420425. Allow setting of public facing certs for kibana in ↵Jeff Cantrill2017-02-101-0/+12
| | | | openshift_logging role
* fix bug 1420204. Default openshift_logging_use_journal to empty so fluentd ↵Jeff Cantrill2017-02-101-2/+2
| | | | detects and is consistent with deployer
* Updating defaults to pull from previously defined variable names used in ↵ewolinetz2017-02-081-13/+13
| | | | playbooks
* Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz2017-02-071-1/+1
|
* fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill2017-02-021-1/+1
|
* Updating upgrade_logging to be more idempotentewolinetz2017-01-131-0/+2
|
* addressing commentsewolinetz2017-01-121-1/+1
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+83
deployer image