*** gongysh has joined #openstack-neutron-ovn | 02:53 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 02:55 | |
*** yamamoto_ has quit IRC | 04:08 | |
*** anilvenkata has joined #openstack-neutron-ovn | 04:31 | |
*** janki has joined #openstack-neutron-ovn | 05:04 | |
*** salv-orlando has joined #openstack-neutron-ovn | 05:06 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 05:08 | |
*** salv-orlando has quit IRC | 05:38 | |
*** pcaruana has joined #openstack-neutron-ovn | 05:43 | |
*** salv-orlando has joined #openstack-neutron-ovn | 06:32 | |
*** ltomasbo|away is now known as ltomasbo | 06:47 | |
*** salv-orl_ has joined #openstack-neutron-ovn | 07:04 | |
*** gongysh has quit IRC | 07:05 | |
*** gongysh has joined #openstack-neutron-ovn | 07:06 | |
*** salv-orlando has quit IRC | 07:06 | |
*** gongysh has quit IRC | 07:07 | |
*** gongysh has joined #openstack-neutron-ovn | 07:19 | |
*** salv-orl_ has quit IRC | 07:27 | |
*** openstackgerrit has quit IRC | 07:48 | |
*** lucas-afk is now known as lucasagomes | 08:18 | |
*** salv-orlando has joined #openstack-neutron-ovn | 08:31 | |
*** mickeys has quit IRC | 09:26 | |
*** yamamoto_ has quit IRC | 10:24 | |
*** mickeys has joined #openstack-neutron-ovn | 10:27 | |
*** lucasagomes has quit IRC | 10:27 | |
*** lucasagomes has joined #openstack-neutron-ovn | 10:29 | |
*** salv-orlando has quit IRC | 10:30 | |
*** salv-orlando has joined #openstack-neutron-ovn | 10:30 | |
*** mickeys has quit IRC | 10:31 | |
*** gongysh has quit IRC | 10:36 | |
*** lucasagomes has quit IRC | 10:41 | |
*** lucasagomes has joined #openstack-neutron-ovn | 10:54 | |
*** openstackgerrit has joined #openstack-neutron-ovn | 10:59 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Add OVNClient for Ports and L3 resources https://review.openstack.org/464221 | 10:59 |
---|---|---|
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Add journal and maintenance skeleton https://review.openstack.org/461104 | 10:59 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Use journal for Ports and Floating IPs https://review.openstack.org/464222 | 10:59 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Add base migration scripts https://review.openstack.org/461103 | 10:59 |
*** yamamoto has joined #openstack-neutron-ovn | 11:06 | |
*** yamamoto_ has joined #openstack-neutron-ovn | 11:07 | |
*** yamamoto_ has quit IRC | 11:08 | |
*** yamamoto has quit IRC | 11:10 | |
*** Manish_ has quit IRC | 11:11 | |
*** lucasagomes is now known as lucas-hungry | 11:17 | |
*** salv-orlando has quit IRC | 11:18 | |
*** mickeys has joined #openstack-neutron-ovn | 11:27 | |
*** mickeys has quit IRC | 11:31 | |
*** masber has quit IRC | 12:00 | |
*** yamamoto has joined #openstack-neutron-ovn | 12:05 | |
*** yamamoto has quit IRC | 12:08 | |
*** yamamoto has joined #openstack-neutron-ovn | 12:15 | |
*** mickeys has joined #openstack-neutron-ovn | 12:28 | |
*** lucas-hungry is now known as lucasagomes | 12:31 | |
*** mickeys has quit IRC | 12:32 | |
*** yamamoto has quit IRC | 12:40 | |
*** yamamoto has joined #openstack-neutron-ovn | 12:42 | |
*** yamamoto has quit IRC | 12:46 | |
*** yamamoto has joined #openstack-neutron-ovn | 13:21 | |
*** mickeys has joined #openstack-neutron-ovn | 13:29 | |
*** mickeys has quit IRC | 13:33 | |
*** jerrygb has joined #openstack-neutron-ovn | 13:45 | |
*** jerrygb has quit IRC | 13:45 | |
*** jerrygb has joined #openstack-neutron-ovn | 13:45 | |
*** salv-orlando has joined #openstack-neutron-ovn | 14:19 | |
numans | lucasagomes, Hi, this patch - https://review.openstack.org/461103 this is mostly a refactor of the code right ? with the code getting consolidated in one file ovn_client.py | 14:22 |
*** mickeys has joined #openstack-neutron-ovn | 14:29 | |
*** salv-orl_ has joined #openstack-neutron-ovn | 14:30 | |
*** salv-orlando has quit IRC | 14:32 | |
*** mickeys has quit IRC | 14:34 | |
*** masuberu has joined #openstack-neutron-ovn | 14:58 | |
*** salv-orl_ has quit IRC | 14:59 | |
*** jerrygb has quit IRC | 15:03 | |
*** jerrygb has joined #openstack-neutron-ovn | 15:04 | |
*** salv-orlando has joined #openstack-neutron-ovn | 15:07 | |
*** janki has quit IRC | 15:08 | |
lucasagomes | numans, sorry missed ur ping, the patch prior to that one is a refactor yeah | 15:12 |
numans | lucasagomes, sorry i meant this - https://review.openstack.org/#/c/464221/ | 15:13 |
numans | lucasagomes, thanks | 15:13 |
lucasagomes | numans, yeah just refactors. What it does is to move methods from the mech and l3 drivers to a central class (called OVNClient) | 15:14 |
lucasagomes | so that later in the series the journal thread can use that class to create/delete/update the resources in OVN | 15:14 |
lucasagomes | also the ovn_db_sync.py script will use it once the journal is in place | 15:14 |
numans | lucasagomes, ok. i had a look once. i will look more closely :). If it is refactor and moving the code, then I think reviewing is easy :) | 15:15 |
lucasagomes | numans, right on, thanks! Yeah it actually moves almost all the direct ovn stuff from l3 | 15:15 |
lucasagomes | and everything related to ports in the mech driver to the new class | 15:15 |
lucasagomes | so there's a bunch of things moving (-: | 15:16 |
lucasagomes | moving around* | 15:16 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: DO NOT REVIEW: Fix journaling functional tests https://review.openstack.org/468449 | 15:20 |
*** mickeys has joined #openstack-neutron-ovn | 15:30 | |
*** mickeys has quit IRC | 15:36 | |
*** mickeys has joined #openstack-neutron-ovn | 15:37 | |
*** mlavalle has joined #openstack-neutron-ovn | 15:41 | |
*** janki has joined #openstack-neutron-ovn | 15:46 | |
*** lucasagomes is now known as lucas-afk | 16:14 | |
*** ltomasbo is now known as ltomasbo|away | 16:27 | |
*** shettyg has joined #openstack-neutron-ovn | 16:32 | |
*** salv-orlando has quit IRC | 17:30 | |
*** salv-orlando has joined #openstack-neutron-ovn | 17:31 | |
*** salv-orlando has quit IRC | 17:35 | |
*** salv-orlando has joined #openstack-neutron-ovn | 17:44 | |
*** pcaruana has quit IRC | 18:00 | |
*** anilvenkata has quit IRC | 18:25 | |
*** janki has quit IRC | 18:43 | |
*** salv-orl_ has joined #openstack-neutron-ovn | 19:04 | |
*** salv-orlando has quit IRC | 19:06 | |
*** salv-orl_ has quit IRC | 19:21 | |
*** salv-orlando has joined #openstack-neutron-ovn | 19:21 | |
*** salv-orlando has quit IRC | 19:25 | |
*** salv-orlando has joined #openstack-neutron-ovn | 19:53 | |
*** shettyg has quit IRC | 20:12 | |
*** masuberu has quit IRC | 21:07 | |
*** salv-orlando has quit IRC | 21:51 | |
*** salv-orlando has joined #openstack-neutron-ovn | 21:51 | |
*** salv-orlando has quit IRC | 21:55 | |
*** mickeys has quit IRC | 21:59 | |
*** salv-orlando has joined #openstack-neutron-ovn | 23:22 | |
*** salv-orlando has quit IRC | 23:27 | |
*** mlavalle has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!