Fixes MRN-955
MsSQLServer service will be installed only on nodes which have already joined the domain (or are not supposed to join the domain at all) Change-Id: Iaaddaafd8d1572fda3b7042e810dc905b04038cc
This commit is contained in:
parent
53ff0d9ac2
commit
0c1b312fe5
@ -78,7 +78,7 @@
|
||||
</rule>
|
||||
|
||||
|
||||
<rule match="$.services[?(@.type == 'msSqlServer')].units[?(@.temp.instanceName and not @.state.msSqlServerInstalled)]"
|
||||
<rule match="$.services[?(@.type == 'msSqlServer')].units[?(@.temp.instanceName and not @.state.msSqlServerInstalled and (not @.domain or @.domain == @.state.domain))]"
|
||||
desc="Units of SQL Server services which have got an instance deployed but have not got an SQL Server installed">
|
||||
<report entity="unit">
|
||||
<parameter name="id"><select path="id"/></parameter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user