Monday, 2016-01-04

*** gampel has quit IRC01:45
*** wangfeng_yellow has joined #openstack-dragonflow03:19
*** diga has joined #openstack-dragonflow05:03
openstackgerritMerged openstack/dragonflow: Add security groups design blog post to documentation  https://review.openstack.org/26305405:24
*** dingboopt has joined #openstack-dragonflow05:43
*** wangfeng_yellow_ has joined #openstack-dragonflow06:36
*** wangfeng_yellow_ has quit IRC06:40
kun_huangmeeting today?06:52
gsagieyes06:52
gsagiein 2hours and 5 minutes :)06:52
gsagie#openstack-meeting-406:52
kun_huanggot it;)06:53
*** gampel has joined #openstack-dragonflow07:22
*** gampel1 has joined #openstack-dragonflow08:20
*** gampel has quit IRC08:23
dingbooptgsagie:  I find that in my two-node test environment,  when a vim ping another vm in different subnets, there is a flow in table 20 to modifiy the dst mac to the dst vm's mac,  thus no need to use the router namespace, but when the peer vm replies, the reply-packet is sent to the router namespace's port, and comes from another port of router namespace. I am08:40
dingbooptwired about this. Why do we use router namespace instead of a just a flow to make ip forwading working of the reply packet?08:40
gsagiedingboopt: not sure, this shouldnt happen, maybe you dont have this fix? https://review.openstack.org/#/c/262707/08:46
gsagiethe traffic back should just as well go to the controller and flows should be installed, i suspect the above fix is the problem you see08:47
dingbooptgsagie: thanks, I need to refresh my repo08:48
gsagieDragonflow IRC meeting in #openstack-meeting-4  in 2 minutes, gampel1, kexiaodong, shz, kun_huang, nick-ma, dingboopt, WANG_Feng, BillyXu, mestery08:55
gsagieall welcome :)08:55
*** gampel1 has quit IRC08:56
gsagiediga too :)08:56
diga:)08:57
*** gampel has joined #openstack-dragonflow08:57
*** yuli_s has joined #openstack-dragonflow08:59
*** raofei has joined #openstack-dragonflow09:02
openstackgerritYuli proposed openstack/dragonflow: Add network/router/subnet/port list API tests. Run tests sequentially.  https://review.openstack.org/26304209:45
*** diga_ has joined #openstack-dragonflow09:45
*** diga has quit IRC09:46
yuli_s#link https://review.openstack.org/263042/09:54
yuli_sThe proposed patch has a number of tests that can fail due to raise condition when they are running simultaneously09:55
gsagieyuli_s: okie, thanks lets see peoples opinion in the patch and their reviews09:55
yuli_sthere is a fix inside that makes all tests to run sequentially09:55
gsagiethe only problematic thing is the tests time to run in the gate, i dont think it has alot of effect at this point09:55
kun_huanggampel: gsagie  got it, see you later09:55
gsagiecya kun_huang! good night!09:56
yuli_sI added "--concurrency=1" flag to "testr" command in "/tools/pretty_tox.sh"09:56
yuli_sas a result all functional tests not run in sequentially, not in parallel as before09:58
yuli_sas a result all functional tests now run sequentially, not in parallel as before09:58
gampel:)10:00
*** openstackgerrit has quit IRC10:02
*** openstackgerrit has joined #openstack-dragonflow10:03
gsagieyuli_s: i suggest we put this in comment for now and come back to it later when we have more tests so we can compare the run times and see if its problematic or not, if not we can use it10:08
gsagiemake sure to comment how you achieved it10:08
*** saggi has joined #openstack-dragonflow10:17
yuli_sOk10:26
*** duankebo has joined #openstack-dragonflow11:13
*** duankebo has quit IRC11:14
*** duan has joined #openstack-dragonflow11:15
*** duan has quit IRC11:16
openstackgerritYuli proposed openstack/dragonflow: Add network/router/subnet/port list API tests. Run tests sequentially.  https://review.openstack.org/26304211:21
gsagiekexiaodong: ping11:58
kexiaodongpong11:58
gsagiekexiaodong: was wondering how the integration with Kuryr is going, i added a blueprint to launchpad wanted to add your name to it11:59
gsagieif its ok with you11:59
gsagiemestery: we conduct our IRC meeting at Monday morning time which fits China/Israel/India timezone, but if you would like to join for future meetings, please let us know and we can work on alternating meetings to fit US timezone as well12:00
gsagiewhen ever you will see this :)12:00
kexiaodongok, I will do it.12:01
kexiaodongthe irc time fit to me12:01
kexiaodongI cost some time to understand ryu.12:02
gsagieok, np12:03
gsagiewe have other tasks in Dragonflow if you are more interested with them, also for Kuryr we are now in design phase for Kubernetes integration12:04
gsagieso just let me know if you prefer to do something else :)12:04
kexiaodongI and some others have discuss with Kubernates integration12:12
kexiaodongAnd can not get a agreement12:12
kexiaodongkubernetes can not select a network to disploy pod12:13
kexiaodongso,we need to change kubernetes?12:14
yuli_sgsagie: we have a problem with EXPECTED_NUMBER_OF_FLOWS_AFTER_GATE_DEVSTACK in https://review.openstack.org/263042/12:16
yuli_shttp://logs.openstack.org/42/263042/3/check/gate-dragonflow-dsvm-fullstack-nv/bf29936/console.html12:17
yuli_stesttools.matchers._impl.MismatchError: 28 != 2612:18
gsagieyuli_s: this test is not good, you need to fix it by adding specific flow checking tests12:19
gsagieits problematic to run it and especially with parallel tests12:20
gsagiekexiaodong: i am not sure what you mean12:20
yuli_sgsagie: hm, this test runs sequentially12:21
kexiaodongI will send a mail to you for this thing12:21
gsagiekexiaodong: ok12:21
gsagieyuli_s: once you add specific flow tests we will remove this test12:21
yuli_sok12:22
openstackgerritshihanzhang proposed openstack/dragonflow: Remove duplicated codes in update_port  https://review.openstack.org/26323212:23
*** diga_ has quit IRC12:46
openstackgerritYuli proposed openstack/dragonflow: Add network/router/subnet/port list API tests. Run tests sequentially.  https://review.openstack.org/26304213:14
*** dingboopt has quit IRC13:41
*** dingboopt has joined #openstack-dragonflow13:43
openstackgerritMerged openstack/dragonflow: Install nanomsg for pub-sub module  https://review.openstack.org/26175314:05
gsagiegampel: ^^ merged14:07
openstackgerritding bo proposed openstack/dragonflow: Configure security data into DF DB  https://review.openstack.org/26263414:12
openstackgerritEran Gampel proposed openstack/dragonflow: Add support for DF built-in pub/sub  https://review.openstack.org/26332216:15
*** gampel has quit IRC16:18
*** diga has joined #openstack-dragonflow16:50
*** diga has quit IRC16:57
*** diga has joined #openstack-dragonflow17:05
*** diga has quit IRC17:05
*** diga has joined #openstack-dragonflow17:06
*** diga_ has joined #openstack-dragonflow17:10
*** diga has quit IRC17:10
*** diga_ has quit IRC17:15
*** openstackgerrit has quit IRC18:32
*** openstackgerrit has joined #openstack-dragonflow18:33
openstackgerritMerged openstack/dragonflow: Remove duplicated codes in update_port  https://review.openstack.org/26323218:44
*** saggi has quit IRC23:11
*** Shlomo_N has quit IRC23:12
*** yuli_s has quit IRC23:13
*** Shlomo_N has joined #openstack-dragonflow23:13
*** gsagie has quit IRC23:14
*** Shlomo_N has quit IRC23:14
*** Shlomo_N has joined #openstack-dragonflow23:14
*** gsagie has joined #openstack-dragonflow23:28
*** saggi has joined #openstack-dragonflow23:28

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