*** armax has quit IRC | 00:06 | |
*** ociuhandu has joined #openstack-neutron | 00:17 | |
*** ociuhandu has quit IRC | 00:21 | |
zigo | How do I get the address + port of the neutron-api in functional tests ? | 00:27 |
---|---|---|
zigo | In my patch here: https://review.opendev.org/#/c/726255/2/neutron/tests/functional/test_server.py | 00:28 |
zigo | it looks like I have a wrong url = | 00:28 |
*** armax has joined #openstack-neutron | 00:48 | |
*** yangjianfeng has joined #openstack-neutron | 01:31 | |
*** yangjianfeng has quit IRC | 01:33 | |
*** yangjianfeng has joined #openstack-neutron | 01:34 | |
*** armax has quit IRC | 01:59 | |
*** Yumeng has quit IRC | 02:40 | |
*** sapd1_x has joined #openstack-neutron | 02:41 | |
*** armax has joined #openstack-neutron | 03:24 | |
*** armax has quit IRC | 03:35 | |
*** lajoskatona has joined #openstack-neutron | 03:57 | |
*** yangjianfeng has quit IRC | 04:01 | |
*** ociuhandu has joined #openstack-neutron | 04:53 | |
*** ociuhandu has quit IRC | 04:58 | |
*** pbandark has joined #openstack-neutron | 05:26 | |
*** jamesdenton has quit IRC | 05:42 | |
*** jamesdenton has joined #openstack-neutron | 05:43 | |
*** gcheresh has joined #openstack-neutron | 05:43 | |
*** rkukura has quit IRC | 06:02 | |
*** rkukura has joined #openstack-neutron | 06:03 | |
*** Yumeng has joined #openstack-neutron | 06:03 | |
*** maciejjozefczyk has joined #openstack-neutron | 06:10 | |
*** gcheresh has quit IRC | 06:22 | |
*** pbandark has quit IRC | 06:25 | |
*** ociuhandu has joined #openstack-neutron | 06:25 | |
*** pbandark has joined #openstack-neutron | 06:31 | |
*** ociuhandu has quit IRC | 06:34 | |
*** slaweq has joined #openstack-neutron | 06:42 | |
*** pbandark has quit IRC | 06:53 | |
*** jamesdenton has quit IRC | 06:54 | |
*** jamesdenton has joined #openstack-neutron | 06:55 | |
*** yamamoto has quit IRC | 07:05 | |
openstackgerrit | Triveni Gurram proposed openstack/neutron-lib master: This is a bug fix https://review.opendev.org/726293 | 07:08 |
*** yamamoto has joined #openstack-neutron | 07:12 | |
*** ratailor has joined #openstack-neutron | 07:14 | |
*** armax has joined #openstack-neutron | 07:20 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/train: Adding LOG statements to debug 1838449 https://review.opendev.org/726297 | 07:38 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/train: Router synch shouldn't return unrelated routers https://review.opendev.org/726298 | 07:38 |
*** dtantsur|afk is now known as dtantsur | 07:39 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/stein: Adding LOG statements to debug 1838449 https://review.opendev.org/726300 | 07:42 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/stein: Router synch shouldn't return unrelated routers https://review.opendev.org/726301 | 07:42 |
*** ralonsoh has joined #openstack-neutron | 07:44 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/rocky: Adding LOG statements to debug 1838449 https://review.opendev.org/726302 | 07:45 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/rocky: Router synch shouldn't return unrelated routers https://review.opendev.org/726303 | 07:45 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/queens: Adding LOG statements to debug 1838449 https://review.opendev.org/726305 | 07:47 |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron stable/queens: Router synch shouldn't return unrelated routers https://review.opendev.org/726306 | 07:47 |
*** sapd1 has quit IRC | 07:48 | |
*** jpena|off is now known as jpena | 07:56 | |
*** maciejjozefczyk has quit IRC | 08:03 | |
*** lucasagomes has joined #openstack-neutron | 08:04 | |
*** tkajinam has quit IRC | 08:13 | |
*** takamatsu has joined #openstack-neutron | 08:29 | |
*** ociuhandu has joined #openstack-neutron | 08:36 | |
openstackgerrit | Triveni Gurram proposed openstack/neutron-lib master: This is a fix proposed for neutron api-ref docs https://review.opendev.org/726293 | 08:39 |
*** nirmoy has joined #openstack-neutron | 08:42 | |
*** livelace has joined #openstack-neutron | 08:50 | |
*** ociuhandu has quit IRC | 09:01 | |
*** ociuhandu has joined #openstack-neutron | 09:01 | |
*** livelace has quit IRC | 09:11 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Add "qos_policy_id" field to "FloatingIP" OVO https://review.opendev.org/726208 | 09:18 |
*** ccamposr__ has joined #openstack-neutron | 09:20 | |
*** ccamposr has quit IRC | 09:23 | |
zigo | slaweq: Hi! How do I fetch the neutron-api URL in the Neutron functional testing suite ? | 09:29 |
slaweq | zigo: hi | 09:37 |
slaweq | zigo: in functional tests there is no neutron-api service running | 09:37 |
zigo | Oh ... | 09:38 |
zigo | No wonder why my test failed ! :) | 09:38 |
*** rcernin has quit IRC | 09:39 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/networking-midonet master: Make gate great again https://review.opendev.org/720788 | 09:40 |
*** threestrands has quit IRC | 09:41 | |
slaweq | zigo: what test? if You will share logs maybe I will be able to help :) | 09:45 |
zigo | slaweq: https://review.opendev.org/726255 | 09:45 |
zigo | I 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 |
slaweq | in our functional tests it won't work as we don't run neutron server there | 09:46 |
slaweq | it's IMO better to make such test in the fullstack module | 09:46 |
zigo | Hum ... like in tempest ? | 09:47 |
slaweq | not exactly | 09:47 |
slaweq | we have test framework (and job) called "fullstack" | 09:47 |
slaweq | https://docs.openstack.org/neutron/pike/contributor/testing/testing.html#fullstack-tests | 09:47 |
slaweq | it's here https://github.com/openstack/neutron/tree/master/neutron/tests/fullstack | 09:48 |
slaweq | it is something between functional tests and tempest | 09:48 |
zigo | Ok, so you're suggesting to move my test there? | 09:48 |
slaweq | in each such test we spawn neutron-server, db, agents, etc. - depends what is needed | 09:48 |
zigo | What file then? A new one ? | 09:48 |
slaweq | zigo: yes, I think new file will be good | 09:49 |
zigo | Ok, I'll try, thanks. | 09:49 |
zigo | When approaching a project, knowing where to go is always chalenging ... :) | 09:49 |
slaweq | zigo: yes :) | 09:49 |
slaweq | zigo: it can be some simple test, similar to https://github.com/openstack/neutron/blob/master/neutron/tests/fullstack/test_qos.py#L559 | 09:50 |
slaweq | no agents needed, only neutron server | 09:50 |
openstackgerrit | Thomas Goirand proposed openstack/neutron master: WIP: Replace depreacted filter:healthcheck by app:healthcheck https://review.opendev.org/726255 | 09:58 |
slaweq | ralonsoh: thx for fix https://review.opendev.org/#/c/720788/ | 10:12 |
slaweq | I couldn't reproduce this last issue in my local env | 10:12 |
ralonsoh | slaweq, yw! | 10:13 |
slaweq | ralonsoh: this was "team work" :) | 10:16 |
ralonsoh | hahahaha | 10:16 |
*** maciejjozefczyk has joined #openstack-neutron | 10:19 | |
*** rcernin has joined #openstack-neutron | 10:22 | |
*** maciejjozefczyk has quit IRC | 10:39 | |
openstackgerrit | Merged openstack/neutron-vpnaas-dashboard master: Imported Translations from Zanata https://review.opendev.org/725502 | 10:43 |
openstackgerrit | Lajos Katona proposed openstack/networking-odl master: Migrate legacy grenade job to be native Zuul v3 https://review.opendev.org/725647 | 11:16 |
*** ygk_12345 has joined #openstack-neutron | 11:19 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron master: Remove usage of the "firewall_driver" in the neutron server https://review.opendev.org/726351 | 11:23 |
Wellie | Hello, | 11:25 |
Wellie | i have routing issue | 11:25 |
Wellie | can you help to analyze | 11:25 |
*** livelace has joined #openstack-neutron | 11:32 | |
*** lucasagomes has quit IRC | 11:33 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [WIP] Optimize QoS bound objects queries https://review.opendev.org/726358 | 11:33 |
openstackgerrit | Merged openstack/neutron master: migration: Use ForceNeutronDriverUpdate when migrating https://review.opendev.org/724318 | 11:36 |
*** jpena is now known as jpena|lunch | 11:37 | |
*** yamamoto has quit IRC | 11:42 | |
*** ccamposr has joined #openstack-neutron | 11:45 | |
*** ccamposr__ has quit IRC | 11:49 | |
*** slaweq_ has joined #openstack-neutron | 12:15 | |
*** slaweq has quit IRC | 12:18 | |
*** yamamoto has joined #openstack-neutron | 12:23 | |
*** jangutter_ has joined #openstack-neutron | 12:25 | |
*** tkajinam has joined #openstack-neutron | 12:27 | |
*** jangutter has quit IRC | 12:28 | |
*** lpetrut has joined #openstack-neutron | 12:33 | |
openstackgerrit | Yang JianFeng proposed openstack/neutron master: DVR router support FLAT network https://review.opendev.org/726044 | 12:37 |
*** kevinbenton has quit IRC | 12:38 | |
*** kevinbenton has joined #openstack-neutron | 12:38 | |
*** jpena|lunch is now known as jpena | 12:40 | |
openstackgerrit | Slawek Kaplonski proposed openstack/networking-midonet stable/ussuri: Make gate great again https://review.opendev.org/726371 | 12:41 |
*** gcheresh has joined #openstack-neutron | 12:44 | |
*** livelace has quit IRC | 12:55 | |
*** ratailor has quit IRC | 12:57 | |
openstackgerrit | Merged openstack/networking-ovn stable/stein: Add support for virtual port type https://review.opendev.org/704898 | 13:05 |
*** livelace has joined #openstack-neutron | 13:06 | |
openstackgerrit | Lajos Katona proposed openstack/networking-odl master: Migrate legacy grenade job to be native Zuul v3 https://review.opendev.org/725647 | 13:11 |
*** ccamposr__ has joined #openstack-neutron | 13:18 | |
*** ccamposr has quit IRC | 13:20 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Optimize QoS bound objects queries https://review.opendev.org/726358 | 13:24 |
*** nweinber has joined #openstack-neutron | 13:27 | |
openstackgerrit | Lajos Katona proposed openstack/networking-odl master: Migrate legacy grenade job to be native Zuul v3 https://review.opendev.org/725647 | 13:27 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron stable/ussuri: [ovn]: Fix l3_plugin.add_router_interface to comply with RouterPluginBase https://review.opendev.org/726385 | 13:31 |
*** gcheresh has quit IRC | 13:37 | |
openstackgerrit | Merged openstack/neutron stable/queens: Prioritize port create and update ready messages https://review.opendev.org/726172 | 13:41 |
openstackgerrit | Thomas Goirand proposed openstack/neutron master: WIP: Replace depreacted filter:healthcheck by app:healthcheck https://review.opendev.org/726255 | 13:46 |
*** mlavalle has joined #openstack-neutron | 13:57 | |
*** slaweq_ is now known as slaweq | 14:00 | |
*** ratailor has joined #openstack-neutron | 14:03 | |
*** lpetrut has quit IRC | 14:08 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Limit ml2_vlan_allocations.vlan_id value in DB backend https://review.opendev.org/717083 | 14:13 |
openstackgerrit | Merged openstack/networking-midonet master: Make gate great again https://review.opendev.org/720788 | 14:13 |
*** gcheresh has joined #openstack-neutron | 14:29 | |
*** ratailor has quit IRC | 14:37 | |
*** njohnston_ is now known as njohnston | 14:40 | |
openstackgerrit | Merged openstack/neutron master: [ovn] devstack needs to support openflow15 https://review.opendev.org/726010 | 14:40 |
*** lpetrut has joined #openstack-neutron | 14:41 | |
*** lpetrut_ has joined #openstack-neutron | 14:49 | |
*** lpetrut has quit IRC | 14:52 | |
openstackgerrit | Slawek Kaplonski proposed openstack/networking-midonet stable/ussuri: Make gate great again https://review.opendev.org/726371 | 15:06 |
slaweq | mlavalle: haleyb: please, as stable-core check https://review.opendev.org/#/c/726371/2 and make Amer... ehkm networking-midonet great again :) | 15:08 |
mlavalle | slaweq: ok, I'll wait for zuul to return +1 | 15:09 |
slaweq | mlavalle: sure, thx a lot | 15:10 |
haleyb | slaweq: ack, and those 4 words still burn my ears when i hear them :) | 15:12 |
*** lpetrut_ has quit IRC | 15:14 | |
*** sapd1_x has quit IRC | 15:15 | |
openstackgerrit | Alexander Vlasov proposed openstack/neutron master: Workaround for TCP checksum issue with ovs-dpdk and veth pair https://review.opendev.org/713719 | 15:19 |
*** tkajinam has quit IRC | 15:22 | |
*** yamamoto has quit IRC | 15:24 | |
*** ygk_12345 has quit IRC | 15:35 | |
*** bnemec is now known as beekneemech | 15:37 | |
*** gcheresh has quit IRC | 15:44 | |
*** yamamoto has joined #openstack-neutron | 15:52 | |
*** hjensas is now known as hjensas|afk | 15:59 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Remove unneeded DB register retrieval and refresh in port update https://review.opendev.org/726424 | 16:02 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Remove unneeded DB register retrieval and refresh in port update https://review.opendev.org/726424 | 16:07 |
*** yamamoto has quit IRC | 16:10 | |
*** yamamoto has joined #openstack-neutron | 16:11 | |
*** yamamoto has quit IRC | 16:12 | |
*** ociuhandu has quit IRC | 16:15 | |
*** ociuhandu has joined #openstack-neutron | 16:16 | |
openstackgerrit | Thomas Goirand proposed openstack/neutron master: WIP: Replace depreacted filter:healthcheck by app:healthcheck https://review.opendev.org/726255 | 16:17 |
*** ociuhandu has quit IRC | 16:20 | |
*** ociuhandu has joined #openstack-neutron | 16:20 | |
*** yamamoto has joined #openstack-neutron | 16:21 | |
*** yamamoto has quit IRC | 16:21 | |
*** yamamoto has joined #openstack-neutron | 16:22 | |
*** ygk_12345 has joined #openstack-neutron | 16:23 | |
*** yamamoto has quit IRC | 16:26 | |
*** dtantsur is now known as dtantsur|afk | 16:42 | |
*** nirmoy has quit IRC | 16:45 | |
*** ygk_12345 has left #openstack-neutron | 16:51 | |
openstackgerrit | Takashi Natsume proposed openstack/os-vif master: Remove translation sections from setup.cfg https://review.opendev.org/724974 | 16:59 |
*** jpena is now known as jpena|off | 17:00 | |
*** yamamoto has joined #openstack-neutron | 17:08 | |
*** pmatulis has joined #openstack-neutron | 17:28 | |
pmatulis | how 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 IRC | 17:52 | |
*** yamamoto has joined #openstack-neutron | 17:52 | |
openstackgerrit | Merged openstack/networking-midonet stable/ussuri: Make gate great again https://review.opendev.org/726371 | 18:02 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [OVN] Implement floating IP QoS in OVN backend https://review.opendev.org/722415 | 18:06 |
*** ralonsoh has quit IRC | 18:08 | |
*** nweinber has quit IRC | 18:15 | |
*** nweinber has joined #openstack-neutron | 18:47 | |
openstackgerrit | Merged openstack/neutron master: [ovn]: Fix l3_plugin.add_router_interface to comply with RouterPluginBase https://review.opendev.org/724930 | 19:00 |
openstackgerrit | Merged openstack/neutron master: Add OSP16.1 choice to migration plugin spec https://review.opendev.org/725351 | 19:12 |
openstackgerrit | Brian Haley proposed openstack/ovn-octavia-provider master: WIP: Include functional tests in coverage results https://review.opendev.org/713996 | 19:26 |
*** jamesdenton has quit IRC | 19:43 | |
*** jamesdenton has joined #openstack-neutron | 19:54 | |
*** benj_ has quit IRC | 19:55 | |
*** benj_ has joined #openstack-neutron | 19:56 | |
openstackgerrit | Ghanshyam Mann proposed openstack/neutron-tempest-plugin master: Optimize the way to define the api_extensions https://review.opendev.org/703909 | 20:00 |
*** nweinber has quit IRC | 20:05 | |
*** slaweq has quit IRC | 20:22 | |
openstackgerrit | Nate Johnston proposed openstack/neutron master: Try timing port fetches https://review.opendev.org/724787 | 20:29 |
*** pbandark has joined #openstack-neutron | 20:29 | |
*** pbandark has quit IRC | 20:38 | |
*** pmatulis has left #openstack-neutron | 20:39 | |
openstackgerrit | Ghanshyam Mann proposed openstack/neutron-tempest-plugin master: Optimize the way to define the api_extensions https://review.opendev.org/703909 | 20:40 |
openstackgerrit | Ghanshyam Mann proposed openstack/neutron-tempest-plugin master: Optimize the way to define the api_extensions https://review.opendev.org/703909 | 20:43 |
*** KeithMnemonic has quit IRC | 21:01 | |
openstackgerrit | Brian Haley proposed openstack/ovn-octavia-provider master: WIP: Include functional tests in coverage results https://review.opendev.org/713996 | 21:16 |
*** Yumeng has quit IRC | 21:23 | |
*** ccamposr has joined #openstack-neutron | 21:41 | |
*** ccamposr__ has quit IRC | 21:44 | |
openstackgerrit | Flavio Fernandes proposed openstack/ovsdbapp master: OVNNB backend: Fix LbDelCommand when using vip param https://review.opendev.org/726478 | 21:53 |
*** mmethot_ has joined #openstack-neutron | 22:06 | |
zigo | On 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 |
zigo | Where does the API lives? | 22:06 |
*** armax has quit IRC | 22:07 | |
openstackgerrit | Merged openstack/os-vif master: Remove translation sections from setup.cfg https://review.opendev.org/724974 | 22:07 |
*** mmethot has quit IRC | 22:08 | |
*** mlavalle has quit IRC | 22:33 | |
*** mlavalle has joined #openstack-neutron | 22:36 | |
*** livelace has quit IRC | 22:38 | |
openstackgerrit | Merged openstack/neutron master: [ovn]: Create neutron_pg_drop Port Group on init https://review.opendev.org/711404 | 22:54 |
*** armax has joined #openstack-neutron | 23:44 | |
*** mlavalle has quit IRC | 23:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!