diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-20 00:24:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-20 00:24:47 +0000 |
commit | 82a9bec67b094f6381acb035a9efeffe47b011ab (patch) | |
tree | eb300e2d526b919f2eb0953e3a4a61cf285d4496 /config/network/network_settings_csit.yaml | |
parent | 48d1c6885afe72c92d07204cdfc97829ce9d24ed (diff) | |
parent | 8bc7bd15dcb170f3c37dfe0358dcdf7f9189b2ba (diff) |
Merge "Add tenant vlan support"
Diffstat (limited to 'config/network/network_settings_csit.yaml')
-rw-r--r-- | config/network/network_settings_csit.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/network/network_settings_csit.yaml b/config/network/network_settings_csit.yaml index 8eec0f65..75271140 100644 --- a/config/network/network_settings_csit.yaml +++ b/config/network/network_settings_csit.yaml @@ -116,6 +116,12 @@ networks: mtu: 1500 # Tenant network Overlay segmentation ID range: # VNI, VLAN-ID, etc. + # VLAN config should follow the pattern of neutron ml2 network_vlan_ranges + # allowed patterns are <physical_network> or + # <physical_network>:<vlan_min>:<vlan_max> + # Note that for VLAN config, physnet 'datacentre:1:1000' is used for + # external networks by default and will be automatically added to + # Neutron config if the range specified here does not include datacentre. overlay_id_range: 2,65535 # Tenant network segmentation type: |