summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
|