Bug 1042579 - [RFE][neutron]: Model VLAN ports
Summary: [RFE][neutron]: Model VLAN ports
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/neut...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 00:24 UTC by RHOS Integration
Modified: 2015-11-20 19:30 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:11:30 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-13 00:24:41 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/model-vlan-ports.

Description:

With bare metal nova we cannot add or remove ethernet cards in response to user network requests. We can however give nodes access to additional L2 networks using VLANs.

For triple-o, running openstack on openstack, we want VLANs as well to partition operator and tenant traffic more thoroughly.

In both cases we need to be able to hand information to the instance which will be booting and have only native-VLAN access [but that is sufficient to access the metadata service].

There are multiple options:
 - brute force try all VLAN tags. This may trigger NIDS on some switches, and is slow. [And apparently patented...]
 - bake VLAN config into the image. This is poor for heterogeneous environments and for bare metal non-operator use.
 - use LLDP http://en.wikipedia.org/wiki/LLDP-MED#LLPD-MED - but this is fairly new and may not be supported on all 802.1q capable switches. (So we'd need multiple variants...)
 - Export information about VLANs for the instance via the nova metadata service, then the instance can query that over the native VLAN and self-configure from there.
 - Encode the configured VLAN's into a DHCP vendor option

The last option - DHCP vendor options - was the preferred one in the summit session

Specification URL (additional information):

https://etherpad.openstack.org/HavanaBareMetalVLAN


Note You need to log in before you can comment on or make changes to this bug.