summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/README.md
Commit message (Collapse)AuthorAgeFilesLines
* add mux docs; allow to specify mux namespacesRich Megginson2017-05-311-0/+31
| | | | | | | | | | | 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/+27
| | | | | | | | | | | | | | 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.
* Correctly setting the primary and replica shard count settingsewolinetz2017-05-031-2/+0
|
* bug 1432607. Allow configuration of ES log destinationJeff Cantrill2017-03-301-0/+1
|
* Do not use auto_expand_replicasLukáš Vlček2017-03-231-0/+4
|
* Add insecure edge termination policy for kibana.Wesley Hearn2017-02-231-0/+1
|
* Merge pull request #3438 from jcantrill/bz_1425321_default_api_portScott Dodson2017-02-211-1/+1
|\ | | | | Bz 1425321 default api port
| * bug 1425321. Default the master api port based on the factsJeff Cantrill2017-02-211-1/+1
| |
* | bug 142026. Ensure Ops PVC prefix are initialized to empty when ops e…Jeff Cantrill2017-02-201-2/+2
|/ | | | nabled
* fix bug 1420204. Default openshift_logging_use_journal to empty so fluentd ↵Jeff Cantrill2017-02-101-2/+2
| | | | detects and is consistent with deployer
* Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz2017-02-071-2/+2
|
* Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35Scott Dodson2017-02-061-1/+1
|\ | | | | fixes 1417261. Points playbooks to the correct 3.5 roles for logging …
| * fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill2017-02-021-1/+1
| |
* | openshift_logging link pull secret to serviceaccountsJeff Cantrill2017-02-031-0/+1
|/ | | | fix unlabel when undeploying
* allow openshift_logging role to specify nodeSelectorsJeff Cantrill2017-01-241-0/+3
|
* Adding to ansible spec and changing logging jks generation to be a local_actionewolinetz2017-01-201-1/+1
|
* Removing docker run strategy and make java a requirement for control hostewolinetz2017-01-201-0/+3
|
* Updating upgrade_logging to be more idempotentewolinetz2017-01-131-1/+3
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+86
deployer image