summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/install_logging.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Updating how storage type is determined, adding bool filter in ↵ewolinetz2017-07-241-4/+12
| | | | openshift_logging_elasticsearch
* 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.
* fix 1466680. Fix logging deploying to the specified namespaceJeff Cantrill2017-06-301-0/+4
|
* Fixing ops storage options being passed to openshift_logging_elasticsearch ↵ewolinetz2017-06-291-10/+12
| | | | role fixing default ops pv selector
* fix es routes for new logging rolesRich Megginson2017-06-071-0/+12
| | | | | | | | | | | | port the code that creates the external Elasticsearch routes to the new logging roles Have to suppress this error message: SSL Problem illegal change cipher spec msg, conn state = 6, handshake state = 1 which is coming from the router health check, until https://github.com/openshift/origin/issues/14515 is fixed - otherwise, the es log is spammed relentlessly
* Merge pull request #4327 from ewolinetz/fix_logging_secretOpenShift Bot2017-06-061-2/+5
|\ | | | | Merged by openshift-bot
| * Updating Kibana-proxy secret key name, fixing deleting secrets, fixed extra ↵ewolinetz2017-05-311-2/+5
| | | | | | | | ES dc creation
* | fix curator host, port params; remove curator es volumesRich Megginson2017-05-311-0/+4
|/
* Adding default value for openshift_hosted_logging_storage_kindewolinetz2017-05-301-4/+4
|
* Updating to generate PVC when storage type is passed in as nfsewolinetz2017-05-251-4/+7
|
* Fixing tux warnings and some final clean upewolinetz2017-05-231-7/+9
|
* fixing available variables for 2.3.0ewolinetz2017-05-221-0/+8
|
* Updating pvc generation namesewolinetz2017-05-221-3/+20
|
* Pulling in changes from masterewolinetz2017-05-221-6/+44
|
* Decomposing openshift_logging role into subcomponent rolesewolinetz2017-05-221-68/+156
|
* mux does not require privileged, only hostmount-anyuidRich Megginson2017-04-191-0/+4
|
* Fix pylint/pyflakes errors on masterScott Dodson2017-03-071-2/+2
|
* More logging fixesewolinetz2017-03-071-1/+1
|
* Fixing plugin, nodeselectors, and secret pull checkewolinetz2017-03-071-1/+3
|
* make sure cluster_size is an int for arith. opsRich Megginson2017-02-091-2/+2
|
* openshift_logging link pull secret to serviceaccountsJeff Cantrill2017-02-031-0/+22
| | | | fix unlabel when undeploying
* Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurlScott Dodson2017-01-301-0/+2
|\ | | | | Updating openshift_logging role to add kibana public url to loggingPu…
| * Breaking out master-config changing and updated playbook to apply change to ↵ewolinetz2017-01-301-6/+1
| | | | | | | | other masters
| * Updating openshift_logging role to add kibana public url to loggingPublicURL ↵ewolinetz2017-01-271-0/+7
| | | | | | | | in master-config
* | Only manual scale down being allowed nowewolinetz2017-01-271-2/+6
|/
* fix oc_apply to allow running on any control nodeJeff Cantrill2017-01-191-7/+14
|
* Using oc_apply task for idempotentewolinetz2017-01-131-10/+9
|
* Removing shell module calls and cleaning up changedewolinetz2017-01-131-0/+1
|
* addressing commentsewolinetz2017-01-121-3/+3
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+49
deployer image