-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathserver-setup.xml
executable file
·467 lines (443 loc) · 14.9 KB
/
server-setup.xml
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<data>
<version>2.0</version>
<!--
ipAddressRange: It is possible to specify a single IP address. For example, to add 192.168.1.1
as the only address, specify as <ipAddressRange>192.168.1.1<ipAddressRange>. To specify 192.168.1.1
to 192.168.1.150 specify as <ipAddressRange>192.168.1.1-192.168.1.150</ipAddressRange>
-->
<!-- <zones>
<zone>
<id>1</id>
<name>NM</name>
<physicalNetworkId>200</physicalNetworkId>
<dns1>4.2.2.2</dns1>
<dns2>10.10.10.14</dns2>
<internalDns1>4.2.2.2</internalDns1>
<internalDns2>4.2.2.2</internalDns2>
<netmask>255.255.255.0</netmask>
<vnet>560-579</vnet>
<guestNetworkCidr>10.1.1.0/24</guestNetworkCidr>
<networktype>Advanced</networktype>
</zone>
</zones>
<physicalNetworks>
<physicalNetwork>
<id>200</id>
<zoneId>1</zoneId>
<vnet>1075-1089</vnet>
</physicalNetwork>
</physicalNetworks>
<physicalNetworkServiceProviders>
<physicalNetworkServiceProvider>
<id>1</id>
<physicalNetworkId>200</physicalNetworkId>
<providerName>VirtualRouter</providerName>
<destPhysicalNetworkId>0</destPhysicalNetworkId>
<vpn>1</vpn>
<dhcp>1</dhcp>
<dns>1</dns>
<gateway>1</gateway>
<firewall>1</firewall>
<sourceNat>1</sourceNat>
<loadBalance>1</loadBalance>
<staticNat>1</staticNat>
<portForwarding>1</portForwarding>
<userData>1</userData>
<securityGroup>0</securityGroup>
</physicalNetworkServiceProvider>
</physicalNetworkServiceProviders>
<virtualRouterProviders>
<virtualRouterProvider>
<id>1</id>
<nspId>1</nspId>
<type>VirtualRouter</type>
</virtualRouterProvider>
</virtualRouterProviders>
-->
<!--
ipAddressRange: It is possible to specify a single IP address. For example, to add 192.168.1.1
as the only address, specify as <ipAddressRange>192.168.1.1<ipAddressRange>. To specify 192.168.1.1
to 192.168.1.150 specify as <ipAddressRange>192.168.1.1-192.168.1.150</ipAddressRange>
At the moment there is no way to specify a different netmask for each pod. The netmask
is controlled by the private.net.mask parameter further down this file.
-->
<!-- <pods>
<pod>
<id>1</id>
<name>NM</name>
<zoneId>1</zoneId>
<gateway>10.91.28.1</gateway>
<cidr>10.91.28.0/24</cidr>
<ipAddressRange>10.91.28.160-10.91.28.179</ipAddressRange>
</pod>
</pods> -->
<!--
<storagePools>
<storagePool>
<zoneId>1</zoneId>
<podId>1</podId>
<name>idc-ss</name>
<hostAddress>10.91.28.6</hostAddress>
<hostPath>/export/home/nitin/primary</hostPath>
</storagePool>
</storagePools>
-->
<!--
<secondaryStorages>
<secondaryStorage>
<zoneId>1</zoneId>
<podId>1</podId>
<url>nfs://10.91.28.6/export/home/nitin/secondary</url>
</secondaryStorage>
</secondaryStorages>
-->
<!-- <vlans>
<vlan>
<zoneId>1</zoneId>
<physicalNetworkId>200</physicalNetworkId>
<vlanId>30</vlanId>
<vlanType>VirtualNetwork</vlanType>
<gateway>10.91.30.1</gateway>
<netmask>255.255.255.0</netmask>
<ipAddressRange>10.91.30.160-10.91.30.179</ipAddressRange>
</vlan>
</vlans>-->
<!--
<vlan>
<zoneId>1</zoneId>
<vlanId>31</vlanId>
<vlanType>VirtualNetwork</vlanType>
<gateway>192.168.31.1</gateway>
<netmask>255.255.255.0</netmask>
<ipAddressRange>192.168.31.10-192.168.31.19</ipAddressRange>
</vlan>
-->
<!--
* id is the unique id of the service offering
* name is the name of the service offering
* displayText is the text that will be shown in the UI (usually as a dropdown list)
* cpu is the number of CPUs for the offering
* ramSize is total memory in MB
* speed is the CPU speed for each core in MHZ
* diskSpace is the storage space in MB
* enableHA is a true/false value to determine if HA should be turned on for vms with this service offering. Default is false.
-->
<serviceOfferings>
<serviceOffering>
<id>1</id>
<name>Small Instance</name>
<displayText>Small Instance [500MHZ CPU, 512MB MEM, 16GB Disk] - $0.10 per hour</displayText>
<cpu>1</cpu>
<ramSize>512</ramSize>
<speed>500</speed>
</serviceOffering>
<serviceOffering>
<id>2</id>
<name>Medium Instance</name>
<displayText>Medium Instance [2GHZ CPU, 2GB MEM, 32GB Disk] - $0.20 per hour</displayText>
<cpu>1</cpu>
<ramSize>2048</ramSize>
<speed>2000</speed>
</serviceOffering>
<serviceOffering>
<id>3</id>
<name>Large Instance</name>
<displayText>Large Instance [2GHZ CPU, 4GB MEM, 64GB Disk] - $0.30 per hour</displayText>
<cpu>2</cpu>
<ramSize>4096</ramSize>
<speed>2000</speed>
</serviceOffering>
</serviceOfferings>
<diskOfferings>
<diskOffering>
<id>1</id>
<domainId>1</domainId>
<name>Small Disk</name>
<displayText>Small Disk [16GB Disk]</displayText>
<diskSpace>16384</diskSpace>
</diskOffering>
<diskOffering>
<id>2</id>
<domainId>1</domainId>
<name>Medium Disk</name>
<displayText>Medium Disk [32GB Disk]</displayText>
<diskSpace>32768</diskSpace>
</diskOffering>
<diskOffering>
<id>3</id>
<domainId>1</domainId>
<name>Large Disk</name>
<displayText>Large Disk [64GB Disk]</displayText>
<diskSpace>65536</diskSpace>
</diskOffering>
</diskOfferings>
<!--
This is the user section. Use this to create users for your fresh setup.
* firstname/lastname are optional parameters
* id and email, however, are *required*
-->
<users>
<user>
<id>2</id>
<username>admin</username>
<password>password</password>
<firstname>Admin</firstname>
<lastname>User</lastname>
<email>admin@mailprovider.com</email>
</user>
</users>
<!--
This is the configuration section. It contains various configuration settings
unrelated between each other, but influencing the operation of the cloud.
-->
<configurationEntries>
<!--
The default.zone parameter controls in which zone machines are created by default,
if you do not specify a zone.
-->
<configuration>
<name>default.zone</name>
<value>ZONE1</value>
</configuration>
<!--
The guest.domain.suffix parameter...
--> <configuration>
<name>guest.domain.suffix</name>
<value>qatest-vmops.com</value>
</configuration>
<!--
Enable Dynamic RBAC by default for fresh installations
-->
<configuration>
<name>dynamic.apichecker.enabled</name>
<value>true</value>
</configuration>
<!--
Enable RootCA auth strictness for fresh installations
-->
<configuration>
<name>ca.plugin.root.auth.strictness</name>
<value>true</value>
</configuration>
<!--
The instance.name parameter is tacked to the end of the names of the VMs you create.
So, for example, with the TEST value as it ships by default, your VMs would be named:
i-X-Y-TEST, where X is the account ID and Y is the serially incrementing VM ID.
-->
<configuration>
<name>instance.name</name>
<value>TEST</value>
</configuration>
<!--
The integration.api.port parameter controls on which port the REST API listens.
-->
<configuration>
<name>integration.api.port</name>
<value>8096</value>
</configuration>
<!--
The memory.capacity.threshold is a percentage value (e.g. 0.85 is 85%). Whenever
the Percent Used memory in a pod exceeds this threshold, our software will alert
you.
-->
<configuration>
<name>memory.capacity.threshold</name>
<value>0.85</value>
</configuration>
<!--
This parameter is similar to memory.capacity.threshold, but for CPU capacity.
-->
<configuration>
<name>cpu.capacity.threshold</name>
<value>0.85</value>
</configuration>
<!--
The following two parameters:
1. storage.capacity.threshold
2. storage.allocated.capacity.threshold
are similar to the last two parameters, but apply to storage. If at any point,
the Storage Used (actual data size used in the storage volume) or Storage
Allocated (total storage configured across a pod) exceeds these thresholds,
our software will alert you.
-->
<configuration>
<name>storage.capacity.threshold</name>
<value>0.85</value>
</configuration>
<configuration>
<name>storage.allocated.capacity.threshold</name>
<value>0.85</value>
</configuration>
<!--
The following two parameters operate in a similar fashion to the earlier
thresholds. If the percentage of allocated IPs vs. available IPs exceed
these thresholds, you will be alerted.
-->
<configuration>
<name>public.ip.capacity.threshold</name>
<value>0.85</value>
</configuration>
<configuration>
<name>private.ip.capacity.threshold</name>
<value>0.85</value>
</configuration>
<!--
capacity.check.period tells the Management Server how often to check the
available capacity. The value is expressed in milliseconds.
-->
<configuration>
<name>capacity.check.period</name>
<value>300000</value>
</configuration>
<!--
expunge.interval is the number of seconds after which destroyed VMs will be
cleaned out of the storage server and no longer recoverable.
-->
<configuration>
<name>expunge.interval</name>
<value>86400</value>
</configuration>
<!--
The wait parameter expresses how many seconds a command can be sitting in the queue.
Commands to the different participants in the cloud are serialized through a single-
consumer queue, to coordinate several multi-step actions. If, theoretically, a
command in the queue is holding the subsequent commands up for too long (by default,
as you can see, half an hour), then the queue itself is cleaned up and you
get a failure alert in your Management UI.
-->
<configuration>
<name>wait</name>
<value>1800</value>
</configuration>
<!--
The upgrade URL is the URL of the management server that agents will connect to
in order to automatically upgrade. This should be the configured host/port of
either a load balancer if clustering is used, or the management server if a single
server is installed. If the port to use is 80, the ":8080" portion of the
value below can be removed.
In the vast majority of cases, all you need to change is the host, from example.com
to whatever IP address or host name of your management server / load balancer.
-->
<configuration>
<name>upgrade.url</name>
<value>http://example.com:8080/client/agent/update.zip</value>
</configuration>
<!--
The following two throttling parameters are expressed in Mb/s (mega*bits* per second).
Each value is the default limit for each user (as a whole) in terms of served bandwidth
rate. To be more precise: users' downloads to their VMs are *not* limited; these
parameters govern the limits of outbound traffic.
The first one is the overall limit. The second limit applies only to multicast traffic.
-->
<configuration>
<name>network.throttling.rate</name>
<value>200</value>
</configuration>
<configuration>
<name>multicast.throttling.rate</name>
<value>10</value>
</configuration>
<configuration>
<name>secstorage.encrypt.copy</name>
<value>false</value>
</configuration>
<!--
usage.aggregation.timezone is the timezone to use for aggregating usage. This timezone
will specify the boundaries for one day, i.e. when daily usage records are generated, it will
be one day's worth of usage in this timezone's day. The value of must be a valid Java 1.6
timezone id, a list of timezone ids is here (but not guaranteed to be 100% accurate)
http://www.java2s.com/Tutorial/Java/0120__Development/GettingallthetimezonesIDs.htm
usage.stats.job.exec.time is the time at which the usage statistics aggregation job will run.
The value is specified as an HH24:MM time, e.g. 00:30 to run at 12:30am (server time). The
default value is configured to run at 12:15am and will aggregate usage data from the previous
day.
-->
<configuration>
<name>usage.aggregation.timezone</name>
<value>GMT</value>
</configuration>
<configuration>
<name>usage.stats.job.exec.time</name>
<value>00:15</value>
</configuration>
<configuration>
<name>system.vm.local.storage.required</name>
<value>false</value>
</configuration>
<!--
<configuration>
<name>hypervisor.type</name>
<value></value>
</configuration>
-->
<configuration>
<name>secondary.storage.vm</name>
<value>false</value>
</configuration>
<!--
The following are for configuring alerts and a proper email (where system
alerts will be sent to) and smtp server needs to be
configured before enabling this feature.
-->
<!--
<configuration>
<name>alert.smtp.host</name>
<value>smtp.host.com</value>
</configuration>
<configuration>
<name>alert.smtp.port</name>
<value>25</value>
</configuration>
<configuration>
<name>alert.smtp.useAuth</name>
<value>false</value>
</configuration>
<configuration>
<name>alert.smtp.username</name>
<value>some.user@example.com</value>
</configuration>
<configuration>
<name>alert.smtp.password</name>
<value>password</value>
</configuration>
<configuration>
<name>alert.email.sender</name>
<value>some.user@example.com</value>
</configuration>
<configuration>
<name>alert.email.addresses</name>
<value>some.admin@example.com</value>
</configuration>
<configuration>
<name>alert.smtp.debug</name>
<value>false</value>
</configuration>
-->
<!--
mount.parent determines where secondary storage is mounted on the management server.
-->
<!--
<configuration>
<name>mount.parent</name>
<value>/var/cloudstack/mnt</value>
</configuration>
-->
</configurationEntries>
</data>