<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</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>It’s primarliy because we have seen better stability and scalability with etcd over rabbitmq.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Naveen</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>Kevin Benton <<a href="mailto:kevin@benton.pub">kevin@benton.pub</a>><br>
<span style="font-weight:bold">Reply-To: </span>openstack-dev <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, October 5, 2016 at 3:27 PM<br>
<span style="font-weight:bold">To: </span>openstack-dev <<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][networking-vpp]Introducing networking-vpp<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Cool. Always like to see more drivers. 
<div><br>
</div>
<div>I'm curious about the choice of etcd instead of rabbitmq as the communication mechanism between the mech driver and the agents since it introduces a new dependency into the deployment. Is this because the agent is written to work with other things like
 Kubernetes, Docker, etc as well?</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Oct 5, 2016 at 12:01 PM, Ian Wells <span dir="ltr">
<<a href="mailto:ijw.ubuntu@cack.org.uk" target="_blank">ijw.ubuntu@cack.org.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">We'd like to introduce the VPP mechanism driver, networking-vpp[1], to the developer community.<br>
<br>
networking-vpp is an ML2 mechanism driver to control DPDK-based VPP user-space forwarders on OpenStack compute nodes.  The code does what mechanism drivers do - it connects VMs to each other and to other Neutron-provided network services like routers.  It also
 does it with care - we aim to make sure this is a robust design that can withstand common cloud problems and failures - and with clarity - so that it's straightforward to see what it's chosen to do and what it's thinking.<br>
<br>
To give some background:<br>
<br>
VPP is an open source network forwarder originally developed by Cisco and now part of the Linux Foundation FD.io project for fast dataplanes.  It's very very good at moving packets around, and has demonstrated performance up to and well beyond 10Gbps - of tiny
 packets: ten times the number of packets iperf uses to fill a 10Gbps link.  This makes it especially useful for NFV use cases.  It's a user space forwarder, which has other benefits versus kernel packet forwarding: it can be stopped and upgraded without rebooting
 the host, and (in the worst case) it can crash without bringing down the whole system.<br>
<br>
networking-vpp is its driver for OpenStack.  We've written about 3,000 lines of code, consisting of a mechanism driver and an agent to program VPP through its Python API, and we use etcd to be a robust datastore and communication channel living between the
 two.<br>
<br>
<br>
The code, at the moment, is in a fairly early stage, so please play with it and fix or report any problems you find.  It will move packets between VLANs and flat networks and VMs, and will connect to DHCP servers, routers and the metadata server in your cloud,
 so for basic uses it will work just the way you expect.  However, we certainly don't support every feature of Neutron just yet.  In particular, we haven't tested some things like LBaaS and VPNaaS with it - they should work, we just haven't tried - and, most
 obviously, security groups are not yet implemented - that's on the way.  However, we'd like to get it into your hands so that you can have a go with it, see what you like and don't like about it, and help us file down the rough edges if you feel like joining
 us.  Enjoy!<br>
<br>
[1]<br>
<a href="https://github.com/openstack/networking-vpp" target="_blank">https://github.com/openstack/n<wbr>etworking-vpp</a> for all your code needs<br>
<a href="https://review.openstack.org/#/q/status:open+project:openstack/networking-vpp" target="_blank">https://review.openstack.org/#<wbr>/q/status:open+project:opensta<wbr>ck/networking-vpp</a> to help<br>
<a href="https://launchpad.net/networking-vpp" target="_blank">https://launchpad.net/networki<wbr>ng-vpp</a> for bugs<br>
<br>
</div>
<br>
______________________________<wbr>______________________________<wbr>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">
OpenStack-dev-request@lists.<wbr>openstack.org?subject:<wbr>unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack-dev</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>