Arm Template, Xray. Modify RabbitMQ HA functionality (#133)

* Xray, rabbitMQ HA cluster modifications
This commit is contained in:
Daniel Miakotkin
2021-06-22 09:26:37 -07:00
committed by GitHub
parent 4ac8b06ce2
commit 4cec6f8daa
4 changed files with 65 additions and 57 deletions

View File

@@ -135,55 +135,43 @@
"label": "3.15.3",
"value": "0.0.11"
},
{
{
"label": "3.17.2",
"value": "0.0.13"
},
{
"value": "0.0.13"
},
{
"label": "3.17.4",
"value": "0.0.14"
},
{
"label": "3.18.0",
"value": "0.0.15"
},
{
"label": "3.21.2",
"value": "0.0.17"
},
{
"label": "3.22.1",
"value": "0.0.18"
},
{
"label": "3.23.0",
"value": "0.0.20"
},
{
"label": "3.24.2",
"value": "0.0.21"
},
{
"label": "3.25.1",
"value": "0.0.22"
}
"value": "0.0.14"
},
{
"label": "3.18.0",
"value": "0.0.15"
},
{
"label": "3.21.2",
"value": "0.0.17"
},
{
"label": "3.22.1",
"value": "0.0.18"
},
{
"label": "3.23.0",
"value": "0.0.20"
},
{
"label": "3.24.2",
"value": "0.0.21"
},
{
"label": "3.25.1",
"value": "0.0.22"
}
],
"required": true
},
"visible": true
},
{
"name": "clusterName",
"type": "Microsoft.Common.TextBox",
"label": "Cluster name",
"toolTip": "Cluster name",
"defaultValue": "",
"constraints": {
"required": true,
"regex": "^[a-z0-9A-Z]{1,30}$",
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-30 characters long."
}
},
{
"name": "masterKey",
"type": "Microsoft.Common.PasswordBox",
@@ -337,7 +325,6 @@
"subnetName": "[steps('vmCredential').vnet.subnets.subnet1.name]",
"subnetAddressPrefix": "[steps('vmCredential').vnet.subnets.subnet1.addressPrefix]",
"xrayVersion": "[steps('xrayConfig').xrayVersion]",
"clusterName": "[steps('xrayConfig').clusterName]",
"artifactoryURL": "[steps('xrayConfig').artifactoryURL]",
"masterKey": "[steps('xrayConfig').masterKey]",
"joinKey": "[steps('xrayConfig').joinKey]",