Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions mysql-ha-pxc-zones/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@
"name": "[concat('nic-', copyIndex(1))]",
"location": "[parameters('location')]",
"dependsOn": [
"[parameters('virtualNetworkName')]"
"[parameters('virtualNetworkName')]",
"pipLoop"
],
"copy": {
"name": "nicLoop",
Expand Down Expand Up @@ -326,15 +327,5 @@
}
]
}
],
"outputs": {
"ipAddresses": {
"type": "array",
"value": [
"[reference(concat(variables('publicIpAddressName'), 0)).ipAddress]",
"[reference(concat(variables('publicIpAddressName'), 1)).ipAddress]",
"[reference(concat(variables('publicIpAddressName'), 2)).ipAddress]"
]
}
}
]
}
4 changes: 2 additions & 2 deletions mysql-ha-pxc-zones/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"userName": {
"adminUsername": {
"value": "GEN-UNIQUE"
},
"password": {
"adminPassword": {
"value": "GEN-PASSWORD"
}
}
Expand Down
2 changes: 1 addition & 1 deletion mysql-ha-pxc-zones/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"itemDisplayName": "Deploys a 3 node Percona XtraDB Cluster in Availability Zones",
"itemDisplayName": "Deploy a 3 node Percona XtraDB Cluster in Availability Zones",
"description": "This template deploys a 3 node MySQL high availability cluster on CentOS 6.5 or Ubuntu 12.04",
"summary": "Deploys a 3 node MySQL PXC with stripped disks",
"githubUsername": "aaronlower",
Expand Down