update to chef automate deployment ARM template
This commit is contained in:
Родитель
9b1369ee72
Коммит
2b1c8888db
|
@ -7,12 +7,14 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "User name for the Virtual Machine."
|
"description": "User name for the Virtual Machine."
|
||||||
}
|
}
|
||||||
|
"defaultValue": "azureuser"
|
||||||
},
|
},
|
||||||
"adminPassword": {
|
"adminPassword": {
|
||||||
"type": "securestring",
|
"type": "securestring",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Password for the Virtual Machine."
|
"description": "Password for the Virtual Machine."
|
||||||
}
|
}
|
||||||
|
"defaultValue": ""
|
||||||
},
|
},
|
||||||
"authenticationType": {
|
"authenticationType": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -31,9 +33,9 @@
|
||||||
"diagnosticStorageAccountName": {
|
"diagnosticStorageAccountName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Name of the storage account to use for diagnostics"
|
"description": "Name of the storage account to use for diagnostics, must be unique"
|
||||||
},
|
},
|
||||||
"defaultValue": "diagstoragename"
|
"defaultValue": ""
|
||||||
},
|
},
|
||||||
"diagnosticStorageAccountNewOrExisting": {
|
"diagnosticStorageAccountNewOrExisting": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -82,14 +84,14 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Azure location for this machine"
|
"description": "Azure location for this machine"
|
||||||
},
|
},
|
||||||
"defaultValue": "East Us"
|
"defaultValue": ""
|
||||||
},
|
},
|
||||||
"publicIPAddressName": {
|
"publicIPAddressName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Name to give to the Public IP address of the machine"
|
"description": "Name to give to the Public IP address of the machine"
|
||||||
},
|
},
|
||||||
"defaultValue": "partschefip"
|
"defaultValue": "chefautomateip"
|
||||||
},
|
},
|
||||||
"publicIPAddressResourceGroup": {
|
"publicIPAddressResourceGroup": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -128,9 +130,9 @@
|
||||||
"storageAccountName": {
|
"storageAccountName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Name of the storage account to use or created"
|
"description": "Name of the storage account to use or created, must be unique"
|
||||||
},
|
},
|
||||||
"defaultValue": "storageaccname"
|
"defaultValue": ""
|
||||||
},
|
},
|
||||||
"storageAccountNewOrExisting": {
|
"storageAccountNewOrExisting": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -158,7 +160,7 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Name of the subnet to create within the virtual network"
|
"description": "Name of the subnet to create within the virtual network"
|
||||||
},
|
},
|
||||||
"defaultValue": "partschefsubnet"
|
"defaultValue": "chefautomatesubnet"
|
||||||
},
|
},
|
||||||
"subnetPrefix": {
|
"subnetPrefix": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -179,7 +181,7 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Name of the virtual network to create or use"
|
"description": "Name of the virtual network to create or use"
|
||||||
},
|
},
|
||||||
"defaultValue": "partschefvnet"
|
"defaultValue": "chefautomatevnet"
|
||||||
},
|
},
|
||||||
"virtualNetworkNewOrExisting": {
|
"virtualNetworkNewOrExisting": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -200,7 +202,7 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Name of the virtual machine in Azure, this will also be the hostname"
|
"description": "Name of the virtual machine in Azure, this will also be the hostname"
|
||||||
},
|
},
|
||||||
"defaultValue": "chefpartsvm"
|
"defaultValue": "chefautomatevm"
|
||||||
},
|
},
|
||||||
"vmSize": {
|
"vmSize": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -215,7 +217,7 @@
|
||||||
"description": "Base URL for dependent assets",
|
"description": "Base URL for dependent assets",
|
||||||
"artifactsBaseUrl": ""
|
"artifactsBaseUrl": ""
|
||||||
},
|
},
|
||||||
"defaultValue": "https://gallery.azure.com/artifact/20151001/chef-software.chef-automateallinone.1.0.14/Artifacts"
|
"defaultValue": "https://gallery.azure.com/artifact/20151001/chef-software.chef-automateallinone.1.0.15/Artifacts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"variables": {
|
"variables": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче