| *** yamamoto has quit IRC | 00:16 | |
| *** yamamoto has joined #openstack-dragonflow | 00:21 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/dragonflow master: Updated from global requirements https://review.openstack.org/507306 | 00:33 |
|---|---|---|
| openstackgerrit | OpenStack Proposal Bot proposed openstack/dragonflow master: Updated from global requirements https://review.openstack.org/507306 | 00:58 |
| *** wangyalei has quit IRC | 01:32 | |
| *** wangyalei has joined #openstack-dragonflow | 01:33 | |
| *** yamamoto has quit IRC | 01:50 | |
| *** yamamoto has joined #openstack-dragonflow | 01:50 | |
| *** yamamoto_ has joined #openstack-dragonflow | 01:51 | |
| *** yamamoto has quit IRC | 01:55 | |
| *** wangyalei has quit IRC | 01:57 | |
| *** mlavalle has quit IRC | 02:14 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/dragonflow master: Updated from global requirements https://review.openstack.org/507306 | 02:28 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/dragonflow master: Updated from global requirements https://review.openstack.org/507306 | 02:48 |
| *** lewo` has quit IRC | 03:18 | |
| *** lewo` has joined #openstack-dragonflow | 03:19 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/dragonflow master: Updated from global requirements https://review.openstack.org/507306 | 03:25 |
| *** yamamoto_ has quit IRC | 05:37 | |
| *** yamamoto has joined #openstack-dragonflow | 05:37 | |
| openstackgerrit | Omer Anson proposed openstack/dragonflow master: Add docstrings to L3 apps https://review.openstack.org/504047 | 06:44 |
| *** Natanbro has joined #openstack-dragonflow | 07:35 | |
| *** yamamoto has quit IRC | 08:31 | |
| *** yamamoto has joined #openstack-dragonflow | 08:34 | |
| *** yamamoto has quit IRC | 08:39 | |
| *** yamamoto has joined #openstack-dragonflow | 08:47 | |
| *** yamamoto has quit IRC | 08:47 | |
| openstackgerrit | Merged openstack/dragonflow master: Verify redis IP is present https://review.openstack.org/507066 | 08:53 |
| openstackgerrit | Merged openstack/dragonflow master: Updated from global requirements https://review.openstack.org/507306 | 09:06 |
| *** yamamoto has joined #openstack-dragonflow | 09:10 | |
| *** yamamoto has quit IRC | 09:12 | |
| *** yamamoto has joined #openstack-dragonflow | 09:14 | |
| *** yamamoto has quit IRC | 09:16 | |
| *** yamamoto has joined #openstack-dragonflow | 09:16 | |
| *** Natanbro has quit IRC | 09:23 | |
| *** yamamoto has quit IRC | 09:31 | |
| *** yamamoto has joined #openstack-dragonflow | 09:35 | |
| openstackgerrit | Merged openstack/dragonflow master: verify db_driver.get_all_* returns empty list https://review.openstack.org/507064 | 10:12 |
| openstackgerrit | Merged openstack/dragonflow master: Add docstrings to L3 apps https://review.openstack.org/504047 | 11:02 |
| *** goncalo has joined #openstack-dragonflow | 11:44 | |
| openstackgerrit | Eyal Leshem proposed openstack/dragonflow master: [WIP] DHCP port per lswitch https://review.openstack.org/503965 | 11:57 |
| *** yamamoto has quit IRC | 12:38 | |
| *** yamamoto has joined #openstack-dragonflow | 12:55 | |
| *** apuimedo has joined #openstack-dragonflow | 12:57 | |
| apuimedo | oanson: ping | 12:57 |
| oanson | apuimedo, pong | 13:01 |
| apuimedo | oanson: do you use ml2? I can't remember now | 13:01 |
| oanson | Yes | 13:01 |
| oanson | We have an ML2 plugin | 13:01 |
| oanson | Sorry, I mean driver | 13:02 |
| apuimedo | oanson: and the ipam? Do you have a plugin or do you use the default one? | 13:02 |
| oanson | We use the default one | 13:03 |
| oanson | apuimedo, why? | 13:04 |
| *** yamamoto has quit IRC | 13:06 | |
| apuimedo | oanson: the design of bulk operation is very underwhelming and I want to do it over | 13:09 |
| apuimedo | for reference creating 2000 ports (not binding or anything) takes 58m | 13:10 |
| oanson | Wow | 13:10 |
| apuimedo | yeah... | 13:10 |
| apuimedo | the good news is that it can be improved across the board | 13:11 |
| oanson | Would having our own IPAM help? | 13:12 |
| apuimedo | no. but if you did, I would be able to know how it varies | 13:13 |
| apuimedo | to know better how the different layers perform | 13:13 |
| apuimedo | (specially the pluggable ipam) | 13:13 |
| oanson | Do you know where's the bottleneck? DB? API? etc.? | 13:14 |
| apuimedo | everywhere. But the one that pains me to look at is how it does the ipam port by port | 13:15 |
| apuimedo | with tons of accessing the DB | 13:15 |
| apuimedo | mariadb is not the bottleneck for sure | 13:15 |
| apuimedo | just the usage of it | 13:15 |
| irenab | sounds like neutron execution flow should be optimized | 13:19 |
| irenab | at least with default IPAM | 13:20 |
| apuimedo | a | 13:20 |
| apuimedo | lot | 13:20 |
| irenab | oanson, we do need to add DF IPAM , regardless optimization in neutron | 13:21 |
| oanson | irenab, what's the use-case? | 13:21 |
| irenab | stand alone controller | 13:21 |
| oanson | Sure. | 13:22 |
| oanson | I'll open a bug | 13:22 |
| oanson | irenab, https://bugs.launchpad.net/dragonflow/+bug/1719615 | 13:40 |
| openstack | Launchpad bug 1719615 in DragonFlow "Support standalone IPAM (IP Address Management)" [Wishlist,New] | 13:40 |
| oanson | Feel free to reclassify if you think I got it wrong | 13:40 |
| irenab | oanson, great, thanks | 13:40 |
| *** mlavalle has joined #openstack-dragonflow | 13:40 | |
| *** yamamoto has joined #openstack-dragonflow | 14:07 | |
| *** mlavalle has quit IRC | 14:09 | |
| *** yamamoto has quit IRC | 14:14 | |
| openstackgerrit | Eyal Leshem proposed openstack/dragonflow master: [WIP] DHCP port per lswitch https://review.openstack.org/503965 | 16:16 |
| *** mlavalle_ has joined #openstack-dragonflow | 19:53 | |
| *** mlavalle has joined #openstack-dragonflow | 20:43 | |
| *** yamamoto has joined #openstack-dragonflow | 23:05 | |
| *** mlavalle has quit IRC | 23:37 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!