<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Æ!!<br>
<br>
> Suffice it to say we're not going to make any drastic changes with the time remaining on F-3, but I think we can talk about this at the Grizzly summit.
<br>
<br>
Yes. That was the main idea when I started the discussion. I know we can't start changing it for Folsom but it's a must have for Grizzly.  IHMO<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div class="BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="PlainText">--<br>
Willian Molinari<br>
(a.k.a PotHix)<br>
<br>
</div>
</span></font></div>
</div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF217964"><font color="#000000" face="Tahoma" size="2"><b>From:</b> netstack-bounces+willian.molinari=locaweb.com.br@lists.launchpad.net [netstack-bounces+willian.molinari=locaweb.com.br@lists.launchpad.net] on behalf of
 Nachi Ueno [nachi@nttmcl.com]<br>
<b>Sent:</b> Thursday, August 02, 2012 6:53 PM<br>
<b>To:</b> OpenStack Development Mailing List<br>
<b>Cc:</b> netstack@lists.launchpad.net<br>
<b>Subject:</b> Re: [Netstack] [openstack-dev] [Quantum] plugin -> backend<br>
</font><br>
</div>
<div></div>
<div>2012/8/2 Dan Wendlandt <span dir="ltr"><<a href="mailto:dan@nicira.com" target="_blank">dan@nicira.com</a>></span><br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
Suffice it to say we're not going to make any drastic changes with the time remaining on F-3, but I think we can talk about this at the Grizzly summit.  
<div><br>
</div>
</blockquote>
<div> </div>
<div>I agree. This is reason why I implemented this function my plugin and extension.</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div></div>
<div>We actually put a lot of thought into whether IPAM should have a separate plugin or not, and decided that the two where so tightly coupled that it didn't make sense.  We will be moving toward a model where higher level services (routers, loadbalancers,
 firewalls, etc.) can be implemented by plugins other than the core L2 + IPAM plugin.  </div>
<span class="HOEnZb"><font color="#888888">
<div><br>
</div>
</font></span></blockquote>
<div> </div>
<div>I got use point ,but Coupling L2 + IPAM only makes sense when we use one L2 plugin. </div>
<div>It is normal large infrastructure uses multiple L2 technologies.  </div>
<div><br>
</div>
<div>Nachi</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<span class="HOEnZb"><font color="#888888">
<div></div>
<div>Dan</div>
</font></span>
<div class="HOEnZb">
<div class="h5">
<div><br>
<br>
<div class="gmail_quote">On Thu, Aug 2, 2012 at 1:03 PM, Nachi Ueno <span dir="ltr">
<<a href="mailto:nachi@nttmcl.com" target="_blank">nachi@nttmcl.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
Hi Hua
<div><br>
</div>
<div>I agree with you. Current plugin architecture is kind of <span style="font-size:13px; font-family:Arial,'Arial New','\00ff2d\00ff33 \00ff30 \0030b4\0030b7\0030c3\0030af',sans-serif">silo.</span></div>
<div>My concern is about IPAM and L3.</div>
<div><br>
</div>
<div>-  IPAM</div>
<div>  IPAM plugin and L2 plugin can be different. However it is combined in current structure.</div>
<div><br>
</div>
<div>-  L3 function</div>
<div> It needed to be connected each L2 plugin in L3.</div>
<div><br>
</div>
<div>They are a reason I'm proposing Metaplugin.</div>
<div><a href="https://review.openstack.org/#/c/10181/" target="_blank">https://review.openstack.org/#/c/10181/</a> ( I'm very welcome your reviews!  :) )</div>
<div><br>
</div>
<div>By implementation of Metaplugin, I realized if each plugin will inherits QuantumDBPluginV2, and </div>
<div> they do not use same table. We can use multiple plugin at once.</div>
<div>So at least IPAM will be solved.</div>
<div><br>
</div>
<div>Best</div>
<span><font color="#888888">
<div>Nachi Ueno</div>
</font></span>
<div>
<div>
<div><br>
</div>
<div>
<div class="gmail_quote">2012/8/1 Hua ZZ Zhang <span dir="ltr"><<a href="mailto:zhuadl@cn.ibm.com" target="_blank">zhuadl@cn.ibm.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<p><font face="sans-serif">just add my cents here.</font><br>
<br>
<font face="sans-serif">"Driver" concept make sense to my understaning. The current quantum underline plugins works and behaves more like
</font><font face="serif">network connectivity provider </font><font face="sans-serif">on top of specific type of device, from hardware and software, from vendors to open source. You can only enable ONE of it to provide virtual network service, but can't deploy
 without it.Just like database driver, it provide access of data backend and can't be absent. However plugin is not a essential part. Multiple plugins can be enabled at the same time in many software cases. They can work together with host to provide more functionalities.
