forked from opencurve/curveadm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopology.yaml
47 lines (44 loc) · 1022 Bytes
/
topology.yaml
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
global:
user: curve
ssh_port: 22
private_key_file: /home/curve/.ssh/id_rsa
data_dir: /home/curve/curvefs/data/${service_role}
log_dir: /home/curve/curvefs/logs/${service_role}
container_image: opencurvedocker/curvefs:latest
s3.ak: <>
s3.sk: <>
s3.endpoint: nos-eastchina1.126.net
s3.bucket_name: curvefs
variable:
machine1: 10.0.1.1
machine2: 10.0.1.2
machine3: 10.0.1.3
etcd_services:
config:
listen.ip: ${service_host}
listen.port: 2380
listen.client_port: 2379
deploy:
- host: ${machine1}
- host: ${machine2}
- host: ${machine3}
mds_services:
config:
listen.ip: ${service_host}
listen.port: 6700
listen.dummy_port: 7700
deploy:
- host: ${machine1}
- host: ${machine2}
- host: ${machine3}
metaserver_services:
config:
listen.ip: ${service_host}
listen.port: 6701
metaserver.loglevel: 0
deploy:
- host: ${machine1}
- host: ${machine2}
- host: ${machine3}
config:
metaserver.loglevel: 3