Files
JFrog-Cloud-Installers/AzureResourceManager/Artifactory/azuredeploy_ms_ps.parameters.json
Anup Singh ccfb8c0383 Arm 7.11.2 (#68)
* 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>
2020-12-02 09:58:06 -08:00

68 lines
1.6 KiB
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"clusterName": {
"value": "rtha"
},
"adminUsername": {
"value": "vmuser"
},
"adminPassword": {
"value": "OWERWRITE_THE_PASSWORD"
},
"db_type": {
"value": "Postgresql_deploy.json"
},
"db_user": {
"value": "artifactory"
},
"db_password": {
"value": "OWERWRITE_THE_PASSWORD"
},
"db_name": {
"value": "artdb"
},
"db_edition": {
"value": "Basic"
},
"databases": {
"value": {
"properties": [
{
"name": "artdb",
"charset": "UTF8",
"collation": "English_United States.1252"
}
]
}
},
"manual_db_url": {
"value": "jdbc:postgresql://postgressrvr.postgres.database.azure.com:5432"
},
"db_server": {
"value": "postgressrvr"
},
"masterKey": {
"value": "GENERATE_MASTER_KEY"
},
"joinKey": {
"value": "GENERATE_JOIN_KEY"
},
"certificate": {
"value": "-----BEGIN CERTIFICATE----- <YOUR CERTIFICATE HERE> -----END CERTIFICATE-----"
},
"certificateKey": {
"value": "-----BEGIN PRIVATE KEY----- <YOUR CERTIFICATE HERE> -----END PRIVATE KEY-----"
},
"artifactoryLicense1": {
"value": "<ARTIFACTORY LICENCE FOR MASTER NODE>"
},
"artifactoryLicense2": {
"value": "<ARTIFACTORY LICENCE FOR MEMBER0 NODE>"
},
"artifactoryLicense3": {
"value": "<ARTIFACTORY LICENCE FOR MEMBER1 NODE>"
}
}
}