summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_fluentd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-01-02 12:01:20 -0800
committerGitHub <noreply@github.com>2018-01-02 12:01:20 -0800
commita327ab37e12f71625d3a4b0714c726dc5ac5f942 (patch)
treea5d6c0bac54f4d827442d041868a211d90d54136 /roles/openshift_logging_fluentd
parenteb43e2b79ed34dca04bff5522190ff7735814a7a (diff)
parent6e7b7448e0b9d88d649b3ae70c1e91b06ad7d97e (diff)
downloadopenshift-a327ab37e12f71625d3a4b0714c726dc5ac5f942.tar.gz
openshift-a327ab37e12f71625d3a4b0714c726dc5ac5f942.tar.bz2
openshift-a327ab37e12f71625d3a4b0714c726dc5ac5f942.tar.xz
openshift-a327ab37e12f71625d3a4b0714c726dc5ac5f942.zip
Merge pull request #6523 from nhosoi/allowed_versions
Automatic merge from submit-queue. Bug 1527178 - installation of logging stack failed: Invalid version s… …pecified for Elasticsearch openshift_logging_{curator,elasicsearch,fluentd,kibana,mux}/vars/main.yml: - adding "3_8" to __allowed_.*_versions - replacing the value of __latest_.*_version "3_6" with "3_8". Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1527178
Diffstat (limited to 'roles/openshift_logging_fluentd')
-rw-r--r--roles/openshift_logging_fluentd/vars/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_logging_fluentd/vars/main.yml b/roles/openshift_logging_fluentd/vars/main.yml
index 92a426952..762e3d4d0 100644
--- a/roles/openshift_logging_fluentd/vars/main.yml
+++ b/roles/openshift_logging_fluentd/vars/main.yml
@@ -1,5 +1,5 @@
---
-__latest_fluentd_version: "3_6"
-__allowed_fluentd_versions: ["3_5", "3_6", "3_7"]
+__latest_fluentd_version: "3_8"
+__allowed_fluentd_versions: ["3_5", "3_6", "3_7", "3_8"]
__allowed_fluentd_types: ["hosted", "secure-aggregator", "secure-host"]
__allowed_mux_client_modes: ["minimal", "maximal"]