Thursday, 2017-12-07

*** yamamoto has joined #openstack-dragonflow00:34
*** yamamoto has quit IRC00:39
*** yamamoto has joined #openstack-dragonflow01:35
*** yamamoto has quit IRC01:41
*** yamamoto has joined #openstack-dragonflow01:58
*** yamamoto has quit IRC03:46
*** yamamoto has joined #openstack-dragonflow03:52
*** yamamoto has quit IRC05:29
*** yamamoto has joined #openstack-dragonflow05:47
*** yamamoto has quit IRC05:56
snapiriMorning06:06
irenabgood morning06:08
*** leyal has quit IRC06:13
*** leyal has joined #openstack-dragonflow06:14
dimakgood morning06:22
*** yamamoto has joined #openstack-dragonflow06:28
*** yamamoto has quit IRC06:33
leyalmorning06:39
*** yamamoto has joined #openstack-dragonflow06:44
*** yamamoto has quit IRC06:48
lihigood morning06:50
*** yamamoto has joined #openstack-dragonflow06:58
oansonMorning07:34
openstackgerritOmer Anson proposed openstack/dragonflow master: Prepare (refactor) trunk for MACVLAN/IPVLAN support  https://review.openstack.org/52605707:45
openstackgerritOmer Anson proposed openstack/dragonflow master: Add support for MACVLAN/IPVLAN  https://review.openstack.org/52605807:45
openstackgerritOmer Anson proposed openstack/dragonflow master: Infer MACVLAN/IPVLAN ports  https://review.openstack.org/51610107:45
*** yamamoto has quit IRC07:51
*** natanbro has joined #openstack-dragonflow07:57
*** yamamoto has joined #openstack-dragonflow07:58
*** yamamoto has quit IRC08:03
*** yamamoto has joined #openstack-dragonflow08:14
*** yamamoto has quit IRC08:18
*** yamamoto has joined #openstack-dragonflow08:18
*** yamamoto has quit IRC08:18
*** yamamoto has joined #openstack-dragonflow08:22
*** yamamoto has quit IRC08:24
*** yamamoto has joined #openstack-dragonflow08:24
*** yamamoto has quit IRC08:24
*** yamamoto has joined #openstack-dragonflow08:41
*** yamamoto has quit IRC08:56
*** yamamoto has joined #openstack-dragonflow08:58
*** yamamoto has quit IRC09:01
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: Topology: move filtering to ovsdb monitor  https://review.openstack.org/51932209:32
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: Topology: remove local cache of OVS ports  https://review.openstack.org/51932309:32
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: Topology: dispatch ovs port events without getattr  https://review.openstack.org/51932409:32
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: OvsPorts: Rename vm type ports to compute  https://review.openstack.org/51932509:32
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: Topology: move filtering to ovsdb monitor  https://review.openstack.org/51932209:41
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: Topology: remove local cache of OVS ports  https://review.openstack.org/51932309:41
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: Topology: dispatch ovs port events without getattr  https://review.openstack.org/51932409:41
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: OvsPorts: Rename vm type ports to compute  https://review.openstack.org/51932509:41
*** yamamoto has joined #openstack-dragonflow10:02
openstackgerritMerged openstack/dragonflow master: Added reStructuredText model printer  https://review.openstack.org/52553110:07
*** yamamoto has quit IRC10:08
*** yamamoto has joined #openstack-dragonflow10:39
*** yamamoto has quit IRC10:41
openstackgerritOpenStack Proposal Bot proposed openstack/dragonflow master: Updated from global requirements  https://review.openstack.org/52634111:07
openstackgerritDima Kuznetsov proposed openstack/dragonflow master: [WIP] Datapath abstraction spec  https://review.openstack.org/50353811:10
*** yamamoto has joined #openstack-dragonflow11:31
snapiriGuys, dragonflow is broken, probably due to Neutron change.11:56
snapiriThe dragonflow.tests.unit.test_l3_router_plugin.TestDFL3RouterPlugin.test_create_floatingip_with_normal_user test fails11:56
snapiriSee: http://logs.openstack.org/07/525907/2/gate/openstack-tox-py35/3fd0894/job-output.txt.gz11:57
snapiriall builds are now expected to fail until this is handled11:57
oansonOh good! :(11:58
snapiriI believe it is due to one of: https://review.openstack.org/#/c/396351/ https://review.openstack.org/#/c/424466/ https://review.openstack.org/#/c/525254/ but I am not sure11:58
irenabsnapiri: first patch seems the most releted to the error12:11
snapiriirenab: Do you have time to look into it?12:12
irenabnot currently12:12
snapiriI can do it, though I believe it will take me quite some time as I do not know the code12:13
snapiristill stuck with vagrant12:13
oansonI can look into it for a couple of hours12:13
irenabjust checked that the first patch you posted touches the code that failed, the rest seems to be unrelated12:14
snapirioanson: I would appreciate help here :)12:19
oansonI think you and Irena are right.12:19
oansonThe patch 396351 looks very suspicious.12:20
oansonIn the same transaction it both creates and object, and then re-reads it from the database12:20
oansonWe ran into similar issues in the past where such things required the session to refresh the object12:20
irenaboanson: I would expect this to fail neutron tempest12:20
oansonSo would I. So I may be wrong :)12:21
snapiriactually legacy-neutron-dsvm-fullstack failed, but it is nv12:21
irenabsnapiri: worth to revert this patch and see when happens12:21
snapiriso did neutron-tempest-plugin-dvr-multinode-scenario12:22
oansonCommenting out the line which retrieves the objects from the DB solves this one test-case12:23
snapiriI see the builds fail on the zuul. Still do not know how to revert a specific patch12:23
oansonNo this code doesn't make sense12:27
oansonThe get_object method is called before the session ends. How can it exist?12:28
oansonAnd we can't commit the object earlier, since PRECOMMIT_CREATE is called with it12:28
oansonsnapiri, running tox -e py27 on neutron works for you?12:55
snapiriwill check12:55
oansonCheers12:56
snapirioanson: tox.ConfigError: ConfigError: substitution key 'posargs' not found... Huh???12:56
oansonWell I get a different error :)12:57
snapirichecking my env12:57
oansonAttributeError: 'module' object has no attribute 'Network' <- When searching for tests12:57
snapiriworks on dragonflow. fails on neutron12:59
oansonSolved it by moving the old repo and re-cloning13:00
oansonProbably a stray .pyc - I haven't thought of deleting them13:00
snapirichecking here13:02
snapiritakes time to re-clone it13:03
snapiridid you see my message about libzmq1 on ubuntu?13:04
snapirioanson: ^^13:04
oansonYes.13:04
snapirigood13:04
oansonRemind me to look into it on Sunday :)13:05
snapirik13:05
oansonMy grandfather used to say: Don't postpone to tomorrow what you can postpone till next week :)13:05
snapiri:)13:10
snapirioanson: my problem was old tox version13:11
oansonI have a fix which solves our case, but might send a stale objects to the events13:13
oansonIf I remove the re-read of the object entirely13:13
oansonsnapiri, irenab, this is the best I came up with: ssh://review.openstack.org:29418/openstack/neutron.git13:23
oansonSorry, wrong link: https://review.openstack.org/52637413:23
oansonAs far as I'm concerned, we can also disable the test, since it isn't actually testing anything Dragonflow related (just the Neutron API)13:24
irenaboanson: +1 on disable the test, whule fix gets in neutron13:25
openstackgerritOmer Anson proposed openstack/dragonflow master: Disable test: test_create_floatingip_with_normal_user  https://review.openstack.org/52638213:33
oansonirenab, ^^^13:33
oansonsnapiri, ^^^13:33
snapirioanson: I believe that the commit message for neutron should be more descriptive13:41
snapirinot sure, though, how it succeeds for Neutron and fails for us...13:41
*** leyal has quit IRC14:48
*** openstackgerrit has quit IRC14:48
*** yamamoto has quit IRC14:48
*** lewo` has quit IRC14:48
*** yuval has quit IRC14:48
*** ChanServ has quit IRC14:48
*** lihi has quit IRC14:48
*** zigo has quit IRC14:48
*** oanson has quit IRC14:48
*** dimak has quit IRC14:48
*** serverascode has quit IRC14:48
*** natanbro has quit IRC14:48
*** yamamoto has joined #openstack-dragonflow14:54
*** lewo` has joined #openstack-dragonflow14:54
*** yuval has joined #openstack-dragonflow14:54
*** openstackgerrit has joined #openstack-dragonflow14:54
*** leyal has joined #openstack-dragonflow14:54
*** natanbro has joined #openstack-dragonflow14:54
*** oanson has joined #openstack-dragonflow14:54
*** dimak has joined #openstack-dragonflow14:54
*** lihi has joined #openstack-dragonflow14:54
*** zigo has joined #openstack-dragonflow14:54
*** serverascode has joined #openstack-dragonflow14:54
*** mlavalle has joined #openstack-dragonflow14:57
openstackgerritShachar Snapiri proposed openstack/dragonflow master: Fix failure while installing devstack by vagrant.  https://review.openstack.org/41980515:04
irenabhi15:09
irenabplease reserve the hotel via booking untill we sort it out with Hila15:09
irenabThe Croke Park Hotel 25 Feb - 1 Mar15:10
irenaband ping snapiri too15:10
snapiriirenab: was this intended for me or for oanson?15:11
*** ChanServ has joined #openstack-dragonflow15:16
*** barjavel.freenode.net sets mode: +o ChanServ15:16
*** yamamoto has quit IRC15:33
openstackgerritShachar Snapiri proposed openstack/dragonflow master: Rename the json printer to jsonschema  https://review.openstack.org/52590715:39
openstackgerritShachar Snapiri proposed openstack/dragonflow master: Topology: move filtering to ovsdb monitor  https://review.openstack.org/51932215:41
openstackgerritShachar Snapiri proposed openstack/dragonflow master: Fix failure while installing devstack by vagrant.  https://review.openstack.org/41980515:44
*** yamamoto has joined #openstack-dragonflow15:48
*** yamamoto has quit IRC15:48
openstackgerritShachar Snapiri proposed openstack/dragonflow master: Topology: remove local cache of OVS ports  https://review.openstack.org/51932315:49
openstackgerritShachar Snapiri proposed openstack/dragonflow master: Topology: dispatch ovs port events without getattr  https://review.openstack.org/51932415:49
openstackgerritShachar Snapiri proposed openstack/dragonflow master: OvsPorts: Rename vm type ports to compute  https://review.openstack.org/51932515:52
*** yamamoto has joined #openstack-dragonflow16:49
*** yamamoto has quit IRC16:55
*** yamamoto has joined #openstack-dragonflow17:51
openstackgerritMerged openstack/dragonflow master: Disable test: test_create_floatingip_with_normal_user  https://review.openstack.org/52638217:51
*** yamamoto has quit IRC17:56
*** yamamoto has joined #openstack-dragonflow18:52
*** yamamoto has quit IRC18:57
openstackgerritShachar Snapiri proposed openstack/dragonflow master: Fix failure while installing devstack by vagrant.  https://review.openstack.org/41980519:02
openstackgerritShachar Snapiri proposed openstack/dragonflow master: OvsPorts: Rename vm type ports to compute  https://review.openstack.org/51932519:10
*** leyal has quit IRC19:36
*** leyal has joined #openstack-dragonflow19:41
*** yamamoto has joined #openstack-dragonflow19:53
*** yamamoto has quit IRC19:58
*** saggi has quit IRC20:41
*** openstackgerrit has quit IRC21:48
*** yamamoto has joined #openstack-dragonflow23:58

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