<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
</head>
<body bgcolor="#FFFFFF">
<div><br>
<br>
<div>Regards,</div>
<div><span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469);">Daneyon Hansen </span></div>
<div><span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469);"><br>
</span></div>
</div>
<div><br>
On Mar 13, 2013, at 1:04 AM, "Martinx - $B%8%'!<%`%:(B" <<a href="mailto:thiagocmartinsc@gmail.com">thiagocmartinsc@gmail.com</a>> wrote:<br>
<br>
</div>
<div></div>
<blockquote type="cite">
<div>
<div dir="ltr">Guys,
<div><br>
</div>
<div style=""> Here: <a href="http://docs.openstack.org/trunk/openstack-network/admin/content/demo_flat_installions.html">http://docs.openstack.org/trunk/openstack-network/admin/content/demo_flat_installions.html</a></div>
<div style=""><br>
</div>
<div style=""> ...at the step "1. Install the L2 agent." but, what is the name of the Ubuntu package (I'm using Folsom)?</div>
<div style=""><br>
</div>
<div style=""> ...apt-get install what?</div>
</div>
</div>
</blockquote>
<div><br>
</div>
quantum-plugin-openvswitch-agent<br>
<blockquote type="cite">
<div>
<div dir="ltr">
<div style=""><br>
</div>
<div style=""> I thought that the Quantum L2 agent was the package `quantum-plugin-linuxbridge' but, this doc uses OpenvSwitch... So, I'm confused now...</div>
</div>
</div>
</blockquote>
<div><br>
</div>
As you know Quantum uses plugins to realize the network abstractions. Some plugins (such as OVS) use an agent to collect information from the Quantum db to implement the logical data model on the local vswitch. <br>
<blockquote type="cite">
<div>
<div dir="ltr">
<div style=""><br>
</div>
<div style=""> The following packages "quantum-server quantum-plugin-openvswitch quantum-plugin-openvswitch-agent quantum-dhcp-agent" will be enough for my `controller+network node'?</div>
</div>
</div>
</blockquote>
That should work for flat networking implementations. <br>
<blockquote type="cite">
<div>
<div dir="ltr">
<div style=""><br>
</div>
<div style=""> At the compute-node, I'll install only the "quantum-plugin-openvswitch-agent", right?</div>
</div>
</div>
</blockquote>
Correct. That package should install the openvswitch and other dependencies. <br>
<blockquote type="cite">
<div>
<div dir="ltr">
<div style=""><br>
</div>
<div style="">Tks,</div>
<div style="">Thiago</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On 13 March 2013 00:58, Martinx - $B%8%'!<%`%:(B <span dir="ltr">
<<a href="mailto:thiagocmartinsc@gmail.com" target="_blank">thiagocmartinsc@gmail.com</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">
<div>
<div>Daneyon,</div>
<div><br>
</div>
<div> Thank you for your time! I'll check it!</div>
<div><br>
</div>
<div> I read that guide from Cisto once... Too complex.</div>
<div><br>
</div>
<div> I also, tried the following guides too, appears to be like the one from Cisco:</div>
<div><br>
</div>
<div> <a href="https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst" target="_blank">https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst</a></div>
<div><br>
</div>
<div> and:</div>
<div> <a href="https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/GRE/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst" target="_blank">https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/GRE/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst</a></div>
<div><br>
</div>
<div><br>
</div>
<div> Anyway, at first, I do not want L3 or GRE. Only the most basic setup (Flat / L2).</div>
<div><br>
</div>
<div> Do you know if my `controller+network node' server eth0 needs to be promisc?</div>
</div>
<div><br>
</div>
<div>Tks!</div>
<div>Thiago</div>
</div>
<div class="HOEnZb">
<div class="h5">
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On 13 March 2013 00:49, Daneyon Hansen (danehans) <span dir="ltr">
<<a href="mailto:danehans@cisco.com" target="_blank">danehans@cisco.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>
<div>
<div><br>
</div>
<div>Make sure the quantum-dhcp and l3 agents are running and properly configured.  It sounds like either the q-dhcp agent is not functioning or connectivity between the dhcp agent and vm is not functioning.  If using GRE tunnels, test connectivity between
 the tunnel endpoints.  You should also see the IP's of your tunnel peers in ovs-vsctl show.  If your instance spawns successfully, console into it and manually assign an IP and ping the q-l3-agent and q-dhcp agent.  You can follow this guide for deploying
 Quantum with OpenvSwitch using GRE tunnels:</div>
<div><br>
</div>
<div><a href="http://docwiki.cisco.com/wiki/Cisco_OpenStack_Edition:_Folsom_Manual_Install" target="_blank">http://docwiki.cisco.com/wiki/Cisco_OpenStack_Edition:_Folsom_Manual_Install</a></div>
<div><br>
</div>
<div>
<div>Regards,</div>
<div>Daneyon Hansen</div>
</div>
</div>
</div>
<div><br>
</div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">
<span style="font-weight:bold">From: </span>Martinx - $B%8%'!<%`%:(B <<a href="mailto:thiagocmartinsc@gmail.com" target="_blank">thiagocmartinsc@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, March 12, 2013 8:14 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a>" <<a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a>>, "<a href="mailto:openstack-operators@lists.openstack.org" target="_blank">openstack-operators@lists.openstack.org</a>"
 <<a href="mailto:openstack-operators@lists.openstack.org" target="_blank">openstack-operators@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [Openstack-operators] Help with simplest Quantum setup possible...<br>
</div>
<div>
<div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Well,
<div><br>
</div>
<div> Just for the record, I'll stick with Quatum + OpenvSwtich... Someone on IRC told me that it is the best way to go with Quantum.</div>
<div><br>
</div>
<div> I'm still needing help to set it up (Single Flat / multi=false, still the same simplest topology).</div>
<div><br>
</div>
<div> OpenvSwitch is already working, bridges `br-int' and `br-eth0' created...</div>
<div><br>
</div>
<div> My main problem, I think, is that my Instances doesn't get an IP (they supposed to be at 10.33.14.X/24).</div>
<div><br>
</div>
<div> Everything else seems to be working as expected, no apparent errors on the logs... quantum net-create / subnet-create worked...</div>
<div><br>
</div>
<div>
<div> I appreciate any help, tips or docs!</div>
</div>
<div><br>
</div>
<div>Best!</div>
<div>Thiago</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On 12 March 2013 23:34, Martinx - $B%8%'!<%`%:(B <span dir="ltr">
<<a href="mailto:thiagocmartinsc@gmail.com" target="_blank">thiagocmartinsc@gmail.com</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">Hi!
<div><br>
</div>
<div> Sorry about the double posting... I need help!     :-P</div>
<div><br>
</div>
<div> I'm trying, without any kind of success, to deploy OpenStack with Quantum on its simplest scenario, I think, which is `Single Flat' with `Linux Bridge' plugin.</div>
<div><br>
</div>
<div> My topology is:</div>
<div><br>
</div>
<div> 1 firewall with 2 ethX (eth0 public, eth1 10.32.14.1 and 10.33.14.1)</div>
<div> 1 controller with 1 eth0 (<a href="http://10.32.14.232/24" target="_blank">10.32.14.232/24</a> gateway 10.32.14.1)</div>
<div> 1 node with 1 eth0 (<a href="http://10.32.14.234/24" target="_blank">10.32.14.234/24</a> gateway 10.32.14.1)</div>
<div><br>
</div>
<div> Instances Network:</div>
<div> <a href="http://10.33.14.0/24" target="_blank">10.33.14.0/24</a> (Instances gateway must be 10.33.14.1, same router of the physical servers above, NOT its own host hypervisor).</div>
<div><br>
</div>
<div> I'm trying this:<br>
</div>
<div><br>
</div>
<div> <a href="http://docs.openstack.org/trunk/openstack-network/admin/content/demo_flat_installions.html" target="_blank">http://docs.openstack.org/trunk/openstack-network/admin/content/demo_flat_installions.html</a> - doesn't work... Even enabling OpenvSwith
 (but I don't want it for now, only Quantum instead of nova-network, with Linux Bridge for the sake of simplicity).</div>
<div><br>
</div>
<div> The following guide help me a lot (with Nova Network everything is fine): <a href="http://openstack-folsom-install-guide.readthedocs.org/en/latest/" target="_blank">http://openstack-folsom-install-guide.readthedocs.org/en/latest/</a> - I'm trying to follow
 it, by replacing nota-network instructions, for Quantum instructions but, doesn't work...</div>
<div><br>
</div>
<div> Any docs or tips?<br>
</div>
<div><br>
</div>
<div> NOTE: I do not want any kind of NAT (like nova-network multi=true) or `Floating IPs' within my Cloud Computing environment.</div>
<div><br>
</div>
<div>Thanks!</div>
<div>Thiago</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</span></div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>OpenStack-operators mailing list</span><br>
<span><a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a></span><br>
<span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a></span><br>
</div>
</blockquote>
</body>
</html>