Wednesday, 2016-08-10

*** yamamot__ has joined #openstack-dragonflow00:27
*** yamamot__ has quit IRC00:34
*** gongysh has quit IRC01:21
*** gongysh has joined #openstack-dragonflow01:43
*** yamamot__ has joined #openstack-dragonflow03:20
*** yamamot__ has quit IRC03:20
*** yamamot__ has joined #openstack-dragonflow03:22
*** yamamot__ has quit IRC03:44
*** yamamot__ has joined #openstack-dragonflow04:11
*** gongysh has quit IRC04:30
*** yamamot__ has quit IRC04:36
*** meeeow has joined #openstack-dragonflow04:39
*** irenab has quit IRC05:03
*** yamamot__ has joined #openstack-dragonflow05:16
*** irenab has joined #openstack-dragonflow05:43
*** yuval has joined #openstack-dragonflow06:01
openstackgerritLi Ma proposed openstack/dragonflow: Disable creating default network topo in CI  https://review.openstack.org/35326606:09
*** oanson has joined #openstack-dragonflow06:22
*** zenoway has joined #openstack-dragonflow06:22
meeeowhi ,does anyone know how to determine the next-hop mac address when using floating-IP07:49
meeeow?07:49
meeeowbeacuase I observe that my flow table will use a no-related dest-MAC when rewriting outbound floating-ip traffic .07:50
openstackgerritwangyongben proposed openstack/dragonflow: Add QoS Functionality  https://review.openstack.org/33193208:14
*** openstackgerrit has quit IRC08:18
*** HenryS has joined #openstack-dragonflow08:18
*** openstackgerrit has joined #openstack-dragonflow08:19
*** yuval has quit IRC08:22
*** yuval has joined #openstack-dragonflow08:23
*** HenryS has quit IRC08:26
oansonmeeeow, I am looking at the API. It looks like it should be taken from the floating ip's network.08:35
oansonBut I have to look into it (I don't remember of the top of my head)08:35
oansonmeeeow, the query returned from the cache :). The MAC address is br-ex's MAC (or the first interface). The idea is to make the host route the packet itself using its own network stack.08:38
oansonThe flow is installed from this DF app: https://github.com/openstack/dragonflow/blob/master/dragonflow/controller/dnat_app.py08:39
meeeowthank you ,oason,finaly I got this working by adding flows in br-ex which will snoop external  address space08:51
*** dkehn has quit IRC08:56
meeeowI checked with my br-ex interface ,there is no inet address bound nor route rule attached with extrernal default gw ,so the following flow rule  I applied,08:56
meeeow ovs-ofctl add-flow br-ex "table=20,priority=1,actions=NORMAL"08:57
meeeowovs-ofctl add-flow br-ex "table=0,priority=1,actions=NORMAL"08:57
meeeowovs-ofctl add-flow br-ex "table=0,priority=101,ip,nw_src=130.140.150.0/24,actions=learn(table=20,priority=100,dl_type=0x0800,NXM_OF_IP_DST[]=NXM_OF_IP_SRC[],load:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],output:NXM_OF_IN_PORT[]),resubmit(,20)"08:57
openstackgerritLi Ma proposed openstack/dragonflow: Fix library imports in core/l3 plugins  https://review.openstack.org/35332808:57
*** dkehn has joined #openstack-dragonflow09:01
meeeowone more question,please,does anybody know how to overlay east/west traffic using geneve ,here I can not observe geneve port index with " ovs-ofctl dump-ports-desc br-int" while these geneve ports do exist by issuing "ovs-vsctl show", and the flows rule in br-int will never lead traffic into tunnel port ..btw,I changed tunnel_type to vxlan,retsrat neutron-server and other df-processes09:06
meeeow,br-int still generates geneve ports ,it weired09:06
oansonmeeeow, I am not sure I understand: you are trying to migrate an existing installation tunnel type?09:10
oansonIn any case, the tunnel ports should appear in br-int using ofctl show br-int.09:10
oansonTheir type should be noted, but worst comes to worst, you can create them yourself.09:10
meeeowyes ,migrate from geneve to vxlan ,09:11
oansonI think you will need to change the configuration in /etc/neutron/neutron.conf, and then restart the df-controller.09:12
oansonI don't remember exactly (and I am being called to a meeting). But I will verify and get back to you.09:12
meeeoweven though I create vxlan  ports mannually ,thoses flows rules are too complex ,ok ,thank you ,oansan ..09:13
openstackgerritLi Ma proposed openstack/dragonflow: Prevent from get_lport in update_port function  https://review.openstack.org/35333709:20
*** dkehn has quit IRC09:37
*** dkehn_ has quit IRC09:38
*** yamamot__ has quit IRC09:44
*** dkehn has joined #openstack-dragonflow09:44
*** dkehn_ has joined #openstack-dragonflow09:51
oansonmeeeow, I looked at the code. As a quick workaround, you can bring down the df-controller, delete all tunnels, and then bring it up again. It should re-create the tunnels using the new tunnel type. You have to change the tunnel type in /etc/neutron/neutron.conf (df.tunnel_type)10:23
oansonWe don't currently check if the tunnel type has changed when re-reading chassis/tunnel information, which is probably wrong.10:24
oansonIf that doesn't work, then maybe the tunnel type has to manually be modified in the database.10:25
oansonmeeeow, I have opened bug 1611707. Please let me know if this accurately describes the issues you see.10:30
openstackbug 1611707 in DragonFlow "Changing tunnel type for existing chassis does not work" [Undecided,New] https://launchpad.net/bugs/161170710:30
*** meeeow has quit IRC10:57
*** dkehn has quit IRC11:21
*** dkehn_ has quit IRC11:22
*** dkehn has joined #openstack-dragonflow11:23
*** dkehn_ has joined #openstack-dragonflow11:35
*** irenab has quit IRC12:51
openstackgerritYuli proposed openstack/dragonflow: DB time testing  https://review.openstack.org/30994812:59
*** yamamoto has joined #openstack-dragonflow13:41
*** yamamoto has quit IRC13:59
*** shz has joined #openstack-dragonflow14:08
*** shihanzhang has quit IRC14:12
*** yamamoto has joined #openstack-dragonflow14:24
*** dkehn_ has quit IRC14:43
*** dkehn has quit IRC14:43
*** yamamoto has quit IRC14:49
*** yamamoto has joined #openstack-dragonflow14:50
*** yamamoto has quit IRC14:50
*** yamamoto has joined #openstack-dragonflow14:50
*** dkehn has joined #openstack-dragonflow14:50
*** yamamoto has quit IRC14:50
*** yamamoto has joined #openstack-dragonflow14:51
*** dkehn_ has joined #openstack-dragonflow14:55
*** yamamoto has quit IRC14:56
openstackgerritYuli proposed openstack/dragonflow: DB time testing  https://review.openstack.org/30994815:01
*** yuval has quit IRC15:04
*** yamamoto has joined #openstack-dragonflow15:12
*** yamamoto has quit IRC15:12
*** oanson has quit IRC15:20
*** saggi has quit IRC16:06
*** yamamoto has joined #openstack-dragonflow16:13
*** zenoway has quit IRC16:14
*** yamamoto has quit IRC16:19
*** oanson has joined #openstack-dragonflow16:53
*** oanson has quit IRC17:01
*** irenab has joined #openstack-dragonflow17:53
*** irenab has quit IRC18:08
*** irenab has joined #openstack-dragonflow18:15
*** oanson has joined #openstack-dragonflow18:55
*** oanson has quit IRC19:10
*** yamamoto has joined #openstack-dragonflow22:11
*** yamamoto has quit IRC22:20
*** yamamoto has joined #openstack-dragonflow22:31
*** yamamoto has quit IRC22:33
*** yamamoto has joined #openstack-dragonflow22:47
*** yamamoto has quit IRC22:54

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!