From cf6cd9cd0e00ab1c1165f826a261476b3155268d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 7 Mar 2018 22:00:29 +0100 Subject: [IDF] net_config: Add support for custom ip-range - submodule: bump Pharos to pick up installer adapter support, as well as IDF updates for Ericsson baremetal pod1; - labs/local/virtual: Bump mgmt, public networks start addresses from .1 to .10, similar to ericsson-pod1; While at it, drop patch now upstream and instead adopt the new param 'neutron:server:root_helper_daemon'. JIRA: FUEL-351 Change-Id: I9bc244a7fd8698861a390ed2b6a27804be46c285 Signed-off-by: Alexandru Avadanii --- mcp/config/labs/local/idf-virtual1.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mcp/config/labs/local') diff --git a/mcp/config/labs/local/idf-virtual1.yaml b/mcp/config/labs/local/idf-virtual1.yaml index 7d45dd24f..f73024948 100644 --- a/mcp/config/labs/local/idf-virtual1.yaml +++ b/mcp/config/labs/local/idf-virtual1.yaml @@ -27,6 +27,7 @@ idf: interface: 1 # when used, will be second vnet interface, untagged vlan: native 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: 4 # when used, will be fifth vnet interface, untagged @@ -42,6 +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 mask: 24 gateway: 10.16.0.1 dns: -- cgit 1.2.3-korg