-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazuredeploy-hsr.json
342 lines (341 loc) · 11.4 KB
/
azuredeploy-hsr.json
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
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"VMName1": {
"type": "string",
"metadata": {
"description": "First VM Name"
}
},
"VMName2": {
"type": "string",
"metadata": {
"description": "Second VM Name"
}
},
"HANAJumpbox": {
"type": "string",
"metadata": {
"description": "Choose whether to deploy a VM with HANA Studio installed"
},
"allowedValues": [
"yes",
"no"
]
},
"VMSize": {
"type": "string",
"metadata": {
"description": "VM Size"
},
"defaultValue": "Standard_GS5 (448 GB, Certified)",
"allowedValues": [
"Standard_GS5 (448 GB, Certified)",
"Standard_M64s (1 TB, Certified)",
"Standard_M64ms (1.7 TB, Certified)",
"Standard_M128s (2 TB, Certified)",
"Standard_M128ms (3.8 TB, Certified)",
"Standard_E16s_v3 (128 GB)",
"Standard_E32s_v3 (256 GB)",
"Standard_E64s_v3 (448 GB)"
]
},
"NetworkName": {
"type": "string",
"defaultValue": "ra-sap-hana-vnet",
"metadata": {
"description": "The HANA VNET"
}
},
"addressPrefixes": {
"type": "string",
"defaultValue": "10.0.0.0/16",
"metadata": {
"description": "The HANA VNET prefix"
}
},
"HANASubnetName": {
"type": "string",
"defaultValue": "SAPDataSubnet",
"metadata": {
"description": "The data subnet name"
}
},
"HANASubnetPrefix": {
"type": "string",
"defaultValue": "10.0.5.0/24",
"metadata": {
"description": "The data subnet prefix"
}
},
"ManagementSubnetName": {
"type": "string",
"defaultValue": "SAPMgmtSubnet",
"metadata": {
"description": "The management subnet name"
}
},
"ManagementSubnetPrefix": {
"type": "string",
"defaultValue": "10.0.6.0/24",
"metadata": {
"description": "The management subnet prefix"
}
},
"customURI": {
"type": "string",
"metadata": {
"description": "URI where SAP bits are uploaded"
}
},
"VMUserName": {
"type": "string",
"metadata": {
"description": "Username for the Virtual Machines"
},
"defaultValue": "testuser"
},
"VMPassword": {
"type": "securestring",
"metadata": {
"description": "Password for the Virtual Machine"
}
},
"OperatingSystem": {
"type": "string",
"metadata": {
"description": "Operating system for HANA Machine"
},
"defaultValue": "SLES for SAP 12 SP2",
"allowedValues": [
"SLES for SAP 12 SP3",
"SLES for SAP 12 SP2",
"RHEL 7.2 for SAP HANA"
]
},
"HANASID": {
"type": "string",
"metadata": {
"description": "SAP HANA System ID"
},
"defaultValue": "H10"
},
"HANANumber": {
"type": "string",
"metadata": {
"description": "SAP HANA Instance Number"
},
"defaultValue": "00"
},
"ExistingNetworkResourceGroup": {
"type": "string",
"metadata": {
"description": "Type in the name of the Resource Group for an existing network or leave no to use the same one"
},
"defaultValue": "no"
},
"IPAllocationMethod": {
"type": "string",
"allowedValues": [
"Dynamic",
"Static"
],
"metadata": {
"description": "IP Allocation Method"
},
"defaultValue": "Static"
},
"StaticIP1": {
"type": "string",
"metadata": {
"description": "IP Address for the first HANA VM when Static IP Allocation Method has been selected"
},
"defaultValue": "10.0.5.4"
},
"StaticIP2": {
"type": "string",
"metadata": {
"description": "IP Address for the firssecondt HANA VM when Static IP Allocation Method has been selected"
},
"defaultValue": "10.0.5.5"
},
"iSCSIIP": {
"type": "string",
"metadata": {
"description": "IP Address for the iscsi server"
},
"defaultValue": "10.0.6.4"
},
"ILBIP": {
"type": "string",
"metadata": {
"description": "IP Address for the internal load balancer"
},
"defaultValue": "10.0.5.10"
},
"SubscriptionEmail": {
"type": "string",
"metadata": {
"description": "OS Subscription Email for BYOS, blank for PAYG"
},
"defaultValue": ""
},
"SubscriptionID": {
"type": "string",
"metadata": {
"description": "OS Subscription ID for BYOS, blank for PAYG"
},
"defaultValue": ""
},
"SMTUri": {
"type": "string",
"metadata": {
"description": "SMT URI, blank for none"
},
"defaultValue": ""
}
},
"variables": {
"baseUri": "https://raw.githubusercontent.com/egondalia/SAP-HANA-ARM/master",
"repoUri": "[variables('baseUri')]",
"infraUri": "[concat(variables('baseUri'), '/azuredeploy-hsr-infra.json')]",
"swUri": "[concat(variables('baseUri'), '/azuredeploy-hsr-sw.json')]"
},
"resources": [
{
"apiVersion": "2016-09-01",
"name": "azuredeployhsrinfra",
"type": "Microsoft.Resources/deployments",
"dependsOn": [],
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "[variables('infraUri')]"
},
"debugSetting": {
"detailLevel": "requestContent, responseContent"
},
"parameters": {
"VMName1": {
"value": "[parameters('VMName1')]"
},
"VMName2": {
"value": "[parameters('VMName2')]"
},
"HANAJumpbox": {
"value": "[parameters('HANAJumpbox')]"
},
"VMSize": {
"value": "[parameters('VMSize')]"
},
"NetworkName": {
"value": "[parameters('NetworkName')]"
},
"addressPrefixes": {
"value": "[parameters('addressPrefixes')]"
},
"HANASubnetName": {
"value": "[parameters('HANASubnetName')]"
},
"HANASubnetPrefix": {
"value": "[parameters('HANASubnetPrefix')]"
},
"ManagementSubnetName": {
"value": "[parameters('ManagementSubnetName')]"
},
"ManagementSubnetPrefix": {
"value": "[parameters('ManagementSubnetPrefix')]"
},
"customURI": {
"value": "[parameters('customURI')]"
},
"VMUserName": {
"value": "[parameters('VMUserName')]"
},
"VMPassword": {
"value": "[parameters('VMPassword')]"
},
"OperatingSystem": {
"value": "[parameters('OperatingSystem')]"
},
"HANASID": {
"value": "[parameters('HANASID')]"
},
"HANANumber": {
"value": "[parameters('HANANumber')]"
},
"ExistingNetworkResourceGroup": {
"value": "[parameters('ExistingNetworkResourceGroup')]"
},
"IPAllocationMethod": {
"value": "[parameters('IPAllocationMethod')]"
},
"StaticIP1": {
"value": "[parameters('StaticIP1')]"
},
"StaticIP2": {
"value": "[parameters('StaticIP2')]"
},
"iSCSIIP": {
"value": "[parameters('iSCSIIP')]"
},
"ILBIP": {
"value": "[parameters('ILBIP')]"
}
}
}
},
{
"apiVersion": "2016-09-01",
"name": "azuredeployhsrsw",
"type": "Microsoft.Resources/deployments",
"dependsOn": ["azuredeployhsrinfra"],
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "[variables('swUri')]"
},
"debugSetting": {
"detailLevel": "requestContent, responseContent"
},
"parameters": {
"VMName1": {
"value": "[parameters('VMName1')]"
},
"VMName2": {
"value": "[parameters('VMName2')]"
},
"customURI": {
"value": "[parameters('customURI')]"
},
"VMUserName": {
"value": "[parameters('VMUserName')]"
},
"VMPassword": {
"value": "[parameters('VMPassword')]"
},
"HANASID": {
"value": "[parameters('HANASID')]"
},
"HANANumber": {
"value": "[parameters('HANANumber')]"
},
"StaticIP1": {
"value": "[parameters('StaticIP1')]"
},
"StaticIP2": {
"value": "[parameters('StaticIP2')]"
},
"iSCSIIP": {
"value": "[parameters('iSCSIIP')]"
},
"ILBIP": {
"value": "[parameters('ILBIP')]"
}
}
}
}
],
"outputs": {}
}