Remove message about same IPs for SQL cluster when both IPs are blank.

Change-Id: I29e4ef69087a78a85d9ea323590e70b0fc8ad642
Fixes: bug MRN-810.
This commit is contained in:
Timur Sufiev 2013-08-30 19:43:47 +04:00
parent 274414e18f
commit 98fe534737
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ forms:
# if IP is not valid on its own, it will be empty - the
# first check is needed to not emit comparison error when
# both IPs are not valid
- expr: {YAQL: $.clusterConfiguration.clusterIP.bool() and $.clusterConfiguration.clusterIP != $.clusterConfiguration.agListenerIP}
- expr: {YAQL: not $.clusterConfiguration.clusterIP.bool() or $.clusterConfiguration.clusterIP != $.clusterConfiguration.agListenerIP}
message: Listener IP and Cluster Static IP should be different
- unitsConfiguration:
fields: