Skip to content

Commit d3fbd62

Browse files
authored
Merge pull request #3920 from bmoore-msft/mysql
updated param file
2 parents faeeece + b2f702b commit d3fbd62

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

mysql-ha-pxc-zones/azuredeploy.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@
201201
"name": "[concat('nic-', copyIndex(1))]",
202202
"location": "[parameters('location')]",
203203
"dependsOn": [
204-
"[parameters('virtualNetworkName')]"
204+
"[parameters('virtualNetworkName')]",
205+
"pipLoop"
205206
],
206207
"copy": {
207208
"name": "nicLoop",
@@ -326,15 +327,5 @@
326327
}
327328
]
328329
}
329-
],
330-
"outputs": {
331-
"ipAddresses": {
332-
"type": "array",
333-
"value": [
334-
"[reference(concat(variables('publicIpAddressName'), 0)).ipAddress]",
335-
"[reference(concat(variables('publicIpAddressName'), 1)).ipAddress]",
336-
"[reference(concat(variables('publicIpAddressName'), 2)).ipAddress]"
337-
]
338-
}
339-
}
330+
]
340331
}

mysql-ha-pxc-zones/azuredeploy.parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
33
"contentVersion": "1.0.0.0",
44
"parameters": {
5-
"userName": {
5+
"adminUsername": {
66
"value": "GEN-UNIQUE"
77
},
8-
"password": {
8+
"adminPassword": {
99
"value": "GEN-PASSWORD"
1010
}
1111
}

mysql-ha-pxc-zones/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"itemDisplayName": "Deploys a 3 node Percona XtraDB Cluster in Availability Zones",
2+
"itemDisplayName": "Deploy a 3 node Percona XtraDB Cluster in Availability Zones",
33
"description": "This template deploys a 3 node MySQL high availability cluster on CentOS 6.5 or Ubuntu 12.04",
44
"summary": "Deploys a 3 node MySQL PXC with stripped disks",
55
"githubUsername": "aaronlower",

0 commit comments

Comments
 (0)