</font><br>
<font face="sans-serif"><br>
</font><font face="serif" size="1"><b>Best Regards, </b></font><font face="serif" size="1"><br>
<br>
</font></p>
<hr align="left" size="2" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr valign="top">
<td valign="middle" width="298">
<ul style="padding-left:0pt">
<font face="serif" size="1"><b>Edward Zhang(张华)</b></font><font face="serif" size="1"><br>
Staff Software Engineer<br>
Travel&Transportation Standards<br>
Emerging Technology Institute(ETI)<br>
IBM China Software Development Lab<br>
e-mail: <a href="mailto:zhuadl@cn.ibm.com" target="_blank">zhuadl@cn.ibm.com</a><br>
Notes ID: Hua ZZ Zhang/China/IBM<br>
Tel: 86-10-82450483</font></ul>
</td>
<td valign="middle" width="298">
<ul style="padding-left:0pt">
<font face="serif" size="1">地址:北京市海淀区东北旺西路8号 中关村软件园28号楼 环宇大厦3层 邮编:100193<br>
Address: 3F Ring, Building 28 Zhongguancun Software Park, 8 Dongbeiwang West Road, Haidian District, Beijing, P.R.C.100193</font></ul>
</td>
</tr>
<tr valign="top">
<td valign="middle" width="298">
<ul style="padding-left:0pt">
<img height="100" width="100"></ul>
</td>
<td valign="middle" width="298"><img alt="" border="0" height="1" width="1"></td>
</tr>
<tr valign="top">
<td valign="middle" width="298">
<ul style="padding-left:0pt">
<font face="serif" size="1"><br>
</font></ul>
</td>
<td valign="middle" width="298"><img alt="" border="0" height="1" width="1"></td>
</tr>
</tbody>
</table>
<br>
<img alt="Inactive hide details for Dan Wendlandt ---2012-07-31 14:50:45---Yes, we've had this discussion many times :) I agree that peop" border="0" height="16" width="16"><font color="#424282" face="sans-serif">Dan Wendlandt ---2012-07-31 14:50:45---Yes,
 we've had this discussion many times :) I agree that people find the term "plugin" confusing, but each time we've talked</font><br>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td style="" width="40%">
