Wednesday, 2018-01-24

*** openstackgerrit has joined #openstack-fwaas01:08
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-fwaas master: Updated from global requirements  https://review.openstack.org/53708701:08
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-fwaas-dashboard master: Updated from global requirements  https://review.openstack.org/53502701:08
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-fwaas-dashboard master: Updated from global requirements  https://review.openstack.org/53502702:04
*** yamamoto has joined #openstack-fwaas02:13
*** SridarK has joined #openstack-fwaas03:33
*** annp has joined #openstack-fwaas03:48
*** annp has quit IRC04:33
*** annp has joined #openstack-fwaas04:34
*** lnicolas has quit IRC05:55
SridarKannp: hi06:16
SridarKregarding https://review.openstack.org/#/c/535237/06:16
SridarKcan we move fwd on that - i think it solves at least an immediate issue with breakage on coexistence06:17
SridarKif we need to look for a more complete solution we can work towards that but given the deadline for tomorrow - do u see a major issue here06:17
annpSridarK, hi06:35
SridarKannp: hi - i just see ur latest comment06:36
SridarKi send out an email b406:36
annpSridark, In short term, I think it can be consider as a temporary fix. So Please go with chandanc's patch.06:36
SridarKannp: ur concern is if we have either an iptables implementation of FWaaS or someother non-ovs implementation of FWaaS ?06:37
SridarKI am sorry i am trying to understand more06:38
*** threestrands has joined #openstack-fwaas06:39
annpSirdarK, my concern is maybe there is another implementation base ovs but the driver will use sg_enable by another ways to check coexistence. Because I see changing sg_enable value at Firewall L2 agent is not quite reasonable.06:41
annpSridarK, why does Firewall L2 agent need to take care coexistence or not?06:42
annpActually, I don't found a reason for that06:43
SridarKannp: I think the logic we should apply is: (if SG is enabled AND SG is an ovs based implementation) AND FWaaS_L2 --> then we need to handle coexistence06:45
SridarKthe assumption is that FWaaS_L2 is ovs based06:47
annpSridarK, I think checking whether redirect packet to sg tables should be do in Firewall L2 driver side not at Firewall l2 agent side. It's better I think06:48
*** threestrands has quit IRC06:49
annpwhy does we check sg_driver at Firewall L2 driver side?06:50
annps/does/do06:50
SridarKannp: ok so ur point is that it should be setup and not do the check either in the agent or driver ?06:51
annphttps://github.com/openstack/neutron-fwaas/blob/master/neutron_fwaas/services/firewall/drivers/linux/l2/openvswitch_firewall/firewall.py#L24206:51
annpWe should check sg_driver = openvswitch at Driver06:52
SridarKok so if the sg driver is ovs then we do coexistence06:53
annpyes.06:53
SridarKand if the sg driver is iptables or noop we dont do coexistence06:53
SridarKis that what u mean ?06:53
annpyep!06:53
SridarKand u have concern with overloading on sg_enabled06:54
SridarKi think that is reasonable06:54
annpyes, that's my concern.06:54
SridarKso given we are only a day away - are u okay with getting this in as temporary solution06:55
SridarKand then we can refactor ?06:55
SridarKmaybe u can continue more discussion with chandan when he is online during ur daytime06:55
annpof course, I tried to raise my point to get a better solution :)06:56
SridarKoh absolutely and i welcome that06:56
SridarKi am just trying to understand and hence my questions06:56
SridarK:-)06:57
SridarKAnd tomorrow during my daytime - we can get this merged before the deadline06:57
SridarKSo the plan:06:57
SridarK1) annp & chandanc to discuss more06:58
annpthank you. I'll reach out him on tomorrow, because I will go to another place later06:58
SridarK2) If we dont have a clear plan - we will go with https://review.openstack.org/#/c/535237/06:58
SridarK3) we can open a bug to track refactor06:58
SridarKannp: no worries if u need to be away06:59
SridarKmy only concern is the timing06:59
SridarKIt is 11pm in my time zone now (US Pacific)06:59
SridarKlets shoot for some path forward by 6am (US Pacific) before u end ur day07:00
SridarKor at least remove the -1 on the PS07:00
annpSridarK, thanks and I think we should go with https://review.openstack.org/#/c/536234/ also if possible because the change will make sure the behavior of fwg not break by a hybrid port07:00
SridarKif we take that approach then we can track with a bug07:01
SridarKfor refactor07:01
SridarKso are u proposing 536234 in lieu of 535237 ?07:01
SridarKor get in both ?07:02
annpSridarK, OK. I will remove now. This time OK for me.07:02
annpboth of them is better.07:02
SridarKand lets continue the discussion07:02
SridarKok pls do try to sync up with chandanc on that as well07:03
annpBut we can go with 535237 first.07:03
annpOK, I will comment on his patch.07:03
SridarKi will check in during my morning07:03
annpSridarK, thanks in advance. :)07:04
SridarKif u agree for the workaround - remove the -1 and put a comment that this may need a refactor for a cleaner solution07:04
SridarKannp: no worries at all thank u for ur understanding07:04
SridarKWe will merge tomorrow so we meet the deadline of Wed eve Pacific time07:05
SridarKMany thz07:05
SridarK*thx07:05
SridarKI will sign off now07:05
annpSridarK, you're welcome.07:06
annpHave a great day ahead :)07:06
annpsee you tomorrow!07:06
SridarKI hope to sleep :-) u have a great day07:06
SridarKthx annp07:06
SridarKtalk tomorrow07:06
*** annp has quit IRC07:10
*** SridarK has quit IRC07:10
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Enable to associate ports with default fwg for non-admin users  https://review.openstack.org/53684507:11
*** yushiro has joined #openstack-fwaas07:14
yushiroreedip, Thanks for your review(https://review.openstack.org/#/c/536845)07:15
yushiroI just updated it.07:15
*** AlexeyAbashkin has joined #openstack-fwaas08:23
openstackgerritMerged openstack/neutron-fwaas master: Updated from global requirements  https://review.openstack.org/53708708:49
openstackgerritMerged openstack/neutron-fwaas master: Support IPv6 for netlink_conntrack  https://review.openstack.org/52704408:50
*** yamamoto has quit IRC08:53
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Fixing OVS driver coexistence check  https://review.openstack.org/53523709:10
*** yamamoto has joined #openstack-fwaas09:10
*** yushiro has quit IRC09:16
*** yamamoto has quit IRC09:59
*** yamamoto has joined #openstack-fwaas10:16
*** AlexeyAbashkin has quit IRC10:53
*** AlexeyAbashkin has joined #openstack-fwaas10:54
*** AlexeyAbashkin has quit IRC13:47
*** lnicolas has joined #openstack-fwaas13:49
*** yamamoto has quit IRC13:53
*** AlexeyAbashkin has joined #openstack-fwaas14:00
*** yamamoto has joined #openstack-fwaas14:10
*** AlexeyAbashkin has quit IRC14:33
*** cleong has joined #openstack-fwaas14:42
*** AlexeyAbashkin has joined #openstack-fwaas15:00
-openstackstatus- NOTICE: gerrit has been suffering from a full disk, some mails may have been lost in the last couple of hours. we will now restart gerrit to address ongoing slowness, too15:23
xgerman_o/15:46
*** annp has joined #openstack-fwaas15:48
*** AlexeyAbashkin has quit IRC16:05
openstackgerritNguyen Phuong An proposed openstack/neutron-fwaas master: Add checking whether current FWaaS L2 driver support for a port or not  https://review.openstack.org/53623416:10
openstackgerritNguyen Phuong An proposed openstack/neutron-fwaas master: Add checking whether a port is supported by current FWaaS L2 driver or not  https://review.openstack.org/53623416:13
*** annp has quit IRC16:35
*** yamamoto has quit IRC16:49
*** yamamoto has joined #openstack-fwaas17:05
*** yamamoto has quit IRC17:07
*** yamamoto has joined #openstack-fwaas17:07
*** yamamoto has quit IRC17:07
openstackgerritMerged openstack/neutron-fwaas master: Add Zuul v3 native midonet cross test  https://review.openstack.org/53609117:17
openstackgerritMerged openstack/neutron-fwaas master: Fixing OVS driver coexistence check  https://review.openstack.org/53523717:51
*** yamamoto has joined #openstack-fwaas18:07
*** yamamoto has quit IRC18:18
openstackgerritMerged openstack/neutron-fwaas master: Enable to associate ports with default fwg for non-admin users  https://review.openstack.org/53684518:20
*** jafeha__ has joined #openstack-fwaas18:21
*** jafeha has quit IRC18:24
*** AlexeyAbashkin has joined #openstack-fwaas19:34
*** AlexeyAbashkin has quit IRC19:38
*** cleong has quit IRC20:37
*** threestrands has joined #openstack-fwaas21:41
*** threestrands_ has joined #openstack-fwaas21:44
*** threestrands_ has quit IRC21:44
*** threestrands_ has joined #openstack-fwaas21:44
*** threestrands has quit IRC21:47

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