Skip to content

Commit bae3872

Browse files
committed
updates to template
1 parent bfaf81b commit bae3872

File tree

1 file changed

+4
-33
lines changed

1 file changed

+4
-33
lines changed

template.json

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"ipId": "[resourceId('Microsoft.Network/publicIPAddresses/', variables('ipName'))]",
3636
"lbName": "postgresLoadBalancer",
3737
"lbId": "[resourceId('Microsoft.Network/loadBalancers/', variables('lbName'))]",
38-
"vnetName": "[concat(parameters('clusterName'), '-net')]",
39-
"vnetId": "[resourceId('Microsoft.Network/virtualNetworks', variables('vnetName'))]",
40-
"zookeeperNetName": "zookeeper-subnet",
38+
"vnetName": "dcos-vnet-F0547AD4",
39+
"vnetId": "['testht', resourceId('Microsoft.Network/virtualNetworks', variables('vnetName'))]",
40+
"zookeeperNetName": "dcos-agentPublicSubnet",
4141
"zookeeperInstanceCount": 3,
42-
"postgresNetName": "postgres-subnet",
42+
"postgresNetName": "dcos-agentPublicSubnet",
4343
"postgresInstanceCount": "[parameters('instanceCount')]",
4444
"osType": {
4545
"publisher": "Canonical",
@@ -49,35 +49,6 @@
4949
}
5050
},
5151
"resources": [
52-
{
53-
"type": "Microsoft.Network/virtualNetworks",
54-
"name": "[variables('vnetName')]",
55-
"apiVersion": "2015-06-15",
56-
"location": "[resourceGroup().location]",
57-
"tags": {},
58-
"properties": {
59-
"addressSpace": {
60-
"addressPrefixes": [
61-
"10.0.0.0/16"
62-
]
63-
},
64-
"subnets": [
65-
{
66-
"name": "[variables('zookeeperNetName')]",
67-
"properties": {
68-
"addressPrefix": "10.0.100.0/24"
69-
}
70-
},
71-
{
72-
"name": "[variables('postgresNetName')]",
73-
"properties": {
74-
"addressPrefix": "10.0.101.0/24"
75-
}
76-
}
77-
]
78-
},
79-
"dependsOn": []
80-
},
8152
{
8253
"type": "Microsoft.Storage/storageAccounts",
8354
"name": "[concat(variables('storageAccountPrefix')[copyIndex()], variables('storageAccountSuffix'))]",

0 commit comments

Comments
 (0)