Friday, 2020-05-08

*** armax has quit IRC00:06
*** ociuhandu has joined #openstack-neutron00:17
*** ociuhandu has quit IRC00:21
zigoHow do I get the address + port of the neutron-api in functional tests ?00:27
zigoIn my patch here: https://review.opendev.org/#/c/726255/2/neutron/tests/functional/test_server.py00:28
zigoit looks like I have a wrong url =00:28
*** armax has joined #openstack-neutron00:48
*** yangjianfeng has joined #openstack-neutron01:31
*** yangjianfeng has quit IRC01:33
*** yangjianfeng has joined #openstack-neutron01:34
*** armax has quit IRC01:59
*** Yumeng has quit IRC02:40
*** sapd1_x has joined #openstack-neutron02:41
*** armax has joined #openstack-neutron03:24
*** armax has quit IRC03:35
*** lajoskatona has joined #openstack-neutron03:57
*** yangjianfeng has quit IRC04:01
*** ociuhandu has joined #openstack-neutron04:53
*** ociuhandu has quit IRC04:58
*** pbandark has joined #openstack-neutron05:26
*** jamesdenton has quit IRC05:42
*** jamesdenton has joined #openstack-neutron05:43
*** gcheresh has joined #openstack-neutron05:43
*** rkukura has quit IRC06:02
*** rkukura has joined #openstack-neutron06:03
*** Yumeng has joined #openstack-neutron06:03
*** maciejjozefczyk has joined #openstack-neutron06:10
*** gcheresh has quit IRC06:22
*** pbandark has quit IRC06:25
*** ociuhandu has joined #openstack-neutron06:25
*** pbandark has joined #openstack-neutron06:31
*** ociuhandu has quit IRC06:34
*** slaweq has joined #openstack-neutron06:42
*** pbandark has quit IRC06:53
*** jamesdenton has quit IRC06:54
*** jamesdenton has joined #openstack-neutron06:55
*** yamamoto has quit IRC07:05
openstackgerritTriveni Gurram proposed openstack/neutron-lib master: This is a bug fix  https://review.opendev.org/72629307:08
*** yamamoto has joined #openstack-neutron07:12
*** ratailor has joined #openstack-neutron07:14
*** armax has joined #openstack-neutron07:20
openstackgerritSlawek Kaplonski proposed openstack/neutron stable/train: Adding LOG statements to debug 1838449  https://review.opendev.org/72629707:38
openstackgerritSlawek Kaplonski proposed openstack/neutron stable/train: Router synch shouldn't return unrelated routers  https://review.opendev.org/72629807:38
*** dtantsur|afk is now known as dtantsur07:39
openstackgerritSlawek Kaplonski proposed openstack/neutron stable/stein: Adding LOG statements to debug 1838449  https://review.opendev.org/72630007:42
openstackgerritSlawek Kaplonski proposed openstack/neutron stable/stein: Router synch shouldn't return unrelated routers  https://review.opendev.org/72630107:42
*** ralonsoh has joined #openstack-neutron07:44
openstackgerritSlawek Kaplonski proposed openstack/neutron stable/rocky: Adding LOG statements to debug 1838449  https://review.opendev.org/72630207:45
openstackgerritSlawek Kaplonski proposed openstack/neutron stable/rocky: Router synch shouldn't return unrelated routers  https://review.opendev.org/72630307:45
openstackgerritSlawek Kaplonski proposed openstack/neutron stable/queens: Adding LOG statements to debug 1838449  https://review.opendev.org/72630507:47
openstackgerritSlawek Kaplonski proposed openstack/neutron stable/queens: Router synch shouldn't return unrelated routers  https://review.opendev.org/72630607:47
*** sapd1 has quit IRC07:48
*** jpena|off is now known as jpena07:56
*** maciejjozefczyk has quit IRC08:03
*** lucasagomes has joined #openstack-neutron08:04
*** tkajinam has quit IRC08:13
*** takamatsu has joined #openstack-neutron08:29
*** ociuhandu has joined #openstack-neutron08:36
openstackgerritTriveni Gurram proposed openstack/neutron-lib master: This is a fix proposed for neutron api-ref docs  https://review.opendev.org/72629308:39
*** nirmoy has joined #openstack-neutron08:42
*** livelace has joined #openstack-neutron08:50
*** ociuhandu has quit IRC09:01
*** ociuhandu has joined #openstack-neutron09:01
*** livelace has quit IRC09:11
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Add "qos_policy_id" field to "FloatingIP" OVO  https://review.opendev.org/72620809:18
*** ccamposr__ has joined #openstack-neutron09:20
*** ccamposr has quit IRC09:23
zigoslaweq: Hi! How do I fetch the neutron-api URL in the Neutron functional testing suite ?09:29
slaweqzigo: hi09:37
slaweqzigo: in functional tests there is no neutron-api service running09:37
zigoOh ...09:38
zigoNo wonder why my test failed ! :)09:38
*** rcernin has quit IRC09:39
openstackgerritRodolfo Alonso Hernandez proposed openstack/networking-midonet master: Make gate great again  https://review.opendev.org/72078809:40
*** threestrands has quit IRC09:41
slaweqzigo: what test? if You will share logs maybe I will be able to help :)09:45
zigoslaweq: https://review.opendev.org/72625509:45
zigoI wrote similar test in Cinder and it worked perfectly, but there, I had the API running, and I found out how to fetch the correct url.09:45
slaweqin our functional tests it won't work as we don't run neutron server there09:46
slaweqit's IMO better to make such test in the fullstack module09:46
zigoHum ... like in tempest ?09:47
slaweqnot exactly09:47
slaweqwe have test framework (and job) called "fullstack"09:47
slaweqhttps://docs.openstack.org/neutron/pike/contributor/testing/testing.html#fullstack-tests09:47
slaweqit's here https://github.com/openstack/neutron/tree/master/neutron/tests/fullstack09:48
slaweqit is something between functional tests and tempest09:48
zigoOk, so you're suggesting to move my test there?09:48
slaweqin each such test we spawn neutron-server, db, agents, etc. - depends what is needed09:48
zigoWhat file then? A new one ?09:48
slaweqzigo: yes, I think new file will be good09:49
zigoOk, I'll try, thanks.09:49
zigoWhen approaching a project, knowing where to go is always chalenging ... :)09:49
slaweqzigo: yes :)09:49
slaweqzigo: it can be some simple test, similar to https://github.com/openstack/neutron/blob/master/neutron/tests/fullstack/test_qos.py#L55909:50
slaweqno agents needed, only neutron server09:50
openstackgerritThomas Goirand proposed openstack/neutron master: WIP: Replace depreacted filter:healthcheck by app:healthcheck  https://review.opendev.org/72625509:58
slaweqralonsoh: thx for fix https://review.opendev.org/#/c/720788/10:12
slaweqI couldn't reproduce this last issue in my local env10:12
ralonsohslaweq, yw!10:13
slaweqralonsoh: this was "team work" :)10:16
ralonsohhahahaha10:16
*** maciejjozefczyk has joined #openstack-neutron10:19
*** rcernin has joined #openstack-neutron10:22
*** maciejjozefczyk has quit IRC10:39
openstackgerritMerged openstack/neutron-vpnaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/72550210:43
openstackgerritLajos Katona proposed openstack/networking-odl master: Migrate legacy grenade job to be native Zuul v3  https://review.opendev.org/72564711:16
*** ygk_12345 has joined #openstack-neutron11:19
openstackgerritSlawek Kaplonski proposed openstack/neutron master: Remove usage of the "firewall_driver" in the neutron server  https://review.opendev.org/72635111:23
WellieHello,11:25
Welliei have routing issue11:25
Welliecan you help to analyze11:25
*** livelace has joined #openstack-neutron11:32
*** lucasagomes has quit IRC11:33
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: [WIP] Optimize QoS bound objects queries  https://review.opendev.org/72635811:33
openstackgerritMerged openstack/neutron master: migration: Use ForceNeutronDriverUpdate when migrating  https://review.opendev.org/72431811:36
*** jpena is now known as jpena|lunch11:37
*** yamamoto has quit IRC11:42
*** ccamposr has joined #openstack-neutron11:45
*** ccamposr__ has quit IRC11:49
*** slaweq_ has joined #openstack-neutron12:15
*** slaweq has quit IRC12:18
*** yamamoto has joined #openstack-neutron12:23
*** jangutter_ has joined #openstack-neutron12:25
*** tkajinam has joined #openstack-neutron12:27
*** jangutter has quit IRC12:28
*** lpetrut has joined #openstack-neutron12:33
openstackgerritYang JianFeng proposed openstack/neutron master: DVR router support FLAT network  https://review.opendev.org/72604412:37
*** kevinbenton has quit IRC12:38
*** kevinbenton has joined #openstack-neutron12:38
*** jpena|lunch is now known as jpena12:40
openstackgerritSlawek Kaplonski proposed openstack/networking-midonet stable/ussuri: Make gate great again  https://review.opendev.org/72637112:41
*** gcheresh has joined #openstack-neutron12:44
*** livelace has quit IRC12:55
*** ratailor has quit IRC12:57
openstackgerritMerged openstack/networking-ovn stable/stein: Add support for virtual port type  https://review.opendev.org/70489813:05
*** livelace has joined #openstack-neutron13:06
openstackgerritLajos Katona proposed openstack/networking-odl master: Migrate legacy grenade job to be native Zuul v3  https://review.opendev.org/72564713:11
*** ccamposr__ has joined #openstack-neutron13:18
*** ccamposr has quit IRC13:20
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Optimize QoS bound objects queries  https://review.opendev.org/72635813:24
*** nweinber has joined #openstack-neutron13:27
openstackgerritLajos Katona proposed openstack/networking-odl master: Migrate legacy grenade job to be native Zuul v3  https://review.opendev.org/72564713:27
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron stable/ussuri: [ovn]: Fix l3_plugin.add_router_interface to comply with RouterPluginBase  https://review.opendev.org/72638513:31
*** gcheresh has quit IRC13:37
openstackgerritMerged openstack/neutron stable/queens: Prioritize port create and update ready messages  https://review.opendev.org/72617213:41
openstackgerritThomas Goirand proposed openstack/neutron master: WIP: Replace depreacted filter:healthcheck by app:healthcheck  https://review.opendev.org/72625513:46
*** mlavalle has joined #openstack-neutron13:57
*** slaweq_ is now known as slaweq14:00
*** ratailor has joined #openstack-neutron14:03
*** lpetrut has quit IRC14:08
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Limit ml2_vlan_allocations.vlan_id value in DB backend  https://review.opendev.org/71708314:13
openstackgerritMerged openstack/networking-midonet master: Make gate great again  https://review.opendev.org/72078814:13
*** gcheresh has joined #openstack-neutron14:29
*** ratailor has quit IRC14:37
*** njohnston_ is now known as njohnston14:40
openstackgerritMerged openstack/neutron master: [ovn] devstack needs to support openflow15  https://review.opendev.org/72601014:40
*** lpetrut has joined #openstack-neutron14:41
*** lpetrut_ has joined #openstack-neutron14:49
*** lpetrut has quit IRC14:52
openstackgerritSlawek Kaplonski proposed openstack/networking-midonet stable/ussuri: Make gate great again  https://review.opendev.org/72637115:06
slaweqmlavalle: haleyb: please, as stable-core check https://review.opendev.org/#/c/726371/2 and make Amer... ehkm networking-midonet great again :)15:08
mlavalleslaweq: ok, I'll wait for zuul to return +115:09
slaweqmlavalle: sure, thx a lot15:10
haleybslaweq: ack, and those 4 words still burn my ears when i hear them :)15:12
*** lpetrut_ has quit IRC15:14
*** sapd1_x has quit IRC15:15
openstackgerritAlexander Vlasov proposed openstack/neutron master: Workaround for TCP checksum issue with ovs-dpdk and  veth pair  https://review.opendev.org/71371915:19
*** tkajinam has quit IRC15:22
*** yamamoto has quit IRC15:24
*** ygk_12345 has quit IRC15:35
*** bnemec is now known as beekneemech15:37
*** gcheresh has quit IRC15:44
*** yamamoto has joined #openstack-neutron15:52
*** hjensas is now known as hjensas|afk15:59
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Remove unneeded DB register retrieval and refresh in port update  https://review.opendev.org/72642416:02
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Remove unneeded DB register retrieval and refresh in port update  https://review.opendev.org/72642416:07
*** yamamoto has quit IRC16:10
*** yamamoto has joined #openstack-neutron16:11
*** yamamoto has quit IRC16:12
*** ociuhandu has quit IRC16:15
*** ociuhandu has joined #openstack-neutron16:16
openstackgerritThomas Goirand proposed openstack/neutron master: WIP: Replace depreacted filter:healthcheck by app:healthcheck  https://review.opendev.org/72625516:17
*** ociuhandu has quit IRC16:20
*** ociuhandu has joined #openstack-neutron16:20
*** yamamoto has joined #openstack-neutron16:21
*** yamamoto has quit IRC16:21
*** yamamoto has joined #openstack-neutron16:22
*** ygk_12345 has joined #openstack-neutron16:23
*** yamamoto has quit IRC16:26
*** dtantsur is now known as dtantsur|afk16:42
*** nirmoy has quit IRC16:45
*** ygk_12345 has left #openstack-neutron16:51
openstackgerritTakashi Natsume proposed openstack/os-vif master: Remove translation sections from setup.cfg  https://review.opendev.org/72497416:59
*** jpena is now known as jpena|off17:00
*** yamamoto has joined #openstack-neutron17:08
*** pmatulis has joined #openstack-neutron17:28
pmatulishow do i reserve a private IP address (so it will not be assigned to a new instance; i'm using the IP as a VIP)?17:29
*** yamamoto has quit IRC17:52
*** yamamoto has joined #openstack-neutron17:52
openstackgerritMerged openstack/networking-midonet stable/ussuri: Make gate great again  https://review.opendev.org/72637118:02
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: [OVN] Implement floating IP QoS in OVN backend  https://review.opendev.org/72241518:06
*** ralonsoh has quit IRC18:08
*** nweinber has quit IRC18:15
*** nweinber has joined #openstack-neutron18:47
openstackgerritMerged openstack/neutron master: [ovn]: Fix l3_plugin.add_router_interface to comply with RouterPluginBase  https://review.opendev.org/72493019:00
openstackgerritMerged openstack/neutron master: Add OSP16.1 choice to migration plugin spec  https://review.opendev.org/72535119:12
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: WIP: Include functional tests in coverage results  https://review.opendev.org/71399619:26
*** jamesdenton has quit IRC19:43
*** jamesdenton has joined #openstack-neutron19:54
*** benj_ has quit IRC19:55
*** benj_ has joined #openstack-neutron19:56
openstackgerritGhanshyam Mann proposed openstack/neutron-tempest-plugin master: Optimize the way to define the api_extensions  https://review.opendev.org/70390920:00
*** nweinber has quit IRC20:05
*** slaweq has quit IRC20:22
openstackgerritNate Johnston proposed openstack/neutron master: Try timing port fetches  https://review.opendev.org/72478720:29
*** pbandark has joined #openstack-neutron20:29
*** pbandark has quit IRC20:38
*** pmatulis has left #openstack-neutron20:39
openstackgerritGhanshyam Mann proposed openstack/neutron-tempest-plugin master: Optimize the way to define the api_extensions  https://review.opendev.org/70390920:40
openstackgerritGhanshyam Mann proposed openstack/neutron-tempest-plugin master: Optimize the way to define the api_extensions  https://review.opendev.org/70390920:43
*** KeithMnemonic has quit IRC21:01
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: WIP: Include functional tests in coverage results  https://review.opendev.org/71399621:16
*** Yumeng has quit IRC21:23
*** ccamposr has joined #openstack-neutron21:41
*** ccamposr__ has quit IRC21:44
openstackgerritFlavio Fernandes proposed openstack/ovsdbapp master: OVNNB backend: Fix LbDelCommand when using vip param  https://review.opendev.org/72647821:53
*** mmethot_ has joined #openstack-neutron22:06
zigoOn my patch https://review.opendev.org/#/c/726255/ which fails (see logs at https://570305843dd5f5fb0801-c5c159319693f74b751870124f74903f.ssl.cf2.rackcdn.com/726255/5/check/neutron-fullstack/daecc97/job-output.txt and look for test_oslo_middleware_healthcheck) I'm back to the original thoughts: what should be the url = ?22:06
zigoWhere does the API lives?22:06
*** armax has quit IRC22:07
openstackgerritMerged openstack/os-vif master: Remove translation sections from setup.cfg  https://review.opendev.org/72497422:07
*** mmethot has quit IRC22:08
*** mlavalle has quit IRC22:33
*** mlavalle has joined #openstack-neutron22:36
*** livelace has quit IRC22:38
openstackgerritMerged openstack/neutron master: [ovn]: Create neutron_pg_drop Port Group on init  https://review.opendev.org/71140422:54
*** armax has joined #openstack-neutron23:44
*** mlavalle has quit IRC23:50

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!