added wpUserPass & wpDbUserPass parameters
This commit is contained in:
Родитель
ae93d0a439
Коммит
7e5fa5c5b0
|
@ -893,6 +893,7 @@
|
||||||
"documentation09": " controller - creates a controller VM and deploys code",
|
"documentation09": " controller - creates a controller VM and deploys code",
|
||||||
"documentation10": "GlusterFS Sizing guidance",
|
"documentation10": "GlusterFS Sizing guidance",
|
||||||
"lampCommon": {
|
"lampCommon": {
|
||||||
|
"applicationDbName": "[parameters('applicationType')]",
|
||||||
"applicationType": "[parameters('applicationType')]",
|
"applicationType": "[parameters('applicationType')]",
|
||||||
"baseTemplateUrl": "[concat(parameters('_artifactsLocation'), 'nested/')]",
|
"baseTemplateUrl": "[concat(parameters('_artifactsLocation'), 'nested/')]",
|
||||||
"scriptLocation": "[concat(parameters('_artifactsLocation'), 'scripts/')]",
|
"scriptLocation": "[concat(parameters('_artifactsLocation'), 'scripts/')]",
|
||||||
|
@ -1013,9 +1014,9 @@
|
||||||
"vnetName": "[concat('vnet-',variables('resourceprefix'))]",
|
"vnetName": "[concat('vnet-',variables('resourceprefix'))]",
|
||||||
"vpnType": "[parameters('vpnType')]",
|
"vpnType": "[parameters('vpnType')]",
|
||||||
"webServerSetupScriptFilename": "setup_webserver.sh",
|
"webServerSetupScriptFilename": "setup_webserver.sh",
|
||||||
"wordpressDbName": "wordpress",
|
"wpAdminPass": "[concat(toUpper('xl'), substring(uniqueString(resourceGroup().id, deployment().name), 6, 7),',1*8')]",
|
||||||
"wordpressDbUser": "wordpress",
|
"wpDbUserPass": "[concat('9#36^', substring(uniqueString(resourceGroup().id, deployment().name), 5, 8), toUpper('ercq'))]"
|
||||||
"wordpressDbPass": "[concat('9#36^', substring(uniqueString(resourceGroup().id, deployment().name), 5, 8), toUpper('ercq'))]"
|
|
||||||
},
|
},
|
||||||
"certUrlArray": [
|
"certUrlArray": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -72,9 +72,9 @@
|
||||||
"applicationType": "[parameters('lampCommon').applicationType]",
|
"applicationType": "[parameters('lampCommon').applicationType]",
|
||||||
"sshUsername": "[parameters('lampCommon').sshUsername]",
|
"sshUsername": "[parameters('lampCommon').sshUsername]",
|
||||||
"lbDns": "[parameters('lampCommon').lbDns]",
|
"lbDns": "[parameters('lampCommon').lbDns]",
|
||||||
"wordpressDbName": "[parameters('lampCommon').wordpressDbName]",
|
"applicationDbName": "[parameters('lampCommon').applicationDbName]",
|
||||||
"wordpressDbUser": "[parameters('lampCommon').wordpressDbUser]",
|
"wpAdminPass": "[parameters('lampCommon').wpAdminPass]",
|
||||||
"wordpressDbPass": "[parameters('lampCommon').wordpressDbPass]"
|
"wpDbUserPass": "[parameters('lampCommon').wpDbUserPass]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче