From d6c6e357854725975797c3ac0805781220885eed Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sun, 11 Mar 2018 17:28:42 +0100 Subject: [IDF] Move ip-range start higher for mgmt, public - move mgmt start to .10; - move public start to .100; - sync local idf-pod1; JIRA: ARMBAND-365 Change-Id: I5d93c4f486daf280d8bdbe92f5aa7edd8d020db0 Signed-off-by: Alexandru Avadanii --- mcp/config/labs/local/idf-pod1.yaml | 2 ++ mcp/config/labs/local/idf-virtual1.yaml | 2 +- mcp/scripts/pharos | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mcp/config/labs/local/idf-pod1.yaml b/mcp/config/labs/local/idf-pod1.yaml index d8001e2c9..b916707a1 100644 --- a/mcp/config/labs/local/idf-pod1.yaml +++ b/mcp/config/labs/local/idf-pod1.yaml @@ -25,6 +25,7 @@ idf: interface: 0 vlan: 300 network: 10.167.4.0 # Tagged, 'vlan 300' on wiki + ip-range: 10.167.4.10-10.167.4.254 # Some IPs are in use by lab infra mask: 24 storage: interface: 3 @@ -40,6 +41,7 @@ idf: interface: 2 vlan: native network: 172.30.10.0 # Untagged, 'public' on wiki + ip-range: 172.30.10.100-172.30.10.254 # Some IPs are in use by lab infra mask: 24 gateway: 172.30.10.1 dns: diff --git a/mcp/config/labs/local/idf-virtual1.yaml b/mcp/config/labs/local/idf-virtual1.yaml index f73024948..35dab9b96 100644 --- a/mcp/config/labs/local/idf-virtual1.yaml +++ b/mcp/config/labs/local/idf-virtual1.yaml @@ -43,7 +43,7 @@ idf: interface: 3 # when used, will be fourth vnet interface, untagged vlan: native network: 10.16.0.0 - ip-range: 10.16.0.10-10.16.0.254 # Some IPs are in use by lab infra + ip-range: 10.16.0.100-10.16.0.254 # Some IPs are in use by lab infra mask: 24 gateway: 10.16.0.1 dns: diff --git a/mcp/scripts/pharos b/mcp/scripts/pharos index 46dd0bda1..a02c9ccbd 160000 --- a/mcp/scripts/pharos +++ b/mcp/scripts/pharos @@ -1 +1 @@ -Subproject commit 46dd0bda1606b851ec7e7e82c1823fb9ae99490f +Subproject commit a02c9ccbd8cd58104dacb048833556e209ef21d3 -- cgit 1.2.3-korg