blob: d6e2ecdc84d4310a3f36fa6a3300911f9e1b9ec9 [file] [log] [blame]
vgusevde147bf2017-12-06 12:16:25 +04001---
2summary: >
3 Added two new classes for Elasticsearch and Kibana
4
5features:
6 - |
7 Added two new classes to support Elasticsearch v2 and v5 and Kibana
8 v4 and v5.
9 Update the Elasticsearch and Kibana classes in the
10 ``classes/cluster/<cluster_name>/stacklight/server.yml`` file of
11 the Reclass model of your MCP deployment according to the required
12 versions:
13
14 #. For Elasticsearch, change the ``linux.system.repo.elasticsearch`` class
15 to ``linux.system.repo.elasticsearch.2`` or ``linux.system.repo.elasticsearch.5``.
16 To deploy Elasticsearch version 2, specify the ``elasticsearch_version: 2``
17 parameter in the same file.
18 #. For Kibana, change the ``linux.system.repo.kibana`` class to
19 ``linux.system.repo.kibana.4`` or ``linux.system.repo.kibana.5``.
20 To deploy Kibana version 4, specify the ``kibana_version: 4``
21 parameter in the same file.