From 3228f00248cda32671fb0e6a02059bea6ae66c99 Mon Sep 17 00:00:00 2001
From: Peng Liu <pliu@redhat.com>
Date: Tue, 20 Sep 2016 16:35:18 -0400
Subject: Add ability to configure allowed vlan ranges in deploy configuration

Add a new parameter 'vlan_id_range' for tenant vlan range, which can
set the 'network_vlan_ranges' for 'datacentre' network in ml2.ini on
both compute and controller.

Change-Id: I5c190fb2d5d582d0d5f56d4c18cf32502b758bd8
JIRA: APEX-272
Signed-off-by: Peng Liu <pliu@redhat.com>
---
 config/network/network_settings.yaml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'config')

diff --git a/config/network/network_settings.yaml b/config/network/network_settings.yaml
index ab9ed962..ee5537d9 100644
--- a/config/network/network_settings.yaml
+++ b/config/network/network_settings.yaml
@@ -89,6 +89,7 @@ networks:                            # Network configurations
     mtu: 64000                       # Tenant network MTU
     overlay_id_range: 2,65535        # Tenant network Overlay segmentation ID range:
                                      # VNI, VLAN-ID, etc.
+    vlan_id_range: 1,1000            # Tenant physical network VLAN-ID range
     segmentation_type: vxlan         # Tenant network segmentation type:
                                      # vlan, vxlan, gre
     nic_mapping:                     # Mapping of network configuration for Overcloud Nodes
-- 
cgit 1.2.3-korg