mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
ARM template, Artifactory 7.15.4, Xray 3.18.0 (#93)
* updated * updated artifactory releas version 7.15.4 in createUiDefinition.json & mainTemplate.json file * updated version 7.15.4 in createUiDefinition.json file * updated version 7.15.4 in mainTemplate.json file * ARM templates. pid removed from all the templates per new MS requirements. RT 7.15.4, Xray 3.17.4, JSON docs aligned * updated all changes for artifactory version 7.15.4 & x-ray version 3.18.0 Co-authored-by: danielmkn <danielmi@jfrog.com>
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
"name": "artifactoryVersion",
|
"name": "artifactoryVersion",
|
||||||
"type": "Microsoft.Common.DropDown",
|
"type": "Microsoft.Common.DropDown",
|
||||||
"label": "Artifactory-vm image version to deploy.",
|
"label": "Artifactory-vm image version to deploy.",
|
||||||
"defaultValue": "7.15.3",
|
"defaultValue": "7.15.4",
|
||||||
"toolTip": "Version of Artifactory to deploy",
|
"toolTip": "Version of Artifactory to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -151,6 +151,10 @@
|
|||||||
{
|
{
|
||||||
"label": "7.15.3",
|
"label": "7.15.3",
|
||||||
"value": "0.0.11"
|
"value": "0.0.11"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "7.15.4",
|
||||||
|
"value": "0.0.12"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -79,12 +79,13 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.11",
|
"defaultValue": "0.0.12",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11"
|
"0.0.11",
|
||||||
|
"0.0.12"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
@@ -305,19 +306,6 @@
|
|||||||
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
|
||||||
"apiVersion": "2019-05-01",
|
|
||||||
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
|
|
||||||
"type": "Microsoft.Resources/deployments",
|
|
||||||
"properties": {
|
|
||||||
"mode": "Incremental",
|
|
||||||
"template": {
|
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
|
||||||
"contentVersion": "1.0.0.0",
|
|
||||||
"resources": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Network/networkSecurityGroups",
|
"type": "Microsoft.Network/networkSecurityGroups",
|
||||||
"location": "[parameters('location')]",
|
"location": "[parameters('location')]",
|
||||||
|
|||||||
@@ -79,12 +79,13 @@
|
|||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.11",
|
"defaultValue": "0.0.12",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11"
|
"0.0.11",
|
||||||
|
"0.0.12"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Artifactory-vm image version to deploy."
|
"description": "Artifactory-vm image version to deploy."
|
||||||
@@ -305,19 +306,6 @@
|
|||||||
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
|
||||||
"apiVersion": "2019-05-01",
|
|
||||||
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
|
|
||||||
"type": "Microsoft.Resources/deployments",
|
|
||||||
"properties": {
|
|
||||||
"mode": "Incremental",
|
|
||||||
"template": {
|
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
|
||||||
"contentVersion": "1.0.0.0",
|
|
||||||
"resources": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Network/networkSecurityGroups",
|
"type": "Microsoft.Network/networkSecurityGroups",
|
||||||
"location": "[parameters('location')]",
|
"location": "[parameters('location')]",
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
"value": "OWERWRITE_THE_PASSWORD"
|
"value": "OWERWRITE_THE_PASSWORD"
|
||||||
},
|
},
|
||||||
"artifactoryVersion": {
|
"artifactoryVersion": {
|
||||||
"value": "7.15.3"
|
"value": "7.15.4"
|
||||||
},
|
},
|
||||||
"scriptName": {
|
"scriptName": {
|
||||||
"value": "install_pro7_to_vm.sh"
|
"value": "install_pro7_to_vm.sh"
|
||||||
|
|||||||
@@ -202,19 +202,6 @@
|
|||||||
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
|
||||||
"apiVersion": "2019-05-01",
|
|
||||||
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
|
|
||||||
"type": "Microsoft.Resources/deployments",
|
|
||||||
"properties": {
|
|
||||||
"mode": "Incremental",
|
|
||||||
"template": {
|
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
|
||||||
"contentVersion": "1.0.0.0",
|
|
||||||
"resources": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Network/networkSecurityGroups",
|
"type": "Microsoft.Network/networkSecurityGroups",
|
||||||
"location": "[parameters('location')]",
|
"location": "[parameters('location')]",
|
||||||
|
|||||||
@@ -203,19 +203,6 @@
|
|||||||
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
"nsgName": "[concat(variables('namingInfix'), 'nsg')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
|
||||||
"apiVersion": "2019-05-01",
|
|
||||||
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
|
|
||||||
"type": "Microsoft.Resources/deployments",
|
|
||||||
"properties": {
|
|
||||||
"mode": "Incremental",
|
|
||||||
"template": {
|
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
|
||||||
"contentVersion": "1.0.0.0",
|
|
||||||
"resources": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Network/networkSecurityGroups",
|
"type": "Microsoft.Network/networkSecurityGroups",
|
||||||
"location": "[parameters('location')]",
|
"location": "[parameters('location')]",
|
||||||
|
|||||||
@@ -123,7 +123,7 @@
|
|||||||
"name": "xrayVersion",
|
"name": "xrayVersion",
|
||||||
"type": "Microsoft.Common.DropDown",
|
"type": "Microsoft.Common.DropDown",
|
||||||
"label": "Xray-vm image version to deploy.",
|
"label": "Xray-vm image version to deploy.",
|
||||||
"defaultValue": "3.17.4",
|
"defaultValue": "3.18.0",
|
||||||
"toolTip": "Version of Xray to deploy",
|
"toolTip": "Version of Xray to deploy",
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
@@ -142,6 +142,10 @@
|
|||||||
{
|
{
|
||||||
"label": "3.17.4",
|
"label": "3.17.4",
|
||||||
"value": "0.0.14"
|
"value": "0.0.14"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "3.18.0",
|
||||||
|
"value": "0.0.15"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -19,12 +19,13 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.14",
|
"defaultValue": "0.0.15",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
"0.0.13",
|
"0.0.13",
|
||||||
"0.0.14"
|
"0.0.14",
|
||||||
|
"0.0.15"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
@@ -202,19 +203,6 @@
|
|||||||
"artifactoryURL": "[parameters('artifactoryURL')]"
|
"artifactoryURL": "[parameters('artifactoryURL')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
|
||||||
"apiVersion": "2019-05-01",
|
|
||||||
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
|
|
||||||
"type": "Microsoft.Resources/deployments",
|
|
||||||
"properties": {
|
|
||||||
"mode": "Incremental",
|
|
||||||
"template": {
|
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
|
||||||
"contentVersion": "1.0.0.0",
|
|
||||||
"resources": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"condition": "[equals(parameters('virtualNetworkNewOrExisting'),'new')]",
|
"condition": "[equals(parameters('virtualNetworkNewOrExisting'),'new')]",
|
||||||
"type": "Microsoft.Network/virtualNetworks",
|
"type": "Microsoft.Network/virtualNetworks",
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"value": "10.0.1.0/24"
|
"value": "10.0.1.0/24"
|
||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"value": "0.0.13"
|
"value": "0.0.15"
|
||||||
},
|
},
|
||||||
"artifactoryURL": {
|
"artifactoryURL": {
|
||||||
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"
|
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"
|
||||||
|
|||||||
@@ -19,12 +19,13 @@
|
|||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.14",
|
"defaultValue": "0.0.15",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
"0.0.13",
|
"0.0.13",
|
||||||
"0.0.14"
|
"0.0.14",
|
||||||
|
"0.0.15"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Xray-vm image version to deploy."
|
"description": "Xray-vm image version to deploy."
|
||||||
@@ -202,19 +203,6 @@
|
|||||||
"artifactoryURL": "[parameters('artifactoryURL')]"
|
"artifactoryURL": "[parameters('artifactoryURL')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
|
||||||
"apiVersion": "2019-05-01",
|
|
||||||
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
|
|
||||||
"type": "Microsoft.Resources/deployments",
|
|
||||||
"properties": {
|
|
||||||
"mode": "Incremental",
|
|
||||||
"template": {
|
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
|
||||||
"contentVersion": "1.0.0.0",
|
|
||||||
"resources": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"condition": "[equals(parameters('virtualNetworkNewOrExisting'),'new')]",
|
"condition": "[equals(parameters('virtualNetworkNewOrExisting'),'new')]",
|
||||||
"type": "Microsoft.Network/virtualNetworks",
|
"type": "Microsoft.Network/virtualNetworks",
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
"value": "OWERWRITE_THE_PASSWORD"
|
"value": "OWERWRITE_THE_PASSWORD"
|
||||||
},
|
},
|
||||||
"xrayVersion": {
|
"xrayVersion": {
|
||||||
"value": "3.17.4"
|
"value": "3.18.0"
|
||||||
},
|
},
|
||||||
"scriptName": {
|
"scriptName": {
|
||||||
"value": "install_xray_to_vm.sh"
|
"value": "install_xray_to_vm.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user