<div dir="ltr"><div>Hi Heiko,<br><br></div>Can you please post nova-compute.log and neutron/server.log, so that We can see where its failing. Make sure you are using 3.8.0.33-generic kernel.<br></div><div class="gmail_extra">
<br clear="all"><div><div dir="ltr"><div><div><div>Regards<b><br>Jitendra Bhaskar</b><br><br></div><br></div></div><br><div><div><div><br></div></div></div></div></div>
<br><br><div class="gmail_quote">On Fri, Nov 22, 2013 at 10:23 PM, Heiko Krämer <span dir="ltr"><<a href="mailto:info@honeybutcher.de" target="_blank">info@honeybutcher.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Heyho guys,<br>
<br>
I'm running in the exactly same issue -.-<br>
<br>
have spend today 6 hours to find a solution but without success.<br>
<br>
Have tried with recompilation of dkms module of OpenVswitch, some<br>
settings on dnsmasq and so on ....<br>
Each spawned instance will discover for an ip address but don't get an<br>
answer.<br>
Do anyone have a hint ?<br>
<br>
<br>
Cheers and thx<br>
Heiko<br>
On 14.11.2013 16:44, Nick Maslov wrote:<br>
> Hi guys,<br>
><br>
> I`m running neutron on ubuntu 13.10.<br>
><br>
> And I`m having issues with VM`s getting IP through DHCP, it never gets<br>
one. I`m using OVS plugin.<br>
><br>
> So, agents are up:<br>
><br>
+--------------------------------------+--------------------+-----------+-------+----------------+<br>
> | id | agent_type | host | alive | admin_state_up |<br>
><br>
+--------------------------------------+--------------------+-----------+-------+----------------+<br>
> | 78237168-a0ea-410c-a634-fcbc35bfc1d6 | Open vSwitch agent | nova06 |<br>
:-) | True |<br>
> | b8476a04-4cfd-434b-8b95-53a3f59cfdb9 | Open vSwitch agent | nova05 |<br>
:-) | True |<br>
> | 9f733be5-36cc-421c-90c8-83f00eb99e2a | Open vSwitch agent |<br>
net01-001 | :-) | True |<br>
> | 83a712aa-fdc7-42e0-a229-d850faa6741d | DHCP agent | net01-001 | :-)<br>
| True |<br>
> | 9b814c89-41d7-47bd-bfa2-f1825f755c9b | L3 agent | net01-001 | :-) |<br>
True |<br>
><br>
+--------------------------------------+--------------------+-----------+-------+----------------+<br>
><br>
> Network namespaces are created as well:<br>
><br>
> root@net01-001:/etc/neutron/plugins/openvswitch# ip netns<br>
> qrouter-33eb1c85-432f-4470-9d69-81ab09fbee28<br>
> qdhcp-73dfbc17-09ea-4201-8dd8-e82038c4fd5f<br>
><br>
> I can ping from qdhcp namespace the IP of router in qrouter, so those<br>
namespace can see each other.<br>
><br>
> When I spin up a VM, i see that DHCPREQUEST packets are leaving<br>
compute node, hit the eth physical interface of network node - but never<br>
get down to br-tun device. I figured all that with tcpdump.<br>
><br>
> • Also, on network node I don’t see bridges:<br>
> root@net01-001:/etc/neutron/plugins/openvswitch# brctl show<br>
> bridge name bridge id STP enabled interfaces<br>
><br>
> Should they be there?<br>
><br>
> • Also, for GRE tunnels the speed rates are weird:<br>
><br>
> # ovs-ofctl show br-tun<br>
> OFPT_FEATURES_REPLY (xid=0x2): dpid:0000ce0987a95746<br>
> n_tables:254, n_buffers:256<br>
> capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP<br>
> actions: OUTPUT SET_VLAN_VID SET_VLAN_PCP STRIP_VLAN SET_DL_SRC<br>
SET_DL_DST SET_NW_SRC SET_NW_DST SET_NW_TOS SET_TP_SRC SET_TP_DST ENQUEUE<br>
> 1(patch-int): addr:3e:ac:8c:7d:19:5f<br>
> config: 0<br>
> state: 0<br>
> speed: 0 Mbps now, 0 Mbps max<br>
> 2(gre-1): addr:ce:6e:63:61:d2:9a<br>
> config: 0<br>
> state: 0<br>
> speed: 0 Mbps now, 0 Mbps max<br>
> 3(gre-2): addr:76:14:f3:e0:48:3c<br>
> config: 0<br>
> state: 0<br>
> speed: 0 Mbps now, 0 Mbps max<br>
> 4(gre-3): addr:d6:e3:27:a9:1b:46<br>
> config: 0<br>
> state: 0<br>
> speed: 0 Mbps now, 0 Mbps max<br>
><br>
> • OpenVSwitch ports are the following:<br>
><br>
> root@net01-001:/etc/neutron/plugins/openvswitch# ovs-vsctl show<br>
> 3db4ec17-7d21-4d4a-b5da-772a14ee819d<br>
> Bridge br-ex<br>
> Port br-ex<br>
> Interface br-ex<br>
> type: internal<br>
> Port "eth0"<br>
> Interface "eth0"<br>
> Bridge br-int<br>
> Port br-int<br>
> Interface br-int<br>
> type: internal<br>
> Port patch-tun<br>
> Interface patch-tun<br>
> type: patch<br>
> options: {peer=patch-int}<br>
> Bridge br-tun<br>
> Port "gre-2"<br>
> Interface "gre-2"<br>
> type: gre<br>
> options: {in_key=flow, local_ip="91.238.146.15", out_key=flow,<br>
remote_ip="91.238.146.9"}<br>
> Port br-tun<br>
> Interface br-tun<br>
> type: internal<br>
> Port patch-int<br>
> Interface patch-int<br>
> type: patch<br>
> options: {peer=patch-tun}<br>
> Port "gre-1"<br>
> Interface "gre-1"<br>
> type: gre<br>
> options: {in_key=flow, local_ip="91.238.146.15", out_key=flow,<br>
remote_ip="91.238.146.5"}<br>
> Port "gre-3"<br>
> Interface "gre-3"<br>
> type: gre<br>
> options: {in_key=flow, local_ip="91.238.146.15", out_key=flow,<br>
remote_ip="91.238.146.8"}<br>
> ovs_version: “1.10.2"<br>
><br>
> Is anyone might point me to a solution to this issue?<br>
><br>
> Thanks,<br>
> NM<br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Mailing list:<br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
> Post to : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
> Unsubscribe :<br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div><br></div>