| *** mickeys has joined #openstack-neutron-ovn | 00:04 | |
| *** mickeys has quit IRC | 00:09 | |
| *** mickeys has joined #openstack-neutron-ovn | 01:05 | |
| *** mickeys has quit IRC | 01:09 | |
| *** s3wong has quit IRC | 01:47 | |
| *** mickeys has joined #openstack-neutron-ovn | 02:05 | |
| *** mickeys has quit IRC | 02:10 | |
| openstackgerrit | Dong Jun proposed openstack/networking-ovn master: Repair master CI unit test and python3.5 dsvm functional test https://review.openstack.org/457440 | 03:19 |
|---|---|---|
| *** dongjun has joined #openstack-neutron-ovn | 03:31 | |
| *** mickeys has joined #openstack-neutron-ovn | 03:51 | |
| *** mickeys has quit IRC | 03:58 | |
| *** mickeys has joined #openstack-neutron-ovn | 04:54 | |
| *** mickeys has quit IRC | 04:59 | |
| arslanq | masber: I am getting only 90 Mbps on same network but VMs on different computes | 05:33 |
| masber | arslanq, I have changed nova agent firewall from hybrid iptables to ovs, I got slightly better performance but still far from total capacity http://paste.openstack.org/show/606944/ | 05:35 |
| *** zefferno has joined #openstack-neutron-ovn | 05:43 | |
| arslanq | masber: Could you please tell me the exact option and value ? | 05:48 |
| *** janki has joined #openstack-neutron-ovn | 05:48 | |
| masber | arslanq, sorry what do you mean? | 05:53 |
| arslanq | masber: The change you suggested me above for nova | 05:55 |
| masber | arslanq, I did not do any suggestion, I just exposed my issue | 05:57 |
| masber | if you want to try what I did, it is just at the bottom of you link | 05:57 |
| masber | you need to change ml2_info.ini file on your compute nodes to what I have | 05:58 |
| masber | then yo may need to migrate the vms off and on so the tap devices are recreated and connected to the ovs instead of the linux bridge | 05:58 |
| arslanq | masber: My VMs are already connected to OVS bridge...you are probably talking about "firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver | 06:00 |
| arslanq | " | 06:00 |
| arslanq | But this is ignored in case of OVN | 06:00 |
| masber | arslanq, firewall_driver = openvswitch is what you have in your ml2_config.init file is that right? | 06:08 |
| arslanq | masber: no i have the above one that i just sent | 06:09 |
| *** mickeys has joined #openstack-neutron-ovn | 06:10 | |
| *** jchhatbar has joined #openstack-neutron-ovn | 06:11 | |
| *** janki has quit IRC | 06:11 | |
| masber | ok, as far as I know you have the linux bridges between your instances and the ovs, which may throttle the network | 06:11 |
| arslanq | masber: ok, i'll give it a try and will let you know, have you tried DPDK? | 06:13 |
| *** mickeys has quit IRC | 06:14 | |
| masber | sorry I missed the part that you are using OVN? | 06:16 |
| masber | I am not familiar with ovn so you may have a different issue | 06:17 |
| *** janki has joined #openstack-neutron-ovn | 06:17 | |
| *** jchhatbar has quit IRC | 06:18 | |
| arslanq | masber: Yes, when you load mechanism driver OVN, it ignores the firewall configurations | 06:19 |
| numans | dongjun, Hi | 06:21 |
| dongjun | numans: I'm online | 06:23 |
| numans | hi | 06:23 |
| numans | dongjun, any idea why the CI is broken ? | 06:23 |
| numans | I saw your patch | 06:23 |
| dongjun | Several issues | 06:24 |
| dongjun | one is the deepcopy of python3.5 | 06:24 |
| numans | ok. the other is qos right ? | 06:25 |
| dongjun | qos is a new one:( | 06:25 |
| numans | i see that in my local run | 06:25 |
| numans | so 2 issues then ? | 06:25 |
| numans | or even more :) | 06:26 |
| dongjun | another is a new added test case in neutron test_floatingip_update_subnet_gateway_disabled | 06:26 |
| dongjun | i am woking on qos now | 06:26 |
| numans | ok. great :) | 06:27 |
| dongjun | adapt the new driver | 06:27 |
| numans | dongjun, ok. all the fixes can be in one patch ? | 06:27 |
| numans | dongjun, i guess otherwise we may not be able to merge it | 06:27 |
| dongjun | OK | 06:27 |
| numans | thanks again :) | 06:27 |
| dongjun | welcome | 06:28 |
| *** ltomasbo has joined #openstack-neutron-ovn | 06:42 | |
| elurkki | numans: Provate networks work now. There were just misconfiguration in my own HW network. | 06:56 |
| elurkki | numans: Where could I follow the metadata feature status ? | 06:56 |
| *** mickeys has joined #openstack-neutron-ovn | 06:57 | |
| *** pcaruana has joined #openstack-neutron-ovn | 06:59 | |
| numans | elurkki, that's great :) | 07:00 |
| numans | elurkki, you are using mitaka/newton/master ? | 07:01 |
| numans | elurkki, if you are using native ovn dhcp and native ovn l3(which i assume so), then there is no support metadata yet. so i sugest you using config_drive | 07:02 |
| numans | elurkki, you can have a look at this https://review.openstack.org/#/c/452811/ for metadata proposal in ovn | 07:03 |
| elurkki | numans: Ocata from CentOS 7 repositories | 07:27 |
| numans | ok | 07:27 |
| elurkki | But I have compiled the OVN from sources | 07:27 |
| elurkki | Or I mean openvswtich | 07:27 |
| numans | that's cool | 07:27 |
| numans | :) | 07:27 |
| elurkki | Is the openvswitch master enough for metadata once there is some commit done for it, or should I use some OpenStack libraries from master as well ? | 07:29 |
| elurkki | What I am pondering here | 07:30 |
| elurkki | Is should I wait for metadata support for OVN | 07:30 |
| elurkki | Or just go with the nova change you informed earlier to by pass the metadata | 07:31 |
| numans | its gonna take a while. the link i shared above is the proposal | 07:31 |
| elurkki | Ok | 07:31 |
| numans | till it is completely implemented and merged, the only option is to use config_driver | 07:31 |
| numans | s/driver/drive | 07:31 |
| elurkki | ok | 07:31 |
| elurkki | I think I should install the small production with that enabled then | 07:32 |
| elurkki | For me the OVN is much more better than the original OpenStack network system | 07:33 |
| elurkki | So I will certainly stick with this | 07:33 |
| numans | :) | 07:33 |
| numans | elurkki, i guess you are aware of using config drive | 07:34 |
| elurkki | numans: I enabled it yes, but I haven't studied it a bit, so I do not know how does it work | 07:34 |
| elurkki | numans: I assume it is creating additional drive which is used to configure the cloud-init | 07:35 |
| numans | elurkki, me neither, except for a bit that nova compute would push the metadata using a config drive (may be like a cd drive) to the vm | 07:35 |
| numans | elurkki, :) | 07:35 |
| elurkki | Big mids, .... | 07:35 |
| elurkki | ;) | 07:36 |
| arslanq | elurkki: numans: What i have studies about metadata is we can post it by two ways either from network (which is not yet supported by OVN)) or from config drive as mentioned by numans. | 07:43 |
| *** lucas-afk is now known as lucasagomes | 07:59 | |
| dongjun | arslanq: Hi, would you submit a patch for your reported bug? https://bugs.launchpad.net/networking-ovn/+bug/1683073 | 08:03 |
| openstack | Launchpad bug 1683073 in networking-ovn "QOS Does not work with "policing_rate" and "policing_burst" in qos_driver.py" [Undecided,Confirmed] | 08:03 |
| openstackgerrit | Dong Jun proposed openstack/networking-ovn master: Repair master CI unit test and python3.5 dsvm functional test https://review.openstack.org/457440 | 08:22 |
| *** openstackgerrit has quit IRC | 08:33 | |
| *** openstackgerrit has joined #openstack-neutron-ovn | 08:35 | |
| openstackgerrit | Arslan Qadeer proposed openstack/networking-ovn master: Bug Fix For QOS https://review.openstack.org/457518 | 08:36 |
| arslanq | dongjun: https://review.openstack.org/#/c/457518/ | 08:38 |
| *** janki has quit IRC | 08:59 | |
| *** mickeys has quit IRC | 09:08 | |
| *** janki has joined #openstack-neutron-ovn | 09:12 | |
| *** gongysh has joined #openstack-neutron-ovn | 09:37 | |
| *** mickeys has joined #openstack-neutron-ovn | 10:08 | |
| *** mickeys has quit IRC | 10:14 | |
| *** gongysh has quit IRC | 10:31 | |
| *** jchhatbar has joined #openstack-neutron-ovn | 10:56 | |
| *** janki has quit IRC | 10:59 | |
| *** mickeys has joined #openstack-neutron-ovn | 11:11 | |
| *** lucasagomes is now known as lucas-hungry | 11:14 | |
| *** mickeys has quit IRC | 11:15 | |
| *** janki has joined #openstack-neutron-ovn | 11:23 | |
| *** jchhatbar has quit IRC | 11:25 | |
| *** zefferno has quit IRC | 11:57 | |
| *** zefferno has joined #openstack-neutron-ovn | 11:58 | |
| *** mickeys has joined #openstack-neutron-ovn | 12:11 | |
| *** mickeys has quit IRC | 12:16 | |
| *** salv-orlando has joined #openstack-neutron-ovn | 12:19 | |
| *** lucas-hungry is now known as lucasagomes | 12:24 | |
| *** gongysh has joined #openstack-neutron-ovn | 12:37 | |
| *** gongysh has quit IRC | 12:38 | |
| *** gongysh has joined #openstack-neutron-ovn | 12:39 | |
| *** gongysh has quit IRC | 12:40 | |
| openstackgerrit | Dong Jun proposed openstack/networking-ovn master: Repair master CI unit test and python3.5 dsvm functional test https://review.openstack.org/457440 | 12:51 |
| russellb | dongjun: thank you for working on that :) | 12:54 |
| dongjun | russellb: I updated a new patch, now qos can be inserted to lsp table in devstack with new qos driver. | 12:56 |
| *** flaviof has joined #openstack-neutron-ovn | 13:02 | |
| *** mickeys has joined #openstack-neutron-ovn | 13:12 | |
| *** mickeys has quit IRC | 13:16 | |
| *** pcaruana has quit IRC | 13:27 | |
| *** mlavalle has joined #openstack-neutron-ovn | 13:47 | |
| *** zefferno has quit IRC | 13:59 | |
| *** pcaruana has joined #openstack-neutron-ovn | 14:10 | |
| *** janki has quit IRC | 14:35 | |
| openstackgerrit | Russell Bryant proposed openstack/networking-ovn master: Sync rally config from Neutron. https://review.openstack.org/457674 | 14:48 |
| *** anilvenkata has quit IRC | 14:53 | |
| *** mickeys has joined #openstack-neutron-ovn | 14:54 | |
| *** mickeys_ has joined #openstack-neutron-ovn | 14:58 | |
| *** mickeys has quit IRC | 14:59 | |
| numans | russellb, do we need your patch - https://review.openstack.org/457674 to fix the rally failure seen here - https://review.openstack.org/#/c/457440/ | 15:02 |
| numans | ? | 15:03 |
| russellb | numans: probably not | 15:05 |
| russellb | a recheck may be enough | 15:05 |
| russellb | it's been passing before. it seemed like a slow node | 15:06 |
| numans | ok | 15:06 |
| numans | that's cool then | 15:06 |
| numans | the patch is already addressing 3 separate issues :) | 15:06 |
| openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Extend ACLs protocol support https://review.openstack.org/456632 | 15:35 |
| *** pcaruana has quit IRC | 15:41 | |
| *** salv-orl_ has joined #openstack-neutron-ovn | 15:49 | |
| *** salv-orlando has quit IRC | 15:51 | |
| *** salv-orl_ has quit IRC | 16:14 | |
| *** lucasagomes is now known as lucas-afk | 16:15 | |
| *** ltomasbo is now known as ltomasbo|away | 17:15 | |
| *** mlavalle has quit IRC | 17:39 | |
| *** s3wong has joined #openstack-neutron-ovn | 17:41 | |
| *** mlavalle has joined #openstack-neutron-ovn | 18:52 | |
| *** openstackgerrit has quit IRC | 20:33 | |
| *** openstackgerrit has joined #openstack-neutron-ovn | 20:33 | |
| openstackgerrit | boden proposed openstack/networking-ovn master: DNM: Test for neutron callback shim https://review.openstack.org/457790 | 20:33 |
| *** salv-orlando has joined #openstack-neutron-ovn | 20:45 | |
| *** salv-orl_ has joined #openstack-neutron-ovn | 21:48 | |
| *** salv-orlando has quit IRC | 21:50 | |
| *** salv-orl_ has quit IRC | 22:48 | |
| *** mlavalle has quit IRC | 23:30 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!