-
Notifications
You must be signed in to change notification settings - Fork 1
/
vagrant.yaml
306 lines (306 loc) · 6.92 KB
/
vagrant.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
hosts:
keystonectl-001:
role: tenant_keystone_ctl
domain: 1
profile: tenant
ip: 192.168.100.111
mac: "000027000111"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
keystonectl-002:
role: tenant_keystone_ctl
domain: 1
profile: tenant
ip: 192.168.100.112
mac: "000027000112"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
glancectl-001:
role: tenant_glance_ctl
domain: 1
profile: tenant
ip: 192.168.100.121
mac: "000027000121"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
glancectl-002:
role: tenant_glance_ctl
domain: 1
profile: tenant
ip: 192.168.100.122
mac: "000027000122"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
cinderctl-001:
role: tenant_cinder_ctl
domain: 1
profile: tenant
ip: 192.168.100.131
mac: "000027000131"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
cinderctl-002:
role: tenant_cinder_ctl
domain: 1
profile: tenant
ip: 192.168.100.132
mac: "000027000132"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
novactl-001:
role: tenant_nova_ctl
domain: 1
profile: tenant
ip: 192.168.100.141
mac: "000027000141"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
novactl-002:
role: tenant_nova_ctl
domain: 1
profile: tenant
ip: 192.168.100.142
mac: "000027000142"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
neutronapi-001:
role: tenant_neutron_api
domain: 1
profile: tenant
ip: 192.168.100.151
mac: "000027000151"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
neutronapi-002:
role: tenant_neutron_api
domain: 1
profile: tenant
ip: 192.168.100.152
mac: "000027000152"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
horizon-001:
role: tenant_horizon
domain: 1
profile: tenant
ip: 192.168.100.161
mac: "000027000161"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
horizon-002:
role: tenant_horizon
domain: 1
profile: tenant
ip: 192.168.100.162
mac: "000027000162"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
ceilometerctl-001:
role: tenant_ceilometer_ctl
domain: 1
profile: tenant
ip: 192.168.100.171
mac: "000027000171"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
ceilometerctl-002:
role: tenant_ceilometer_ctl
domain: 1
profile: tenant
ip: 192.168.100.172
mac: "000027000172"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
heatctl-001:
role: tenant_heat_ctl
domain: 1
profile: tenant
ip: 192.168.100.181
mac: "000027000181"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
heatctl-002:
role: tenant_heat_ctl
domain: 1
profile: tenant
ip: 192.168.100.182
mac: "000027000182"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
net-001:
role: tenant_network_agents
domain: 1
profile: tenant
ip: 192.168.100.15
mac: "000027000015"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
net-002:
role: tenant_network_agents
domain: 1
profile: tenant
ip: 192.168.100.16
mac: "000027000016"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
proxyinternal-001:
role: tenant_proxy_internal
domain: 1
profile: tenant
ip: 192.168.100.9
mac: "000027000009"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
proxyinternal-002:
role: tenant_proxy_internal
domain: 1
profile: tenant
ip: 192.168.100.10
mac: "000027000010"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
proxyexternal-001:
role: tenant_proxy_external
domain: 1
profile: tenant
ip: 192.168.100.60
mac: "000027000060"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
proxyexternal-002:
role: tenant_proxy_external
domain: 1
profile: tenant
ip: 192.168.100.61
mac: "000027000061"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
nova-001:
role: tenant_compute_local
domain: 1
profile: aio,tenant
ip: 192.168.100.50
mac: "000027000050"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
nova-002:
role: tenant_compute_local
domain: 1
profile: aio,tenant
ip: 192.168.100.51
mac: "000027000051"
memory: 1024
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
db-001:
role: tenant_db
domain: 1
profile: tenant
ip: 192.168.100.12
mac: "000027000012"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
db-002:
role: tenant_db
domain: 1
profile: tenant
ip: 192.168.100.13
mac: "000027000013"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
db-003:
role: tenant_db
domain: 1
profile: tenant
ip: 192.168.100.14
mac: "000027000014"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
ceph-mon-001:
role: ceph_mon
domain: 1
profile: tenant
ip: 192.168.100.200
mac: "000027000200"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
ceph-mon-002:
role: ceph_mon
domain: 1
profile: tenant
ip: 192.168.100.201
mac: "000027000201"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
ceph-mon-003:
role: ceph_mon
domain: 1
profile: tenant
ip: 192.168.100.202
mac: "000027000202"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
ceph-osd-001:
role: ceph_osd
domain: 1
profile: tenant
ip: 192.168.100.205
mac: "000027000205"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
storage_disks:
- b
- c
- d
- e
- f
- g
- h
- i
- j
- k
ceph-osd-002:
role: ceph_osd
domain: 1
profile: tenant
ip: 192.168.100.206
mac: "000027000206"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
storage_disks:
- b
- c
- d
- e
- f
- g
- h
- i
- j
- k
ceph-osd-003:
role: ceph_osd
domain: 1
profile: tenant
ip: 192.168.100.207
mac: "000027000207"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"
storage_disks:
- b
- c
- d
- e
- f
- g
- h
- i
- j
- k
ceph-rgw-001:
role: ceph_rgw
domain: 1
profile: tenant
ip: 192.168.100.210
mac: "000027000210"
memory: 512
box: "http://cis-kickstart.cisco.com/ccs-rhel-7.box"