forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAgentSettings.settings
More file actions
111 lines (111 loc) · 5.3 KB
/
Copy pathAgentSettings.settings
File metadata and controls
111 lines (111 loc) · 5.3 KB
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
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="CloudStack.Plugin.AgentShell" GeneratedClassName="AgentSettings">
<Profiles />
<Settings>
<Setting Name="cpus" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">8</Value>
</Setting>
<Setting Name="private_ip_address" Type="System.String" Scope="Application">
<Value Profile="(Default)">10.70.176.29</Value>
</Setting>
<Setting Name="type" Type="System.String" Scope="Application">
<Value Profile="(Default)">Routing</Value>
</Setting>
<Setting Name="local_storage_uuid" Type="System.Guid" Scope="Application">
<Value Profile="(Default)">5fe2bad3-d785-394e-9949-89786b8a63d2</Value>
</Setting>
<Setting Name="capabilities" Type="System.String" Scope="Application">
<Value Profile="(Default)">hvm</Value>
</Setting>
<Setting Name="Settingcpuspeed" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">2130</Value>
</Setting>
<Setting Name="port" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">8250</Value>
</Setting>
<Setting Name="memory" Type="System.Int64" Scope="Application">
<Value Profile="(Default)">34359738368</Value>
</Setting>
<Setting Name="host" Type="System.String" Scope="Application">
<Value Profile="(Default)">camldonall01.citrite.net</Value>
</Setting>
<Setting Name="pod" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="gateway_ip_address" Type="System.String" Scope="Application">
<Value Profile="(Default)">10.70.176.1</Value>
</Setting>
<Setting Name="guid" Type="System.Guid" Scope="Application">
<Value Profile="(Default)" />
</Setting>
<Setting Name="cluster" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">2</Value>
</Setting>
<Setting Name="zone" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="local_secondary_storage_path" Type="System.String" Scope="User">
<Value Profile="(Default)">c:\Secondary</Value>
</Setting>
<Setting Name="local_storage_path" Type="System.String" Scope="User">
<Value Profile="(Default)">E:\Disks\Disks</Value>
</Setting>
<Setting Name="workers" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">5</Value>
</Setting>
<Setting Name="private_ip_netmask" Type="System.String" Scope="Application">
<Value Profile="(Default)">255.255.240.0</Value>
</Setting>
<Setting Name="RootDeviceReservedSpaceBytes" Type="System.Int64" Scope="Application">
<Value Profile="(Default)">4294967296</Value>
</Setting>
<Setting Name="hyperv_plugin_root" Type="System.String" Scope="Application">
<Value Profile="(Default)">../../../../../</Value>
</Setting>
<Setting Name="RootDeviceName" Type="System.String" Scope="Application">
<Value Profile="(Default)">e:\</Value>
</Setting>
<Setting Name="private_mac_address" Type="System.String" Scope="Application">
<Value Profile="(Default)">101F742C6B88</Value>
</Setting>
<Setting Name="testLocalStorePath" Type="System.String" Scope="User">
<Value Profile="(Default)">.\var\test\storagepool</Value>
</Setting>
<Setting Name="testS3Bucket" Type="System.String" Scope="User">
<Value Profile="(Default)">testS3Bucket</Value>
</Setting>
<Setting Name="testS3Endpoint" Type="System.String" Scope="User">
<Value Profile="(Default)">testS3Endpoint</Value>
</Setting>
<Setting Name="testS3AccessKey" Type="System.String" Scope="User">
<Value Profile="(Default)">testS3AccessKey</Value>
</Setting>
<Setting Name="testS3SecretKey" Type="System.String" Scope="User">
<Value Profile="(Default)">testS3SecretKey</Value>
</Setting>
<Setting Name="testS3TemplateName" Type="System.String" Scope="User">
<Value Profile="(Default)">206-2-73592258-559a-3b38-8f66-b667aab143eb</Value>
</Setting>
<Setting Name="testLocalStoreUUID" Type="System.String" Scope="User">
<Value Profile="(Default)">5fe2bad3-d785-394e-9949-89786b8a63d2</Value>
</Setting>
<Setting Name="testSystemVMTemplateName" Type="System.String" Scope="User">
<Value Profile="(Default)">acton-systemvm-02062012.vhd.bz2</Value>
</Setting>
<Setting Name="testSystemVMTemplateNameNoExt" Type="System.String" Scope="User">
<Value Profile="(Default)">acton-systemvm-02062012</Value>
</Setting>
<Setting Name="dom0MinMemory" Type="System.UInt64" Scope="Application">
<Value Profile="(Default)">2048</Value>
</Setting>
<Setting Name="testCifsUrl" Type="System.String" Scope="User">
<Value Profile="(Default)">cifs://10.1.1.1/secondary?user\u003dadministrator\u0026password\u003d1pass%40word1</Value>
</Setting>
<Setting Name="testCifsPath" Type="System.String" Scope="User">
<Value Profile="(Default)">template/tmpl/2/201/61d5316a-3cc4-30cf-a557-78691ff5c143.vhd</Value>
</Setting>
<Setting Name="testKvpVmName" Type="System.String" Scope="User">
<Value Profile="(Default)">CentOS64</Value>
</Setting>
</Settings>
</SettingsFile>