mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
* ARM templates - 7.7.3 support added. Pro and JCR * ARM templates - Xray 3.8.2 support * ARM templates - Nginx configuration changed for JCR * ARM templates - Xray ARM extension script, yq added, Rabbitmq default password added * ARM templates - Xray, Extension script changes * ARM templates - RT readme updated, branch for extensions scripts switched back to master * ARM templates - JCR, updated API, best practives * ARM templates - Nginx configuration changed for JCR * ARM templates - MP submissions, Xray installation script changes, master key minimun char number added in JCR * ARM templates - Parameters draft
68 lines
1.4 KiB
JSON
68 lines
1.4 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": "password"
|
|
},
|
|
"db_type": {
|
|
"value": "Postgresql_deploy.json"
|
|
},
|
|
"db_user": {
|
|
"value": "artifactory"
|
|
},
|
|
"db_password": {
|
|
"value": "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----- -----END CERTIFICATE-----"
|
|
},
|
|
"certificateKey": {
|
|
"value": "-----BEGIN PRIVATE KEY----- -----END PRIVATE KEY-----"
|
|
},
|
|
"artifactoryLicense1": {
|
|
"value": ""
|
|
},
|
|
"artifactoryLicense2": {
|
|
"value": ""
|
|
},
|
|
"artifactoryLicense3": {
|
|
"value": ""
|
|
}
|
|
}
|
|
} |