mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
* ARM templates - Postgresql JDBC driver is updated (for 7.10.2 compatibility) * ARM templates - RT and JCR 7.10.2, Xray 3.9.1 * VM image publish template - RT 7.10.5 * ARM template for 7.10.5 * ARM template for Xray 3.10.3 * Updated artifactoryVersion and location * Updated 7.10.5 version for JCR Azure application * updated version on azuredeploy_ms_ps.json * updated azuredeploy_ms_ps.json * updated azuredeploy_ms_ps.json * updated 7.10.6 verion in azuredeploy_ms_ps.json, MP_submission/createUiDefinition.json, MP_submission/mainTemplate.json * Updated the Version for JCR * updated new xray version 3.11.2 in template files * updated new x-ray version in createUiDefinition.json mainTemplate.json * updated createUiDefinition.json mainTemplate.json * updated 7.11.2 changes for xray, rt and jcr * ARM template, fixing formatting Co-authored-by: danielmkn <danielmi@jfrog.com> Co-authored-by: Aayush-sood94 <aayush.sood1@igtsolutions.com>
100 lines
2.7 KiB
JSON
100 lines
2.7 KiB
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"location": {
|
|
"value": "westus2"
|
|
},
|
|
"networkInterfaceName": {
|
|
"value": "xray-nic"
|
|
},
|
|
"networkSecurityGroupName": {
|
|
"value": "xray-nsg"
|
|
},
|
|
"networkSecurityGroupRules": {
|
|
"value": [
|
|
{
|
|
"name": "SSH",
|
|
"properties": {
|
|
"priority": 300,
|
|
"protocol": "TCP",
|
|
"access": "Allow",
|
|
"direction": "Inbound",
|
|
"sourceAddressPrefix": "*",
|
|
"sourcePortRange": "*",
|
|
"destinationAddressPrefix": "*",
|
|
"destinationPortRange": "22"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"subnetName": {
|
|
"value": "default"
|
|
},
|
|
"virtualNetworkName": {
|
|
"value": "xray-vm-test-vnet"
|
|
},
|
|
"addressPrefixes": {
|
|
"value": [
|
|
"10.0.0.0/24"
|
|
]
|
|
},
|
|
"subnets": {
|
|
"value": [
|
|
{
|
|
"name": "default",
|
|
"properties": {
|
|
"addressPrefix": "10.0.0.0/24"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"publicIpAddressName": {
|
|
"value": "xray-public-ip"
|
|
},
|
|
"publicIpAddressType": {
|
|
"value": "Dynamic"
|
|
},
|
|
"publicIpAddressSku": {
|
|
"value": "Basic"
|
|
},
|
|
"virtualMachineName": {
|
|
"value": "xray-vm"
|
|
},
|
|
"virtualMachineComputerName": {
|
|
"value": "xrayvm"
|
|
},
|
|
"storageAccountName": {
|
|
"value": "mpstoragevhd"
|
|
},
|
|
"virtualMachineSize": {
|
|
"value": "Standard_B4ms"
|
|
},
|
|
|
|
"diagnosticsStorageAccountName": {
|
|
"value": "xrayvmvmtestdiag"
|
|
},
|
|
"diagnosticsStorageAccountId": {
|
|
"value": "Microsoft.Storage/storageAccounts/xrayvmvmtestdiag"
|
|
},
|
|
"diagnosticsStorageAccountType": {
|
|
"value": "Standard_LRS"
|
|
},
|
|
"diagnosticsStorageAccountKind": {
|
|
"value": "Storage"
|
|
},
|
|
"adminUsername": {
|
|
"value": "vmuser"
|
|
},
|
|
"adminPassword": {
|
|
"value": "OWERWRITE_THE_PASSWORD"
|
|
},
|
|
"xrayVersion": {
|
|
"value": "3.11.2"
|
|
},
|
|
"scriptName": {
|
|
"value": "install_xray_to_vm.sh"
|
|
}
|
|
}
|
|
}
|