Tuesday, 2017-06-06

*** hoangcx has joined #openstack-fwaas00:28
reedipyushiro : small change for neutron-lib : https://review.openstack.org/46916903:13
*** vks1 has joined #openstack-fwaas03:15
*** mickeys has quit IRC03:22
*** yamamoto_ has joined #openstack-fwaas03:25
*** mickeys has joined #openstack-fwaas03:32
*** yamamoto_ has quit IRC05:07
*** yamamoto has joined #openstack-fwaas05:51
*** reedip has quit IRC06:00
*** mickeys has quit IRC06:23
*** reedip has joined #openstack-fwaas06:33
*** yamamoto has quit IRC06:46
*** yamamoto has joined #openstack-fwaas06:47
*** mickeys has joined #openstack-fwaas07:24
*** mickeys has quit IRC07:29
*** mickeys has joined #openstack-fwaas08:07
*** vks1 has quit IRC08:13
*** mickeys has quit IRC08:32
*** mickeys has joined #openstack-fwaas09:33
*** mickeys has quit IRC09:38
*** hoangcx has quit IRC10:16
*** mickeys has joined #openstack-fwaas10:34
*** mickeys has quit IRC10:38
*** yamamoto has quit IRC10:52
*** yamamoto has joined #openstack-fwaas11:56
*** yamamoto has quit IRC12:21
*** mickeys has joined #openstack-fwaas12:35
*** yamamoto has joined #openstack-fwaas12:38
*** mickeys has quit IRC12:39
*** yamamoto has quit IRC13:10
*** yamamoto has joined #openstack-fwaas13:11
*** yamamoto has quit IRC13:21
*** yamamoto has joined #openstack-fwaas13:23
*** hoangcx has joined #openstack-fwaas13:48
*** lnicolas has quit IRC13:48
*** yushiro2 has joined #openstack-fwaas13:56
*** vks1 has joined #openstack-fwaas14:01
*** mickeys has joined #openstack-fwaas14:37
*** mickeys has quit IRC14:42
yushiro2ping ZZelle14:49
ZZelleyushiro2, hi14:50
yushiro2ZZelle, Hi, long time no see :)14:50
yushiro2ZZelle, Thanks for your great review for L2-agent patch.14:51
yushiro2ZZelle, I'm now updating step by step for l2-agent patch.  But I still has some bug.14:52
yushiro2ZZelle, https://review.openstack.org/#/c/323971/31/neutron_fwaas/db/firewall/v2/firewall_db_v2.py  at line 102014:53
*** hoangcx has quit IRC14:54
yushiro2ZZelle, in cleanup_ports_with_firewall_group14:54
ZZelleyushiro2, which trouble?14:54
*** yamamoto has quit IRC14:55
yushiro2ZZelle, in this method, I'd like to update FirewallGrpupPortAssociation in DB transaction.14:55
ZZelleyushiro2, ok14:55
yushiro2ZZelle, Ex.  fwg1 has portA and portB,  and I update fwg2(no ports) with portA.  As a result, fwg1 has portB and fwg2 has a portA.14:56
ZZelleok14:57
yushiro2In this method, I'd like to delete an association portA <--> fwg1  and add portA <--> fwg214:57
ZZelleok14:59
yushiro2Sorry for long example.  A trouble is an error occurred in line 1052  (.one())14:59
yushiro2Above example is success case.  Failure case is as follows:15:00
yushiro2fwg1 has port A and B,  fwg2 has port C. And try to add portA to fwg215:00
ZZelleyushiro2, what is the trouble?15:01
yushiro2In this case, fwg2 try to add port A and C.  Therefore, I cannot judge which is newer port or existing port.15:02
yushiro2A logic of this method(cleanup_ports_with_firewall_group),  try to find a record( .one() ) by port_id and fwg_id.15:03
yushiro2Here is main logic:  port_id and NOT fwg_id15:04
yushiro2If port_id is newly added port(A), above logic can find an old association record.  But if the port is existing port(C), there is no association and got an error.15:06
yushiro2That's why I implemented that ignores DB error and continue to find a record.15:07
yushiro2Do you know how to judge that which port is a newly added?15:09
*** Tim_Eberhard has joined #openstack-fwaas15:09
yushiro2Sorry for my long redundancy explanation...  Please let me know if you don't understand a point.15:09
*** Tim_Eberhard has quit IRC15:13
*** yushiro2 has quit IRC15:27
*** reedip_ has joined #openstack-fwaas15:27
reedip_hey guys sorry, just came back15:28
*** yushiro2 has joined #openstack-fwaas15:37
yushiro2ZZelle, oops, sorry.  Suddenly I dropped out from freenode.15:38
*** mickeys_ has joined #openstack-fwaas15:39
*** mickeys_ has quit IRC15:43
yushiro2reedip, thanks for your neutron-lib patch.15:55
reedip_yushiro2 : no thanks ... it was part of the job16:07
reedip_xgerman yushiro2 : I have also updated the punchlist of neutron-lib migrations for fwaas16:08
yushiro2reedip_, looking..16:09
reedip_yushiro2 : you should really sleep soon .. its already 1:20 (almost )16:12
yushiro2reedip_, I'm night man :)16:12
reedip_lol ok yushiro2 : I updated https://review.openstack.org/#/c/440331/12/releasenotes/notes/extend_firewall_rule_protocol_list-04893a16e7c9a46c.yaml as well for you16:13
yushiro2reedip_, in working time, I have to another work.. haha16:14
yushiro2reedip_, Just reviewed16:14
yushiro2reedip_, So, in your punch list,16:15
yushiro2reedip_, each section without gerrit URL, is there not posted any patch?16:16
*** vks1 has quit IRC16:17
*** yamamoto has joined #openstack-fwaas16:26
reedip_yushiro2 :thats correct16:26
*** yamamoto has quit IRC16:31
*** mickeys_ has joined #openstack-fwaas16:39
yushiro2reedip_, OK.16:40
yushiro2i'll help u in this work.16:41
*** mickeys_ has quit IRC16:44
reedip_yushiro2 : sure. But I am waiting for boden :)16:45
reedip_once things move in neutron-lib, we can change the same in fwaas16:45
yushiro2OK, which patch?16:49
reedip_yushiro2 : Right now I also dont know. Need to track the same16:51
yushiro2reedip_, OK, thx16:51
reedip_but I know , for example, test_l2 and migrations in the punch list have not moved to neutron-lib16:51
yushiro2reedip_, yup.  I just try to run my l2 patch with latest devstack, failed :)16:52
yushiro2reedip_, Can I update my l2 patch in next PS?16:53
*** reedip_ has quit IRC16:58
*** mickeys_ has joined #openstack-fwaas17:40
*** mickeys_ has quit IRC17:45
*** yushiro2 has quit IRC18:10
*** Tim_Eberhard has joined #openstack-fwaas18:19
*** Tim_Eberhard has quit IRC18:19
*** Tim_Eberhard has joined #openstack-fwaas18:23
*** yamamoto has joined #openstack-fwaas18:29
*** yamamoto has quit IRC18:34
*** Tim_Eberhard has quit IRC18:43
xgerman_SridarK_ : we are getting a release cut for P-2: https://review.openstack.org/#/c/471414/18:44
*** yamamoto has joined #openstack-fwaas19:31
*** yamamoto has quit IRC19:36
*** mickeys_ has joined #openstack-fwaas19:42
*** mickeys_ has quit IRC19:46
*** yamamoto has joined #openstack-fwaas20:32
*** yamamoto has quit IRC20:37
*** mickeys_ has joined #openstack-fwaas20:43
*** mickeys_ has quit IRC20:47
*** Tim_Eberhard has joined #openstack-fwaas21:30
*** yamamoto has joined #openstack-fwaas21:33
*** yamamoto has quit IRC21:37
*** mickeys_ has joined #openstack-fwaas21:43
*** mickeys_ has quit IRC21:48
*** yamamoto_ has joined #openstack-fwaas22:34
*** yamamoto_ has quit IRC22:40
*** yamamoto_ has joined #openstack-fwaas23:36
*** yamamoto_ has quit IRC23:42

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