<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>What scares me a bit about the “let’s find a common solution for both external devices and VMs” approach is the challenge to reach an agreement. I remember a rather long discussion in the dev lounge in HongKong about trunking support that ended up going
in all kinds of directions.</div>
<div><br>
</div>
<div>I work on implementing services in VMs so my opinion is definitely colored by that. Personally, proposal C is the most appealing to me for the following reasons: It is “good enough”, a trunk port notion is semantically easy to take in (at least to me),
by doing it all within the port resource Nova implications are minimal, it seemingly can handle multiple network types (VLAN, GRE, VXLAN, … they are all mapped to different trunk port local VLAN tags), DHCP should work to the trunk ports and its sub ports
(unless I overlook something), the spec already elaborates a lot on details, there is also already code available that can be inspected.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Bob</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Ian Wells <<a href="mailto:ijw.ubuntu@cack.org.uk">ijw.ubuntu@cack.org.uk</a>><br>
<span style="font-weight:bold">Reply-To: </span>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Date: </span>torsdag 23 oktober 2014 23:58<br>
<span style="font-weight:bold">To: </span>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [openstack-dev] [neutron] [nfv] VM-based VLAN trunking blueprints<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>There are two categories of problems:<br>
<br>
</div>
<div>1. some networks don't pass VLAN tagged traffic, and it's impossible to detect this from the API<br>
</div>
<div>2. it's not possible to pass traffic from multiple networks to one port on one machine as (e.g.) VLAN tagged traffic<br>
<br>
</div>
<div>(1) is addressed by the VLAN trunking network blueprint, XXX. Nothing else addresses this, particularly in the case that one VM is emitting tagged packets that another one should receive and Openstack knows nothing about what's going on.<br>
<br>
We should get this in, and ideally in quickly and in a simple form where it simply tells you if a network is capable of passing tagged traffic. In general, this is possible to calculate but a bit tricky in ML2 - anything using the OVS mechanism driver won't
pass VLAN traffic, anything using VLANs should probably also claim it doesn't pass VLAN traffic (though actually it depends a little on the switch), and combinations of L3 tunnels plus Linuxbridge seem to pass VLAN traffic just fine. Beyond that, it's got
a backward compatibility mode, so it's possible to ensure that any plugin that doesn't implement VLAN reporting is still behaving correctly per the specification.<br>
</div>
<div><br>
</div>
<div>(2) is addressed by several blueprints, and these have overlapping ideas that all solve the problem. I would summarise the possibilities as follows:<br>
<br>
</div>
A. Racha's L2 gateway blueprint, <a href="https://blueprints.launchpad.net/neutron/+spec/gateway-api-extension">
https://blueprints.launchpad.net/neutron/+spec/gateway-api-extension</a>, which (at its simplest, though it's had features added on and is somewhat OVS-specific in its detail) acts as a concentrator to multiplex multiple networks onto one as a trunk. This
is a very simple approach and doesn't attempt to resolve any of the hairier questions like making DHCP work as you might want it to on the ports attached to the trunk network.<br>
</div>
B. Isaku's L2 gateway blueprint, <a href="https://review.openstack.org/#/c/100278/">
https://review.openstack.org/#/c/100278/</a>, which is more limited in that it refers only to external connections.<br>
</div>
C. Erik's VLAN port blueprint, <a href="https://blueprints.launchpad.net/neutron/+spec/vlan-aware-vms">
https://blueprints.launchpad.net/neutron/+spec/vlan-aware-vms</a>, which tries to solve the addressing problem mentioned above by having ports within ports (much as, on the VM side, interfaces passing trunk traffic tend to have subinterfaces that deal with
the traffic streams).<br>
</div>
D. Not a blueprint, but an idea I've come across: create a network that is a collection of other networks, each 'subnetwork' being a VLAN in the network trunk.<br>
</div>
<div>E. Kyle's very old blueprint, <a href="https://blueprints.launchpad.net/neutron/+spec/quantum-network-bundle-api">
https://blueprints.launchpad.net/neutron/+spec/quantum-network-bundle-api</a> - where we attach a port, not a network, to multiple networks. Probably doesn't work with appliances.<br>
</div>
<div><br>
</div>
<div>I would recommend we try and find a solution that works with both external hardware and internal networks. (B) is only a partial solution.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</span><span id="OLK_SRC_BODY_SECTION">
<div>
<div>
<div dir="ltr">
<div>
<div>
<div><br>
</div>
<div>Considering the others, note that (C) and (D) add significant complexity to the data model, independently of the benefits they bring. (A) adds one new functional block to networking (similar to today's routers, or even today's Nova instances).<br>
<br>
</div>
<div>Finally, I suggest we consider the most prominent use case for multiplexing networks. This seems to be condensing traffic from many networks to either a service VM or a service appliance. It's useful, but not essential, to have Neutron control the addresses
on the trunk port subinterfaces.<br>
<br>
</div>
</div>
So, that said, I personally favour (A) is the simplest way to solve our current needs, and I recommend paring (A) right down to its basics: a block that has access ports that we tag with a VLAN ID, and one trunk port that has all of the access networks multiplexed
onto it. This is a slightly dangerous block, in that you can actually set up forwarding blocks with it, and that's a concern; but it's a simple service block like a router, it's very, very simple to implement, and it solves our immediate problems so that
we can make forward progress. It also doesn't affect the other solutions significantly, so someone could implement (C) or (D) or (E) in the future.<br>
-- <br>
</div>
Ian.<br>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On 23 October 2014 02:13, Alan Kavanagh <span dir="ltr">
<<a href="mailto:alan.kavanagh@ericsson.com" target="_blank">alan.kavanagh@ericsson.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+1 many thanks to Kyle for putting this as a priority, its most welcome.<br>
<span class="HOEnZb"><font color="#888888">/Alan<br>
</font></span>
<div class="HOEnZb">
<div class="h5"><br>
-----Original Message-----<br>
From: Erik Moe [mailto:<a href="mailto:erik.moe@ericsson.com">erik.moe@ericsson.com</a>]<br>
Sent: October-22-14 5:01 PM<br>
To: Steve Gordon; OpenStack Development Mailing List (not for usage questions)<br>
Cc: <a href="mailto:iawells@cisco.com">iawells@cisco.com</a><br>
Subject: Re: [openstack-dev] [neutron] [nfv] VM-based VLAN trunking blueprints<br>
<br>
<br>
Hi,<br>
<br>
Great that we can have more focus on this. I'll attend the meeting on Monday and also attend the summit, looking forward to these discussions.<br>
<br>
Thanks,<br>
Erik<br>
<br>
<br>
-----Original Message-----<br>
From: Steve Gordon [mailto:<a href="mailto:sgordon@redhat.com">sgordon@redhat.com</a>]<br>
Sent: den 22 oktober 2014 16:29<br>
To: OpenStack Development Mailing List (not for usage questions)<br>
Cc: Erik Moe; <a href="mailto:iawells@cisco.com">iawells@cisco.com</a>; <a href="mailto:Calum.Loudon@metaswitch.com">
Calum.Loudon@metaswitch.com</a><br>
Subject: Re: [openstack-dev] [neutron] [nfv] VM-based VLAN trunking blueprints<br>
<br>
----- Original Message -----<br>
> From: "Kyle Mestery" <<a href="mailto:mestery@mestery.com">mestery@mestery.com</a>><br>
> To: "OpenStack Development Mailing List (not for usage questions)"<br>
> <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
><br>
> There are currently at least two BPs registered for VLAN trunk support<br>
> to VMs in neutron-specs [1] [2]. This is clearly something that I'd<br>
> like to see us land in Kilo, as it enables a bunch of things for the<br>
> NFV use cases. I'm going to propose that we talk about this at an<br>
> upcoming Neutron meeting [3]. Given the rotating schedule of this<br>
> meeting, and the fact the Summit is fast approaching, I'm going to<br>
> propose we allocate a bit of time in next Monday's meeting to discuss<br>
> this. It's likely we can continue this discussion F2F in Paris as<br>
> well, but getting a head start would be good.<br>
><br>
> Thanks,<br>
> Kyle<br>
><br>
> [1] <a href="https://review.openstack.org/#/c/94612/" target="_blank">https://review.openstack.org/#/c/94612/</a><br>
> [2] <a href="https://review.openstack.org/#/c/97714" target="_blank">https://review.openstack.org/#/c/97714</a><br>
> [3] <a href="https://wiki.openstack.org/wiki/Network/Meetings" target="_blank">
https://wiki.openstack.org/wiki/Network/Meetings</a><br>
<br>
Hi Kyle,<br>
<br>
Thanks for raising this, it would be great to have a converged plan for addressing this use case [1] for Kilo. I plan to attend the Neutron meeting and I've CC'd Erik, Ian, and Calum to make sure they are aware as well.<br>
<br>
Thanks,<br>
<br>
Steve<br>
<br>
[1] <a href="http://lists.openstack.org/pipermail/openstack-dev/2014-October/047548.html" target="_blank">
http://lists.openstack.org/pipermail/openstack-dev/2014-October/047548.html</a><br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>