From 98fe53473786ec78e23670617d4b495187b1c889 Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Fri, 30 Aug 2013 19:43:47 +0400 Subject: [PATCH] Remove message about same IPs for SQL cluster when both IPs are blank. Change-Id: I29e4ef69087a78a85d9ea323590e70b0fc8ad642 Fixes: bug MRN-810. --- muranodashboard/services/MsSqlClusterServer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muranodashboard/services/MsSqlClusterServer.yaml b/muranodashboard/services/MsSqlClusterServer.yaml index 7c708d5d1..92a25076f 100644 --- a/muranodashboard/services/MsSqlClusterServer.yaml +++ b/muranodashboard/services/MsSqlClusterServer.yaml @@ -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: