-
Notifications
You must be signed in to change notification settings - Fork 1
/
site.yml
53 lines (41 loc) · 778 Bytes
/
site.yml
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
services:
-
general:
name: coo-monitor
network:
ip: &COO_MONITOR_IP '192.168.50.20'
system:
memory: 2048
cpus: 2
pkgs:
- elasticsearch: *COO_MONITOR_IP
-
general:
name: &COO_MANAGE coo-manage
network:
ip: '192.168.50.30'
system:
memory: 768
cpus: 1
pkgs:
- coo_service:
- *COO_MANAGE
- 0.1.0
- logstash:
- *COO_MANAGE
- *COO_MONITOR_IP
-
general:
name: &COO_QUERY_ENGINE coo-query-engine
network:
ip: '192.168.50.40'
system:
memory: 768
cpus: 1
pkgs:
- coo_service:
- *COO_QUERY_ENGINE
- 0.1.0
- logstash:
- *COO_QUERY_ENGINE
- *COO_MONITOR_IP