summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1420234 - illegal_argument_exception in Kibana UI.Rich Megginson2017-02-091-0/+1
| | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1420234 The problem is that the fluent.conf is missing the common data model filter which renames the "time" field to the "@timestamp" field.
* bug 1420684. On logging upgrade use the correct value for namespaceJeff Cantrill2017-02-091-1/+1
|
* Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35Scott Dodson2017-02-063-4/+4
|\ | | | | 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-023-4/+4
| |
* | Ensure python2-ruamel-yaml is installedScott Dodson2017-02-031-4/+0
| | | | | | | | | | | | need to revisit this, currently python2-ruamel-yaml doesn't provide 'python-ruamel-yaml'. It probably should and that should be what we're installing.
* | openshift_logging link pull secret to serviceaccountsJeff Cantrill2017-02-033-0/+30
| | | | | | | | fix unlabel when undeploying
* | Updating oc_apply to use command instead of shellewolinetz2017-02-011-5/+7
| |
* | Updating oc_apply changed_when conditions, fixing filter usage for ↵ewolinetz2017-02-011-13/+14
| | | | | | | | openshift_hosted_logging playbook
* | Adding bool filter to when openshift_logging_use_ops evals and updating ↵ewolinetz2017-01-318-19/+39
|/ | | | oc_apply to handle trying to update immutable fields
* Adding bool filter to ensure that we correctly set ops host for fluentdewolinetz2017-01-311-2/+2
|
* Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurlScott Dodson2017-01-305-0/+19
|\ | | | | 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-302-6/+8
| | | | | | | | other masters
| * ensuring ruamel.yaml is on target for oc_scaleewolinetz2017-01-271-0/+4
| |
| * Updating to correctly pull handler for openshift_logging. Adding logic to ↵ewolinetz2017-01-272-0/+6
| | | | | | | | openshift_hosted_logging too
| * Updating openshift_logging role to add kibana public url to loggingPublicURL ↵ewolinetz2017-01-271-0/+7
| | | | | | | | in master-config
* | fix negative stride encountered from openshift_loggingJeff Cantrill2017-01-301-4/+4
| |
* | Merge pull request #3202 from ewolinetz/logging_fix_generating_es_dcScott Dodson2017-01-272-19/+35
|\ \ | |/ |/| Updating to reuse previous ES DC names and always generate DCs
| * Only manual scale down being allowed nowewolinetz2017-01-272-4/+8
| |
| * Updating to reuse previous ES DC names and always generate DCsewolinetz2017-01-261-17/+29
| |
* | adopt oc_scale module for openshift_logging roleJeff Cantrill2017-01-275-68/+79
| |
* | Fixing fluentd node labellingewolinetz2017-01-263-5/+11
|/
* Merge pull request #3169 from jcantrill/logging_node_selectorScott Dodson2017-01-257-0/+27
|\ | | | | allow openshift_logging role to specify nodeSelectors
| * allow openshift_logging role to specify nodeSelectorsJeff Cantrill2017-01-247-0/+27
| |
* | fixes jks generation, node labeling, and rerunning for oauth secretsewolinetz2017-01-243-68/+34
|/
* Merge branch 'master' into fix_logging_jks_genEric Wolinetz2017-01-231-7/+14
|\
| * fix oc_apply to allow running on any control nodeJeff Cantrill2017-01-191-7/+14
| |
* | Adding to ansible spec and changing logging jks generation to be a local_actionewolinetz2017-01-204-36/+114
| |
* | Removing docker run strategy and make java a requirement for control hostewolinetz2017-01-203-13/+18
| |
* | Updating to use docker run instead of scheduling jks gen podewolinetz2017-01-201-47/+13
|/
* Addressing found issues with logging roleewolinetz2017-01-182-3/+3
|
* Addressing Travis errorsewolinetz2017-01-177-176/+220
|
* delete idempotentewolinetz2017-01-132-0/+22
|
* additional comments addressedewolinetz2017-01-132-9/+5
|
* Updating upgrade_logging to be more idempotentewolinetz2017-01-137-18/+32
|
* Using oc_apply task for idempotentewolinetz2017-01-134-11/+87
|
* Removing shell module calls and cleaning up changedewolinetz2017-01-1324-71/+169
|
* addressing commentsewolinetz2017-01-1219-359/+112
|
* Fixing collision of system.admin cert generationewolinetz2017-01-041-4/+4
|
* minor updates for code reviews, remove unused paramsJeff Cantrill2016-12-191-31/+1
|
* Updating to use deployer pod to generate JKS chain insteadewolinetz2016-12-153-96/+191
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-1462-0/+3391
deployer image