<ul style="padding-left:72pt">
<font face="sans-serif" size="1"><b>Dan Wendlandt <<a href="mailto:dan@nicira.com" target="_blank">dan@nicira.com</a>></b></font><font face="sans-serif" size="1"> </font>
<p><font face="sans-serif" size="1">2012-07-31 14:45</font> </p>
<table border="1">
<tbody>
<tr valign="top">
<td bgcolor="#FFFFFF" width="168">
<div align="center"><font face="sans-serif" size="1">Please respond to<br>
OpenStack Development Mailing List <<a href="mailto:openstack-dev@lists.openstack.org" target="_blank">openstack-dev@lists.openstack.org</a>></font></div>
</td>
</tr>
</tbody>
</table>
<p></p>
</ul>
</td>
<td width="60%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr valign="top">
<td width="1%"><img alt="" border="0" height="1" width="58"><br>
<div align="right"><font face="sans-serif" size="1">To</font></div>
</td>
<td width="100%"><img alt="" border="0" height="1" width="1"><br>
<ul style="padding-left:7pt">
<font face="sans-serif" size="1">"Sumit Naiksatam (snaiksat)" <<a href="mailto:snaiksat@cisco.com" target="_blank">snaiksat@cisco.com</a>></font></ul>
</td>
</tr>
<tr valign="top">
<td width="1%"><img alt="" border="0" height="1" width="58"><br>
<div align="right"><font face="sans-serif" size="1">cc</font></div>
</td>
<td width="100%"><img alt="" border="0" height="1" width="1"><br>
<ul style="padding-left:7pt">
<font face="sans-serif" size="1">OpenStack Development Mailing List <<a href="mailto:openstack-dev@lists.openstack.org" target="_blank">openstack-dev@lists.openstack.org</a>>, "<a href="mailto:netstack@lists.launchpad.net" target="_blank">netstack@lists.launchpad.net</a>"
 <<a href="mailto:netstack@lists.launchpad.net" target="_blank">netstack@lists.launchpad.net</a>>, Willian Molinari <<a href="mailto:willian.molinari@locaweb.com.br" target="_blank">willian.molinari@locaweb.com.br</a>></font></ul>
</td>
</tr>
<tr valign="top">
<td width="1%"><img alt="" border="0" height="1" width="58"><br>
<div align="right"><font face="sans-serif" size="1">Subject</font></div>
</td>
<td width="100%"><img alt="" border="0" height="1" width="1"><br>
<ul style="padding-left:7pt">
<font face="sans-serif" size="1">Re: [openstack-dev] [Netstack] [Quantum] plugin -> backend</font></ul>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr valign="top">
<td width="58"><img alt="" border="0" height="1" width="1"></td>
<td width="336"><img alt="" border="0" height="1" width="1"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<div>
<div><br>
<font face="serif" size="3">Yes, we've had this discussion many times :)  I agree that people find the term "plugin" confusing, but each time we've talked about it, we've failed to find a single term that is substantially better to warrant the confusion likely
 to be caused by renaming.  </font><br>
<br>
<font face="serif" size="3">In some cases I've started using the term "engine" when describing the plugin concept to people, since its really about a "pluggable backend" that powers the generic quantum API layer.  The name "driver" was very intentionally not chosen,
 as driver implies that it is specific to a particular type of back-end device, whereas a Quantum plugin is really more about an overall strategy of creating logical networks, etc.  For example, you could have a generic VLAN plugin that has drivers to talk
 to many different types of switches.  </font><br>
<br>
<font face="serif" size="3">Dan<br>
</font><br>
<font face="serif" size="3">On Mon, Jul 30, 2012 at 7:55 PM, Sumit Naiksatam (snaiksat) <</font><a href="mailto:snaiksat@cisco.com" target="_blank"><font color="#0000FF" face="serif" size="3"><u>snaiksat@cisco.com</u></font></a><font face="serif" size="3">>
 wrote:</font>
<ul style="padding-left:9pt">
<font color="#1F497D" face="Calibri">Hi,</font>
<p><font color="#1F497D" face="Calibri"> </font> </p>
<p><font color="#1F497D" face="Calibri">I believe there are two topics of discussion here, one of which is the terminology. The way things are implemented today, I agree that the “plugin” terminology seems a bit confusing. However, probably the bigger topic
 of discussion is what kind of a design is preferable, “backend” versus “plugin”? As Yong points out, today’s Quantum service completely relies on the plugin for providing all functionality, including functionality that is probably common across plugins (like
 state management of logical resources, IPAM, etc.). Going forward, would it make sense to push some of the common functionality into the Quantum service, and have plugins which actually behave like the name suggests?</font>
