deb-murano/functionaltests/api/v1/DummyTestApp/Resources/CreateSecondaryDC.template
Sergey Murashov 809ea6f700 Changed tests for murano repository
Change base methods for actions with packages
and add tests for this actions

Change-Id: Ib6af8933c18ea9670a388dca53f1c55a92180208
2014-04-25 10:22:34 +04:00

18 lines
407 B
Plaintext

{
"Scripts": [
"ImportCoreFunctions.ps1",
"Install-RoleSecondaryDomainController.ps1"
],
"Commands": [
{
"Name": "Install-RoleSecondaryDomainController",
"Arguments": {
"DomainName": "$domain",
"UserName": "$domainAccountName",
"Password": "$domainPassword",
"SafeModePassword": "$recoveryPassword"
}
}
],
"RebootOnCompletion": 1
}