summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1420219 - No log entry can be found in Kibana UI after deploying logging ↵Rich Megginson2017-02-211-0/+5
| | | | | | | stacks with ansible https://bugzilla.redhat.com/show_bug.cgi?id=1420219 The elasticsearch config was missing the common data model stanza
* Merge pull request #3431 from jcantrill/bz_1420256_ops_reusing_non_ops_prefixJeff Cantrill2017-02-212-2/+4
|\ | | | | Bz 1420256 ops reusing non ops prefix
| * bug 142026. Ensure Ops PVC prefix are initialized to empty when ops e…Jeff Cantrill2017-02-202-2/+4
| | | | | | | | nabled
* | Merge pull request #3409 from ewolinetz/logging_fix_verify_apiScott Dodson2017-02-201-0/+21
|\ \ | |/ |/| Adding missing handler to resolve error that it was not found
| * Reverting logic for verify api handler to be uniform with other ways we ↵ewolinetz2017-02-201-5/+15
| | | | | | | | verify, will be uniformly updated in future
| * updating until statments on uri module for api verificationewolinetz2017-02-171-1/+1
| |
| * Updating to use uri module insteadewolinetz2017-02-171-15/+5
| |
| * Adding missing handler to resolve error that it was not foundewolinetz2017-02-171-0/+21
| |
* | Merge pull request #3427 from ewolinetz/logging_quote_nodeselector_valueScott Dodson2017-02-203-3/+3
|\ \ | | | | | | Surrounding node selector values with quotes
| * | Surrounding node selector values with quotesewolinetz2017-02-203-3/+3
| |/
* / Correct logic test for running podsRussell Teague2017-02-201-3/+3
|/
* 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
| |
* | adding some quotes for safetyewolinetz2017-02-151-1/+1
| |
* | fixing use of oc_scale moduleewolinetz2017-02-152-2/+2
| |
* | fixing default for loggingewolinetz2017-02-151-3/+3
|/
* Merge pull request #3359 from ewolinetz/logging_metrics_defaultsScott Dodson2017-02-141-1/+1
|\ | | | | updating defaults for logging and metrics roles
| * updating defaults for logging and metrics rolesewolinetz2017-02-141-1/+1
| |
* | Merge pull request #3308 from mtnbikenc/oc_labelRussell Teague2017-02-143-62/+10
|\ \ | |/ |/| Modify playbooks to use oc_label module
| * Modify playbooks to use oc_label moduleRussell Teague2017-02-143-74/+10
| |
* | Modify playbooks to use oc_obj moduleRussell Teague2017-02-144-100/+127
|/
* Merge pull request #3321 from ashcrow/oc-serviceaccount-moduleJan Chaloupka2017-02-111-5/+5
|\ | | | | WIP: oc serviceaccount now done via oc_serviceaccount module
| * oc serviceaccount now done via oc_serviceaccount moduleSteve Milner2017-02-101-5/+5
| |
* | 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-103-1/+39
| | | | | | | | openshift_logging role
* | Merge pull request #3319 from richm/logging-cluster-size-intScott Dodson2017-02-104-14/+14
|\ \ | |/ |/| make sure cluster_size is an int for arith. ops
| * make sure cluster_size is an int for arith. opsRich Megginson2017-02-094-14/+14
| |
* | fix bug 1420204. Default openshift_logging_use_journal to empty so fluentd ↵Jeff Cantrill2017-02-102-4/+4
| | | | | | | | detects and is consistent with deployer
* | Merge pull request #3281 from ewolinetz/revert_3257Scott Dodson2017-02-105-19/+19
|\ \ | |/ |/| Reverting commit 3257 and renaming master_url to openshift_logging_ma…
| * 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-075-6/+6
| |
* | 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
| |