</p>
<p><font color="#1F497D" face="Calibri"> </font> </p>
<p><font color="#1F497D" face="Calibri">Thanks,</font> </p>
<p><font color="#1F497D" face="Calibri">~Sumit.</font> </p>
<p><font color="#1F497D" face="Calibri"> </font> </p>
<p><font face="Tahoma"><b>From:</b></font><font face="Tahoma"> netstack-bounces+snaiksat=</font><a href="mailto:cisco.com@lists.launchpad.net" target="_blank"><font color="#0000FF" face="Tahoma"><u>cisco.com@lists.launchpad.net</u></font></a><font face="Tahoma"> [mailto:</font><a href="mailto:netstack-bounces%2Bsnaiksat" target="_blank"><font color="#0000FF" face="Tahoma"><u>netstack-bounces+snaiksat</u></font></a><font face="Tahoma">=</font><a href="mailto:cisco.com@lists.launchpad.net" target="_blank"><font color="#0000FF" face="Tahoma"><u>cisco.com@lists.launchpad.net</u></font></a><font face="Tahoma">]
</font><font face="Tahoma"><b>On Behalf Of </b></font><font face="Tahoma">Yong Sheng Gong</font><font face="Tahoma"><b><br>
Sent:</b></font><font face="Tahoma"> Monday, July 30, 2012 7:05 PM</font><font face="Tahoma"><b><br>
To:</b></font><font face="Tahoma"> Willian Molinari</font><font face="Tahoma"><b><br>
Cc:</b></font><font face="Tahoma"> OpenStack Development Mailing List; </font><a href="mailto:netstack@lists.launchpad.net" target="_blank"><font color="#0000FF" face="Tahoma"><u>netstack@lists.launchpad.net</u></font></a><font face="Tahoma"><b><br>
Subject:</b></font><font face="Tahoma"> Re: [Netstack] [Quantum] plugin -> backend</font>
</p>
<p><font face="serif" size="3"> </font> </p>
<p><font face="Verdana">Hi,<br>
Add it into openstack-dev and [quantum] into the subject.<br>
<br>
Yes, 'backend' seems better than 'plugin' for our case here.<br>
<br>
Our plugin is a must for quantum server to work,  while 'plugin' tends to make us think it will provide more functionalities if we plug it in.<br>
And I don't think our plugin is 'pluggable backend'.  I prefer to call it 'replaceable or configurable' 'backend' or 'dirver'.
<br>
<br>
Thanks<br>
Yong Sheng Gong<br>
<br>
<br>
</font><font color="#0000FF" face="Verdana"><u><br>
</u></font><a href="mailto:-----netstack-bounces+gongysh=cn.ibm.com@lists.launchpad.net" target="_blank"><font color="#0000FF" face="Verdana"><u>-----netstack-bounces+gongysh=cn.ibm.com@lists.launchpad.net</u></font></a><font color="#990099" face="Verdana"> wrote:
 -----</font> </p>
