From c8a710f055b6d769f94ae89ee82e745092abec83 Mon Sep 17 00:00:00 2001 From: Gabor ROZSA <66364710+gabor-rozsa@users.noreply.github.com> Date: Thu, 20 May 2021 13:58:13 +0200 Subject: [PATCH] Update MultiNodeSampleConfig.psd1 Clarifying that ManagementDNS is an array, so a specific value format needs to be met in order to avoid execution error if only one DNS server IP address is needed (for example loadbalancer IP) --- SDNExpress/scripts/MultiNodeSampleConfig.psd1 | 1 + 1 file changed, 1 insertion(+) diff --git a/SDNExpress/scripts/MultiNodeSampleConfig.psd1 b/SDNExpress/scripts/MultiNodeSampleConfig.psd1 index 44ee027b..9492b87f 100644 --- a/SDNExpress/scripts/MultiNodeSampleConfig.psd1 +++ b/SDNExpress/scripts/MultiNodeSampleConfig.psd1 @@ -19,6 +19,7 @@ #ManagmentSubnet, ManagementGateway, and ManagementDNS are not required if DHCP is configured for the management adapters below. ManagementSubnet = '10.127.132.128/25' ManagementGateway = '10.127.132.129' + #ManagementDNS property requires an array, so use @('10.127.130.7') if you want to specify only one DNS server address ManagementDNS = @('10.127.130.7', '10.127.130.8') #Use 0, or comment out ManagementVLANID to configure the management adapter for untagged traffic ManagementVLANID = 7