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:
Radhika Gupta 2017-07-18 11:25:19 -07:00 коммит произвёл vikasnav
Родитель 97ce2645b8
Коммит 12059cc6a5
9 изменённых файлов: 79 добавлений и 16 удалений

Просмотреть файл

@ -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."
}