<p><font face="Verdana">To: </font><a href="mailto:netstack@lists.launchpad.net" target="_blank"><font color="#0000FF" face="Verdana"><u>"netstack@lists.launchpad.net"</u></font></a><font face="Verdana"> </font><a href="mailto:netstack@lists.launchpad.net" target="_blank"><font color="#0000FF" face="Verdana"><u><netstack@lists.launchpad.net></u></font></a><font face="Verdana"><br>
From: Willian Molinari <br>
Sent by: </font><a href="mailto:netstack-bounces+gongysh=cn.ibm.com@lists.launchpad.net" target="_blank"><font color="#0000FF" face="Verdana"><u>netstack-bounces+gongysh=cn.ibm.com@lists.launchpad.net</u></font></a><font face="Verdana"><br>
Date: 07/31/2012 07:26AM<br>
Subject: [Netstack] plugin -> backend</font> </p>
<p><font face="Tahoma">Æ!!<br>
<br>
Hi folks!<br>
<br>
I was concerned to bring the "plugins" discussion because it looks like a bikeshedding
<br>
and it probably was discussed before, but I think it will be beneficial at all.<br>
<br>
What motivated me to bring the discussion was the Metaplugin implementation <br>
(</font><a href="https://review.openstack.org/#/c/10181/" target="_blank"><font color="#0000FF" face="Tahoma"><u>https://review.openstack.org/#/c/10181/</u></font></a><font face="Tahoma">) that looks like a quantum backend implementing<br>
support for plugins.<br>
<br>
When we first looked into quantum we thought that quantum plugin was following the same
<br>
concept of all other plugins (ie we should install a lot of plugins to enhance the application)<br>
 but we found that this is not the concept of quantum plugins, talking to Dan about this at<br>
the openstack summit I found the real concept of quantum plugins and I heard some people<br>
saying that plugins should be something like a "pluggable backend", so why not to call the
<br>
plugin just "backend"?<br>
<br>
Looks natural to have just one backend at time and this backend should handle multiple<br>
plugins if needed (the metaplugin case).<br>
<br>
Sorry for bringing a non-technical discussion like this but every time someone asks me to
<br>
explain what quantum does I need to show plugins as "backends" to make sense.<br>
<br>
I'm the only guy that think it's confusing? :P<br>
<br>
Just want to hear your ideas about this topic. </font></p>
<p><font face="Tahoma">--<br>
Willian Molinari<br>
(a.k.a PotHix)</font> </p>
<p><font face="Courier New">-- <br>
Mailing list: </font><a href="https://launchpad.net/%7Enetstack" target="_blank"><font color="#0000FF" face="Courier New"><u>https://launchpad.net/~netstack</u></font></a><font face="Courier New"><br>
Post to     : </font><a href="mailto:netstack@lists.launchpad.net" target="_blank"><font color="#0000FF" face="Courier New"><u>netstack@lists.launchpad.net</u></font></a><font face="Courier New"><br>
Unsubscribe : </font><a href="https://launchpad.net/%7Enetstack" target="_blank"><font color="#0000FF" face="Courier New"><u>https://launchpad.net/~netstack</u></font></a><font face="Courier New"><br>
More help   : </font><a href="https://help.launchpad.net/ListHelp" target="_blank"><font color="#0000FF" face="Courier New"><u>https://help.launchpad.net/ListHelp</u></font></a><br>
<font face="serif" size="3"><br>
--<br>
Mailing list: </font><a href="https://launchpad.net/~netstack" target="_blank"><font color="#0000FF" face="serif" size="3"><u>https://launchpad.net/~netstack</u></font></a><font face="serif" size="3"><br>
Post to     : </font><a href="mailto:netstack@lists.launchpad.net" target="_blank"><font color="#0000FF" face="serif" size="3"><u>netstack@lists.launchpad.net</u></font></a><font face="serif" size="3"><br>
Unsubscribe : </font><a href="https://launchpad.net/~netstack" target="_blank"><font color="#0000FF" face="serif" size="3"><u>https://launchpad.net/~netstack</u></font></a><font face="serif" size="3"><br>
More help   : </font><a href="https://help.launchpad.net/ListHelp" target="_blank"><font color="#0000FF" face="serif" size="3"><u>https://help.launchpad.net/ListHelp</u></font></a><font face="serif" size="3"><br>
</font></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</ul>
<font face="serif" size="3"><br>
</font><br>
<br>
<font face="serif" size="3">-- <br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
Dan Wendlandt </font><br>
<font face="serif" size="3">Nicira, Inc: </font><a href="http://www.nicira.com/" target="_blank"><font color="#0000FF" face="serif" size="3"><u>www.nicira.com</u></font></a><br>
<font face="serif" size="3">twitter: danwendlandt<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~</font><br>
</div>
</div>
<tt><font>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">OpenStack-dev@lists.openstack.org</a><br>
</font></tt><tt><font><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></font></tt><tt><font><br>
</font></tt><br>
<p></p>
</div>
<br>
--<br>
Mailing list: <a href="https://launchpad.net/~netstack" target="_blank">https://launchpad.net/~netstack</a><br>
Post to     : <a href="mailto:netstack@lists.launchpad.net" target="_blank">netstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~netstack" target="_blank">https://launchpad.net/~netstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
Dan Wendlandt 
<div>Nicira, Inc: <a href="http://www.nicira.com" target="_blank">www.nicira.com</a><br>
<div>twitter: danwendlandt<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
</div>
</div>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">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>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</body>
</html>