forked from vmware/weathervane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweathervane.config.test.7
140 lines (108 loc) · 2.85 KB
/
weathervane.config.test.7
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
# Weathervane Regression Test Case 7
# Small test config, mongoDb replicated
#
# All storage on vsanDatastore
{
"users" : 8000,
"userLoadPath" : [],
"repeatUserLoadPath" : false,
"maxUsers" : 30000,
"maxDuration" : 7200,
"description" : "Test Config 7: Small/MongoDB Replicated",
"runLength" : "medium",
"runStrategy" : "single",
"initialRateStep" : 2000,
"minRateStep" : 250,
"repeatsAtMax" : 0,
"targetUtilization" : 70,
"targetUtilizationServiceType" : "appServer",
"runProcedure" : "full",
"workloads" : [
{
"numDrivers" : 4,
"driverJvmOpts" : "-Xmx6G -Xms6g -XX:+AlwaysPreTouch",
"appInstances" : [
{
"useDocker" : false,
"useVirtualIp" : false,
"webServerImpl" : "nginx",
"dbServerImpl" : "postgresql",
"imageStoreType" : "mongodb",
"dataManagerInstance" : { "hostName" : "Test7Db1", },
# 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" : [
{ "hostName" : "Test7Nosql1", "vmName" : "Test7Nosql1",},
{ "hostName" : "Test7Nosql2", "vmName" : "Test7Nosql2",},
{ "hostName" : "Test7Nosql3", "vmName" : "Test7Nosql3",},
],
"nosqlSharded" : false,
"nosqlReplicated" : true,
# 6vCPU, 32GB
"dbServers" : [ { "hostName" : "Test7Db1", "vmName" : "Test7Db1",}, ],
"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,
}