<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<font style="font-size: 10pt;" color="#366092" face="Tahoma" size="2">Hi Emilien,<br><br>In your configuration you have the following flags:<br></font><pre><div style="background-color: transparent;" class="line" id="LC42">--flat_network_bridge=br100</div><div style="background-color: transparent;" class="line" id="LC43">--floating_range=10.68.5.0/24</div></pre><font style="font-size: 10pt;" color="#366092" face="Tahoma" size="2">Can you please tell me why you need br100 when you are using br-int with OVS ? Secondly, you seem to use floating_range flag as the second flag. I assume that it is the pool of addresses that your instances will get IP from, right? It may be worthwhile to modify it to fixed_range because Bilal suggested here that this config worked for him. <br><br>Let us know.<br><br>Thanks,<br>Salman<br id="FontBreak"></font><br><br><div><div id="SkyDrivePlaceholder"></div><hr id="stopSpelling">Date: Thu, 3 May 2012 08:29:42 -0400<br>Subject: Re: [Openstack] Instance IP assignment problem<br>From: soheil@cs.toronto.edu<br>To: emilien.openstack@gmail.com<br>CC: ahaldin@griddynamics.com; openstack@lists.launchpad.net; salmanmk@live.com<br><br><div><span class="ecxApple-style-span">Oops accidently hit send on my phone.<span></span></span><br></div><div><br><span class="ecxApple-style-span">I had a similar problem before. My problem was that the nic driver on the compute instance (your Essex 2) was dropping vlan tags, and then, openvswitch wasn't delivering packets. You can check it using tcpdump -e -vvv.</span><div>
<span class="ecxApple-style-span"><br></span></div><div><span class="ecxApple-style-span">BTW, if you are using virtualbox to run openstack, make sure you are not using vbox intel drivers. Use pcnet fast instead.</span></div>
<div><span class="ecxApple-style-span"><br></span></div><div><span class="ecxApple-style-span">OVS splinter may also be useful.</span></div><div><span class="ecxApple-style-span"><br></span></div><div><span class="ecxApple-style-span">Hope that helps.</span></div>
<div><span class="ecxApple-style-span"><br></span></div><div><span class="ecxApple-style-span">Cheers</span></div><div><span class="ecxApple-style-span">Soheil</span></div><div><div><div><br>On Thursday, May 3, 2012, Soheil Hassas Yeganeh wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex">I had a similar problem before. My problem was that the nic driver on the compute instance (your Essex 2) was dropping vlan tags, and then, openvswitch wasn<BR>
<blockquote style="border-left:1px #ccc solid;padding-left:1ex">
can you find dhcp requests by using tcpdump for example ?<div><br></div><div>sorry for "off-topic" but there may be many reasons of such issue with dhcp. last one for me was old dhcp client(Ubuntu) and udp checksum error. I have essex on centos and was trying ubuntu vm. </div>
<div><br><div>On Thu, May 3, 2012 at 12:48 PM, Emilien Macchi <span dir="ltr"><<a target="_blank">emilien.openstack@gmail.com</a>></span> wrote:<br><blockquote style="border-left:1px #ccc solid;padding-left:1ex">
<u></u>
<div>
All seems alright but not working yet.<br>
<br>
<br>
<a href="http://paste.openstack.org/show/14791/" target="_blank">http://paste.openstack.org/show/14791/</a><br>
<br>
<br>
<br>
I have executed on both servers :<br>
<br>
ovs-vsctl add-port br-int eth1<br>
<br>
<br>
Need I do something else ?<br>
<br>
How the DHCP is working in this case ?<br>
<br>
<br>
<br>
<br>
<br>
<br>
Le jeudi 03 mai 2012 à 09:29 +0100, Bilel Msekni a écrit :
<div><div><blockquote>
Then the problem isn't in the instance but in the nova-network service , please check if it is working well
</blockquote>
<blockquote>
as well as give us the output log when you attempt to create a new instance.<br>
<br>
</blockquote>
<blockquote>
<br>
</blockquote>
<blockquote>
<hr align="center">
<br>
Subject: RE: [Openstack] Instance IP assignment problem<br>
From: <a target="_blank">emilien.openstack@gmail.com</a><br>
To: <a target="_blank">skible@hotmail.fr</a><br>
CC: <a target="_blank">salmanmk@live.com</a>; <a target="_blank">openstack@lists.launchpad.net</a><br>
Date: Thu, 3 May 2012 10:21:37 +0200<br>
<br>
Fixed IP<br>
<br>
<br>
<br>
Le jeudi 03 mai 2012 à 09:15 +0100, Bilel Msekni a écrit : <br>
<blockquote>
Fixed IP or Floating IP ?<br>
<br>
<br>
<hr align="center">
<br>
<br>
From: <a target="_blank">emilien.openstack@gmail.com</a><br>
To: <a target="_blank">salmanmk@live.com</a><br>
Date: Thu, 3 May 2012 09:55:31 +0200<br>
CC: <a target="_blank">openstack@lists.launchpad.net</a><br>
Subject: Re: [Openstack] Instance IP assignment problem<br>
<br>
Hi,<br>
<br>
<br>
As I told you, I have also a problem for instance IP assignement.<br>
<br>
<br>
<u>My architecture :</u><br>
<br>
I use <b>Quantum</b> with <b>OVS plugin</b> on 2 servers Essex-1 & Essex-2. Essex-1 runs all services and Essex-2 runs OVS, Quantum-agent & nova-compute only.<br>
<br>
You can see more details <a href="https://github.com/EmilienM/doc-openstack/blob/master/Documentation/How%20to%20setup%20OpenStack%20Essex.pdf" target="_blank">here</a>.<br>
<br>
My configurations files are <a href="https://github.com/EmilienM/doc-openstack/tree/master/Configuration%20Files" target="_blank">here</a> and in my documentation.<br>
<br>
<br>
<br>
<u>Problem Description :</u><br>
<br>
When an instance is created in ESSEX-1, all is working (network).<br>
<br>
But when the VM is started on ESSEX-2, it does not get an IP address. (<a href="http://paste.openstack.org/show/14775/" target="_blank">log file</a>)<br>
<br>
I'm sure the problem comes from OVS connection with ESSEX-1.<br>
<br>
<br>
Do I need to configure something like a trunk or a tunnel between Essex-1 & Essex-2 ?<br>
<br>
I miss something in my configuration, if you have any idea...<br>
<br>
<br>
Regards<br>
<br>
<br>
Emilien<br>
<br>
<br>
Le mardi 01 mai 2012 à 14:35 -0500, Salman Malik a écrit : <br>
<blockquote>
<font color="#366092">It may help if you can share the log of your launched instance as well. There is a possibility that we both are having the same issue. </font><br>
<font color="#366092">Netstack developers can give a definitive answer to this, but it would be interesting to learn what goes wrong with a launched instance.</font><br>
<br>
<font color="#366092"></font></blockquote></blockquote></blockquote></div></div></div></blockquote></div></div></blockquote><BR>
</blockquote></div></div></div></div></div> </div></body>
</html>