From df24335d9ded255c3d816a9a36acc50f4ba992e4 Mon Sep 17 00:00:00 2001 From: Matthew Bratschun <25390936+mbrat2005@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:23:55 +0000 Subject: [PATCH] added RestIpAddress comment and param to samples --- SDNExpress/scripts/Sample - SDN Gateways.psd1 | 2 ++ SDNExpress/scripts/Sample - Software Load Balancer.psd1 | 2 ++ SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 | 2 ++ SDNExpress/scripts/Sample - Virtualized networks.psd1 | 2 ++ 4 files changed, 8 insertions(+) diff --git a/SDNExpress/scripts/Sample - SDN Gateways.psd1 b/SDNExpress/scripts/Sample - SDN Gateways.psd1 index e2c9f59a..b654a588 100644 --- a/SDNExpress/scripts/Sample - SDN Gateways.psd1 +++ b/SDNExpress/scripts/Sample - SDN Gateways.psd1 @@ -31,6 +31,8 @@ #RestName must contain the FQDN that will be assigned to the SDN REST floating IP. RestName = 'sa20n28sdn-test.sa18.nttest.microsoft.com' + #When using the Rest IP Address, the RestName must be manually registered to this IP in DNS. This is the preferred way to deploy. + RestIpAddress = '10.127.130.105/31' NCs = @( #Optional parameters for each NC: diff --git a/SDNExpress/scripts/Sample - Software Load Balancer.psd1 b/SDNExpress/scripts/Sample - Software Load Balancer.psd1 index e75b042c..2c926bd4 100644 --- a/SDNExpress/scripts/Sample - Software Load Balancer.psd1 +++ b/SDNExpress/scripts/Sample - Software Load Balancer.psd1 @@ -31,6 +31,8 @@ #RestName must contain the FQDN that will be assigned to the SDN REST floating IP. RestName = 'sa20n28sdn-test.sa18.nttest.microsoft.com' + #When using the Rest IP Address, the RestName must be manually registered to this IP in DNS. This is the preferred way to deploy. + RestIpAddress = '10.127.130.105/31' NCs = @( #Optional parameters for each NC: diff --git a/SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 b/SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 index b83e2c43..00ef8629 100644 --- a/SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 +++ b/SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 @@ -31,6 +31,8 @@ #RestName must contain the FQDN that will be assigned to the SDN REST floating IP. RestName = 'sa20n28sdn-1.sa18.nttest.microsoft.com' + #When using the Rest IP Address, the RestName must be manually registered to this IP in DNS. This is the preferred way to deploy. + RestIpAddress = '10.127.130.105/31' NCs = @( #Optional parameters for each NC: diff --git a/SDNExpress/scripts/Sample - Virtualized networks.psd1 b/SDNExpress/scripts/Sample - Virtualized networks.psd1 index ce8cd36e..200ffeba 100644 --- a/SDNExpress/scripts/Sample - Virtualized networks.psd1 +++ b/SDNExpress/scripts/Sample - Virtualized networks.psd1 @@ -31,6 +31,8 @@ #RestName must contain the FQDN that will be assigned to the SDN REST floating IP. RestName = 'sa20n28sdn-1.sa18.nttest.microsoft.com' + #When using the Rest IP Address, the RestName must be manually registered to this IP in DNS. This is the preferred way to deploy. + RestIpAddress = '10.127.130.105/31' NCs = @( #Optional parameters for each NC: