<br><br><div class="gmail_quote">On Tue, Jul 31, 2012 at 7:58 AM, Salvatore Orlando <span dir="ltr"><<a href="mailto:sorlando@nicira.com" target="_blank">sorlando@nicira.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Bill,</blockquote><div><br></div><div>If you look at the main quantum launchpad page (<a href="https://launchpad.net/quantum">https://launchpad.net/quantum</a>), we point to <a href="http://github.com">github.com</a> and <a href="http://review.openstack.org">review.openstack.org</a>: </div>

<div><br></div><div><p style="margin:0px 0px 0.8em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px;text-align:left;background-color:rgb(255,255,255)">

Source code for Quantum can be found at <a rel="nofollow" href="http://github.com/openstack/quantum" style="color:rgb(0,51,170);text-decoration:none">http://github.com/openstack/quantum</a></p><p id="yui_3_2_0_1_1343747290130842" style="margin:0px 0px 0.8em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px;text-align:left;background-color:rgb(255,255,255)">

Code Reviews for Quantum can be found at: <a rel="nofollow" href="https://review.openstack.org/#q,status:open+project:openstack/quantum,n,z" style="color:rgb(0,51,170);text-decoration:none">https://review.openstack.org/#q,status:open+project:openstack/quantum,n,z</a></p>

</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br></div><div>all Openstack project use the following tools:</div><div>- launchpad for tracking bug and specifications</div>

<div>- github for source code (<a href="http://github.com/openstack" target="_blank">github.com/openstack</a>) </div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>- gerrit for code review (<a href="http://review.openstack.org" target="_blank">review.openstack.org</a>) </div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><br></div><div>For the blueprint you're referring to, there isn't yet code available (there will be soon). </div>
<div>Several blueprints have a detailed specification linked to the blueprint itself. Usually this spec is a wiki page on <a href="http://wiki.openstack.org" target="_blank">wiki.openstack.org</a>, but in theory it could anything. For some simpler blueprints the specification is on the whiteboard of the blueprint itself. It's a shame that not all blueprints have some for of spec, and that we do not have yet a template for building specifications.</div>

</blockquote><div><br></div><div>This is a larger feature, so the proposed spec is available by clicking the "Read the full specification" link on the blueprint: <a href="https://blueprints.launchpad.net/quantum/+spec/quantum-l3-fwd-nat">https://blueprints.launchpad.net/quantum/+spec/quantum-l3-fwd-nat</a> .  If the link isn't working for you for some reason, let me know (it works in my testing). </div>

<div><br></div><div>dan</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><br></div><div>Design discussions als happen every day on this mailing list and on the dev IRC channel, #openstack-dev.</div><div><br></div><div>Once code will be available, gerrit will add a comment to the blueprint pointing to the patch under review.</div>


<div>As soon as the review process is complete, gerrit will push the patch on the github repo.</div><div><br></div><div>Some useful details are available at this page: <a href="http://wiki.openstack.org/GerritWorkflow" target="_blank">http://wiki.openstack.org/GerritWorkflow</a></div>


<div><br></div><div>Hope this helps,</div><div>Salvatore</div><div><br><div class="gmail_quote"><div><div class="h5">On 31 July 2012 16:30, Bill Shetti <span dir="ltr"><<a href="mailto:billshetti@gmail.com" target="_blank">billshetti@gmail.com</a>></span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div>HI everyone,</div><div><br></div><div>Being new to the list and the project. I was wondering where do we get access to specific blueprint code. Particularly -  "Nova-equivalent Quantum L3 Forwarding, NAT, and Floating-IP Extension" blueprint?</div>



<div><br></div><div>It does NOT seem to be on the launchpad location. </div><div><br></div><strong style="line-height:18px;text-align:left;color:rgb(51,51,51);font-size:12px;font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif">Launchpad does not know where OpenStack Quantum (virtual network service) hosts its code.</strong><br>





<br>In particular the internals of this are important to review. What is the code review process?<div><br></div><div>Thanks</div><div>Bill</div><div><br><div class="gmail_quote">On Mon, Jul 30, 2012 at 12:22 PM, dan wendlandt <span dir="ltr"><<a href="mailto:dan@nicira.com" target="_blank">dan@nicira.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Blueprint changed by dan wendlandt:<br>
<br>
Whiteboard changed:<br>
- been focusing on core v2 API stuff until now.  Still need to revive my<br>
- prototype and implement it on top of v2 API.<br>
+ - router CRUD API (DONE)<br>
+ - DB-plugin router CRUD impl (DONE)<br>
+ - python-quantumclient + CLI router CRUD  (In Progress)<br>
+ - basic l3-agent, using polling (In Progress)<br>
+ - NAT/floating-ip CRUD API<br>
+ - DB-plugin NAT/floating-ip CRUD impl<br>
+ - python-quantumclient + CLI NAT/floating-ip CRUD<br>
+ - l3-agent with NAT<br>
+ - l3-agent, overlapping IPs<br>
+ - l3-agent, no polling<span><font color="#888888"><br>
<span><font color="#888888"><br>
--<br>
Nova-equivalent Quantum L3 Forwarding, NAT, and Floating-IP Extension<br>
<a href="https://blueprints.launchpad.net/quantum/+spec/quantum-l3-fwd-nat" target="_blank">https://blueprints.launchpad.net/quantum/+spec/quantum-l3-fwd-nat</a><br>
</font></span></font></span></blockquote></div><br>
</div>
<br></div></div><span class="HOEnZb"><font color="#888888">--<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></font></span></blockquote></div><br></div>
</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>