From ea1e4580f2b3675859a7ccf56e2cd559c742c40b Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 20 Dec 2018 17:33:36 +0100 Subject: [IDF] intel-pod18 private vlan range Change private network vlan definition from "native" to specific vlan range. In case of "native", fuel installation fails to correctly define IP for br-mesh interface. As a result neutron ovs agent doesn't work, ports can't be created and VMs can't start up. Change-Id: I5792ced38339ff1a56b8ea4e9f3f37ecfb861bf5 Signed-off-by: Martin Klozik --- labs/intel/idf-pod18.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/intel/idf-pod18.yaml b/labs/intel/idf-pod18.yaml index 008cfa2d..e219e3b9 100644 --- a/labs/intel/idf-pod18.yaml +++ b/labs/intel/idf-pod18.yaml @@ -35,7 +35,7 @@ idf: mask: 24 private: # floating interface: 2 - vlan: native + vlan: 1000-1030 network: 10.10.182.0 mask: 24 bridge: brExt -- cgit 1.2.3-korg