From 01c9067f69feda427df66d0f7fbe1b686a393138 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 (cherry picked from commit aa199b5e96f91111d96f53040be00736cd9309be) --- .../classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/control.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha') diff --git a/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/control.yml b/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/control.yml index 61baf21a4..4be308d0e 100644 --- a/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/control.yml +++ b/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/control.yml @@ -14,4 +14,4 @@ parameters: neutron: server: backend: - tenant_vlan_range: 1000:1999 + tenant_vlan_range: ${_param:opnfv_net_tenant_vlan} -- cgit 1.2.3-korg