Extend K8S and RIC installation instructions
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / mc-stack / charts / elasticsearch / examples / default / test / goss.yaml
1 kernel-param:
2   vm.max_map_count:
3     value: '262144'
4
5 http:
6   http://elasticsearch-master:9200/_cluster/health:
7     status: 200
8     timeout: 2000
9     body:
10       - 'green'
11       - '"number_of_nodes":3'
12       - '"number_of_data_nodes":3'
13
14   http://localhost:9200:
15     status: 200
16     timeout: 2000
17     body:
18       - '"number" : "7.3.0"'
19       - '"cluster_name" : "elasticsearch"'
20       - '"name" : "elasticsearch-master-0"'
21       - 'You Know, for Search'
22
23 file:
24   /usr/share/elasticsearch/data:
25     exists: true
26     mode: "2775"
27     owner: root
28     group: elasticsearch
29     filetype: directory
30
31 mount:
32   /usr/share/elasticsearch/data:
33     exists: true
34
35 user:
36   elasticsearch:
37     exists: true
38     uid: 1000
39     gid: 1000