<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
</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>
<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">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 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>Martinx - $B%8%'!<%`%:(B <<a href="mailto:thiagocmartinsc@gmail.com">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">openstack@lists.launchpad.net</a>" <<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>>, "<a href="mailto:openstack-operators@lists.openstack.org">openstack-operators@lists.openstack.org</a>"
 <<a href="mailto:openstack-operators@lists.openstack.org">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><br>
</div>
<div>
<div>
<div dir="ltr">Well,
<div><br>
</div>
<div style=""> 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 style=""><br>
</div>
<div style=""> I'm still needing help to set it up (Single Flat / multi=false, still the same simplest topology).</div>
<div style=""><br>
</div>
<div style=""> OpenvSwitch is already working, bridges `br-int' and `br-eth0' created...</div>
<div style=""><br>
</div>
<div style=""> 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 style=""><br>
</div>
<div style=""> Everything else seems to be working as expected, no apparent errors on the logs... quantum net-create / subnet-create worked...</div>
<div style=""><br>
</div>
<div style="">
<div> I appreciate any help, tips or docs!</div>
</div>
<div style=""><br>
</div>
<div style="">Best!</div>
<div style="">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>
</span>
</body>
</html>