
separately from templates in the ./scripts/ directory. test_windows_agent.py updated. Formatting in windows_agent.py fixed. Tracing and error capturing added to Set-LocalUserPassword. Function Set-LocalUserPassword removed as it is implemented by workflow means. Scripts now stored in one common folder. Scripts updated from murano-deployment. Templates updated to reflect new script names. Workflow template can reference multiple script files. These script files will be concatinated and encrypted with base64. Change-Id: Icb3532d2fb724bbb711c06086cb906bde22a380f Fixed flake8 reported issues. Change-Id: Icb3532d2fb724bbb711c06086cb906bde22a380f Fixed test failure after reformatting. Change-Id: Icb3532d2fb724bbb711c06086cb906bde22a380f Fixed issues with test. Revert back path selection for scripts folder. It is reasonable to have an ability to use own folder for custom workflows so script path is relative to template location. Change-Id: Icb3532d2fb724bbb711c06086cb906bde22a380f
23 lines
584 B
Plaintext
23 lines
584 B
Plaintext
{
|
|
"Scripts": [
|
|
"ImportCoreFunctions.ps1",
|
|
"OptionParser.ps1",
|
|
"SQLServerOptionParsers.ps1",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
} |