ab622863d5
NSX|V3: This feature will enable an admin user to configure a range of VLAN IDs per VLAN Transport Zone, so when they create a VLAN, the VLAN tag will be set accordingly. The configuration is being done in the nsx.ini file, under the relevant section for nsx-v3, the admin will note the tz-id, with either a predefined range(s) (min/max values) or only the transport zone itself (which means that any value can be chosen). The admin user will create the network noting “provider:physical_network”, if they select a VLAN ID, than it will be used, if not - one will be chosen according to the configuration mentioned above. New configuration variable in nsx.ini under nsx_v3: network_vlan_ranges network_vlan_ranges=<TZ_UUID>:<min_val>:<max_val> Change-Id: Id202ca28bda44286deacb5c9969ffd92aa564a90 Signed-off-by: Michal Kelner Mishali <mkelnermishal@vmware.com>
10 lines
342 B
YAML
10 lines
342 B
YAML
---
|
|
prelude: >
|
|
The NSX-V3 plugin can decide on the VLAN tag for a provider network.
|
|
features:
|
|
- |
|
|
The NSX-V3 plugin can decide on the VLAN tag for a provider network,
|
|
according to pre-defined configuration set per transport zone UUID,
|
|
noting a specific range or letting the plugin decide according to
|
|
min/max constants.
|