Skip to content

Commit

Permalink
Merge pull request #5289 from jcantrill/1487573_fix_allowed_es_version
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Sep 8, 2017
2 parents faed701 + d2bf958 commit 756ab33
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions roles/openshift_logging_curator/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
__latest_curator_version: "3_5"
__allowed_curator_versions: ["3_5", "3_6"]
__latest_curator_version: "3_6"
__allowed_curator_versions: ["3_5", "3_6", "3_7"]
4 changes: 2 additions & 2 deletions roles/openshift_logging_elasticsearch/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
__latest_es_version: "3_5"
__allowed_es_versions: ["3_5", "3_6"]
__latest_es_version: "3_6"
__allowed_es_versions: ["3_5", "3_6", "3_7"]
__allowed_es_types: ["data-master", "data-client", "master", "client"]
__es_log_appenders: ['file', 'console']
__kibana_index_modes: ["unique", "shared_ops"]
Expand Down
4 changes: 2 additions & 2 deletions roles/openshift_logging_fluentd/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
__latest_fluentd_version: "3_5"
__allowed_fluentd_versions: ["3_5", "3_6"]
__latest_fluentd_version: "3_6"
__allowed_fluentd_versions: ["3_5", "3_6", "3_7"]
__allowed_fluentd_types: ["hosted", "secure-aggregator", "secure-host"]
__allowed_mux_client_modes: ["minimal", "maximal"]
4 changes: 2 additions & 2 deletions roles/openshift_logging_kibana/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
__latest_kibana_version: "3_5"
__allowed_kibana_versions: ["3_5", "3_6"]
__latest_kibana_version: "3_6"
__allowed_kibana_versions: ["3_5", "3_6", "3_7"]
4 changes: 2 additions & 2 deletions roles/openshift_logging_mux/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
__latest_mux_version: "3_5"
__allowed_mux_versions: ["3_5", "3_6"]
__latest_mux_version: "3_6"
__allowed_mux_versions: ["3_5", "3_6", "3_7"]

0 comments on commit 756ab33

Please sign in to comment.