summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-063-14/+14
|
* Do not escalate privileges in jks generation tasksirozzo2017-11-301-0/+6
|
* Merge pull request #6029 from boeboe/masterOpenShift Merge Robot2017-11-161-0/+4
|\ | | | | | | | | | | | | Automatic merge from submit-queue. logging with static pvc: allow specifying the storage class name See https://github.com/openshift/openshift-ansible/issues/6028 for more info and motivation.
| * logging with static pvc: allow specifying the storage class nameBart Van Bos2017-11-061-0/+4
| |
* | Merge pull request #6088 from wozniakjan/bug_1510496_es_pvc_sizeOpenShift Merge Robot2017-11-161-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Bug 1510496 - logging: honor ES PVC size fix for https://bugzilla.redhat.com/show_bug.cgi?id=1510496
| * | Bug 1510496 - logging: honor ES PVC sizeJan Wozniak2017-11-101-0/+2
| |/
* | Removing setting prefix and version facts in openshift_logging to let the ↵Eric Wolinetz2017-11-131-13/+0
| | | | | | | | component roles set their defaults
* | Updating logging components image defaulting pattern to match ↵Eric Wolinetz2017-11-061-1/+3
|/ | | | openshift_logging pattern
* Using the currently attached pvc for an ES dc if available, otherwise ↵Eric Wolinetz2017-11-011-2/+2
| | | | falling back to current logic
* Merge pull request #5888 from jcantrill/1501599_allow_project_overcommitOpenShift Merge Robot2017-10-301-0/+8
|\ | | | | | | | | | | | | | | Automatic merge from submit-queue. bug 1501599. Omit logging project from overcommit restrictions This PR: * Annotates the logging project to remove overcommit restrictions
| * bug 1501599. Omit logging project from overcommit restrictionsJeff Cantrill2017-10-251-0/+8
| |
* | Fix loop_var warnings during logging installMichael Gugino2017-10-241-12/+21
|/ | | | | | | | | Currently, install_logging.yml in openshift_logging role loops over other roles. This creates a collision with the keyword 'item' in those roles. This commit adds the loop_var as suggested by ansible warnings.
* Merge pull request #5748 from portante/fix-cpu-limitsScott Dodson2017-10-201-0/+5
|\ | | | | Use "requests" for CPU resources instead of limits
| * Use "requests" for CPU resources instead of limitsPeter Portante2017-10-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now use a CPU request to ensure logging infrastructure pods are not capped by default for CPU usage. It is still important to ensure we have a minimum amount of CPU. We keep the use of the variables *_cpu_limit so that the existing behavior is maintained. Note that we don't want to cap an infra pod's CPU usage by default, since we want to be able to use the necessary resources to complete it's tasks. Bug 1501960 (https://bugzilla.redhat.com/show_bug.cgi?id=1501960)
* | bug 1489498. preserve replica and shard settingsJeff Cantrill2017-10-171-0/+4
|/
* Merge pull request #5637 from wozniakjan/1496271_fixOpenShift Merge Robot2017-10-051-5/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Bug 1496271 - Perserve SCC for ES local persistent storage ES can be modified to use node local persistent storage. This requires changing SCC and is described in docs: https://docs.openshift.com/container-platform/3.6/install_config/aggregate_logging.html During an upgrade, SCC defined by the user is ignored. This fix fetches SCC user defined as a fact and adds it to the ES DC which is later used. Also includes cherrypicked fix for - Bug 1482661 - Preserve ES dc nodeSelector and supplementalGroups cc @jcantrill
| * Bug 1496271 - Perserve SCC for ES local persistent storageJeff Cantrill2017-10-031-0/+2
| | | | | | | | | | | | | | | | | | | | ES can be modified to use node local persistent storage. This requires changing SCC and is described in docs: https://docs.openshift.com/container-platform/3.6/install_config/aggregate_logging.html During an upgrade, SCC defined by the user is ignored. This fix fetches SCC user defined as a fact and adds it to the ES DC which is later used.
| * bug 1482661. Preserve ES dc nodeSelector and supplementalGroupsJeff Cantrill2017-09-291-5/+8
| | | | | | | | (cherry picked from commit 601e35cbf4410972c7fa0a1d3d5c6327b82353ac)
* | Merge pull request #5564 from jcantrill/es_promOpenShift Merge Robot2017-10-052-2/+3
|\ \ | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Add logging es prometheus endpoint This PR adds changes to add a prometheus endpoint to the logging elasticsearch pod
| * | Add logging es prometheus endpointJeff Cantrill2017-10-032-2/+3
| |/
* | Merge pull request #5543 from ewolinetz/bz1495150OpenShift Merge Robot2017-10-041-4/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Removing setting pvc size and dynamic to remove looped var setting If we don't set openshift_logging_es_pvc_size but have `openshift_logging_es_pvc_dynamic=True` we see the variable openshift_logging_elasticsearch_pvc_size is set recursively as itself. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1495150 https://bugzilla.redhat.com/show_bug.cgi?id=1496202
| * | Removing setting pvc size and dynamic to remove looped var settingEric Wolinetz2017-09-261-4/+0
| | |
* | | Reverting using uninstall variables for logging and metricsEric Wolinetz2017-09-291-1/+1
| |/ |/|
* | logging: introducing event routerJan Wozniak2017-09-262-0/+14
|/ | | | | | | | - eventrouter has its own role 'openshift_logging_eventrouter' written as a template - 'openshift_logging_install_eventrouter' controls whether it gets included in the playbook or not - deployed by default to 'default' namespace
* Updating default behavior for installing metrics and logging. Separating out ↵Eric Wolinetz2017-09-221-4/+5
| | | | uninstall to own variable
* Bug 1491636 - honor openshift_logging_es_ops_nodeselectorJan Wozniak2017-09-141-0/+2
|
* Adding deprecation checks to ansible_syntaxRussell Teague2017-09-011-1/+1
|
* Merge pull request #5189 from wozniakjan/logging_purge_uninstallOpenShift Bot2017-08-311-0/+10
|\ | | | | Merged by openshift-bot
| * Bug 1467265 - logging: add 'purge' option with uninstallJan Wozniak2017-08-241-0/+10
| | | | | | | | | | | | | | | | | | | | | | The common uninstall would keep PVC around to prevent unwanted data loss during reinstalls. There is a scenario where the user may want complete removal of EFK stack including PVC. This change adds an optional `openshift_logging_purge_logging` variable to completely remove the EFK stack. By default, this is set to 'False' and only works if user sets `openshift_logging_install_logging` to 'False' to initiate the uninstallation process.
* | Merge pull request #5219 from jcantrill/bz1480988_kibana_ops_linksScott Dodson2017-08-292-0/+18
|\ \ | | | | | | annotate the infra projects for logging to fix bz1480988
| * | annotate the infra projects for logging to fix bz1480988Jeff Cantrill2017-08-282-0/+18
| | |
* | | Merge pull request #5044 from wozniakjan/logging_role_based_image_versionsOpenShift Bot2017-08-251-12/+0
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Bug 1471322: logging roles based image versionsJan Wozniak2017-08-181-12/+0
| | | | | | | | | | | | | | | | | | Allowing to specify an image version for each logging component https://bugzilla.redhat.com/show_bug.cgi?id=1471322
* | | Passing memory and cpu limit for ops ES installEric Wolinetz2017-08-221-0/+4
| |/ |/|
* | Remove additional 'restart master' handler references.Andrew Butcher2017-08-091-1/+0
|/
* 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
* fix up openshift-ansible for use with 'oc cluster up'Jeff Cantrill2017-06-062-2/+2
|
* Merge pull request #4327 from ewolinetz/fix_logging_secretOpenShift Bot2017-06-062-4/+6
|\ | | | | Merged by openshift-bot
| * Updating Kibana-proxy secret key name, fixing deleting secrets, fixed extra ↵ewolinetz2017-05-312-4/+6
| | | | | | | | ES dc creation
* | Merge pull request #4232 from richm/mux-namespaces-docsOpenShift Bot2017-06-021-1/+1
|\ \ | | | | | | Merged by openshift-bot
| * | add mux docs; allow to specify mux namespacesRich Megginson2017-05-311-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | 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.
* | fix curator host, port params; remove curator es volumesRich Megginson2017-05-311-0/+4
| |
* | Revert "Merge pull request #4271 from DG-i/master"Steve Kuznetsov2017-05-312-2/+0
|/ | | | | | | This reverts commit 6b9e05d16a935d632b83eda601538bff2353e4fb, reversing changes made to 240b923c95e04e9467c607c502c857dd86d14179. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* Adding default value for openshift_hosted_logging_storage_kindewolinetz2017-05-301-4/+4
|
* Merge pull request #4280 from ewolinetz/logging_pvc_fixOpenShift Bot2017-05-301-4/+7
|\ | | | | Merged by openshift-bot
| * Updating to generate PVC when storage type is passed in as nfsewolinetz2017-05-251-4/+7
| |