*** reedip_ has quit IRC | 00:03 | |
*** Tim_Eber_ has quit IRC | 00:03 | |
*** mickeys has joined #openstack-fwaas | 00:24 | |
*** mickeys has quit IRC | 00:28 | |
*** cuongnv has joined #openstack-fwaas | 00:56 | |
*** mickeys has joined #openstack-fwaas | 01:24 | |
*** mickeys has quit IRC | 01:29 | |
*** mickeys has joined #openstack-fwaas | 02:23 | |
*** mickeys has quit IRC | 03:58 | |
*** mickeys has joined #openstack-fwaas | 04:59 | |
*** mickeys has quit IRC | 05:03 | |
*** mickeys has joined #openstack-fwaas | 05:59 | |
*** mickeys has quit IRC | 06:04 | |
*** mickeys has joined #openstack-fwaas | 06:38 | |
reedip | yamamoto: ping | 07:17 |
---|---|---|
*** vks1 has joined #openstack-fwaas | 07:21 | |
*** lnicolas has quit IRC | 08:24 | |
*** mickeys has quit IRC | 09:40 | |
*** lnicolas has joined #openstack-fwaas | 10:04 | |
*** cuongnv has quit IRC | 10:10 | |
*** trungnv has quit IRC | 10:16 | |
*** mickeys has joined #openstack-fwaas | 10:41 | |
*** mickeys has quit IRC | 10:45 | |
*** reedip_ has joined #openstack-fwaas | 11:09 | |
*** jhesketh has quit IRC | 11:39 | |
*** jhesketh has joined #openstack-fwaas | 11:41 | |
*** mickeys has joined #openstack-fwaas | 11:42 | |
*** mickeys has quit IRC | 11:46 | |
reedip_ | xgerman : ping | 11:58 |
*** hoangcx has joined #openstack-fwaas | 12:37 | |
*** mickeys has joined #openstack-fwaas | 12:42 | |
*** mickeys has quit IRC | 12:47 | |
*** vks1 has quit IRC | 12:48 | |
*** lnicolas has quit IRC | 12:55 | |
*** hoangcx has quit IRC | 12:55 | |
xgerman | reedip_ p0ng | 13:32 |
*** mickeys has joined #openstack-fwaas | 13:43 | |
*** mickeys has quit IRC | 13:47 | |
reedip_ | xgerman : Hello , query regarding https://review.openstack.org/#/c/394619/ | 13:55 |
*** hoangcx has joined #openstack-fwaas | 13:55 | |
reedip_ | xgerman : what needs to be done in it? | 13:55 |
*** vks1 has joined #openstack-fwaas | 13:55 | |
xgerman | So my memory is hazy but there is a way to add temporary gates to run tests in a branch - there might be more info about that in the Neutron channel | 13:57 |
xgerman | I think we don’t have the fullstack gate yet so kevinb thinks it’s to high risk to merge code without gate testing IHMO | 13:58 |
*** yushiro has joined #openstack-fwaas | 13:59 | |
reedip_ | Hi All, The patch https://review.openstack.org/#/c/456511/ fails only for FWaaS v1 , not for FWaaS v2 | 14:55 |
reedip_ | failure is occuring because of duplicate extensions. If someone can point out how extensions are duplicated in tox environment it would be very useful to me | 14:56 |
xgerman | let’s start with rebasing… I know we added stuff in devstack to prevent both from running at the same time | 15:02 |
reedip_ | xgerman : rebasing neutron-fwaas master with this patch? | 15:02 |
xgerman | vice versa | 15:02 |
xgerman | I pressed the rebase button | 15:03 |
reedip_ | you already did it :) | 15:03 |
reedip_ | dont worry, I updated the patch yesterday after rebasing on the master :D | 15:03 |
xgerman | ok, then it’s something else :-( | 15:03 |
xgerman | you can’t have bot extensions though you can run both agents or something | 15:04 |
reedip_ | xgerman : the problem is http://logs.openstack.org/11/456511/5/check/gate-neutron-fwaas-python27-ubuntu-xenial/3e92623/console.html#_2017-05-15_09_25_29_239735 | 15:07 |
reedip_ | this message repeats in the 104 TC py27 fails in | 15:07 |
*** yushiro has quit IRC | 15:08 | |
reedip_ | The issue originates from the fact that fwaas_v1 is not loaded | 15:08 |
xgerman | ok | 15:08 |
reedip_ | which can be seen in http://logs.openstack.org/11/456511/5/check/gate-neutron-fwaas-python27-ubuntu-xenial/3e92623/console.html#_2017-05-15_09_25_29_240225 | 15:08 |
reedip_ | Basically fwaas seems to be already loaded | 15:09 |
reedip_ | as is firewallrouterextension and router extension from L3.py | 15:09 |
reedip_ | the dsvm-fwaas-v1 also fails becuase fwaas-v1 extension is not loaded and therefore fwaas-v1 API doesnt exist | 15:10 |
reedip_ | dsvm-fwaas-v2 passes, so this issue is affecting only fwaas v1 | 15:10 |
xgerman | the one with the error was a unit test py27: https://github.com/openstack/neutron-fwaas/blob/master/neutron_fwaas/tests/unit/extensions/test_firewall.py#L39-L45 | 15:13 |
xgerman | is supposed to load the right extension so I would debug this | 15:14 |
*** reedip_ has quit IRC | 15:17 | |
*** reedip_ has joined #openstack-fwaas | 15:18 | |
reedip_ | xgerman : the API is being set up by this line, thats true. But isnt it also being set up by the firewall_plugin ? | 15:18 |
reedip_ | sorry I disconnected | 15:18 |
*** reedip_ has quit IRC | 15:19 | |
xgerman | yeah, but since this siw aht runs there probably is a way to set a different version | 15:19 |
*** reedip_ has joined #openstack-fwaas | 15:25 | |
reedip_ | xgerman : disconnected again , hope you got my last message . and the same code is working with firewall_v2 .. so thats suspicious | 15:26 |
xgerman | pretty sure somewhere the extension defaults to V2 | 15:26 |
xgerman | I thought those firewall tests were for V1 and the other file for V2 | 15:27 |
reedip_ | xgerman : if thats so, then fwaas v1, firewallrouterextension and the router Extension shouldnt say that the duplicate extensions exist | 15:27 |
xgerman | that’s the bug we need to fix by seeing where v2 is creeping in in the setup chain | 15:28 |
*** mickeys has joined #openstack-fwaas | 15:31 | |
*** reedip_ has quit IRC | 15:32 | |
*** reedip_ has joined #openstack-fwaas | 15:42 | |
reedip_ | xgerman : the wireless network is weak here... | 15:43 |
reedip_ | missed your past messages | 15:43 |
xgerman | uh | 15:43 |
xgerman | I think we need to follow the setup inheritance upwards and see where the V2 plugin creeps in | 15:44 |
reedip_ | xgerman : ok, lemme use the ctags and see where it leads to ( though I think it creeps in from the neutron-fwaas.conf /devstack ) | 15:44 |
xgerman | the unit tests usually load some form of neutron.conf | 15:45 |
xgerman | so we can probably overwrite it somehow (I remembered changing it once) | 15:46 |
reedip_ | xgerman : ok , let me check it tomorrow morning.. i will drop a message on this channel if I find anything good/bad/nothing :) | 15:47 |
xgerman | thanks — let me know I should be able to trace it as well | 15:48 |
reedip_ | xgerman : its night here, so if you have some time in the next 8 hours, then great, else I will jump in | 15:49 |
xgerman | k, will post if I manage to do so | 15:50 |
reedip_ | xgerman : great, thanks :) | 15:50 |
*** Tim_Eberhard has joined #openstack-fwaas | 16:04 | |
*** hoangcx has quit IRC | 16:08 | |
*** vks1 has quit IRC | 16:38 | |
*** reedip_ has quit IRC | 16:56 | |
*** reedip has quit IRC | 17:02 | |
*** reedip has joined #openstack-fwaas | 17:09 | |
*** reedip_ has joined #openstack-fwaas | 17:15 | |
reedip | xgerman : hi, isnt the fullstack experimental job already added as per https://review.openstack.org/#/c/421572/ ? | 17:27 |
* xgerman is on VPN for new project and VPN is terrible | 17:29 | |
*** reedip has quit IRC | 17:53 | |
*** mickeys has quit IRC | 20:45 | |
*** Tim_Eberhard has quit IRC | 21:37 | |
*** mickeys has joined #openstack-fwaas | 21:46 | |
*** mickeys has quit IRC | 21:52 | |
*** lnicolas has joined #openstack-fwaas | 23:15 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!