mlavalle | trident: ok, thanks for the update | 00:02 |
---|---|---|
*** wolverineav has joined #openstack-neutron | 00:03 | |
openstackgerrit | Merged openstack/neutron master: doc: Use DocumentedRuleDefault https://review.openstack.org/630050 | 00:04 |
*** markvoelker has quit IRC | 00:06 | |
mlavalle | wwriverrat: ping | 00:10 |
wwriverrat | mlavalle: pong :) | 00:17 |
*** david-lyle has joined #openstack-neutron | 00:18 | |
*** manjeets has quit IRC | 00:18 | |
mlavalle | wwriverrat: I'm looking at the email you sent to the ML and the questions in it. I have 10 minutes before I have to take off. Do you have time? | 00:18 |
*** manjeets has joined #openstack-neutron | 00:19 | |
wwriverrat | absolutely. /me dropping all else on the floor | 00:19 |
mlavalle | wwriverrat: no, don't that, please | 00:20 |
mlavalle | wwriverrat: so when you say migration tool, we are talking about the data plane, right? | 00:20 |
mlavalle | or what do you mean by migration? | 00:21 |
*** dklyle has quit IRC | 00:21 | |
*** dsneddon has joined #openstack-neutron | 00:22 | |
wwriverrat | actually kinda hybrid (I think?). We know we need to migrate traffic from the network_id based bridge onto the segment_id based bridge | 00:22 |
wwriverrat | So, that part would have to be done on each hypervisor in the fleet | 00:22 |
wwriverrat | We also might want to have the bridge name injected into the port information for all ports using it | 00:23 |
mlavalle | is your deployment linux bridge based? | 00:23 |
wwriverrat | yes | 00:23 |
mlavalle | and you would like examples of tools to allow you to do that, correct? | 00:25 |
mlavalle | of previous migrations | 00:25 |
wwriverrat | and... not sure how, but seems nova has some xml file (klindgren knows this part better) that has the information about how each vm is plugged | 00:25 |
wwriverrat | yes, yes, yes | 00:25 |
mlavalle | mhh I've been looking for a while this evening and cannot find an example | 00:25 |
mlavalle | but maybe we should ask some more people | 00:26 |
wwriverrat | I've found cli tool examples | 00:26 |
wwriverrat | I've found examples in nova | 00:26 |
*** dsneddon has quit IRC | 00:26 | |
wwriverrat | I'm struggling on how to migrate at both levels (agent level on HVs vs overall neutron level) | 00:27 |
mlavalle | are those tools in the nova repo? | 00:27 |
wwriverrat | pulling examples now | 00:27 |
wwriverrat | Maybe this: https://github.com/openstack/nova/blob/master/nova/cmd/status.py#L450-L461 | 00:28 |
*** isq_ has joined #openstack-neutron | 00:29 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron master: DVR: External pm for keepalived destroyed on SNAT namespace delete https://review.openstack.org/636505 | 00:29 |
wwriverrat | This also looks like some previous checks in neutron: https://github.com/openstack/neutron/blob/master/neutron/cmd/sanity/checks.py | 00:30 |
*** yamahata__ has quit IRC | 00:30 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron-dynamic-routing master: WIP Fix tox testenv https://review.openstack.org/636506 | 00:31 |
wwriverrat | Along with this: https://github.com/openstack/neutron/blob/master/neutron/cmd/sanity_check.py#L292-L349 | 00:32 |
mlavalle | wwriverrat: you are mountain time, right? | 00:32 |
wwriverrat | yep | 00:32 |
*** armax has joined #openstack-neutron | 00:32 | |
wwriverrat | actually that crazy Arizona time, but ignore that :) | 00:32 |
mlavalle | wwriverrat: what time do you start working usually? | 00:33 |
mlavalle | don't do anything special for us | 00:33 |
klindgren | To answer davids question, because we need to switch from networkuuid based bridges to segment based uuid bridges, we need to update the bridges that the existing servers are attached to as well as update the domain.xml file in libvirt so that it attaches to the correct bridge if someone did a reboot or the like. In theory per the nova folks a hard reboot would regenerate the network-info cache from neutron for the vm, and cause the domain.xml | 00:34 |
klindgren | file to get updated. | 00:34 |
wwriverrat | 8:00 AM (UTC-7) - 18:00PM (UTC-7) | 00:34 |
klindgren | Thought we are trying to find a 0 downtime way or as close to it as possible to do the migration, even if it means doing nasty things with shell scripts locally to update the domain.xml files and move the ports | 00:35 |
mlavalle | klindgren, wwriverrat: ok, I have to run now. I'll ping you again tomorrow to continue this conversation. I'll bring some other people to the party | 00:39 |
wwriverrat | awesome. Thanks a ton! | 00:39 |
*** dsneddon has joined #openstack-neutron | 00:40 | |
*** mlavalle has quit IRC | 00:43 | |
*** macza has quit IRC | 00:49 | |
*** openstackgerrit has quit IRC | 00:52 | |
*** openstackgerrit has joined #openstack-neutron | 00:53 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron-dynamic-routing master: DNM: Fix tox testenv https://review.openstack.org/636506 | 00:53 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron-dynamic-routing master: use rpc from neutron-lib https://review.openstack.org/636140 | 00:54 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron master: Enable adoption of subnets into a subnet pool https://review.openstack.org/348080 | 00:55 |
*** mriedem is now known as mriedem_away | 00:57 | |
*** mriedem_away has quit IRC | 01:00 | |
*** markvoelker has joined #openstack-neutron | 01:03 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron-dynamic-routing master: use rpc from neutron-lib https://review.openstack.org/636140 | 01:16 |
*** yedongcan has joined #openstack-neutron | 01:26 | |
*** sapd1 has joined #openstack-neutron | 01:26 | |
*** Dinesh_Bhor has joined #openstack-neutron | 01:32 | |
*** markvoelker has quit IRC | 01:35 | |
*** hamzy has joined #openstack-neutron | 01:39 | |
*** armax has quit IRC | 01:51 | |
*** ramishra has joined #openstack-neutron | 01:52 | |
*** _fragatina has quit IRC | 02:02 | |
openstackgerrit | Frank Wang proposed openstack/ovsdbapp master: modify RowEvent hash key https://review.openstack.org/636513 | 02:16 |
*** wolverineav has quit IRC | 02:18 | |
*** wolverineav has joined #openstack-neutron | 02:19 | |
openstackgerrit | Frank Wang proposed openstack/ovsdbapp master: modify RowEvent hash key https://review.openstack.org/636513 | 02:19 |
*** hongbin has joined #openstack-neutron | 02:21 | |
*** abaindur has quit IRC | 02:22 | |
*** armax has joined #openstack-neutron | 02:23 | |
*** wolverineav has quit IRC | 02:24 | |
*** macza has joined #openstack-neutron | 02:35 | |
openstackgerrit | Taoyunxiang proposed openstack/networking-ovn master: Fix acl rule synchronization failure https://review.openstack.org/636542 | 02:39 |
*** macza has quit IRC | 02:39 | |
openstackgerrit | Taoyunxiang proposed openstack/networking-ovn master: Fix synchronization failure of acl rules https://review.openstack.org/636542 | 02:42 |
*** Dinesh_Bhor has quit IRC | 02:44 | |
*** Dinesh_Bhor has joined #openstack-neutron | 02:48 | |
*** wolverineav has joined #openstack-neutron | 03:25 | |
*** zhanglong has quit IRC | 03:50 | |
*** spsurya has joined #openstack-neutron | 03:55 | |
openstackgerrit | Merged openstack/neutron master: Change common agent code to log message after failure https://review.openstack.org/633081 | 04:22 |
*** janki has joined #openstack-neutron | 04:32 | |
*** ArchiFleKs has quit IRC | 04:40 | |
*** macza has joined #openstack-neutron | 04:43 | |
*** macza has quit IRC | 04:48 | |
*** armax has quit IRC | 04:48 | |
*** ArchiFleKs has joined #openstack-neutron | 04:50 | |
*** hongbin has quit IRC | 04:55 | |
sapd1 | numans: dalvarez ajo HI | 04:55 |
sapd1 | please check my video: https://youtu.be/VOFcyDT794Y | 04:56 |
openstackgerrit | Yenuganti Vasudha proposed openstack/networking-odl master: variable type of port-id in ceilometer driver is changed from integer to string https://review.openstack.org/634899 | 05:08 |
openstackgerrit | Yenuganti Vasudha proposed openstack/networking-odl master: variable type of port-id in ceilometer driver is changed from integer to string https://review.openstack.org/634899 | 05:09 |
*** ratailor has joined #openstack-neutron | 05:16 | |
*** penick has quit IRC | 05:24 | |
*** markvoelker has joined #openstack-neutron | 06:00 | |
*** markvoelker has quit IRC | 06:04 | |
*** imacdonn has quit IRC | 06:13 | |
*** sridharg has joined #openstack-neutron | 06:19 | |
openstackgerrit | Chengqian Liu proposed openstack/neutron-fwaas master: Fix the verification method before creating and updating the firewall rule https://review.openstack.org/618485 | 06:28 |
*** Dinesh_Bhor has quit IRC | 06:30 | |
*** Dinesh_Bhor has joined #openstack-neutron | 06:39 | |
*** ccamposr has joined #openstack-neutron | 06:43 | |
*** Luzi has joined #openstack-neutron | 06:43 | |
*** wolverineav has quit IRC | 06:45 | |
*** wolverineav has joined #openstack-neutron | 06:46 | |
*** moshele has joined #openstack-neutron | 06:47 | |
*** NewBruce has joined #openstack-neutron | 06:49 | |
*** wolverineav has quit IRC | 06:51 | |
*** mosulica has joined #openstack-neutron | 06:54 | |
*** gkadam has joined #openstack-neutron | 07:00 | |
*** markvoelker has joined #openstack-neutron | 07:00 | |
*** ileixe has joined #openstack-neutron | 07:07 | |
*** NewBruce has quit IRC | 07:09 | |
*** jlibosva has joined #openstack-neutron | 07:11 | |
*** jlibosva has quit IRC | 07:13 | |
numans | sapd1, I saw the video | 07:15 |
numans | sapd1, thanks. | 07:16 |
*** gildub__ has joined #openstack-neutron | 07:16 | |
numans | sapd1, so packet loss is seen when you sg rule to allow all. | 07:16 |
numans | sapd1, ideally what are you expecting ? no packet loss at all or no icmp allowed until icmp sg rule is added ? | 07:16 |
numans | sapd1, also can we reproduce with which version of openstack ? | 07:17 |
*** wolverineav has joined #openstack-neutron | 07:18 | |
sapd1 | numans: in fact, With a rule allow all IPv4 for ingress which I showed in the beginning of the video , every IPv4 packets can go to VM | 07:18 |
sapd1 | as you can see, I can ping VM but loss packet | 07:19 |
numans | sapd1, ideally it should have been dropped right ? | 07:19 |
sapd1 | when I added a rule which allow icmp, no loss packet any more | 07:19 |
numans | sapd1, what is the ideal behavior when you don't add icmp rule ? | 07:19 |
numans | sapd1, it should be dropped right ? | 07:20 |
sapd1 | I have added a rule which allow all IPv4 from remote 0.0.0.0/0 so it includes icmp rule. | 07:20 |
sapd1 | numans: no? | 07:21 |
numans | sapd1, i don't think so | 07:21 |
sapd1 | I have allowed all IPv4. so I can ping without need allow icmp. | 07:21 |
sapd1 | you can check with you setup. | 07:22 |
numans | sapd1, ok. can you tell me what is the expected behavior ? | 07:22 |
numans | dalvarez, may be we can discuss when you come online | 07:22 |
*** wolverineav has quit IRC | 07:23 | |
*** hamdyk has joined #openstack-neutron | 07:24 | |
sapd1 | numans: http://paste.openstack.org/show/744999/ | 07:24 |
sapd1 | we can access VM with all ports are opened, and icmp as well with only rule: fb883f23-96bb-438e-a3e3-6aa5509f5cdd | 07:25 |
sapd1 | before I upgraded networking-ovn, I can access VM without any problem. | 07:25 |
numans | sapd1, ok. i thought that we need to add specific icmp rule to allow icmp traffic | 07:26 |
numans | i am a bit away from networking-ovn and neutron. Need to revisit my sg understanding | 07:27 |
*** aojea has joined #openstack-neutron | 07:29 | |
sapd1 | numans: :'( | 07:29 |
*** NewBruce has joined #openstack-neutron | 07:30 | |
sapd1 | in fact, I have not resolved loss packet problem yet. | 07:30 |
numans | sapd1, you are seeing this after upgrading to rocky riht ? | 07:30 |
sapd1 | yes. | 07:30 |
sapd1 | I even cleared ovn_nb_db yesterday as you told me. | 07:31 |
numans | sapd1, i suspect it do with the usage o f port groups. | 07:31 |
numans | sapd1, earlier we were using ACLs. | 07:31 |
*** markvoelker has quit IRC | 07:34 | |
openstackgerrit | Reedip proposed openstack/networking-ovn master: [DNM] Add OVN Octavia CI jobs https://review.openstack.org/589712 | 07:35 |
sapd1 | numans: rollback to version 5.0.0, the problem is gone | 07:36 |
*** jlibosva has joined #openstack-neutron | 07:36 | |
numans | sapd1, version 5.0.0 of networking-ovn ? | 07:36 |
sapd1 | yes. | 07:36 |
numans | sapd1, can you please provide the details from where you are picking the networking-ovn code from ? debian packages ? | 07:36 |
sapd1 | this version from ubuntu cloud repo | 07:36 |
numans | sapd1, can you provide the link ? | 07:37 |
sapd1 | numans: http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/bionic-updates/rocky/main/binary-amd64/Packages | 07:38 |
sapd1 | keyword: python-networking-ovn | 07:38 |
*** maciejjozefczyk has joined #openstack-neutron | 07:38 | |
*** gcheresh has joined #openstack-neutron | 07:40 | |
sapd1 | http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/n/networking-ovn/python-networking-ovn_5.0.0-0ubuntu2~cloud0_all.deb | 07:40 |
numans | sapd1, and the problemetic version link plz if you can | 07:41 |
sapd1 | numans: https://github.com/openstack/networking-ovn/tree/stable/rocky | 07:42 |
numans | sapd1, oh so you took the code from githb | 07:42 |
numans | ok | 07:42 |
sapd1 | numans: any problem? | 07:43 |
numans | sapd1, shouldn't be | 07:43 |
numans | sapd1, as i can see 5.0.0 uses OVN ACLs for sec groups | 07:46 |
numans | sapd1, and rocky uses port groups. I suspect something is not set properly in port groups | 07:47 |
numans | dalvarez, ajo lucasagomes FYI | 07:47 |
*** slaweq has joined #openstack-neutron | 07:48 | |
sapd1 | after many days I tested OVN, I have seen many problems :( | 07:55 |
openstackgerrit | Reedip proposed openstack/networking-ovn master: Migrate from Octavia to Octavia-Lib https://review.openstack.org/636564 | 07:56 |
*** rpittau has joined #openstack-neutron | 07:57 | |
openstackgerrit | Reedip proposed openstack/networking-ovn master: Migrate from Octavia to Octavia-Lib https://review.openstack.org/636564 | 07:58 |
numans | sapd1, :( | 07:59 |
*** numans is now known as numans_afk | 08:01 | |
openstackgerrit | Reedip proposed openstack/networking-ovn master: Improve Networking OVN Test coverage https://review.openstack.org/601948 | 08:02 |
openstackgerrit | Reedip proposed openstack/networking-ovn master: Improve Networking OVN Test coverage https://review.openstack.org/601948 | 08:03 |
*** NewBruce has quit IRC | 08:04 | |
*** ralonsoh has joined #openstack-neutron | 08:05 | |
*** macza has joined #openstack-neutron | 08:14 | |
*** NewBruce has joined #openstack-neutron | 08:15 | |
*** tesseract has joined #openstack-neutron | 08:16 | |
*** numans_afk is now known as numans | 08:17 | |
*** macza has quit IRC | 08:19 | |
openstackgerrit | Bence Romsics proposed openstack/neutron master: rally-jobs: Add FloatingIP workloads: assoc/dissoc https://review.openstack.org/624038 | 08:31 |
*** markvoelker has joined #openstack-neutron | 08:31 | |
*** wolverineav has joined #openstack-neutron | 08:31 | |
*** wolverineav has quit IRC | 08:35 | |
*** yedongcan has left #openstack-neutron | 08:36 | |
*** tkajinam has quit IRC | 08:36 | |
*** NewBruce has quit IRC | 08:40 | |
*** NewBruce has joined #openstack-neutron | 08:41 | |
*** NewBruce has quit IRC | 08:42 | |
*** NewBruce has joined #openstack-neutron | 08:45 | |
*** NewBruce has quit IRC | 08:45 | |
*** doude has quit IRC | 08:46 | |
*** velizarx has joined #openstack-neutron | 08:46 | |
*** doude has joined #openstack-neutron | 08:47 | |
*** NewBruce has joined #openstack-neutron | 08:47 | |
dalvarez | sapd1: pls report another bug :) | 08:50 |
dalvarez | numans: sapd1 i dont quite get it | 08:50 |
dalvarez | sapd1 | 02:36:03> numans: rollback to version 5.0.0, the problem is gone | 08:50 |
dalvarez | ^ if 5.0.0 doesn't experience the problem and uses port groups, how come you think it's related to PG? | 08:50 |
dalvarez | also, what OVS version is used? | 08:51 |
numans | dalvarez, 5.0.0 doesn't seem to be using port groups | 08:51 |
dalvarez | oh ok | 08:51 |
dalvarez | i misread then | 08:51 |
numans | dalvarez, i downloaded the deb file from here - http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/n/networking-ovn/python-networking-ovn_5.0.0-0ubuntu2~cloud0_all.deb | 08:51 |
numans | dalvarez, 5.0.0 is also rocky. | 08:51 |
*** NewBruce has quit IRC | 08:51 | |
numans | dalvarez, the networking-ovn git rocky branch has port groups support | 08:52 |
dalvarez | numans: yeah but if SG weren't working, tempest should've caught it :p | 08:52 |
dalvarez | i guess! | 08:52 |
dalvarez | it's like a pretty basic feature | 08:52 |
numans | dalvarez, there is some tricky issue here which isn't getting tested with tempest | 08:52 |
numans | dalvarez, its when sapd1 moves from 5.0.0 to networking-ovn git rocky branch | 08:53 |
openstackgerrit | Bernard Cafarelli proposed openstack/neutron master: Switch grenade jobs to python3 https://review.openstack.org/636356 | 08:54 |
*** jpena|off is now known as jpena | 08:54 | |
*** NewBruce has joined #openstack-neutron | 08:55 | |
dalvarez | numans: oh which is that tricky thing? | 08:55 |
sapd1 | loss packet dalvarez | 08:58 |
*** tssurya has joined #openstack-neutron | 09:00 | |
dalvarez | i dont have bandwidth at this moment to tackle that so | 09:01 |
sapd1 | dalvarez: Could you get my video? | 09:01 |
dalvarez | sapd1: i suggest you report a detailed bug and get somebody to work on it, i suspect something may be fishy on your setup as packet loss is something we should catch | 09:01 |
*** NewBruce has quit IRC | 09:01 | |
*** NewBruce has joined #openstack-neutron | 09:02 | |
openstackgerrit | Yannick Thomas proposed openstack/neutron-specs master: Update Neutron-Neutron Interconnections https://review.openstack.org/598986 | 09:04 |
*** markvoelker has quit IRC | 09:04 | |
sapd1 | numans: currently I'm using stable/rocky branch. But When I run `ovn-nbctl list ACL`, I still get results. | 09:04 |
numans | sapd1, do you also list some results when you run 'ovn-nbctl list port_groups' | 09:05 |
sapd1 | don't have port_groups table. | 09:06 |
numans | sapd1, run ovn-nbctl list port_group | 09:07 |
numans | the name of the tble is port_group | 09:07 |
*** ociuhandu has quit IRC | 09:07 | |
sapd1 | got it. | 09:07 |
sapd1 | :D | 09:07 |
numans | sapd1, ok. Even port_Group also uses ACL :) | 09:08 |
sapd1 | :| | 09:08 |
numans | sapd1, can you run "ovn-nbctl list logical_switch" and see that acl column is set or not for the logical switches | 09:08 |
sapd1 | nope. Let me create an instance first | 09:09 |
numans | sapd1, or ovn-nbctl --bare --columns acls list logical_switch" | 09:09 |
numans | sapd1, ok | 09:09 |
*** velizarx has quit IRC | 09:10 | |
*** yamamoto has quit IRC | 09:10 | |
*** yamamoto has joined #openstack-neutron | 09:12 | |
openstackgerrit | Numan Siddique proposed openstack/networking-ovn master: Add 'unknown' to the address list if the port's port security is disabled https://review.openstack.org/636011 | 09:14 |
*** sunnaichuan has joined #openstack-neutron | 09:14 | |
*** jangutter_ has joined #openstack-neutron | 09:15 | |
*** jangutter_ has quit IRC | 09:15 | |
*** davidsha has joined #openstack-neutron | 09:15 | |
*** jangutter_ has joined #openstack-neutron | 09:16 | |
*** jangutter has quit IRC | 09:18 | |
*** ociuhandu has joined #openstack-neutron | 09:20 | |
*** velizarx has joined #openstack-neutron | 09:24 | |
*** ociuhandu has quit IRC | 09:25 | |
*** mma has joined #openstack-neutron | 09:29 | |
*** macza has joined #openstack-neutron | 09:31 | |
*** ociuhandu has joined #openstack-neutron | 09:34 | |
sapd1 | numans: no entry acl in logical_switch table . | 09:35 |
*** macza has quit IRC | 09:35 | |
sapd1 | numans: everything is normal with clean setup . | 09:37 |
*** ociuhandu has quit IRC | 09:38 | |
numans | sapd1, ok | 09:39 |
*** aojea has quit IRC | 09:40 | |
*** aojea has joined #openstack-neutron | 09:47 | |
*** obondarev has joined #openstack-neutron | 09:49 | |
*** adrianreza has joined #openstack-neutron | 10:00 | |
*** markvoelker has joined #openstack-neutron | 10:02 | |
*** obondarev has quit IRC | 10:04 | |
*** obondarev has joined #openstack-neutron | 10:05 | |
openstackgerrit | Reedip proposed openstack/networking-ovn master: Devstack Plugin for OVN Octavia Provider Driver https://review.openstack.org/636582 | 10:05 |
*** ociuhandu has joined #openstack-neutron | 10:12 | |
*** ralonsoh has quit IRC | 10:16 | |
*** wolverineav has joined #openstack-neutron | 10:20 | |
*** jangutter_ has quit IRC | 10:20 | |
openstackgerrit | Merged openstack/neutron-specs master: Update links in README https://review.openstack.org/574636 | 10:23 |
*** jangutter has joined #openstack-neutron | 10:23 | |
*** yamamoto has quit IRC | 10:30 | |
*** ralonsoh has joined #openstack-neutron | 10:32 | |
*** markvoelker has quit IRC | 10:34 | |
*** jangutter has quit IRC | 10:38 | |
*** jangutter has joined #openstack-neutron | 10:41 | |
*** ralonsoh has quit IRC | 10:45 | |
*** ralonsoh has joined #openstack-neutron | 10:45 | |
openstackgerrit | Reedip proposed openstack/networking-ovn master: Add a new Event Handler for Octavia https://review.openstack.org/608862 | 10:49 |
openstackgerrit | Reedip proposed openstack/networking-ovn master: Minor changes in OVN Driver for Health Monitors https://review.openstack.org/636589 | 10:52 |
*** jangutter has quit IRC | 10:52 | |
*** wolverineav has quit IRC | 10:52 | |
openstackgerrit | Reedip proposed openstack/networking-ovn master: [DNM] Add OVN Octavia CI jobs https://review.openstack.org/589712 | 10:53 |
openstackgerrit | Reedip proposed openstack/networking-ovn master: Devstack Plugin for OVN Octavia Provider Driver https://review.openstack.org/636582 | 10:54 |
*** jangutter has joined #openstack-neutron | 10:55 | |
*** ociuhandu has quit IRC | 11:02 | |
*** ociuhandu has joined #openstack-neutron | 11:03 | |
*** ralonsoh has quit IRC | 11:05 | |
*** yamamoto has joined #openstack-neutron | 11:05 | |
*** jangutter has quit IRC | 11:05 | |
*** jangutter has joined #openstack-neutron | 11:06 | |
*** velizarx has quit IRC | 11:13 | |
*** yamamoto has quit IRC | 11:14 | |
*** ileixe has quit IRC | 11:20 | |
*** ratailor has quit IRC | 11:20 | |
*** Dinesh_Bhor has quit IRC | 11:21 | |
*** yamamoto has joined #openstack-neutron | 11:28 | |
*** markvoelker has joined #openstack-neutron | 11:30 | |
*** macza has joined #openstack-neutron | 11:39 | |
*** janki has quit IRC | 11:40 | |
*** janki has joined #openstack-neutron | 11:40 | |
*** macza has quit IRC | 11:44 | |
*** tbachman has quit IRC | 11:44 | |
*** sapd1 has quit IRC | 11:45 | |
*** wolverineav has joined #openstack-neutron | 11:49 | |
*** rpittau has quit IRC | 11:52 | |
openstackgerrit | Yenuganti Vasudha proposed openstack/networking-odl master: To keep the backward comaptability with V1 driver. https://review.openstack.org/634861 | 11:59 |
*** hamzy has quit IRC | 11:59 | |
openstackgerrit | Yenuganti Vasudha proposed openstack/networking-odl master: To keep the backward comaptability with V1 driver. https://review.openstack.org/634861 | 11:59 |
*** panda is now known as panda|lunch | 12:00 | |
*** markvoelker has quit IRC | 12:04 | |
openstackgerrit | Yenuganti Vasudha proposed openstack/networking-odl master: To keep the backward comaptability with V1 driver. https://review.openstack.org/634861 | 12:08 |
openstackgerrit | Yenuganti Vasudha proposed openstack/networking-odl master: To keep the backward comaptability with V1 driver. https://review.openstack.org/634861 | 12:08 |
*** velizarx has joined #openstack-neutron | 12:08 | |
*** salmankhan has joined #openstack-neutron | 12:11 | |
*** _fragatina has joined #openstack-neutron | 12:11 | |
bcafarel | slaweq: how does https://review.openstack.org/#/c/636356/2 results look to you? (still going through the logs myself) | 12:12 |
*** _fragatina_ has joined #openstack-neutron | 12:12 | |
slaweq | bcafarel: looks good but still on oython 2.7 | 12:13 |
slaweq | bcafarel: see e.g. http://logs.openstack.org/56/636356/2/check/neutron-grenade-multinode/8ddf80e/logs/screen-q-svc.txt.gz#_Feb_13_09_53_14_382316 | 12:13 |
slaweq | bcafarel: also there is no need to switch neutron-grenade job because we have already grenade-py3 job | 12:14 |
slaweq | so only those 2 multinode jobs have to be switched | 12:14 |
*** _fragatina has quit IRC | 12:16 | |
openstackgerrit | Adrian Chiris proposed openstack/neutron master: Delete port binding level for deleted bindings https://review.openstack.org/634276 | 12:17 |
bcafarel | sigh more zuul magic | 12:18 |
bcafarel | slaweq: I took neutron-grenade out the jobs lists, not sure why it still got run | 12:18 |
*** salmankhan1 has joined #openstack-neutron | 12:22 | |
*** wolverineav has quit IRC | 12:23 | |
*** salmankhan has quit IRC | 12:24 | |
*** salmankhan1 is now known as salmankhan | 12:24 | |
openstackgerrit | LIU Yulong proposed openstack/neutron master: Check dvr local router is up during port creation https://review.openstack.org/633871 | 12:26 |
*** yamamoto has quit IRC | 12:28 | |
*** rpittau has joined #openstack-neutron | 12:29 | |
*** jpena is now known as jpena|lunch | 12:34 | |
*** yamamoto has joined #openstack-neutron | 12:36 | |
*** jackivanov has quit IRC | 12:38 | |
openstackgerrit | Bernard Cafarelli proposed openstack/neutron master: Switch grenade jobs to python3 https://review.openstack.org/636356 | 12:39 |
*** gildub__ has quit IRC | 12:51 | |
*** janki has quit IRC | 13:00 | |
*** markvoelker has joined #openstack-neutron | 13:01 | |
*** tbachman has joined #openstack-neutron | 13:06 | |
*** mriedem has joined #openstack-neutron | 13:08 | |
*** sapd1 has joined #openstack-neutron | 13:08 | |
*** njohnston has joined #openstack-neutron | 13:12 | |
*** panda|lunch is now known as panda | 13:12 | |
*** njohnston is now known as njohnston|pto | 13:12 | |
*** gildub has joined #openstack-neutron | 13:16 | |
*** wolverineav has joined #openstack-neutron | 13:20 | |
*** janki has joined #openstack-neutron | 13:28 | |
*** Dinesh_Bhor has joined #openstack-neutron | 13:34 | |
*** markvoelker has quit IRC | 13:34 | |
*** jpena|lunch is now known as jpena | 13:37 | |
*** velizarx has quit IRC | 13:39 | |
*** rubasov has quit IRC | 13:41 | |
*** rubasov has joined #openstack-neutron | 13:41 | |
*** obondarev has quit IRC | 13:42 | |
*** Dinesh_Bhor has quit IRC | 13:44 | |
openstackgerrit | Adrian Chiris proposed openstack/neutron master: Delete port binding level for deleted bindings https://review.openstack.org/634276 | 13:45 |
*** obondarev has joined #openstack-neutron | 13:47 | |
*** velizarx has joined #openstack-neutron | 13:52 | |
*** wolverineav has quit IRC | 13:53 | |
*** jmlowe has quit IRC | 13:54 | |
openstackgerrit | Adrian Chiris proposed openstack/neutron master: Add support for binding activate and deactivate https://review.openstack.org/620123 | 13:57 |
openstackgerrit | Hamdy Khader proposed openstack/os-vif master: Add create_ovs_port field in VIFPortProfileOpenVSwitch profile https://review.openstack.org/636061 | 13:57 |
bcafarel | slaweq: can I borrow your eagle-eye errors detector again? https://review.openstack.org/#/c/622612/ multinode shows some failure in the middle of the logs, though grenade run was successful | 14:08 |
slaweq | bcafarel: sure, let me finish something and I will look | 14:08 |
bcafarel | slaweq++ thanks :) | 14:12 |
frickler | bcafarel: slaweq: seems the job is false also running on the second node: http://logs.openstack.org/12/622612/6/check/grenade-multinode-py3/f567f9f/ara-report/result/67feaac6-9870-4025-8c85-8bfe9168e9b3/ | 14:17 |
openstackgerrit | Adrian Chiris proposed openstack/neutron master: Delete port binding level for deleted bindings https://review.openstack.org/634276 | 14:17 |
frickler | bcafarel: guess you need "hosts: primary" here https://review.openstack.org/#/c/622612/6/playbooks/legacy/grenade-multinode-py3/run.yaml | 14:18 |
bcafarel | ah it's clearer in ara thanks (all-in-one log had me confused) | 14:19 |
frickler | bcafarel: yes, when I don't find the issue in the full log, often going to the ara view helps | 14:19 |
bcafarel | frickler: thanks, I brought this hosts change unintentionally when merging lines from the single node job (it was primary) | 14:21 |
bcafarel | laziness when updating the name: section sigh | 14:21 |
*** Dinesh_Bhor has joined #openstack-neutron | 14:22 | |
slaweq | bcafarel: so You already found an issue, right? | 14:26 |
slaweq | frickler: I think it is something which I wanted to ask some time ago | 14:26 |
bcafarel | slaweq: yep consider yourself unpinged :) | 14:26 |
bcafarel | (for now) | 14:26 |
slaweq | frickler: it seems that in multinode job, when subnode will fail, job can still run and pass but that may be confusing as job is no multinode anymore | 14:27 |
slaweq | is it some know issue for infra team? | 14:27 |
slaweq | bcafarel: ok :) | 14:27 |
slaweq | bcafarel++ | 14:27 |
frickler | slaweq: well, in this particular case, the task on the subnode failed and correctly caused the complete job to fail, it was just difficult to locate the actual failure | 14:29 |
frickler | slaweq: if you have a case where the job incorrectly returns success, that's certainly something we would want to take a closer look at | 14:29 |
slaweq | frickler: yes, but I saw on some neutron-tempest-plugin multinode job some time ago that ansible on subnode failed but job was running fine | 14:29 |
slaweq | frickler: it was for sure in this change: https://review.openstack.org/#/c/624494/ | 14:30 |
tidwellr | bcafarel: when you have a chance (I know you're in the middle of other things at the moment), it looks like stable/rocky in neutron-dynamic-routing is tripping over some gate issues. https://review.openstack.org/#/c/632330/ should fix this | 14:30 |
slaweq | but in one of the older patch sets and results are for sure gone already | 14:30 |
*** markvoelker has joined #openstack-neutron | 14:31 | |
bcafarel | tidwellr: ack I saw some gerrit emails passing by on it, will check that patch in a few min | 14:33 |
tidwellr | bcafarel: thanks | 14:33 |
*** lpetrut has joined #openstack-neutron | 14:38 | |
openstackgerrit | Bence Romsics proposed openstack/neutron master: bump neutron-lib to 1.24.0 https://review.openstack.org/636639 | 14:40 |
*** _fragatina_ has quit IRC | 14:42 | |
*** yamamoto has quit IRC | 14:44 | |
*** hjensas has quit IRC | 14:46 | |
*** yamamoto has joined #openstack-neutron | 14:49 | |
*** yamamoto has quit IRC | 14:49 | |
*** yamamoto has joined #openstack-neutron | 14:50 | |
*** yamamoto has quit IRC | 14:50 | |
*** wolverineav has joined #openstack-neutron | 14:50 | |
*** sapd1 has quit IRC | 14:52 | |
*** sridharg has quit IRC | 14:54 | |
*** liuyulong has joined #openstack-neutron | 14:55 | |
*** penick has joined #openstack-neutron | 14:59 | |
*** jmlowe has joined #openstack-neutron | 14:59 | |
*** yamamoto has joined #openstack-neutron | 15:00 | |
*** yamamoto has quit IRC | 15:00 | |
*** velizarx has quit IRC | 15:00 | |
openstackgerrit | boden proposed openstack/neutron master: use callback payloads for ROUTER_CONTROLLER events https://review.openstack.org/636394 | 15:03 |
bcafarel | tidwellr: he, tricky change :) | 15:03 |
bcafarel | looks good to me will +2 once zuul is happy | 15:03 |
*** markvoelker has quit IRC | 15:04 | |
tidwellr | bcafarel: Thanks! A similar thing is happening on master, the tox change has to be lumped in with another change to clean things up, 2 separate patches won't clear the gate | 15:07 |
*** sapd1 has joined #openstack-neutron | 15:08 | |
bcafarel | tidwellr: yeah no problem here, having to squash a few backports to get stable gates green happens | 15:09 |
*** moshele has quit IRC | 15:09 | |
openstackgerrit | Yannick Thomas proposed openstack/neutron-lib master: 'interconnection' API extension definition (neutron-interconnection) https://review.openstack.org/626871 | 15:14 |
openstackgerrit | Merged openstack/neutron-lib master: Add traffic control constants https://review.openstack.org/633951 | 15:14 |
*** hamdyk has quit IRC | 15:15 | |
*** Dinesh_Bhor has quit IRC | 15:16 | |
*** jmlowe has quit IRC | 15:18 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron-dynamic-routing master: Fix gate issues on master https://review.openstack.org/636140 | 15:19 |
*** janki has quit IRC | 15:21 | |
*** obondarev has quit IRC | 15:21 | |
*** mlavalle has joined #openstack-neutron | 15:21 | |
*** wolverineav has quit IRC | 15:23 | |
*** jmlowe has joined #openstack-neutron | 15:23 | |
*** rossella_s has quit IRC | 15:26 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Retrieve devices with link not present https://review.openstack.org/636652 | 15:26 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Use pyroute2 to check vlan/vxlan in use https://review.openstack.org/636296 | 15:27 |
*** ralonsoh has joined #openstack-neutron | 15:27 | |
*** dayou has quit IRC | 15:29 | |
*** armax has joined #openstack-neutron | 15:35 | |
*** rkukura has joined #openstack-neutron | 15:37 | |
*** rclyon has joined #openstack-neutron | 15:39 | |
*** maciejjozefczyk has quit IRC | 15:44 | |
*** dayou has joined #openstack-neutron | 15:52 | |
rclyon | Hello | 15:52 |
*** gcheresh has quit IRC | 15:53 | |
*** gkadam has quit IRC | 15:53 | |
*** jmlowe has quit IRC | 15:54 | |
rclyon | I'm configuring Neutron to use Designate but it seems Neutron do not publish anything to Designate | 15:55 |
*** ociuhandu has quit IRC | 15:55 | |
*** Luzi has quit IRC | 15:55 | |
*** ociuhandu has joined #openstack-neutron | 15:55 | |
rclyon | Despite debug set to True nothing related to Designate | 15:56 |
rclyon | Designate works fine with openstack recordset create | 15:56 |
*** jmlowe has joined #openstack-neutron | 15:58 | |
*** lpetrut has quit IRC | 16:00 | |
*** markvoelker has joined #openstack-neutron | 16:01 | |
rclyon | I followed this documentation https://docs.openstack.org/neutron/queens/admin/config-dns-int-ext-serv.html | 16:01 |
rclyon | I try use case 3 | 16:01 |
frickler | rclyon: thanks for answering the questions I was about to type ;) | 16:02 |
frickler | rclyon: most common issue is to not meet the restrictions listed at the end of that page | 16:02 |
frickler | rclyon: there is also an open feature request to be able to relay these restrictions | 16:03 |
frickler | relax even | 16:04 |
rclyon | external is set to True, using vlan driver | 16:04 |
rclyon | got no range specified on ml2 | 16:04 |
frickler | rclyon: o.k., with external = True, the first bullet point matches and triggers neutron not to talk to designate | 16:05 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron-lib master: Introduce subnet pool prefix operations extension https://review.openstack.org/635907 | 16:05 |
frickler | mlavalle: do you know whether salvatore would still be working on this? https://bugs.launchpad.net/neutron/+bug/1784879 | 16:07 |
openstack | Launchpad bug 1784879 in neutron "Neutron doesn't update Designate with some use cases" [Wishlist,Triaged] - Assigned to Salvatore Orlando (salvatore-orlando) | 16:07 |
mlavalle | frickler: I don't know | 16:08 |
rclyon | A friend told me to look into designate-sink | 16:08 |
rclyon | but there is no ref about it in recent documentations | 16:08 |
rclyon | it looks like it was used in 2015 | 16:09 |
frickler | mlavalle: o.k., I'll add a ping on the bug | 16:09 |
frickler | rclyon: yes, it's deprecated, but I know some folks are still using it, though I've never set it up myself. maybe someone on #openstack-dns has instructions for that | 16:10 |
*** wwriverrat has quit IRC | 16:11 | |
*** macza has joined #openstack-neutron | 16:11 | |
*** hjensas has joined #openstack-neutron | 16:12 | |
openstackgerrit | Terry Wilson proposed openstack/ovsdbapp master: Break out match_fn from matches https://review.openstack.org/636392 | 16:12 |
rclyon | I dont know if he was right but he told me sink allows to use only dns_domain in /etc/neutron/neutron.conf | 16:12 |
rclyon | but I need to be able to use sub domains so | 16:13 |
rclyon | using dns_domain set in network's attributes | 16:13 |
*** mosulica has quit IRC | 16:14 | |
rclyon | So all my networks will have dns_domain attribute * | 16:16 |
*** lewo has quit IRC | 16:16 | |
*** lewo has joined #openstack-neutron | 16:17 | |
*** samc-bbc has joined #openstack-neutron | 16:17 | |
*** wolverineav has joined #openstack-neutron | 16:20 | |
rclyon | but you are right it looks like the bug ytou sent @frickler | 16:25 |
*** jangutter has quit IRC | 16:26 | |
rclyon | got private cloud, instances are routable from extenal router | 16:27 |
*** ramishra has quit IRC | 16:29 | |
*** yamamoto has joined #openstack-neutron | 16:30 | |
*** ccamposr has quit IRC | 16:31 | |
frickler | rclyon: yes, that's one of the intended use cases. you might also consider just disabling that restriction in a local patch, that would be pretty easy in fact, just might have some side effect on other networks | 16:33 |
*** markvoelker has quit IRC | 16:34 | |
rclyon | what side effetcts? | 16:36 |
frickler | rclyon: well, you could also get dns entries for other network that match your pattern | 16:37 |
frickler | rclyon: this is the code that decides whether to create an entry http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/extensions/dns_integration.py#n361 | 16:37 |
* frickler needs to leave now, bbl | 16:38 | |
*** yamamoto has quit IRC | 16:38 | |
*** jmlowe has quit IRC | 16:38 | |
rclyon | gonna check this tomorrow | 16:40 |
*** jmlowe has joined #openstack-neutron | 16:44 | |
lajoskatona | mlavalle: I see hongbin as testing contact (https://docs.openstack.org/neutron/latest/contributor/policies/neutron-teams.html#core-review-hierarchy) but I am not sure if he is working now. | 16:44 |
lajoskatona | mlavalle: I have question about fullstack environment, who should I ask? | 16:45 |
mlavalle | lajoskatona: for fullstack the best person is slaweq | 16:45 |
*** wwriverrat has joined #openstack-neutron | 16:46 | |
lajoskatona | mlavalle: thanks, than I ask slaweq | 16:46 |
mlavalle | LOL | 16:46 |
lajoskatona | slaweq: for fullstacking bandwidth reporting towards placement, we need placement service, or start something that can respond to REST requests like the real placement (we think on some really limited hardwired logic) | 16:48 |
slaweq | lajoskatona: hi | 16:48 |
slaweq | lajoskatona: You shouldn't start any external services in fullstack tests IMO - it's not this level of tests | 16:49 |
lajoskatona | slaweq: so as we know now option 1 is to start "the real placement" in neutron's fullstack environment, option 2 is to start a minimalistic process in fullstack environment that can answear REST requests | 16:49 |
slaweq | what test exactly You need to do? | 16:49 |
lajoskatona | slaweq: hi | 16:49 |
lajoskatona | slaweq: start neutron-server with placement-report-plugin (https://review.openstack.org/580672) and check if the agent's (i.e.: ovs-agent which has bandwidth resource in config) resources_synced attribute is True, than stop placement and wait till the resources_synced goes to False, than check if the service plugin can restore the state if placement is back | 16:52 |
*** obondarev has joined #openstack-neutron | 16:52 | |
*** obondarev has quit IRC | 16:53 | |
*** wolverineav has quit IRC | 16:53 | |
slaweq | lajoskatona: let me thing about it for a while | 16:54 |
lajoskatona | slaweq: thanks | 16:54 |
slaweq | lajoskatona: I have to leave now, can we back to it tomorrow morning? | 16:54 |
lajoskatona | slaweq: of course, I leave as well | 16:54 |
slaweq | lajoskatona: thx | 16:55 |
slaweq | lajoskatona: have a good evening than :) | 16:55 |
lajoskatona | slaweq: the same to you | 16:55 |
*** obondarev has joined #openstack-neutron | 16:55 | |
*** _fragatina has joined #openstack-neutron | 16:59 | |
*** obondarev has quit IRC | 17:00 | |
*** _fragatina has quit IRC | 17:00 | |
*** wolverineav has joined #openstack-neutron | 17:01 | |
*** davidsha has quit IRC | 17:02 | |
openstackgerrit | LIU Yulong proposed openstack/neutron master: Dynamically increase l3 router process queue green pool size https://review.openstack.org/633869 | 17:03 |
*** itlinux has joined #openstack-neutron | 17:05 | |
*** lemko has joined #openstack-neutron | 17:06 | |
*** tssurya has quit IRC | 17:06 | |
*** itlinux has quit IRC | 17:09 | |
*** itlinux_ has joined #openstack-neutron | 17:09 | |
*** rclyon has quit IRC | 17:10 | |
*** ociuhandu_ has joined #openstack-neutron | 17:11 | |
*** itlinux_ has quit IRC | 17:14 | |
*** itlinux has joined #openstack-neutron | 17:14 | |
openstackgerrit | Yannick Thomas proposed openstack/neutron-lib master: 'interconnection' API extension definition (neutron-interconnection) https://review.openstack.org/626871 | 17:15 |
*** obondarev has joined #openstack-neutron | 17:16 | |
*** sapd1 has quit IRC | 17:16 | |
*** wolverineav has quit IRC | 17:20 | |
*** jmlowe has quit IRC | 17:23 | |
*** rpittau has quit IRC | 17:24 | |
*** sapd1 has joined #openstack-neutron | 17:29 | |
*** itlinux has quit IRC | 17:30 | |
*** _fragatina has joined #openstack-neutron | 17:31 | |
*** markvoelker has joined #openstack-neutron | 17:32 | |
*** boden has joined #openstack-neutron | 17:32 | |
*** hjensas has quit IRC | 17:33 | |
*** itlinux has joined #openstack-neutron | 17:35 | |
*** sapd1 has quit IRC | 17:37 | |
*** ociuhand_ has joined #openstack-neutron | 17:39 | |
*** itlinux_ has joined #openstack-neutron | 17:39 | |
openstackgerrit | boden proposed openstack/neutron-lib master: WIP: rehome neutron.objects.base and deps https://review.openstack.org/621000 | 17:40 |
*** itlinux has quit IRC | 17:41 | |
*** ociuhandu has quit IRC | 17:42 | |
*** ociuhand_ has quit IRC | 17:48 | |
*** awalende has joined #openstack-neutron | 17:58 | |
*** markvoelker has quit IRC | 18:04 | |
*** tidwellr has quit IRC | 18:05 | |
*** jmlowe has joined #openstack-neutron | 18:08 | |
*** itlinux_ has quit IRC | 18:08 | |
openstackgerrit | Sai Sindhur Malleni proposed openstack/neutron master: Remove trunk rally scenario from plugins https://review.openstack.org/636450 | 18:09 |
*** jpena is now known as jpena|off | 18:13 | |
*** hongbin has joined #openstack-neutron | 18:15 | |
*** moshele has joined #openstack-neutron | 18:17 | |
*** awalende has quit IRC | 18:19 | |
*** awalende has joined #openstack-neutron | 18:21 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron master: DVR: External pm for keepalived destroyed on SNAT namespace delete https://review.openstack.org/636505 | 18:21 |
*** ijw has joined #openstack-neutron | 18:23 | |
*** wolverineav has joined #openstack-neutron | 18:23 | |
*** betherly has joined #openstack-neutron | 18:25 | |
*** ihar_ is now known as ihar | 18:25 | |
*** sapd1 has joined #openstack-neutron | 18:27 | |
*** hongbin has quit IRC | 18:27 | |
*** wolverineav has quit IRC | 18:27 | |
*** hongbin has joined #openstack-neutron | 18:27 | |
*** ociuhandu has joined #openstack-neutron | 18:29 | |
*** betherly has quit IRC | 18:29 | |
openstackgerrit | Miguel Lavalle proposed openstack/neutron master: Add rootwrap filters to kill state change monitor https://review.openstack.org/636710 | 18:29 |
*** wolverineav has joined #openstack-neutron | 18:29 | |
*** yamamoto has joined #openstack-neutron | 18:31 | |
*** ociuhandu has quit IRC | 18:33 | |
mlavalle | slaweq: let me know what you think. I am not sure about the executable portion of the filters. what do you think? Please see my comments | 18:34 |
*** moshele has quit IRC | 18:34 | |
*** aojea has quit IRC | 18:35 | |
*** awalende has quit IRC | 18:35 | |
*** sunnaichuan has quit IRC | 18:38 | |
*** awalende has joined #openstack-neutron | 18:38 | |
*** salmankhan has quit IRC | 18:40 | |
*** velizarx has joined #openstack-neutron | 18:41 | |
*** ijw has quit IRC | 18:46 | |
*** betherly has joined #openstack-neutron | 18:47 | |
*** betherly has quit IRC | 18:47 | |
*** sri_ has quit IRC | 18:52 | |
*** mriedem is now known as mriedem_away | 18:52 | |
*** sri_ has joined #openstack-neutron | 18:52 | |
openstackgerrit | Merged openstack/neutron master: Delete virtual interface "ovs-system" before load openvswitch module https://review.openstack.org/632779 | 18:52 |
*** tbachman has quit IRC | 18:58 | |
*** markvoelker has joined #openstack-neutron | 19:01 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Add "rpc_response_max_timeout" config variable in fullstack tests https://review.openstack.org/636719 | 19:02 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Retrieve devices with link not present https://review.openstack.org/636652 | 19:04 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: Use pyroute2 to check vlan/vxlan in use https://review.openstack.org/636296 | 19:04 |
*** wolverineav has quit IRC | 19:04 | |
*** wolverineav has joined #openstack-neutron | 19:08 | |
*** obondarev has quit IRC | 19:10 | |
*** ArchiFleKs has quit IRC | 19:13 | |
*** ArchiFleKs has joined #openstack-neutron | 19:14 | |
*** obondarev has joined #openstack-neutron | 19:15 | |
*** ociuhandu has joined #openstack-neutron | 19:16 | |
*** ijw has joined #openstack-neutron | 19:26 | |
*** ijw has quit IRC | 19:28 | |
*** ociuhandu has quit IRC | 19:28 | |
*** gildub has quit IRC | 19:33 | |
*** markvoelker has quit IRC | 19:34 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/neutron master: [WIP] Add native OVSDB implementation for polling monitor https://review.openstack.org/612400 | 19:35 |
*** obondarev has quit IRC | 19:38 | |
*** awalende has quit IRC | 19:39 | |
*** jlibosva has quit IRC | 19:46 | |
*** ksambor has quit IRC | 19:49 | |
*** lemko has quit IRC | 19:49 | |
openstackgerrit | boden proposed openstack/neutron-lib master: rehome remaining common constants https://review.openstack.org/636740 | 19:51 |
*** ijw has joined #openstack-neutron | 19:57 | |
*** ijw has quit IRC | 20:01 | |
*** wolverineav has quit IRC | 20:03 | |
*** panda is now known as panda|off | 20:04 | |
*** _fragatina has quit IRC | 20:05 | |
*** ralonsoh has quit IRC | 20:18 | |
*** jmlowe has quit IRC | 20:28 | |
*** ociuhandu has joined #openstack-neutron | 20:31 | |
*** markvoelker has joined #openstack-neutron | 20:31 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron-dynamic-routing master: Fix gate issues on master https://review.openstack.org/636140 | 20:33 |
*** wolverineav has joined #openstack-neutron | 20:33 | |
*** tidwellr has joined #openstack-neutron | 20:38 | |
*** wolverineav has quit IRC | 20:38 | |
*** hongbin has quit IRC | 20:40 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron master: WIP: Allow sharing of security groups via RBAC mechanism https://review.openstack.org/635311 | 20:47 |
*** hongbin has joined #openstack-neutron | 20:49 | |
openstackgerrit | Slawek Kaplonski proposed openstack/neutron master: Migrate neutron-functional job to zuul v3 syntax https://review.openstack.org/619742 | 20:52 |
*** hongbin has quit IRC | 20:54 | |
*** samc-bbc has quit IRC | 20:58 | |
*** itlinux has joined #openstack-neutron | 21:04 | |
*** ociuhandu has quit IRC | 21:04 | |
*** mriedem_away is now known as mriedem | 21:04 | |
*** wolverineav has joined #openstack-neutron | 21:04 | |
*** markvoelker has quit IRC | 21:05 | |
*** hongbin has joined #openstack-neutron | 21:06 | |
*** jmlowe has joined #openstack-neutron | 21:15 | |
*** tbachman has joined #openstack-neutron | 21:29 | |
*** ijw has joined #openstack-neutron | 21:30 | |
*** wolverineav has quit IRC | 21:37 | |
*** _fragatina has joined #openstack-neutron | 21:45 | |
openstackgerrit | boden proposed openstack/neutron-lib master: WIP: rehome neutron.objects.base and deps https://review.openstack.org/621000 | 21:49 |
openstackgerrit | Doug Wiegley proposed openstack/neutron-tempest-plugin master: Add tempest api tests for security groups RBAC https://review.openstack.org/635312 | 21:50 |
*** ijw has quit IRC | 21:51 | |
*** itlinux has quit IRC | 21:58 | |
*** markvoelker has joined #openstack-neutron | 22:02 | |
boden | mlavalle hi, pls ping if you get a sec... not urgent | 22:02 |
*** wolverineav has joined #openstack-neutron | 22:03 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron master: Packets getting lost during SNAT with too many connections https://review.openstack.org/636473 | 22:05 |
*** wolverineav has quit IRC | 22:08 | |
openstackgerrit | Bernard Cafarelli proposed openstack/neutron master: Switch grenade jobs to python3 https://review.openstack.org/636356 | 22:10 |
*** ijw has joined #openstack-neutron | 22:16 | |
*** br7k has joined #openstack-neutron | 22:19 | |
mlavalle | boden: pong | 22:21 |
boden | mlavalle: I had a drivers team request... I ended up just putting it in a placeholder RFE https://bugs.launchpad.net/neutron/+bug/1815827. sorry it this is the wrong approach | 22:22 |
openstack | Launchpad bug 1815827 in neutron "[RFE] neutron-lib: rehome neutron.object.base along with rbac db/objects" [Undecided,New] | 22:22 |
*** openstackgerrit has quit IRC | 22:22 | |
mlavalle | boden: ok, I'll schedule it for this discussion this week | 22:24 |
boden | mlavalle thanks! ping me if more details are needed | 22:24 |
mlavalle | will do | 22:25 |
*** openstackgerrit has joined #openstack-neutron | 22:25 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron-lib master: Introduce subnet pool prefix operations extension https://review.openstack.org/635907 | 22:25 |
*** boden has quit IRC | 22:30 | |
*** nhbinh_ has joined #openstack-neutron | 22:31 | |
*** binh_ has quit IRC | 22:33 | |
*** markvoelker has quit IRC | 22:34 | |
*** gouthamr has quit IRC | 22:35 | |
*** gouthamr has joined #openstack-neutron | 22:36 | |
*** cburgess has quit IRC | 22:36 | |
*** ijw has quit IRC | 22:37 | |
*** ijw has joined #openstack-neutron | 22:38 | |
*** cburgess has joined #openstack-neutron | 22:38 | |
*** vpickard has quit IRC | 22:39 | |
*** sapd1 has quit IRC | 22:40 | |
*** ijw has quit IRC | 22:42 | |
*** tesseract has quit IRC | 22:49 | |
*** sapd1 has joined #openstack-neutron | 22:55 | |
*** wolverineav has joined #openstack-neutron | 22:59 | |
*** david-lyle has quit IRC | 23:02 | |
*** dklyle has joined #openstack-neutron | 23:02 | |
*** tkajinam has joined #openstack-neutron | 23:05 | |
*** velizarx has quit IRC | 23:08 | |
*** tbachman has quit IRC | 23:08 | |
*** tbachman has joined #openstack-neutron | 23:09 | |
*** slaweq has quit IRC | 23:11 | |
openstackgerrit | Hongbin Lu proposed openstack/neutron master: Fix slow SG api calls when limiting fields https://review.openstack.org/630401 | 23:15 |
*** tbachman_ has joined #openstack-neutron | 23:15 | |
*** sapd1 has quit IRC | 23:16 | |
openstackgerrit | Hongbin Lu proposed openstack/neutron master: Fix slow SG api calls when limiting fields https://review.openstack.org/630401 | 23:16 |
*** abaindur has joined #openstack-neutron | 23:16 | |
*** tbachman has quit IRC | 23:17 | |
*** tbachman_ is now known as tbachman | 23:17 | |
*** mlavalle has quit IRC | 23:17 | |
openstackgerrit | Hongbin Lu proposed openstack/neutron master: Fix slow SG api calls when limiting fields https://review.openstack.org/630401 | 23:20 |
*** slaweq has joined #openstack-neutron | 23:27 | |
*** mattw4 has joined #openstack-neutron | 23:27 | |
*** mattw4 has quit IRC | 23:28 | |
*** mattw4 has joined #openstack-neutron | 23:28 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron-tempest-plugin master: Add tempest api tests for security groups RBAC https://review.openstack.org/635312 | 23:28 |
*** wolverineav has quit IRC | 23:30 | |
*** wolverineav has joined #openstack-neutron | 23:30 | |
*** slaweq has quit IRC | 23:31 | |
*** markvoelker has joined #openstack-neutron | 23:31 | |
*** gildub has joined #openstack-neutron | 23:33 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron master: Packets getting lost during SNAT with too many connections https://review.openstack.org/636473 | 23:40 |
*** br7k has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!