Changed the Linux templates so more Linux flavors can be added. (#251)
* VMSS Template for Linux extension and large scale. * Resolving merge conflict. * Fixed some names based on matching the functionality. * VMSS Template Linux: Use an existing VNET and large scale. * Fixing deleted file * Changed the templates so more Linux flavors can be added. Using CentOS as example.
This commit is contained in:
Родитель
97ce2645b8
Коммит
12059cc6a5
|
@ -33,10 +33,6 @@
|
|||
"imageSku": {
|
||||
"type": "string",
|
||||
"defaultValue": "16.04-LTS",
|
||||
"allowedValues": [
|
||||
"14.04-LTS",
|
||||
"16.04-LTS"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Maps to the sku in the Azure Stack Platform Image Repository manifest file Eg: 12.SP1, 6.7 , 7.2"
|
||||
}
|
||||
|
|
|
@ -2,5 +2,16 @@
|
|||
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"parameters": {
|
||||
"imagePublisher": {
|
||||
"value": "Canonical"
|
||||
},
|
||||
|
||||
"imageOffer": {
|
||||
"value": "UbuntuServer"
|
||||
},
|
||||
|
||||
"imageSku": {
|
||||
"value": "16.04-LTS"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"parameters": {
|
||||
"imagePublisher": {
|
||||
"value": "OpenLogic"
|
||||
},
|
||||
|
||||
"imageOffer": {
|
||||
"value": "CentOS"
|
||||
},
|
||||
|
||||
"imageSku": {
|
||||
"value": "6.9"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"parameters": {
|
||||
"imagePublisher": {
|
||||
"value": "OpenLogic"
|
||||
},
|
||||
|
||||
"imageOffer": {
|
||||
"value": "CentOS"
|
||||
},
|
||||
|
||||
"imageSku": {
|
||||
"value": "7.3"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"parameters": {
|
||||
"imagePublisher": {
|
||||
"value": "Canonical"
|
||||
},
|
||||
|
||||
"imageOffer": {
|
||||
"value": "UbuntuServer"
|
||||
},
|
||||
|
||||
"imageSku": {
|
||||
"value": "14.04-LTS"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"parameters": {
|
||||
"imagePublisher": {
|
||||
"value": "Canonical"
|
||||
},
|
||||
|
||||
"imageOffer": {
|
||||
"value": "UbuntuServer"
|
||||
},
|
||||
|
||||
"imageSku": {
|
||||
"value": "16.04-LTS"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -55,10 +55,6 @@
|
|||
"osImageSku": {
|
||||
"type": "string",
|
||||
"defaultValue": "16.04-LTS",
|
||||
"allowedValues": [
|
||||
"14.04-LTS",
|
||||
"16.04-LTS"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Maps to the sku in the Azure Stack Platform Image Repository."
|
||||
}
|
||||
|
|
|
@ -55,10 +55,6 @@
|
|||
"osImageSku": {
|
||||
"type": "string",
|
||||
"defaultValue": "16.04-LTS",
|
||||
"allowedValues": [
|
||||
"14.04-LTS",
|
||||
"16.04-LTS"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version. Default value: 14.04.3-LTS"
|
||||
}
|
||||
|
|
|
@ -55,10 +55,6 @@
|
|||
"osImageSku": {
|
||||
"type": "string",
|
||||
"defaultValue": "16.04-LTS",
|
||||
"allowedValues": [
|
||||
"14.04-LTS",
|
||||
"16.04-LTS"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Maps to the sku in the Azure Stack Platform Image Repository."
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче