forked from mesosphere-backup/dcos-vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVagrantConfig.yaml.example
68 lines (68 loc) · 949 Bytes
/
VagrantConfig.yaml.example
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
59
60
61
62
63
64
65
66
67
68
m1:
ip: 192.168.65.90
cpus: 2
memory: 1024
type: master
m2:
ip: 192.168.65.95
cpus: 2
memory: 1024
type: master
m3:
ip: 192.168.65.101
cpus: 2
memory: 1024
type: master
a1:
ip: 192.168.65.111
cpus: 4
memory: 3328
type: agent-private
a2:
ip: 192.168.65.121
cpus: 4
memory: 1536
type: agent-private
a3:
ip: 192.168.65.131
cpus: 4
memory: 1536
type: agent-private
a4:
ip: 192.168.65.141
cpus: 4
memory: 1536
type: agent-private
a5:
ip: 192.168.65.151
cpus: 4
memory: 1536
type: agent-private
a6:
ip: 192.168.65.161
cpus: 4
memory: 1536
type: agent-private
p1:
ip: 192.168.65.60
cpus: 2
memory: 1024
type: agent-public
aliases:
- spring.acme.org
- oinker.acme.org
p2:
ip: 192.168.65.70
cpus: 2
memory: 1024
type: agent-public
p3:
ip: 192.168.65.80
cpus: 2
memory: 1024
type: agent-public
boot:
ip: 192.168.65.50
cpus: 2
memory: 256
type: boot