Files
murano-repository/muranorepository/Services/agent_templates/InitializeAlwaysOn.template
Timur Sufiev d87bc2309f Flatten paths to MS SQL Cluster agent templates.
This allows to avoid many difficulties with scripts referencing.
Though this is an ad-hoc fix, it allows to avoid fixing paths
calculation in conductor which might produce other bugs.

Also, open ports for WinRM 2.0 - another thing to make MS SQL Cluster
Server deploy.

Change-Id: I1f2f7ea9532a91b115fd7c1756b346443835e3a8
2013-12-13 12:24:39 +04:00

23 lines
604 B
Plaintext

{
"Scripts": [
"ImportCoreFunctions.ps1",
"OptionParser.ps1",
"SQLServer/SQLServerOptionParsers.ps1",
"SQLServer/SQLServerInstaller.ps1",
"Export-Function.ps1",
"Start-PowerShellProcess.ps1",
"SQLServerForAOAG.ps1"
],
"Commands": [
{
"Name": "Initialize-AlwaysOnAvailabilityGroup",
"Arguments": {
"DomainAdminAccountName": "$domainAdminAccountName",
"DomainAdminAccountPassword": "$domainAdminAccountPassword",
"NodeList": "$nodeList",
"PrimaryNode": "$primaryNode",
"DomainName": "$domainName"
}
}
]
}