mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 06:06:56 -06:00
Merge pull request #31 from jfrog/arm-template-fix-vms
Arm template fix vms
This commit is contained in:
@@ -82,7 +82,6 @@
|
|||||||
],
|
],
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedSizes": [
|
"allowedSizes": [
|
||||||
"Standard_A2_v2",
|
|
||||||
"Standard_A4_v2",
|
"Standard_A4_v2",
|
||||||
"Standard_A4",
|
"Standard_A4",
|
||||||
"Standard_D2s_v3",
|
"Standard_D2s_v3",
|
||||||
|
|||||||
@@ -205,7 +205,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
|
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
|
||||||
},
|
},
|
||||||
"defaultValue": "https://raw.githubusercontent.com/jfrog/JFrog-Cloud-Installers/refactoring-rt6-rt7/AzureResourceManager/"
|
"defaultValue": "https://raw.githubusercontent.com/jfrog/JFrog-Cloud-Installers/master/AzureResourceManager/"
|
||||||
},
|
},
|
||||||
"_artifactsLocationSasToken": {
|
"_artifactsLocationSasToken": {
|
||||||
"type": "securestring",
|
"type": "securestring",
|
||||||
|
|||||||
@@ -78,11 +78,10 @@
|
|||||||
"label": "Virtual machine size",
|
"label": "Virtual machine size",
|
||||||
"toolTip": "The size of the virtual machine for JFrog Container Registry",
|
"toolTip": "The size of the virtual machine for JFrog Container Registry",
|
||||||
"recommendedSizes": [
|
"recommendedSizes": [
|
||||||
"Standard_A2_v2"
|
"Standard_D2s_v3"
|
||||||
],
|
],
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedSizes": [
|
"allowedSizes": [
|
||||||
"Standard_A2_v2",
|
|
||||||
"Standard_A4_v2",
|
"Standard_A4_v2",
|
||||||
"Standard_A4",
|
"Standard_A4",
|
||||||
"Standard_D2s_v3",
|
"Standard_D2s_v3",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"parameters": {
|
"parameters": {
|
||||||
"vmSku": {
|
"vmSku": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "Standard_A2_v2",
|
"defaultValue": "Standard_D2s_v3",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Size of VMs in the VM Scale Set."
|
"description": "Size of VMs in the VM Scale Set."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"parameters": {
|
"parameters": {
|
||||||
"vmSku": {
|
"vmSku": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "Standard_A2_v2",
|
"defaultValue": "Standard_D2s_v3",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Size of VMs in the VM Scale Set."
|
"description": "Size of VMs in the VM Scale Set."
|
||||||
}
|
}
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
|
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
|
||||||
},
|
},
|
||||||
"defaultValue": "https://raw.githubusercontent.com/JFrogDev/JFrog-Cloud-Installers/refactoring-rt7/JFrogContainerRegistry/AzureResourceManager/"
|
"defaultValue": "https://raw.githubusercontent.com/JFrogDev/JFrog-Cloud-Installers/master/JFrogContainerRegistry/AzureResourceManager/"
|
||||||
},
|
},
|
||||||
"_artifactsLocationSasToken": {
|
"_artifactsLocationSasToken": {
|
||||||
"type": "securestring",
|
"type": "securestring",
|
||||||
|
|||||||
Reference in New Issue
Block a user