forked from vmware/weathervane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweathervane.config.test.2
139 lines (106 loc) · 2.65 KB
/
weathervane.config.test.2
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
# Weathervane Regression Test Case 2
# Medium test config, postgresql, mongoDb sharded
#
# All storage on vsanDatastore
{
"hostnamePrefix" : "Auction",
"users" : 20000,
"userLoadPath" : [],
"repeatUserLoadPath" : false,
"maxUsers" : 40000,
"maxDuration" : 7200,
"description" : "Test Config 2: Medium",
"runLength" : "medium",
"runStrategy" : "single",
"initialRateStep" : 2000,
"minRateStep" : 250,
"repeatsAtMax" : 0,
"targetUtilization" : 70,
"targetUtilizationServiceType" : "appServer",
"runProcedure" : "full",
"workloads" : [
{
"numDrivers" : 16,
"driverJvmOpts" : "-Xmx6G -Xms6g -XX:+AlwaysPreTouch",
"appInstances" : [
{
"useDocker" : false,
"useVirtualIp" : false,
"webServerImpl" : "nginx",
"dbServerImpl" : "postgresql",
"imageStoreType" : "mongodb",
"dataManagerInstance" : { "hostName" : "AuctionDb1", },
# 1vCPU, 4GB
"configurationManagers" : [ {} ],
# Runs on Run Harness Host
"elasticityServices" : [],
# 1vCPU, 4GB
"coordinationServers" : [ {} ],
# 2vCPU, 8GB
"lbServers" : [ {}, ],
# 2vCPU, 16GB
"webServers" : [ {}, {} ],
# 2vCPU, 8GB
"appServers" : [
{
# "dockerCpuShares" : 2,
# "dockerCpuSetCpus" : "1,2",
# "dockerCpuSetMems" : "0",
# "dockerMemory" : "8g",
# "dockerMemorySwap" : "2g",
# "dockerNet" : "bridge",
},
{}, {}, {},
],
# 2vCPU, 4GB
"msgServers" : [ {}, ],
# 2vCPU, 32GB
"fileServers" : [],
# 2vCPU, 32GB, 400GB data disk on vsanDatastore
"nosqlServers" : [ {}, {}, {}, ],
"nosqlReplicated" : false,
"nosqlSharded" : true,
# 6vCPU, 32GB
"dbServers" : [ {} ],
"configPath" : [],
"repeatConfigPath" : false,
"dbLoaderThreads" : 6,
"dbLoaderHeap" : "4G",
"appServerJvmOpts" : "-Xmx6G -Xms6G -XX:+AlwaysPreTouch",
"appServerThreads" : 50,
"appServerJdbcConnections" : 51,
"numAuctioneerThreads" : 2,
"numClientUpdateThreads" : 2,
"configurationManagerJvmOpts" : "-Xmx500m -Xms500m -XX:+AlwaysPreTouch",
"nfsProcessCount" : 32,
},
],
},
],
"virtualInfrastructureInstance" : {
"virtualInfrastructureType" : "vsphere",
"viHosts" : [
{ "hostName" : "auctionesx1", },
{ "hostName" : "auctionesx2", },
{ "hostName" : "auctionesx3", },
{ "hostName" : "auctionesx4", },
{ "hostName" : "auctionesx5", },
],
},
"hosts" : [
# {
# "hostName" : "auctionDocker1",
# "dockerHostPin" : false,
# "dockerHostPinMode" : "all",
# },
],
"logLevel" : 4,
"redeploy" : true,
"backup" : false,
"rebackup" : false,
"reloadDb" : false,
"powerOnVms" : true,
"powerOffAllVms" : true,
"restartNtp" : true,
"harnessHostNtpServer" : true,
}