From d836637d6a24eaced0ff9510d78cdb59d0e249f2 Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Fri, 30 Aug 2013 18:46:53 +0400 Subject: [PATCH] Either external AD or internal one is required for MS SQL Cluster. Change-Id: Idde251b1c7b1a31cadb5f416f753e365fe572961 Fixes: bug MRN-909. --- 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 523b84007..7c708d5d1 100644 --- a/muranodashboard/services/MsSqlClusterServer.yaml +++ b/muranodashboard/services/MsSqlClusterServer.yaml @@ -69,7 +69,7 @@ forms: - name: domain type: domain label: Domain - required: false + required: {YAQL: not $.serviceConfiguration.externalAD} description: >- Service can be joined to the Active Directory domain. If you want to create an AD domain create the AD Service first.