-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
58 lines (46 loc) · 1.32 KB
/
config.yml
File metadata and controls
58 lines (46 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# ______ ____ ______ ____ _____ ____ _____ __ __
# | ___ \ / ___ \ | ___ \ / ___ \ | ___ \ / ___ \ / _____\ | | / /
# | |__| / | | | | | |__| / | | | | | | | | | | | | | | | |/ /
# | \ | | | | | ___ \ | | | | | | | | | | | | | | | /
# | |\ \ | |__| | | |__| | | |__| | | |__| | | |__| | | |_____ | |\ \
# |__| \__\ \_____/ |_______/ \_____/ |______/ \_____/ \______/ |__| \__\
# Example config for Robodock cluster
servers.hosts:
-
name: "hadoop-dist-docker-2"
hostname_or_ip: hadoop-dist-docker-2
-
name: "hadoop-dist-docker-3"
hostname_or_ip: hadoop-dist-docker-3
-
name: "hadoop-dist-docker-4"
hostname_or_ip: hadoop-dist-docker-4
# -------------- High Available Services --------------
zookeeper:
nodes: "1,2,3"
configs:
- ZOOKEEPER_IMAGE_OR_DOCKERFILE=zookeeper:3.4.9
kafka:
nodes: "1,2,3"
configs:
- KAFKA_HEAP_OPTS=-Xms256m -Xmx256m
storm_worker:
nodes: "1,2,3"
storm_ui:
nodes: "2"
postgres:
nodes: "1,2,3"
storm_nimbus:
nodes: "1"
redis:
nodes: "1,2,3,2,3,1"
timescaledb:
nodes: "1,2,3"
# --------------- Monitoring Services ------------------
portainer:
nodes: "1"
healthchecker:
nodes: "1"
# -------------- Standalone Services --------------
redis_cluster:
nodes: "1"