Skip to content

Commit

Permalink
Changed parameters for CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaes committed Jun 21, 2016
1 parent 05ff85a commit 56518f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions docker-rancher/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"variables": {
"apiVersion": "2015-11-01",
"deployTypeParam": {
"deployTypeParam": {
"Nodes": "nodes.json",
"Server": "server.json"
},
Expand All @@ -138,25 +138,25 @@
"contentVersion": "1.0.0.0"
},
"parameters": {
"adminUsername": {
"value": "[parameters('adminUsername')]"
},
"adminPassword": {
"value": "[parameters('adminPassword')]"
},
"rancherApi": {
"value": "[parameters('nodesApi')]"
},
"rancherNodeName": {
"value": "[parameters('uniqueDeployPrefix')]"
},
"rancherVmSize": {
"value": "[parameters('vmSize')]"
},
"rancherCount": {
"value": "[parameters('nodesCount')]"
}
}
"adminUsername": {
"value": "[parameters('adminUsername')]"
},
"adminPassword": {
"value": "[parameters('adminPassword')]"
},
"rancherApi": {
"value": "[parameters('nodesApi')]"
},
"rancherNodeName": {
"value": "[parameters('uniqueDeployPrefix')]"
},
"rancherVmSize": {
"value": "[parameters('vmSize')]"
},
"rancherCount": {
"value": "[parameters('nodesCount')]"
}
}
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions docker-rancher/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"value": "Standard_A2"
},
"nodesCount": {
"value": 2
"value": 1
},
"deploymentType": {
"value": "Nodes"
"value": "Server"
},
"templateBase": {
"value": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/"
Expand Down

0 comments on commit 56518f2

Please sign in to comment.