diff options
author | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-06-18 16:34:41 +0200 |
---|---|---|
committer | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-06-18 18:51:50 +0200 |
commit | 9184b745eee64dda19be05d6d01cc2519dcb6031 (patch) | |
tree | 4c1d3488e4765fcd2454c81b26113b66f81cc5cc /labs | |
parent | 16db9bd020a0b399f46878bb9a966432e82dddcb (diff) |
unh-pod1: restrict public ip range to avoid conflict
Change-Id: I7644fe6eedc71b4e67ea6b6d112a06685ea26602
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Diffstat (limited to 'labs')
-rw-r--r-- | labs/unh/idf-pod1.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |