forked from coreos/quartermaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws.yaml
31 lines (31 loc) · 800 Bytes
/
aws.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
apiVersion: storage.coreos.com/v1alpha1
kind: StorageCluster
metadata:
name: gluster
spec:
type: glusterfs
storageNodes:
- nodeName: ip-10-0-64-65.us-west-1.compute.internal
storageNetwork:
ips:
- 10.0.64.65
devices:
- /dev/xvdc
glusterfs:
zone: 1
- nodeName: ip-10-0-112-197.us-west-1.compute.internal
storageNetwork:
ips:
- 10.0.112.197
devices:
- /dev/xvdc
glusterfs:
zone: 2
- nodeName: ip-10-0-65-93.us-west-1.compute.internal
storageNetwork:
ips:
- 10.0.65.93
devices:
- /dev/xvdc
glusterfs:
zone: 3