SQL Server Cluster workflow updated for FailoverCluster.template change

Change-Id: Ic5227d14e723248e2bd2cee93e7afe45c11cbe15
This commit is contained in:
Stan Lagun 2013-08-06 17:18:25 +04:00
parent 4a0d31c09e
commit 0fb3ed82dc
2 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -129,6 +129,9 @@
<mapping name="clusterNodes">
<select-all path=":$[*].state.hostname"/>
</mapping>
<mapping name="domainName">
<select path="state.domain"/>
</mapping>
<mapping name="domainAdminAccountName">
<select path="::domainAdminUserName"/>
</mapping>