From aa199b5e96f91111d96f53040be00736cd9309be Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 18 Apr 2018 18:40:33 +0200 Subject: [reclass] Parameterize tenant VLAN ranges Instead of hardcoding the VLAN ranges in reclass, read them from IDF. This is required when VLAN segmentation is used instead of VXLAN, as lab switches should be configured appropiately (e.g. Armband PODs use VLANs 2000+ instead of 1000-1030). Change-Id: I009ccea9b328c40f055a745791eafe3393b96390 Signed-off-by: Alexandru Avadanii --- mcp/config/labs/local/idf-virtual1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/config') diff --git a/mcp/config/labs/local/idf-virtual1.yaml b/mcp/config/labs/local/idf-virtual1.yaml index 35dab9b96..79a5fa044 100644 --- a/mcp/config/labs/local/idf-virtual1.yaml +++ b/mcp/config/labs/local/idf-virtual1.yaml @@ -36,7 +36,7 @@ idf: mask: 24 private: interface: 2 # when used, will be third vnet interface, untagged - vlan: native + vlan: 1000-1999 network: 10.1.0.0 mask: 24 public: -- cgit 1.2.3-korg