From 9184b745eee64dda19be05d6d01cc2519dcb6031 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Mon, 18 Jun 2018 16:34:41 +0200 Subject: unh-pod1: restrict public ip range to avoid conflict Change-Id: I7644fe6eedc71b4e67ea6b6d112a06685ea26602 Signed-off-by: Paul Vaduva --- labs/unh/idf-pod1.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/labs/unh/idf-pod1.yaml b/labs/unh/idf-pod1.yaml index a9fe386a..4583d0c4 100644 --- a/labs/unh/idf-pod1.yaml +++ b/labs/unh/idf-pod1.yaml @@ -24,6 +24,7 @@ idf: interface: 0 vlan: 55 network: 172.16.10.0 + ip-range: 172.16.10.10-172.16.10.254 # Some IPs are in use by lab infra mask: 24 storage: interface: 0 @@ -39,6 +40,7 @@ idf: interface: 0 vlan: 50 network: 10.10.50.0 + ip-range: 10.10.50.100-10.10.50.253 # Some IPs are in use by lab infra mask: 24 gateway: 10.10.50.1 dns: -- cgit 1.2.3-korg