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