*** inara` has quit IRC | 00:00 | |
*** masaki has joined #openstack-neutron | 00:02 | |
*** inara has joined #openstack-neutron | 00:02 | |
*** ijw has quit IRC | 00:03 | |
*** markstur has joined #openstack-neutron | 00:04 | |
mriedem | "OpenStack Networking does not offer an OR mechanism for filters." | 00:05 |
---|---|---|
mriedem | NOOOOOOOOOO | 00:05 |
mriedem | WHY | 00:05 |
mriedem | nova doesn't either, but c'mon | 00:05 |
mriedem | having OR filters would help nova to do bulk queries when rebuilding the network info cache per instance | 00:06 |
*** abhiraut has quit IRC | 00:06 | |
mriedem | kevinbenton: do you see anything in https://developer.openstack.org/api-ref/networking/v2/index.html?expanded=list-floating-ips-detail#list-floating-ips where we'd avoid a join in the db if we just asked for the "floating_ip_address" field? | 00:07 |
mriedem | i'm guessing not | 00:07 |
kevinbenton | mriedem: no, the fields param won't prevent the join conditions | 00:08 |
*** markstur has quit IRC | 00:08 | |
mriedem | crap | 00:08 |
kevinbenton | mriedem: why? are they getting really slow or something? | 00:09 |
*** suresh12 has quit IRC | 00:10 | |
mriedem | cfriesen was profiling some stuff with live migrations where the instance has like 16 VIFs on it, and neutron is sending 16 separate network-changed events to nova, which since they don't have the vif id (port id) on the event, we're just refreshing the nw info cache for the instance - which is a pretty big mass build up of networking data for that instance, including pulling in the ports, subnets, floating ips, networks, | 00:10 |
mriedem | all one by one | 00:10 |
mriedem | so like during live migration i think when we unplug the vifs from the source host, that's going to trigger 16 separate network-changed events from neutron | 00:11 |
mriedem | and we're going to refresh that nw info cache 16 times for the same instance | 00:11 |
kevinbenton | mriedem: well we do bulk them up into 2 second batches after the first is sent | 00:12 |
kevinbenton | mriedem: but i think that is per worker in neutron | 00:12 |
mriedem | ok i guess he mentioned something about 2 seconds so i guess that's what he was talking about | 00:13 |
*** suresh12 has joined #openstack-neutron | 00:13 | |
*** limao_ has quit IRC | 00:13 | |
mriedem | still, it's funny, | 00:13 |
mriedem | looking at where network-changed is issue in neutron, | 00:13 |
mriedem | we have a port in scope | 00:13 |
mriedem | we could pass the port['id | 00:13 |
mriedem | as the 'tag' in the server external event | 00:13 |
mriedem | i'm not sure why it's not sending that | 00:14 |
kevinbenton | mriedem: yeah, if there is extra data we can add to prevent that it shouldn't be an issue | 00:14 |
*** markstur has joined #openstack-neutron | 00:14 | |
kevinbenton | mriedem: do you want to propose a change to neutron? | 00:16 |
kevinbenton | mriedem: if not, go ahead and file a bug saying what you need in the body | 00:16 |
kevinbenton | mriedem: and i can do it | 00:16 |
mriedem | i'm writing a bug now | 00:16 |
kevinbenton | mriedem: ack, shoot it to me and i can patch it up this evening. be back later | 00:19 |
*** markstur has quit IRC | 00:19 | |
*** wolverineav has joined #openstack-neutron | 00:19 | |
*** iyamahat has quit IRC | 00:21 | |
openstackgerrit | Kevin Benton proposed openstack/networking-ovn master: Switch to SUBNET resource from SUBNET_GATEWAY https://review.openstack.org/464775 | 00:21 |
*** lujinluo has joined #openstack-neutron | 00:22 | |
*** wolverin_ has joined #openstack-neutron | 00:24 | |
*** gianpietro has quit IRC | 00:25 | |
*** kobis has joined #openstack-neutron | 00:26 | |
*** wolverineav has quit IRC | 00:26 | |
*** jamielennox is now known as jamielennox|away | 00:27 | |
*** wolverin_ has quit IRC | 00:29 | |
*** wolverineav has joined #openstack-neutron | 00:29 | |
*** sterdnotshaken has quit IRC | 00:30 | |
*** ijw has joined #openstack-neutron | 00:31 | |
*** ijw has quit IRC | 00:31 | |
*** ijw has joined #openstack-neutron | 00:32 | |
*** wolverin_ has joined #openstack-neutron | 00:32 | |
*** suresh12 has quit IRC | 00:34 | |
*** wolverineav has quit IRC | 00:34 | |
*** suresh12 has joined #openstack-neutron | 00:35 | |
*** yedongcan has joined #openstack-neutron | 00:37 | |
*** wolverin_ has quit IRC | 00:38 | |
*** wolverineav has joined #openstack-neutron | 00:39 | |
*** dsneddon has quit IRC | 00:40 | |
*** pmannidi has quit IRC | 00:41 | |
*** jamielennox|away is now known as jamielennox | 00:41 | |
*** mickeys has joined #openstack-neutron | 00:42 | |
*** Sukhdev has joined #openstack-neutron | 00:43 | |
*** wolverineav has quit IRC | 00:44 | |
*** mickeys has quit IRC | 00:47 | |
*** ijw has quit IRC | 00:48 | |
*** hoangcx has joined #openstack-neutron | 00:48 | |
*** ijw has joined #openstack-neutron | 00:49 | |
*** ijw has quit IRC | 00:49 | |
*** ijw has joined #openstack-neutron | 00:50 | |
*** wolverineav has joined #openstack-neutron | 00:50 | |
*** ijw has quit IRC | 00:51 | |
*** lnicolas has joined #openstack-neutron | 00:52 | |
*** ijw has joined #openstack-neutron | 00:52 | |
*** ijw has quit IRC | 00:53 | |
*** ijw has joined #openstack-neutron | 00:53 | |
*** wolverineav has quit IRC | 00:55 | |
*** gianpietro has joined #openstack-neutron | 00:56 | |
*** cuongnv has joined #openstack-neutron | 00:56 | |
*** thorst_afk has joined #openstack-neutron | 00:58 | |
*** ijw has quit IRC | 00:58 | |
*** zhhuabj has quit IRC | 01:01 | |
*** thorst_afk has quit IRC | 01:02 | |
*** limao has joined #openstack-neutron | 01:02 | |
*** pmannidi has joined #openstack-neutron | 01:03 | |
*** Sukhdev has quit IRC | 01:06 | |
*** abhiraut has joined #openstack-neutron | 01:10 | |
*** wolverineav has joined #openstack-neutron | 01:11 | |
*** abhiraut has quit IRC | 01:11 | |
*** zhhuabj has joined #openstack-neutron | 01:13 | |
*** wolverineav has quit IRC | 01:15 | |
*** tuanluong has joined #openstack-neutron | 01:15 | |
*** wolverineav has joined #openstack-neutron | 01:15 | |
*** cNilesh has joined #openstack-neutron | 01:15 | |
*** cNilesh has quit IRC | 01:16 | |
*** cnilesh has joined #openstack-neutron | 01:16 | |
*** cnilesh has quit IRC | 01:17 | |
*** cNilesh has joined #openstack-neutron | 01:17 | |
*** wolverineav has quit IRC | 01:19 | |
*** karthiks has joined #openstack-neutron | 01:20 | |
*** jamesdenton has joined #openstack-neutron | 01:21 | |
*** jamesden_ has joined #openstack-neutron | 01:26 | |
*** fragatina has quit IRC | 01:27 | |
*** ijw has joined #openstack-neutron | 01:30 | |
*** jamesdenton has quit IRC | 01:34 | |
*** ijw has quit IRC | 01:36 | |
*** ihrachys has joined #openstack-neutron | 01:37 | |
*** yedongcan has quit IRC | 01:38 | |
*** yedongcan has joined #openstack-neutron | 01:38 | |
*** limao has quit IRC | 01:39 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron-specs master: Removing citations not referenced https://review.openstack.org/465779 | 01:39 |
*** limao has joined #openstack-neutron | 01:39 | |
*** stanzgy has joined #openstack-neutron | 01:40 | |
*** thorst_afk has joined #openstack-neutron | 01:41 | |
*** yushiro has joined #openstack-neutron | 01:42 | |
*** p01nt3r75 has joined #openstack-neutron | 01:43 | |
*** mickeys has joined #openstack-neutron | 01:43 | |
*** thorst_afk has quit IRC | 01:43 | |
*** mickeys has quit IRC | 01:47 | |
*** ihrachys has quit IRC | 01:49 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron-specs master: Removing citations not referenced https://review.openstack.org/465779 | 01:50 |
*** dsneddon has joined #openstack-neutron | 01:52 | |
*** fzdarsky_ has joined #openstack-neutron | 01:53 | |
*** svenkat has quit IRC | 01:53 | |
*** baoli has quit IRC | 01:56 | |
*** fzdarsky|afk has quit IRC | 01:57 | |
*** baoli has joined #openstack-neutron | 01:57 | |
*** suresh12 has quit IRC | 01:58 | |
openstackgerrit | Isaku Yamahata proposed openstack/networking-odl master: devstack: use neutron hostconfig-ovs from 0.6.0 carbon https://review.openstack.org/465191 | 01:58 |
*** markstur has joined #openstack-neutron | 01:59 | |
*** YuYangWang has joined #openstack-neutron | 02:00 | |
*** jamesdenton has joined #openstack-neutron | 02:03 | |
*** markstur has quit IRC | 02:04 | |
openstackgerrit | Merged openstack/networking-ovn master: Switch to SUBNET resource from SUBNET_GATEWAY https://review.openstack.org/464775 | 02:07 |
*** gianpietro has quit IRC | 02:08 | |
*** markvoelker has quit IRC | 02:08 | |
*** markvoelker has joined #openstack-neutron | 02:08 | |
*** crushil has joined #openstack-neutron | 02:10 | |
*** zhhuabj has quit IRC | 02:11 | |
*** gianpietro has joined #openstack-neutron | 02:13 | |
*** itzikb has joined #openstack-neutron | 02:14 | |
*** yamahata has joined #openstack-neutron | 02:15 | |
*** zhhuabj has joined #openstack-neutron | 02:16 | |
kevinbenton | mriedem: read the bug | 02:18 |
mriedem | kevinbenton: i have the neutron side change, | 02:18 |
mriedem | the nova side is much much worse | 02:18 |
kevinbenton | mriedem: so even if we add the port_id to the payload there is a lot of nova stuff? | 02:18 |
kevinbenton | ack | 02:18 |
mriedem | so i'm going to just push wips for tonight | 02:18 |
openstackgerrit | Matt Riedemann proposed openstack/neutron master: Send port ID in network-changed event to Nova https://review.openstack.org/465783 | 02:21 |
kevinbenton | mriedem: well that wasn't very complex :) | 02:22 |
mriedem | heh no | 02:22 |
*** suresh12 has joined #openstack-neutron | 02:23 | |
*** fnaval has joined #openstack-neutron | 02:24 | |
*** mhayden has quit IRC | 02:28 | |
*** suresh12 has quit IRC | 02:28 | |
kevinbenton | mriedem: how soon does stuff running in wsgi get killed? | 02:28 |
mriedem | no idea | 02:28 |
openstackgerrit | Dong Jun proposed openstack/networking-odl master: Add date and organization to copyright of script.py.mako https://review.openstack.org/465455 | 02:28 |
*** bobmel has quit IRC | 02:28 | |
kevinbenton | mriedem: it just occured to me that these events could get lost if the web server gets aggressive and kills the process before the queue is drained | 02:29 |
mriedem | yeah, however, | 02:29 |
mriedem | nova rebuilds the nw info cache for most network related operations | 02:29 |
mriedem | and does it in a periodic in the computes | 02:29 |
mriedem | i've also thought before about adding an admin api to nova to force a refresh of the nw info cache | 02:30 |
kevinbenton | right, but we might lose vif-plugged events | 02:30 |
mriedem | if neutron server goes down and your instance fails to build waiting for a vif plugged event, | 02:30 |
mriedem | you're kind of screwed anyway | 02:30 |
mriedem | but that's a good point i've never thought of | 02:31 |
*** dsneddon has quit IRC | 02:32 | |
*** mhayden has joined #openstack-neutron | 02:33 | |
*** ramishra has joined #openstack-neutron | 02:34 | |
*** jamesdenton has quit IRC | 02:36 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Move get_vif_type hook point into mech_agent https://review.openstack.org/465759 | 02:38 |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Move get_vif_type hook point into mech_agent https://review.openstack.org/465759 | 02:38 |
*** jamielennox is now known as jamielennox|away | 02:40 | |
*** emptynine has quit IRC | 02:42 | |
*** emptynine has joined #openstack-neutron | 02:43 | |
*** crushil has quit IRC | 02:43 | |
*** mickeys has joined #openstack-neutron | 02:44 | |
*** thorst_afk has joined #openstack-neutron | 02:44 | |
*** baoli has quit IRC | 02:46 | |
*** gianpietro has quit IRC | 02:46 | |
*** gouthamr has quit IRC | 02:47 | |
*** gouthamr has joined #openstack-neutron | 02:47 | |
*** mickeys has quit IRC | 02:48 | |
*** salv-orlando has joined #openstack-neutron | 02:48 | |
*** markstur has joined #openstack-neutron | 02:49 | |
*** Shunli has joined #openstack-neutron | 02:49 | |
openstackgerrit | Merged openstack/python-neutronclient master: FWaaS UT: Fake rule should return value returned from API https://review.openstack.org/464342 | 02:49 |
openstackgerrit | Merged openstack/neutron master: DVR: Add forwarding routes based on address_scopes https://review.openstack.org/355062 | 02:50 |
*** jamesden_ has quit IRC | 02:50 | |
*** huntxu has joined #openstack-neutron | 02:51 | |
*** gianpietro has joined #openstack-neutron | 02:53 | |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Use vif_type='tap' for LinuxBridge for consistency https://review.openstack.org/447150 | 02:55 |
openstackgerrit | Songming Yan proposed openstack/neutron master: Change "is default" value in network when create a network with --default and --internal https://review.openstack.org/465412 | 02:59 |
*** MoguCloud has quit IRC | 03:01 | |
*** markstur_ has joined #openstack-neutron | 03:01 | |
*** MoguCloud has joined #openstack-neutron | 03:01 | |
*** annp has joined #openstack-neutron | 03:02 | |
*** baoli has joined #openstack-neutron | 03:02 | |
openstackgerrit | Songming Yan proposed openstack/neutron master: Change "is default" value in network when create a network with --default and --internal https://review.openstack.org/465412 | 03:03 |
*** thorst_afk has quit IRC | 03:04 | |
*** markstur has quit IRC | 03:05 | |
*** huntxu has quit IRC | 03:05 | |
*** huntxu has joined #openstack-neutron | 03:05 | |
*** ihrachys has joined #openstack-neutron | 03:05 | |
*** gianpietro has quit IRC | 03:07 | |
*** gkadam has joined #openstack-neutron | 03:07 | |
*** gkadam_ has joined #openstack-neutron | 03:08 | |
*** gkadam_ has quit IRC | 03:08 | |
*** nicolasbock has quit IRC | 03:09 | |
*** markstur_ has quit IRC | 03:10 | |
*** trinaths has joined #openstack-neutron | 03:12 | |
*** hunt_O has joined #openstack-neutron | 03:13 | |
*** jhershbe has joined #openstack-neutron | 03:13 | |
*** huntxu has quit IRC | 03:13 | |
*** links has joined #openstack-neutron | 03:14 | |
*** ihrachys has quit IRC | 03:14 | |
*** masaki has quit IRC | 03:16 | |
openstackgerrit | Kevin Benton proposed openstack/neutron-fwaas master: devstack: Adapt to lib/neutron https://review.openstack.org/437778 | 03:17 |
*** crushil has joined #openstack-neutron | 03:18 | |
*** baoli has quit IRC | 03:19 | |
openstackgerrit | rajiv proposed openstack/networking-odl master: Allowing lock to be applied per operation basis https://review.openstack.org/459970 | 03:19 |
*** hunt_O has quit IRC | 03:19 | |
*** huntxu has joined #openstack-neutron | 03:20 | |
*** markstur has joined #openstack-neutron | 03:22 | |
*** yushiro has quit IRC | 03:23 | |
*** YuYangWang has quit IRC | 03:23 | |
*** YuYangWang has joined #openstack-neutron | 03:23 | |
*** yushiro has joined #openstack-neutron | 03:24 | |
*** psahoo has joined #openstack-neutron | 03:26 | |
*** markstur has quit IRC | 03:26 | |
*** jhershbe has quit IRC | 03:30 | |
*** jamielennox|away is now known as jamielennox | 03:33 | |
*** salv-orlando has quit IRC | 03:34 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/networking-odl master: Set Initial Status for FIP down https://review.openstack.org/465722 | 03:37 |
*** caowei has joined #openstack-neutron | 03:37 | |
*** mriedem has quit IRC | 03:39 | |
openstackgerrit | Merged openstack/neutron master: Update to support the ovdsbapp 0.4.0 API https://review.openstack.org/464711 | 03:43 |
*** itzikb has quit IRC | 03:47 | |
*** gianpietro has joined #openstack-neutron | 03:48 | |
*** yamamoto_ has joined #openstack-neutron | 03:50 | |
*** vks1 has joined #openstack-neutron | 03:50 | |
*** markstur has joined #openstack-neutron | 03:52 | |
*** gianpietro has quit IRC | 03:53 | |
*** markvoelker has quit IRC | 03:56 | |
*** markstur has quit IRC | 03:56 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test10 https://review.openstack.org/465798 | 03:56 |
*** markvoelker has joined #openstack-neutron | 03:57 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/networking-odl master: Set Initial Status for FIP down https://review.openstack.org/465722 | 03:58 |
*** kobis has quit IRC | 03:59 | |
*** hoangcx_ has joined #openstack-neutron | 03:59 | |
*** markvoelker has quit IRC | 04:01 | |
*** ijw has joined #openstack-neutron | 04:01 | |
*** gianpietro has joined #openstack-neutron | 04:01 | |
*** hoangcx has quit IRC | 04:02 | |
*** suresh12 has joined #openstack-neutron | 04:05 | |
*** ijw has quit IRC | 04:06 | |
*** daidv has joined #openstack-neutron | 04:11 | |
*** Sukhdev has joined #openstack-neutron | 04:13 | |
*** suresh12 has quit IRC | 04:13 | |
*** armax has quit IRC | 04:14 | |
*** gianpietro has quit IRC | 04:18 | |
*** links has quit IRC | 04:20 | |
*** markstur has joined #openstack-neutron | 04:21 | |
*** markstur has quit IRC | 04:23 | |
*** markstur_ has joined #openstack-neutron | 04:25 | |
*** fragatina has joined #openstack-neutron | 04:30 | |
*** fragatina has quit IRC | 04:30 | |
*** fragatina has joined #openstack-neutron | 04:31 | |
*** jhershbe has joined #openstack-neutron | 04:33 | |
*** caowei has quit IRC | 04:35 | |
*** markstur_ has quit IRC | 04:40 | |
*** fnaval has quit IRC | 04:41 | |
*** fnaval has joined #openstack-neutron | 04:41 | |
*** iyamahat has joined #openstack-neutron | 04:42 | |
*** dave-mccowan has quit IRC | 04:43 | |
*** iwamoto has joined #openstack-neutron | 04:43 | |
*** ayogi has joined #openstack-neutron | 04:45 | |
*** mickeys has joined #openstack-neutron | 04:45 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test11 https://review.openstack.org/465806 | 04:46 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test12 https://review.openstack.org/465807 | 04:46 |
*** mickeys has quit IRC | 04:50 | |
*** bkopilov has joined #openstack-neutron | 04:51 | |
*** zenirc369 has joined #openstack-neutron | 04:52 | |
*** crushil has quit IRC | 04:52 | |
*** crushil has joined #openstack-neutron | 04:54 | |
*** yamahata has quit IRC | 04:54 | |
*** crushil has quit IRC | 04:56 | |
*** trinaths has left #openstack-neutron | 04:57 | |
*** jhershbe has quit IRC | 04:57 | |
*** links has joined #openstack-neutron | 04:58 | |
*** yamahata has joined #openstack-neutron | 04:58 | |
*** jaosorior_away is now known as jaosorior | 05:00 | |
*** fnaval has quit IRC | 05:00 | |
*** thorst_afk has joined #openstack-neutron | 05:01 | |
*** limao_ has joined #openstack-neutron | 05:02 | |
*** gcheresh has joined #openstack-neutron | 05:02 | |
*** claudiub has joined #openstack-neutron | 05:03 | |
*** limao has quit IRC | 05:05 | |
*** thorst_afk has quit IRC | 05:05 | |
*** crushil has joined #openstack-neutron | 05:06 | |
*** lpetrut has joined #openstack-neutron | 05:06 | |
*** caowei has joined #openstack-neutron | 05:06 | |
*** dsneddon has joined #openstack-neutron | 05:10 | |
*** markstur has joined #openstack-neutron | 05:10 | |
*** fragatina has quit IRC | 05:11 | |
*** claudiub has quit IRC | 05:12 | |
*** hoangcx has joined #openstack-neutron | 05:12 | |
openstackgerrit | Merged openstack/neutron-fwaas master: devstack: Adapt to lib/neutron https://review.openstack.org/437778 | 05:15 |
*** hoangcx_ has quit IRC | 05:15 | |
*** udesale has joined #openstack-neutron | 05:18 | |
*** thorst_afk has joined #openstack-neutron | 05:22 | |
*** iyamahat has quit IRC | 05:22 | |
*** crushil has quit IRC | 05:23 | |
*** ratailor has joined #openstack-neutron | 05:24 | |
*** thorst_afk has quit IRC | 05:26 | |
*** salv-orlando has joined #openstack-neutron | 05:27 | |
openstackgerrit | Merged openstack/neutron master: Allow fip associate to different tenant port if admin https://review.openstack.org/463888 | 05:27 |
*** Sukhdev has quit IRC | 05:28 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test11 https://review.openstack.org/465806 | 05:35 |
*** mosulica has joined #openstack-neutron | 05:36 | |
*** vikram has joined #openstack-neutron | 05:38 | |
*** yamamoto_ has quit IRC | 05:39 | |
*** mohankumar has joined #openstack-neutron | 05:40 | |
openstackgerrit | vikash proposed openstack/neutron-fwaas master: Added neutron_fwaas.conf file for Firewall config https://review.openstack.org/458723 | 05:40 |
*** cshastri has joined #openstack-neutron | 05:44 | |
*** salv-orlando has quit IRC | 05:44 | |
openstackgerrit | vikash proposed openstack/neutron-fwaas master: Added neutron_fwaas.conf file for Firewall config https://review.openstack.org/458723 | 05:45 |
*** rcernin has joined #openstack-neutron | 05:46 | |
*** mickeys has joined #openstack-neutron | 05:46 | |
*** lpetrut has quit IRC | 05:47 | |
*** mickeys has quit IRC | 05:50 | |
*** jhershbe has joined #openstack-neutron | 05:53 | |
*** iranzo has joined #openstack-neutron | 05:53 | |
*** mdnadeem has joined #openstack-neutron | 05:56 | |
*** janki has joined #openstack-neutron | 05:57 | |
openstackgerrit | Dong Jun proposed openstack/networking-odl master: Add date and organization to copyright of script.py.mako https://review.openstack.org/465455 | 06:01 |
*** itzikb has joined #openstack-neutron | 06:02 | |
*** ijw has joined #openstack-neutron | 06:05 | |
*** ccamacho has left #openstack-neutron | 06:05 | |
*** links has quit IRC | 06:08 | |
*** markstur has quit IRC | 06:09 | |
*** ijw has quit IRC | 06:10 | |
*** jprovazn has joined #openstack-neutron | 06:15 | |
openstackgerrit | Yushiro FURUKAWA proposed openstack/neutron-lib master: Add description for support term of FWaaS v1 https://review.openstack.org/460732 | 06:17 |
*** vikram has quit IRC | 06:21 | |
*** pgadiya has joined #openstack-neutron | 06:21 | |
*** jprovazn has quit IRC | 06:21 | |
*** thorst_afk has joined #openstack-neutron | 06:23 | |
*** links has joined #openstack-neutron | 06:24 | |
*** pcaruana has joined #openstack-neutron | 06:24 | |
*** yamamoto_ has joined #openstack-neutron | 06:26 | |
*** thorst_afk has quit IRC | 06:27 | |
*** p01nt3r75 has quit IRC | 06:29 | |
*** livelace has joined #openstack-neutron | 06:29 | |
*** gouthamr has quit IRC | 06:36 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test13 https://review.openstack.org/465833 | 06:36 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test14 https://review.openstack.org/465834 | 06:36 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: Add fullstack tests framework https://review.openstack.org/408008 | 06:36 |
*** vikram has joined #openstack-neutron | 06:38 | |
openstackgerrit | Mike Kolesnik proposed openstack/networking-odl master: Create journal dependencies table https://review.openstack.org/453029 | 06:40 |
openstackgerrit | Mike Kolesnik proposed openstack/networking-odl master: Change dependency validation to calculation https://review.openstack.org/453581 | 06:40 |
*** vthapar has joined #openstack-neutron | 06:43 | |
*** stanzgy has quit IRC | 06:44 | |
*** pgadiya has quit IRC | 06:45 | |
*** salv-orlando has joined #openstack-neutron | 06:45 | |
*** stanzgy has joined #openstack-neutron | 06:46 | |
*** mickeys has joined #openstack-neutron | 06:47 | |
*** salv-orlando has quit IRC | 06:50 | |
*** ralonsoh has joined #openstack-neutron | 06:50 | |
openstackgerrit | Dong Jun proposed openstack/networking-ovn master: Remove BEFORE_UPDATE event from _subnet_gateway_ip_update https://review.openstack.org/465839 | 06:50 |
*** mickeys has quit IRC | 06:51 | |
*** matrohon has joined #openstack-neutron | 06:52 | |
*** jlinkes has joined #openstack-neutron | 06:53 | |
*** jlinkes_ has joined #openstack-neutron | 06:53 | |
*** jlinkes has quit IRC | 06:57 | |
*** rossella_s has joined #openstack-neutron | 06:57 | |
*** hoangcx_ has joined #openstack-neutron | 07:00 | |
*** rossella_s has quit IRC | 07:00 | |
*** rossella_s has joined #openstack-neutron | 07:00 | |
*** pgadiya has joined #openstack-neutron | 07:00 | |
*** anilvenkata has joined #openstack-neutron | 07:01 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test13 https://review.openstack.org/465833 | 07:02 |
*** hoangcx has quit IRC | 07:02 | |
*** sofie_ has joined #openstack-neutron | 07:05 | |
*** ltomasbo|away is now known as ltomasbo | 07:08 | |
*** dimak_ has joined #openstack-neutron | 07:10 | |
*** ccamacho has joined #openstack-neutron | 07:11 | |
*** links has quit IRC | 07:16 | |
*** rossella_ has joined #openstack-neutron | 07:16 | |
*** rossella_s has quit IRC | 07:17 | |
*** tmorin has joined #openstack-neutron | 07:18 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test15 https://review.openstack.org/465848 | 07:21 |
*** aojea has joined #openstack-neutron | 07:22 | |
*** pgadiya has quit IRC | 07:22 | |
*** thorst_afk has joined #openstack-neutron | 07:24 | |
*** hjensas has joined #openstack-neutron | 07:28 | |
*** hjensas has quit IRC | 07:28 | |
*** hjensas has joined #openstack-neutron | 07:28 | |
*** thorst_afk has quit IRC | 07:28 | |
*** ltomasbo is now known as ltomasbo|away | 07:28 | |
*** links has joined #openstack-neutron | 07:30 | |
*** oidgar has joined #openstack-neutron | 07:33 | |
*** pgadiya has joined #openstack-neutron | 07:34 | |
*** lpetrut has joined #openstack-neutron | 07:41 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test15 https://review.openstack.org/465848 | 07:41 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test16 https://review.openstack.org/465855 | 07:41 |
openstackgerrit | Josh Hershberg proposed openstack/networking-odl master: Utilty for determining ODL neutron features https://review.openstack.org/465462 | 07:42 |
*** iwamoto has quit IRC | 07:42 | |
*** jpena|off is now known as jpena | 07:44 | |
*** tmorin has quit IRC | 07:44 | |
*** hoangcx has joined #openstack-neutron | 07:46 | |
*** salv-orlando has joined #openstack-neutron | 07:46 | |
*** mickeys has joined #openstack-neutron | 07:48 | |
openstackgerrit | Josh Hershberg proposed openstack/networking-odl master: Retrieve and process port status updates from ODL https://review.openstack.org/465463 | 07:48 |
*** hoangcx_ has quit IRC | 07:48 | |
*** mickeys has quit IRC | 07:52 | |
*** salv-orlando has quit IRC | 07:52 | |
*** sdatko has quit IRC | 07:53 | |
*** ijw has joined #openstack-neutron | 07:54 | |
*** jhershbe has quit IRC | 07:57 | |
*** ijw has quit IRC | 07:58 | |
*** zzzeek has quit IRC | 08:00 | |
*** mickeys has joined #openstack-neutron | 08:00 | |
*** rossella_ has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-neutron | 08:00 | |
*** fzdarsky_ is now known as fzdarsky | 08:00 | |
*** rossella_ has joined #openstack-neutron | 08:00 | |
*** sdatko has joined #openstack-neutron | 08:00 | |
*** tmorin has joined #openstack-neutron | 08:01 | |
*** rossella__ has joined #openstack-neutron | 08:04 | |
*** xiaohhui has quit IRC | 08:04 | |
*** rossella_ has quit IRC | 08:05 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test15.2 https://review.openstack.org/465848 | 08:07 |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib master: Introduce logging api extension https://review.openstack.org/415817 | 08:08 |
*** mickeys has quit IRC | 08:10 | |
*** nyechiel has joined #openstack-neutron | 08:12 | |
*** davidsha has joined #openstack-neutron | 08:13 | |
*** jhershbe has joined #openstack-neutron | 08:14 | |
*** aarefiev_afk is now known as aarefiev | 08:16 | |
*** caowei has quit IRC | 08:16 | |
*** lucas-afk is now known as lucasagomes | 08:16 | |
*** rossella__ has quit IRC | 08:17 | |
*** vj3k has joined #openstack-neutron | 08:21 | |
*** thorst_afk has joined #openstack-neutron | 08:24 | |
*** rossella__ has joined #openstack-neutron | 08:24 | |
*** bfernando has joined #openstack-neutron | 08:25 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-lib master: Introduce logging api extension https://review.openstack.org/415817 | 08:27 |
*** gongysh has joined #openstack-neutron | 08:27 | |
*** thorst_afk has quit IRC | 08:29 | |
openstackgerrit | Chengqian Liu proposed openstack/neutron master: Reduce DVR ARP calls for allowed_addr_pair ports https://review.openstack.org/455045 | 08:30 |
*** jhershbe has quit IRC | 08:31 | |
*** ltomasbo|away is now known as ltomasbo | 08:31 | |
*** mhickey has joined #openstack-neutron | 08:33 | |
*** rossella__ has quit IRC | 08:34 | |
*** rossella_s has joined #openstack-neutron | 08:34 | |
*** oreillyd has joined #openstack-neutron | 08:37 | |
*** oreillyd_ has joined #openstack-neutron | 08:37 | |
*** moshele has joined #openstack-neutron | 08:38 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test17 https://review.openstack.org/465871 | 08:39 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test18 https://review.openstack.org/465872 | 08:39 |
*** zhurong has joined #openstack-neutron | 08:40 | |
*** jhershbe has joined #openstack-neutron | 08:44 | |
*** salv-orlando has joined #openstack-neutron | 08:48 | |
*** iyamahat has joined #openstack-neutron | 08:49 | |
*** salmankhan has joined #openstack-neutron | 08:51 | |
openstackgerrit | Vu Cong Tuan proposed openstack/neutron-lib master: Trivial fix typos https://review.openstack.org/465879 | 08:51 |
*** salv-orlando has quit IRC | 08:53 | |
*** abregman is now known as abregman|mtg | 08:57 | |
*** jaosorior is now known as jaosorior_lunch | 08:57 | |
*** huntxu has quit IRC | 08:58 | |
*** amarao has joined #openstack-neutron | 09:00 | |
*** salv-orlando has joined #openstack-neutron | 09:00 | |
*** yamahata has quit IRC | 09:02 | |
*** lujinluo has quit IRC | 09:02 | |
*** iyamahat has quit IRC | 09:03 | |
*** zhurong has quit IRC | 09:05 | |
*** salv-orlando has quit IRC | 09:05 | |
*** mhickey has quit IRC | 09:06 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/networking-midonet master: test19 https://review.openstack.org/465885 | 09:08 |
*** ushkalim has joined #openstack-neutron | 09:08 | |
*** mickeys has joined #openstack-neutron | 09:11 | |
openstackgerrit | Vu Cong Tuan proposed openstack/neutron-lib master: Trivial fix typos https://review.openstack.org/465879 | 09:12 |
*** mickeys has quit IRC | 09:16 | |
openstackgerrit | Reedip proposed openstack/networking-odl master: WIP: initial draft of tap-as-a-service driver https://review.openstack.org/415334 | 09:16 |
openstackgerrit | Genadi Chereshnya proposed openstack/neutron master: Changing create_server to be "non class method" https://review.openstack.org/465554 | 09:19 |
*** markstur has joined #openstack-neutron | 09:20 | |
*** mhickey has joined #openstack-neutron | 09:20 | |
*** limao_ has quit IRC | 09:20 | |
*** tmorin has quit IRC | 09:22 | |
*** markstur has quit IRC | 09:24 | |
*** thorst_afk has joined #openstack-neutron | 09:25 | |
*** limao has joined #openstack-neutron | 09:26 | |
openstackgerrit | Reedip proposed openstack/networking-odl master: WIP: initial draft of tap-as-a-service driver https://review.openstack.org/415334 | 09:26 |
*** udesale__ has joined #openstack-neutron | 09:31 | |
*** udesale has quit IRC | 09:31 | |
*** Shunli has quit IRC | 09:36 | |
*** jprovazn has joined #openstack-neutron | 09:38 | |
*** jprovazn has quit IRC | 09:38 | |
*** jprovazn has joined #openstack-neutron | 09:38 | |
*** tbachman has quit IRC | 09:41 | |
*** cNilesh has quit IRC | 09:42 | |
*** tmorin has joined #openstack-neutron | 09:44 | |
*** thorst_afk has quit IRC | 09:44 | |
*** sambetts|afk is now known as sambetts | 09:44 | |
*** pmannidi has quit IRC | 09:45 | |
*** tbachman has joined #openstack-neutron | 09:49 | |
*** pgadiya has quit IRC | 09:54 | |
*** belharar has joined #openstack-neutron | 09:59 | |
*** jamielennox is now known as jamielennox|away | 10:04 | |
*** hoangcx has quit IRC | 10:07 | |
*** oreillyd_ has quit IRC | 10:07 | |
*** belharar has quit IRC | 10:08 | |
*** cuongnv has quit IRC | 10:08 | |
*** tuanluong has quit IRC | 10:09 | |
*** abalutoiu has joined #openstack-neutron | 10:09 | |
*** benh has joined #openstack-neutron | 10:10 | |
*** benh is now known as Guest64129 | 10:10 | |
*** Guest64129 is now known as ben42 | 10:11 | |
*** mickeys has joined #openstack-neutron | 10:12 | |
*** abregman|mtg is now known as abregman | 10:15 | |
*** limao has quit IRC | 10:15 | |
*** mickeys has quit IRC | 10:16 | |
*** rossella_s has quit IRC | 10:17 | |
*** diltram has quit IRC | 10:18 | |
*** diltram has joined #openstack-neutron | 10:18 | |
*** tbachman has quit IRC | 10:23 | |
*** salmankhan has quit IRC | 10:25 | |
*** salv-orlando has joined #openstack-neutron | 10:28 | |
*** daidv has quit IRC | 10:28 | |
*** salmankhan has joined #openstack-neutron | 10:30 | |
*** salv-orlando has quit IRC | 10:33 | |
*** rdo__ has joined #openstack-neutron | 10:35 | |
*** rdo_ has quit IRC | 10:37 | |
*** mhickey has quit IRC | 10:40 | |
*** annp has quit IRC | 10:45 | |
*** openstackgerrit has quit IRC | 10:48 | |
*** jarvis_ has joined #openstack-neutron | 10:50 | |
jarvis_ | Hi | 10:50 |
jarvis_ | need help with openstack-vmware configuration | 10:51 |
jarvis_ | can anyone help me? | 10:51 |
*** mhickey has joined #openstack-neutron | 10:56 | |
*** YuYangWang has quit IRC | 10:56 | |
*** nicolasbock has joined #openstack-neutron | 10:56 | |
*** jhershbe has quit IRC | 10:57 | |
*** jpena is now known as jpena|lunch | 10:57 | |
*** markstur has joined #openstack-neutron | 11:00 | |
*** markstur has quit IRC | 11:05 | |
*** sdague has joined #openstack-neutron | 11:06 | |
*** mickeys has joined #openstack-neutron | 11:13 | |
*** udesale__ has quit IRC | 11:15 | |
*** mickeys has quit IRC | 11:18 | |
*** jhershbe has joined #openstack-neutron | 11:22 | |
*** abregman is now known as abregman|mtg | 11:26 | |
*** salv-orlando has joined #openstack-neutron | 11:28 | |
*** jaosorior_lunch is now known as jaosorior | 11:29 | |
*** ijw has joined #openstack-neutron | 11:30 | |
*** gianpietro has joined #openstack-neutron | 11:31 | |
*** salv-orlando has quit IRC | 11:33 | |
*** ijw has quit IRC | 11:34 | |
*** vthapar has quit IRC | 11:35 | |
*** ratailor has quit IRC | 11:36 | |
*** zenirc369 has quit IRC | 11:37 | |
*** gongysh has quit IRC | 11:39 | |
*** gongysh has joined #openstack-neutron | 11:39 | |
*** wolverineav has joined #openstack-neutron | 11:40 | |
*** amuller has joined #openstack-neutron | 11:41 | |
*** gongysh has quit IRC | 11:43 | |
*** thorst_afk has joined #openstack-neutron | 11:44 | |
*** fzdarsky has quit IRC | 11:47 | |
*** mhickey has quit IRC | 11:47 | |
*** chlong has joined #openstack-neutron | 11:48 | |
*** fzdarsky has joined #openstack-neutron | 11:49 | |
*** gianpietro has quit IRC | 11:50 | |
*** gianpietro has joined #openstack-neutron | 11:51 | |
*** zenirc369 has joined #openstack-neutron | 11:53 | |
*** gianpietro has quit IRC | 11:55 | |
*** gianpietro has joined #openstack-neutron | 11:55 | |
*** salv-orlando has joined #openstack-neutron | 11:57 | |
*** tbachman has joined #openstack-neutron | 11:59 | |
*** mhickey has joined #openstack-neutron | 12:00 | |
*** claudiub has joined #openstack-neutron | 12:00 | |
*** MVenesio has joined #openstack-neutron | 12:01 | |
*** matrohon has quit IRC | 12:01 | |
*** breton has left #openstack-neutron | 12:02 | |
*** jpena|lunch is now known as jpena | 12:03 | |
*** yamamoto_ has quit IRC | 12:03 | |
*** rossella_s has joined #openstack-neutron | 12:04 | |
*** abregman|mtg is now known as abregman | 12:07 | |
*** rossella_s has quit IRC | 12:09 | |
*** zhurong has joined #openstack-neutron | 12:09 | |
*** catintheroof has joined #openstack-neutron | 12:09 | |
*** zhurong has quit IRC | 12:10 | |
*** rossella_s has joined #openstack-neutron | 12:10 | |
davidsha | jarvis_: Hey, try #openstack they provide general support | 12:12 |
*** openstackgerrit has joined #openstack-neutron | 12:12 | |
openstackgerrit | Josh Hershberg proposed openstack/networking-odl master: Retrieve and process port status updates from ODL https://review.openstack.org/465463 | 12:12 |
*** svenkat has joined #openstack-neutron | 12:13 | |
*** belharar has joined #openstack-neutron | 12:14 | |
*** mickeys has joined #openstack-neutron | 12:15 | |
*** rossella_s has quit IRC | 12:15 | |
*** ayogi has quit IRC | 12:17 | |
*** mickeys has quit IRC | 12:19 | |
*** bfournie has quit IRC | 12:20 | |
*** markvoelker has joined #openstack-neutron | 12:23 | |
*** jhershbe has quit IRC | 12:24 | |
*** mriedem has joined #openstack-neutron | 12:28 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bgpvpn master: dashboard: fix constant import for RT/RD validation https://review.openstack.org/465942 | 12:29 |
*** gianpietro has quit IRC | 12:32 | |
*** salmankhan has quit IRC | 12:38 | |
*** salv-orlando has quit IRC | 12:39 | |
*** salv-orlando has joined #openstack-neutron | 12:40 | |
*** gkadam has quit IRC | 12:41 | |
*** vks1 has quit IRC | 12:41 | |
*** sofie_ has quit IRC | 12:43 | |
*** gianpietro has joined #openstack-neutron | 12:44 | |
*** yamamoto has joined #openstack-neutron | 12:44 | |
*** links has quit IRC | 12:45 | |
*** salv-orlando has quit IRC | 12:45 | |
*** psahoo has quit IRC | 12:48 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/networking-ovn master: Updated from global requirements https://review.openstack.org/464424 | 12:48 |
*** gianpietro has quit IRC | 12:49 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron master: Updated from global requirements https://review.openstack.org/465574 | 12:49 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-fwaas master: Updated from global requirements https://review.openstack.org/465575 | 12:49 |
*** amuller_ has joined #openstack-neutron | 12:50 | |
*** catintheroof has quit IRC | 12:50 | |
*** amuller has quit IRC | 12:50 | |
*** rossella_s has joined #openstack-neutron | 12:51 | |
*** gianpietro has joined #openstack-neutron | 12:52 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-neutronclient master: Updated from global requirements https://review.openstack.org/465370 | 12:54 |
*** bfournie has joined #openstack-neutron | 12:55 | |
*** gouthamr has joined #openstack-neutron | 12:57 | |
*** gianpietro has quit IRC | 13:01 | |
*** mhickey has quit IRC | 13:01 | |
*** gianpietro has joined #openstack-neutron | 13:01 | |
jarvis_ | yes | 13:04 |
jarvis_ | @davidsha | 13:04 |
jarvis_ | i am facing an issue while configuration | 13:05 |
jarvis_ | is there any plugin required | 13:05 |
jarvis_ | for neturon configuration | 13:05 |
jarvis_ | for vlan/vxlan | 13:05 |
*** salmankhan has joined #openstack-neutron | 13:06 | |
jarvis_ | my issue is the my instances are spawing properly in vCenter | 13:06 |
jarvis_ | but they are not getting IP and the bridge created in neutron is also being created in vCenter | 13:07 |
jarvis_ | but is not getting attached to some esxi host | 13:07 |
*** stanzgy has quit IRC | 13:07 | |
jarvis_ | davidsha u der | 13:07 |
*** abalutoiu_ has joined #openstack-neutron | 13:09 | |
*** zkassab has joined #openstack-neutron | 13:10 | |
*** abalutoiu has quit IRC | 13:12 | |
*** baoli has joined #openstack-neutron | 13:13 | |
*** dave-mccowan has joined #openstack-neutron | 13:14 | |
*** mickeys has joined #openstack-neutron | 13:15 | |
*** mhickey has joined #openstack-neutron | 13:16 | |
*** ijw has joined #openstack-neutron | 13:18 | |
*** mickeys has quit IRC | 13:20 | |
*** haleyb has joined #openstack-neutron | 13:20 | |
*** horms has joined #openstack-neutron | 13:22 | |
*** ijw has quit IRC | 13:23 | |
*** ushkalim has quit IRC | 13:24 | |
*** vj3k has quit IRC | 13:24 | |
*** amuller_ is now known as amuller | 13:27 | |
*** janki has quit IRC | 13:27 | |
*** ihrachys has joined #openstack-neutron | 13:27 | |
*** yamahata has joined #openstack-neutron | 13:27 | |
*** iyamahat has joined #openstack-neutron | 13:27 | |
*** ranjithd has quit IRC | 13:29 | |
*** limao has joined #openstack-neutron | 13:30 | |
*** limao has quit IRC | 13:31 | |
*** limao_ has joined #openstack-neutron | 13:31 | |
*** ranjithd has joined #openstack-neutron | 13:32 | |
asettle | Hey neutron peeps! Is there anyone that's helping with doc stuff now that john-davidge is out? | 13:32 |
asettle | kevinbenton ^^ :) ? | 13:33 |
asettle | I have a bug he was in the middle of fixing, that's a high priority, that I'd appreciate a second person jumping on if possible. | 13:33 |
asettle | https://bugs.launchpad.net/openstack-manuals/+bug/1656378 | 13:33 |
openstack | Launchpad bug 1656378 in openstack-manuals "Networking Guide uses RFC1918 IPv4 ranges instead of RFC5737" [High,In progress] - Assigned to John Davidge (john-davidge) | 13:33 |
otherwiseguy | ihrachys, And now a failing cinder test is keeping the requirements gate from passing anything. ovsdbapp 0.4.0 will make it some day I assume. | 13:33 |
*** limao_ has quit IRC | 13:37 | |
*** belharar has quit IRC | 13:38 | |
*** livelace has quit IRC | 13:41 | |
*** salv-orlando has joined #openstack-neutron | 13:41 | |
*** baoli_ has joined #openstack-neutron | 13:43 | |
*** jarvis_ has quit IRC | 13:44 | |
*** salv-orlando has quit IRC | 13:46 | |
*** baoli has quit IRC | 13:46 | |
*** jlinkes_ is now known as jlinkes | 13:48 | |
*** toMeloos has joined #openstack-neutron | 13:48 | |
amotoki | asettle: do you know how much work are remaining? I am familiar with the docs project and help reviews and bugs to some extent (though I don't think i can do more and equal to what john did. | 13:49 |
*** jamielennox|away is now known as jamielennox | 13:49 | |
asettle | amotoki: hey! To be honest, I don't know :( John did a considerable portion. | 13:49 |
asettle | Let me have a look through and see | 13:50 |
*** gianpietro has quit IRC | 13:51 | |
amotoki | asettle: np. I can check the progress too :) | 13:51 |
asettle | Yikes, okay amotoki turnso ut JOhn had an etherpad https://etherpad.openstack.org/p/non-compliant-ip-subnets | 13:51 |
asettle | turns out JOhn * | 13:51 |
asettle | I don't know how up to date it is though tbh | 13:51 |
*** moshele has quit IRC | 13:53 | |
*** mosulica has quit IRC | 13:53 | |
*** quade has quit IRC | 13:54 | |
*** mosulica has joined #openstack-neutron | 13:55 | |
asettle | Okay amotoki looks like the etherpad isn't entirely up to date | 13:55 |
asettle | But it does detail everything that needs to be changed, which is good. | 13:55 |
*** gianpietro has joined #openstack-neutron | 13:55 | |
amotoki | asettle: yes, it is a good start line to recover the work. | 13:55 |
*** crose has joined #openstack-neutron | 13:55 | |
asettle | Thank you for offering to help amotoki :) | 13:55 |
*** quade has joined #openstack-neutron | 13:56 | |
amotoki | In addition, we can request incoming reviews to use RFC1918. It looks better to check this in reviews | 13:56 |
amotoki | asettle: feel free to add me a reviewer until someone raises his/her hands as a liaison | 13:57 |
*** yedongcan has left #openstack-neutron | 13:59 | |
*** gianpietro has quit IRC | 14:00 | |
*** Swami has joined #openstack-neutron | 14:00 | |
*** gianpietro has joined #openstack-neutron | 14:00 | |
*** vpickard has quit IRC | 14:00 | |
*** itzikb has quit IRC | 14:00 | |
asettle | Thank you amotoki :) | 14:00 |
*** vpickard has joined #openstack-neutron | 14:01 | |
*** mlavalle has joined #openstack-neutron | 14:02 | |
*** chlong has quit IRC | 14:04 | |
*** janzian has joined #openstack-neutron | 14:05 | |
*** vj3k has joined #openstack-neutron | 14:05 | |
openstackgerrit | Yushiro FURUKAWA proposed openstack/neutron-fwaas master: FWaaS v2 extension for L2 agent https://review.openstack.org/323971 | 14:06 |
openstackgerrit | Yushiro FURUKAWA proposed openstack/neutron-fwaas master: Generate default firewall group via project https://review.openstack.org/425769 | 14:06 |
*** gcheresh has quit IRC | 14:08 | |
*** yamamoto has quit IRC | 14:11 | |
*** mriedem has left #openstack-neutron | 14:12 | |
*** mriedem has joined #openstack-neutron | 14:12 | |
*** yamamoto has joined #openstack-neutron | 14:12 | |
haleyb | asettle: i can help as well, i've added myself to the bug to see new reviews. But there must be additional changes to do? i have not read the etherpad yet | 14:15 |
*** yamamoto has quit IRC | 14:16 | |
asettle | haleyb: yeah, the etherpad has every page listed that needs to be changed (the networking guide is enormous - as I'm sure you know). | 14:16 |
asettle | Although, I did notice that not all the changes that were made and fixed have been crossed off. | 14:16 |
*** mickeys has joined #openstack-neutron | 14:16 | |
asettle | Thank you for volunteering to help out haleyb :D | 14:16 |
haleyb | asettle: np. I think we met the first day of summit at lunch, right? | 14:18 |
*** mkoderer has joined #openstack-neutron | 14:19 | |
*** rossella_ has joined #openstack-neutron | 14:19 | |
*** mickeys has quit IRC | 14:20 | |
asettle | haleyb: Yes! I believe we did. | 14:21 |
asettle | We sat next to each other :) | 14:21 |
haleyb | yes, think i grumbled about john leaving | 14:21 |
*** rossella_s has quit IRC | 14:22 | |
asettle | haleyb: hahaha you didn't indeed. And here I am with fruits of that grumble! More work! | 14:22 |
asettle | did indeed* | 14:22 |
*** jprovazn is now known as jprovazn_afk | 14:23 | |
*** iranzo_ has joined #openstack-neutron | 14:24 | |
*** kriskend_ has joined #openstack-neutron | 14:24 | |
haleyb | hopefully we can all help a little to get this done | 14:25 |
openstackgerrit | Brian Haley proposed openstack/neutron master: DVR: Do not check HA state on DVR-only routers https://review.openstack.org/465987 | 14:25 |
openstackgerrit | Brian Haley proposed openstack/neutron master: DVR: Do not check HA state on DVR-only routers https://review.openstack.org/465740 | 14:26 |
*** iranzo has quit IRC | 14:26 | |
asettle | Thanks haleyb :) really appreciate it | 14:28 |
openstackgerrit | rajiv proposed openstack/networking-odl master: Allowing lock to be applied per operation basis https://review.openstack.org/459970 | 14:29 |
*** zenirc369 has quit IRC | 14:30 | |
*** tbachman has quit IRC | 14:31 | |
*** zenirc369 has joined #openstack-neutron | 14:32 | |
*** fnaval has joined #openstack-neutron | 14:32 | |
*** yamamoto has joined #openstack-neutron | 14:33 | |
*** rossella_ has quit IRC | 14:34 | |
openstackgerrit | Merged openstack/networking-bagpipe master: Add fullstack tests framework https://review.openstack.org/408008 | 14:34 |
*** rossella_ has joined #openstack-neutron | 14:35 | |
*** markstur has joined #openstack-neutron | 14:36 | |
ralonsoh | alex_xu: hi | 14:36 |
*** tbachman has joined #openstack-neutron | 14:37 | |
*** zenirc369 has quit IRC | 14:37 | |
openstackgerrit | Brian Haley proposed openstack/neutron master: DVR: Do not check HA state on DVR-only routers https://review.openstack.org/465740 | 14:40 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure https://review.openstack.org/465997 | 14:41 |
*** markstur has quit IRC | 14:41 | |
*** crushil has joined #openstack-neutron | 14:43 | |
*** madhaviy has joined #openstack-neutron | 14:45 | |
*** markstur has joined #openstack-neutron | 14:45 | |
*** lpetrut has quit IRC | 14:48 | |
*** claudiub has quit IRC | 14:48 | |
openstackgerrit | Yushiro FURUKAWA proposed openstack/neutron-fwaas master: FWaaS v2 extension for L2 agent https://review.openstack.org/323971 | 14:49 |
*** tbachman has quit IRC | 14:49 | |
*** yushiro has quit IRC | 14:49 | |
*** horms has quit IRC | 14:49 | |
*** rossella_ has quit IRC | 14:54 | |
*** armax has joined #openstack-neutron | 14:56 | |
*** gianpietro has quit IRC | 14:57 | |
*** jaosorior is now known as jaosorior_away | 15:00 | |
*** aojea has quit IRC | 15:02 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure https://review.openstack.org/465997 | 15:02 |
*** oidgar has quit IRC | 15:02 | |
*** gianpietro has joined #openstack-neutron | 15:04 | |
*** reedip has joined #openstack-neutron | 15:04 | |
*** gianpiet_ has joined #openstack-neutron | 15:05 | |
*** rkukura has quit IRC | 15:08 | |
*** yamamoto has quit IRC | 15:08 | |
*** gianpietro has quit IRC | 15:08 | |
*** rossella_ has joined #openstack-neutron | 15:09 | |
*** annegentle has joined #openstack-neutron | 15:11 | |
*** claudiub has joined #openstack-neutron | 15:12 | |
openstackgerrit | Yannick Thomas proposed openstack/networking-bagpipe master: Fix pushing malformed RT to bagpipe-bgp https://review.openstack.org/466004 | 15:15 |
*** aarefiev is now known as aarefiev_afk | 15:15 | |
*** mickeys_ has joined #openstack-neutron | 15:17 | |
*** trevormc has joined #openstack-neutron | 15:17 | |
*** mosulica has quit IRC | 15:19 | |
*** vpickard has quit IRC | 15:20 | |
*** vpickard has joined #openstack-neutron | 15:20 | |
*** mickeys_ has quit IRC | 15:21 | |
*** moshele has joined #openstack-neutron | 15:21 | |
*** mhickey has quit IRC | 15:22 | |
*** slaweq has joined #openstack-neutron | 15:22 | |
*** slaweq has quit IRC | 15:22 | |
*** slaweq has joined #openstack-neutron | 15:23 | |
kevinbenton | mlavalle: can you take a look at https://bugs.launchpad.net/openstack-manuals/+bug/1656378 it looks like john was in the middle of that when he left | 15:23 |
openstack | Launchpad bug 1656378 in openstack-manuals "Networking Guide uses RFC1918 IPv4 ranges instead of RFC5737" [High,In progress] - Assigned to John Davidge (john-davidge) | 15:23 |
mlavalle | kevinbenton: will do | 15:24 |
kevinbenton | mlavalle: looks like haleyb may have started on it as well based on the IRC backlog | 15:24 |
mlavalle | kevinbenton: ack | 15:24 |
haleyb | mlavalle: amotoki and myself volunteered earlier | 15:25 |
mlavalle | haleyb: perfect, I will let you guys run with it | 15:25 |
kevinbenton | mlavalle, haleyb, amotoki: thx! if you need more help we can discuss in the neutron meeting next week | 15:26 |
*** ccamacho has quit IRC | 15:26 | |
*** quade has quit IRC | 15:27 | |
*** quade has joined #openstack-neutron | 15:28 | |
kevinbenton | russellb: yo, does OVS have QinQ support in newer versions? i came across a few threads discussing it from last summer but it wasn't clear if/when it merged | 15:29 |
kevinbenton | russellb: QinQ in the sense that it can take traffic from a VM that has a VLAN tag and push another tag onto the frame before sending it out | 15:30 |
*** tbachman has joined #openstack-neutron | 15:33 | |
*** salv-orlando has joined #openstack-neutron | 15:33 | |
*** fragatina has joined #openstack-neutron | 15:33 | |
*** fragatina has quit IRC | 15:33 | |
*** fragatina has joined #openstack-neutron | 15:34 | |
*** rkukura has joined #openstack-neutron | 15:36 | |
kevinbenton | zzzeek: hey, i have a quick question about the engine facade context manager and decorator when you have a sec | 15:37 |
*** moshele has quit IRC | 15:37 | |
zzzeek | kevinbenton: im here | 15:37 |
openstackgerrit | Kevin Benton proposed openstack/neutron master: Fix nullable data_plane_status reference in port OVO https://review.openstack.org/465423 | 15:37 |
kevinbenton | zzzeek: is there a way we can request certain info be carried from the context into the session info dictionary when it is constructed? | 15:38 |
zzzeek | kevinbenton: we can add that sure | 15:38 |
kevinbenton | zzzeek: even a pointer back to the context itself would be okay, but not sure how you feel about the circular ref :) | 15:39 |
zzzeek | kevinbenton: i never had a problem w/ circular refs everyone else does | 15:40 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure https://review.openstack.org/465997 | 15:40 |
*** matrohon has joined #openstack-neutron | 15:40 | |
kevinbenton | zzzeek: ok, if we go the route of storing a context reference then we wouldn't need to even change the APIs or anything | 15:41 |
zzzeek | kevinbenton: Session / sessionmaker() can accept info as a constructor argument so we just need to add that to the enginefacade "maker_config" and you can pass wahtever dictionary you want | 15:41 |
zzzeek | kevinbenton: can you add me to reviews on this b.c. lately nobody's been putting me on these DB-related reviews (other projects) | 15:41 |
kevinbenton | zzzeek: well won't i need to make an oslo.db change? | 15:42 |
*** SumitNaiksatam has joined #openstack-neutron | 15:42 | |
zzzeek | kevinbenton: I'm not sure what you meant by "we wouldn't need to even change the APIs or anything" | 15:42 |
*** chlong has joined #openstack-neutron | 15:42 | |
zzzeek | kevinbenton: seemed you were suggesting some other way of solving your prob if circular refs were OK | 15:42 |
kevinbenton | zzzeek: ah, i meant wouldn't need to pass anything to the decorator or context manager to tell it what to store when it builds the session | 15:43 |
*** davidsha has quit IRC | 15:43 | |
*** aojea has joined #openstack-neutron | 15:43 | |
*** jamesdenton has joined #openstack-neutron | 15:45 | |
*** fnaval has quit IRC | 15:45 | |
*** cshastri has quit IRC | 15:46 | |
*** rcernin has quit IRC | 15:47 | |
*** janzian has quit IRC | 15:55 | |
*** dimak_ has quit IRC | 15:55 | |
*** anilvenkata has quit IRC | 15:55 | |
kevinbenton | https://github.com/openstack/oslo.db/blob/master/oslo_db/sqlalchemy/enginefacade.py#L1003 | 15:55 |
kevinbenton | zzzeek: so that _transaction_scope seems to be where the context reference would need to be passed along | 15:58 |
kevinbenton | zzzeek: into _TransactionContext, right? | 15:58 |
*** fnaval has joined #openstack-neutron | 15:58 | |
zzzeek | kevinbenton: i need to see what the use case looks like in some hypothetical neutron code | 15:58 |
zzzeek | kevinbenton: e.g. what is the scope of where this info/context/whatever comes from | 15:58 |
kevinbenton | zzzeek: wider picture is that we want to allow conditional updates in the API based on the revision number of a resource | 16:00 |
kevinbenton | zzzeek: so user specifies if-match header | 16:00 |
kevinbenton | zzzeek: then i need to figure out how to get that into a handler subscribed to an sqlalchemy event that only has the session | 16:01 |
*** karthiks has quit IRC | 16:01 | |
kevinbenton | zzzeek: (here is the patch https://review.openstack.org/#/c/409577/) | 16:01 |
zzzeek | kevinbenton: session.info is fine there | 16:01 |
openstackgerrit | Yannick Thomas proposed openstack/networking-bagpipe master: Fix pushing malformed RT to bagpipe-bgp https://review.openstack.org/466004 | 16:02 |
kevinbenton | zzzeek: yeah, so before i could do something like this https://review.openstack.org/#/c/409577/14/neutron/api/v2/resource.py | 16:02 |
kevinbenton | zzzeek: but now with the new enginefacade usage, there won't be a session on context until someone actually starts something down the line | 16:02 |
kevinbenton | zzzeek: using a context manager or decorator | 16:02 |
kevinbenton | zzzeek: e.g. the with db_api.context_manager.writer.using(context) calls we have everywhere | 16:03 |
kevinbenton | zzzeek: i was hoping to not have to modify all of those to somehow carry the flag off of the context and put it into the session | 16:04 |
zzzeek | kevinbenton: this is kind of a "hook" as it woudl be nicer to just run some code to do this let me look fora place that might go | 16:05 |
kevinbenton | zzzeek: thanks | 16:06 |
*** mdnadeem has quit IRC | 16:08 | |
*** bfernando has quit IRC | 16:08 | |
*** jose-phillips has quit IRC | 16:08 | |
*** yamamoto has joined #openstack-neutron | 16:09 | |
*** jose-phillips has joined #openstack-neutron | 16:09 | |
*** mickeys_ has joined #openstack-neutron | 16:10 | |
*** janzian has joined #openstack-neutron | 16:11 | |
zzzeek | kevinbenton: I think putting the context, which we have, into the Session.info as well as Connection.info, within the block, then removing it, is the most generic way to go | 16:13 |
zzzeek | kevinbenton: since enginefacade requires a context to do anything, it is natural that you'd be able to get at this context given the Session or Connection that the facade is providing to you | 16:14 |
*** yamamoto has quit IRC | 16:15 | |
kevinbenton | zzzeek: ack. so would that "using" function be the best place to pack that in? | 16:15 |
zzzeek | kevinbenton: which means "context" is an argument passed to "def _session()", "def _connection()", it would need to do "push" / "pop" behavior for nesting of different contexts, and would be passed via _transaction_scope() -> _produce_block() to get there | 16:16 |
zzzeek | kevinbenton: within the methods called by "using()" yes | 16:16 |
*** gianpietro has joined #openstack-neutron | 16:16 | |
zzzeek | kevinbenton: as well as __call__ | 16:16 |
zzzeek | kevinbenton: so, _transaction_scope | 16:16 |
*** zenirc369 has joined #openstack-neutron | 16:18 | |
*** tmorin has quit IRC | 16:18 | |
kevinbenton | zzzeek: ok. do you want me to push up a patch a little later today? | 16:19 |
*** catintheroof has joined #openstack-neutron | 16:19 | |
kevinbenton | zzzeek: or would you rather do it | 16:19 |
kevinbenton | :) | 16:19 |
*** gianpiet_ has quit IRC | 16:19 | |
*** matrohon has quit IRC | 16:21 | |
zzzeek | kevinbenton: would you prefer me to put it up? | 16:24 |
*** aojea has quit IRC | 16:25 | |
*** fragatina has quit IRC | 16:25 | |
*** salv-orlando has quit IRC | 16:25 | |
*** salv-orlando has joined #openstack-neutron | 16:26 | |
*** salv-orlando has quit IRC | 16:27 | |
*** salv-orl_ has joined #openstack-neutron | 16:27 | |
*** jlinkes has quit IRC | 16:30 | |
*** Swami has quit IRC | 16:31 | |
*** lucasagomes is now known as lucas-afk | 16:35 | |
*** amarao has quit IRC | 16:36 | |
*** pcaruana has quit IRC | 16:40 | |
kevinbenton | zzzeek: nah, i'll at least start. i might need your help with good tests | 16:42 |
*** bzhao has quit IRC | 16:42 | |
*** bzhao has joined #openstack-neutron | 16:43 | |
*** iyamahat has quit IRC | 16:44 | |
*** yamahata has quit IRC | 16:46 | |
*** ivasilevskaya has quit IRC | 16:47 | |
*** iranzo_ has quit IRC | 16:53 | |
*** Unterd0g has quit IRC | 16:53 | |
*** karthiks has joined #openstack-neutron | 16:54 | |
*** vks1 has joined #openstack-neutron | 16:54 | |
*** Unterd0g has joined #openstack-neutron | 16:55 | |
*** salv-orl_ has quit IRC | 16:56 | |
*** salv-orlando has joined #openstack-neutron | 16:56 | |
*** ltomasbo is now known as ltomasbo|away | 16:57 | |
*** fragatina has joined #openstack-neutron | 16:59 | |
*** salmankhan has quit IRC | 16:59 | |
*** ralonsoh has quit IRC | 17:00 | |
*** salv-orlando has quit IRC | 17:00 | |
*** sambetts is now known as sambetts|afk | 17:03 | |
*** ataraday_ has joined #openstack-neutron | 17:03 | |
*** fragatina has quit IRC | 17:04 | |
*** claudiub has quit IRC | 17:07 | |
*** iyamahat has joined #openstack-neutron | 17:07 | |
*** jpena is now known as jpena|off | 17:07 | |
*** jose-phillips has quit IRC | 17:08 | |
*** zenirc369 has quit IRC | 17:09 | |
*** yamamoto has joined #openstack-neutron | 17:11 | |
*** jose-phillips has joined #openstack-neutron | 17:12 | |
*** aojea has joined #openstack-neutron | 17:14 | |
*** yamamoto has quit IRC | 17:16 | |
*** aojea has quit IRC | 17:18 | |
*** toMeloos has quit IRC | 17:18 | |
*** karthiks has quit IRC | 17:19 | |
*** abregman is now known as abregman|afk | 17:19 | |
*** claudiub has joined #openstack-neutron | 17:20 | |
*** ataraday_ has quit IRC | 17:20 | |
*** fragatina has joined #openstack-neutron | 17:22 | |
*** yamahata has joined #openstack-neutron | 17:23 | |
*** salv-orlando has joined #openstack-neutron | 17:29 | |
*** reedip has quit IRC | 17:30 | |
*** harlowja has joined #openstack-neutron | 17:30 | |
*** aojea has joined #openstack-neutron | 17:31 | |
openstackgerrit | Merged openstack/python-neutronclient master: Updated from global requirements https://review.openstack.org/465370 | 17:31 |
*** abhiraut has joined #openstack-neutron | 17:33 | |
*** salv-orlando has quit IRC | 17:34 | |
*** ijw has joined #openstack-neutron | 17:38 | |
*** madhaviy has quit IRC | 17:39 | |
*** jose-phillips has quit IRC | 17:43 | |
*** mickeys_ has quit IRC | 17:43 | |
*** jose-phillips has joined #openstack-neutron | 17:44 | |
*** oreillyd has quit IRC | 17:45 | |
*** vhosakot has joined #openstack-neutron | 17:48 | |
*** gcheresh has joined #openstack-neutron | 17:50 | |
*** ijw has quit IRC | 17:51 | |
*** ijw has joined #openstack-neutron | 17:51 | |
*** annegentle has quit IRC | 17:55 | |
*** armax has quit IRC | 17:57 | |
*** vks1 has quit IRC | 17:58 | |
*** ritesh has quit IRC | 17:58 | |
*** harlowja has quit IRC | 18:01 | |
openstackgerrit | Brian Haley proposed openstack/neutron master: DVR: Do not check HA state on DVR-only routers https://review.openstack.org/465740 | 18:01 |
*** mickeys_ has joined #openstack-neutron | 18:02 | |
*** s3wong has joined #openstack-neutron | 18:02 | |
*** abhiraut has quit IRC | 18:06 | |
*** fragatina has quit IRC | 18:07 | |
*** fragatina has joined #openstack-neutron | 18:08 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron master: Send both gratuitous ARP REQUESTs and REPLYs https://review.openstack.org/463816 | 18:09 |
*** claudiub has quit IRC | 18:11 | |
openstackgerrit | Merged openstack/neutron master: Use SUBNET instead of SUBNET_GATEWAY event in L3 https://review.openstack.org/464773 | 18:12 |
*** yamamoto has joined #openstack-neutron | 18:13 | |
openstackgerrit | Genadi Chereshnya proposed openstack/neutron master: Changing create_server to be "non class method" https://review.openstack.org/465554 | 18:13 |
*** harlowja has joined #openstack-neutron | 18:15 | |
*** ZZelle_ has joined #openstack-neutron | 18:15 | |
*** gianpietro has quit IRC | 18:16 | |
*** zenirc369 has joined #openstack-neutron | 18:17 | |
*** gianpietro has joined #openstack-neutron | 18:18 | |
*** yamamoto has quit IRC | 18:18 | |
*** markvoelker has quit IRC | 18:19 | |
*** markvoelker has joined #openstack-neutron | 18:20 | |
trevormc | anyone getting the tox.ConfigError? | 18:22 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron master: Changing create_server to be "non class method" https://review.openstack.org/465554 | 18:22 |
*** markvoelker has quit IRC | 18:24 | |
trevormc | oh i see ihar has https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files any work arounds? I guess we just pin tox to <2.2 | 18:25 |
*** jose-phillips has quit IRC | 18:25 | |
*** MVenesio has quit IRC | 18:27 | |
*** Sukhdev has joined #openstack-neutron | 18:30 | |
openstackgerrit | Merged openstack/neutron master: Eliminate SUBNET_GATEWAY resource https://review.openstack.org/464774 | 18:31 |
*** armax has joined #openstack-neutron | 18:32 | |
*** marst has joined #openstack-neutron | 18:32 | |
*** claudiub has joined #openstack-neutron | 18:34 | |
*** thorst_afk has quit IRC | 18:43 | |
kevinbenton | ihrachys: yo, we lost the person working on the wsgi goal, right? | 18:45 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure https://review.openstack.org/465997 | 18:49 |
ihrachys | kevinbenton, yes | 18:50 |
kevinbenton | ihrachys: ack. i'll look into fixing the neutron-rpc-server thingy | 18:51 |
*** gianpietro has quit IRC | 18:51 | |
kevinbenton | ihrachys: there are also some other things we need to consider that I've been thinking of | 18:51 |
kevinbenton | ihrachys: nova notifications, dhcp notifications, and push notifications are all queued and sent after the HTTP connection is usually dead | 18:52 |
kevinbenton | and as i understand it, apache or whatever can randomly kill processes as connections end | 18:52 |
kevinbenton | so we may need to rearchitect some of that :/ | 18:53 |
*** harlowja has quit IRC | 18:56 | |
*** karthiks has joined #openstack-neutron | 18:58 | |
*** kriskend_ has quit IRC | 19:02 | |
*** SumitNaiksatam has quit IRC | 19:02 | |
*** kriskend has joined #openstack-neutron | 19:02 | |
*** kriskend_ has joined #openstack-neutron | 19:04 | |
*** salv-orlando has joined #openstack-neutron | 19:04 | |
*** gianpietro has joined #openstack-neutron | 19:05 | |
*** salv-orlando has quit IRC | 19:05 | |
*** aojea has quit IRC | 19:06 | |
*** kriskend has quit IRC | 19:06 | |
*** annegentle has joined #openstack-neutron | 19:06 | |
*** harlowja has joined #openstack-neutron | 19:07 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure https://review.openstack.org/465997 | 19:09 |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure https://review.openstack.org/465997 | 19:11 |
*** SumitNaiksatam has joined #openstack-neutron | 19:12 | |
*** kriskend has joined #openstack-neutron | 19:13 | |
*** kriskend_ has quit IRC | 19:14 | |
*** crushil has quit IRC | 19:14 | |
*** yamamoto has joined #openstack-neutron | 19:15 | |
*** bobmel has joined #openstack-neutron | 19:15 | |
*** MVenesio has joined #openstack-neutron | 19:19 | |
*** jose-phillips has joined #openstack-neutron | 19:19 | |
*** MVenesio has quit IRC | 19:19 | |
*** yamamoto has quit IRC | 19:21 | |
*** MVenesio has joined #openstack-neutron | 19:22 | |
*** jose-phillips has quit IRC | 19:22 | |
*** zenirc369 has quit IRC | 19:23 | |
*** jose-phillips has joined #openstack-neutron | 19:24 | |
*** aojea has joined #openstack-neutron | 19:26 | |
*** MVenesio has quit IRC | 19:30 | |
*** dave-mccowan has quit IRC | 19:31 | |
*** nyechiel has quit IRC | 19:33 | |
*** rossella_ has quit IRC | 19:34 | |
openstackgerrit | Thomas Morin proposed openstack/networking-sfc master: test fix: follow neutron change Id22faa1f6179c2fdf8a136972d65f10749c9fc2e https://review.openstack.org/466085 | 19:34 |
*** tmorin has joined #openstack-neutron | 19:34 | |
*** crushil has joined #openstack-neutron | 19:35 | |
*** vj3k has quit IRC | 19:35 | |
*** Sukhdev has quit IRC | 19:35 | |
*** gouthamr has quit IRC | 19:37 | |
*** Unterd0g has quit IRC | 19:38 | |
*** toMeloos has joined #openstack-neutron | 19:39 | |
*** Unterd0g has joined #openstack-neutron | 19:40 | |
*** Unterd0g has quit IRC | 19:40 | |
*** jprovazn_afk has quit IRC | 19:40 | |
openstackgerrit | Merged openstack/networking-bagpipe master: Fix pushing malformed RT to bagpipe-bgp https://review.openstack.org/466004 | 19:40 |
*** vj3k has joined #openstack-neutron | 19:41 | |
*** fnaval has quit IRC | 19:44 | |
*** Unterd0g has joined #openstack-neutron | 19:47 | |
*** itlinux has joined #openstack-neutron | 19:51 | |
*** itzikb has joined #openstack-neutron | 19:53 | |
*** ben42 has quit IRC | 19:54 | |
*** gouthamr has joined #openstack-neutron | 19:54 | |
*** gouthamr has quit IRC | 19:54 | |
*** gouthamr has joined #openstack-neutron | 19:56 | |
*** gouthamr has quit IRC | 19:57 | |
*** ijw has quit IRC | 20:00 | |
*** gouthamr has joined #openstack-neutron | 20:00 | |
*** kriskend has quit IRC | 20:01 | |
*** harlowja has quit IRC | 20:03 | |
*** toMeloos has quit IRC | 20:03 | |
*** gouthamr has quit IRC | 20:04 | |
*** kbringard has joined #openstack-neutron | 20:05 | |
tmorin | hi ihrachys, I'm hitting an issue in the (brand new) fullstack n8g-bagpipe job, I'm wondering if what I see would ring a bell for you | 20:06 |
tmorin | ihrachys, are you around ? | 20:07 |
ihrachys | tmorin, kinda | 20:07 |
tmorin | I'll be short | 20:07 |
tmorin | basically, the test runs fine on my dev VM, but fails in the gate | 20:07 |
*** annegentle has quit IRC | 20:07 | |
tmorin | a process in the netns, connected to the default netns via a bridge, fails to connect to a process in the default netns | 20:08 |
tmorin | it seems that an iptable rule is the cause: | 20:08 |
tmorin | http://logs.openstack.org/97/465997/6/experimental/gate-networking-bagpipe-dsvm-fullstack-ubuntu-xenial-nv/ff12fca/logs/syslog.txt.gz#_May_18_19_37_47 | 20:08 |
tmorin | May 18 19:37:47 ubuntu-xenial-ovh-bhs1-8885201 kernel: iptables dropped: IN=cnt-dataf51c07f OUT= MAC=0a:ca:40:f9:bb:40:fa:16:3e:ef:5e:71:08:00 SRC=240.28.12.174 DST=240.28.12.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64001 DF PROTO=TCP SPT=45732 DPT=59667 WINDOW=29200 RES=0x00 SYN URGP=0 | 20:08 |
*** SumitNaiksatam has quit IRC | 20:09 | |
*** kriskend has joined #openstack-neutron | 20:09 | |
tmorin | I'm thinking this is an issue that may have been seen in the context of neutron fullstack tests | 20:09 |
tmorin | so I'm hoping the problem has been seen and solved :) | 20:10 |
tmorin | ihrachys: any idea ? | 20:10 |
ihrachys | tmorin, I haven't seen it, but then, I am not too involved in fullstack. I would suggest to ask jlibosva but he is on PTO this week (and next I believe?) | 20:10 |
tmorin | ihrachys: ah... I thought you were involved as well | 20:11 |
*** slaweq has quit IRC | 20:11 | |
*** SumitNaiksatam has joined #openstack-neutron | 20:11 | |
*** slaweq has joined #openstack-neutron | 20:11 | |
tmorin | I guess that what I see is the result from ubuntu cloud image being significantly different than a plain ubuntu server | 20:11 |
tmorin | or that some protection is in place in these VMs... | 20:11 |
*** itlinux has quit IRC | 20:12 | |
*** annegentle has joined #openstack-neutron | 20:13 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure https://review.openstack.org/465997 | 20:13 |
tmorin | ihrachys: ok, I'll try to ping jlibosva some time later then... | 20:14 |
*** mickeys_ has quit IRC | 20:14 | |
*** ijw has joined #openstack-neutron | 20:16 | |
otherwiseguy | ihrachys, how would you feel about removing your -1 on https://review.openstack.org/#/c/464725/ now that neutron works with 0.3.0 and 0.4.0? :D | 20:17 |
*** yamamoto has joined #openstack-neutron | 20:17 | |
ihrachys | otherwiseguy, done | 20:20 |
otherwiseguy | ihrachys, my hero. :) | 20:20 |
*** abhiraut has joined #openstack-neutron | 20:21 | |
*** yamamoto has quit IRC | 20:21 | |
*** tmorin has quit IRC | 20:23 | |
*** gouthamr has joined #openstack-neutron | 20:29 | |
*** vj3k has quit IRC | 20:30 | |
*** harlowja has joined #openstack-neutron | 20:30 | |
*** yee379 has quit IRC | 20:35 | |
*** yee379 has joined #openstack-neutron | 20:35 | |
*** itzikb has quit IRC | 20:36 | |
*** itlinux has joined #openstack-neutron | 20:39 | |
*** gianpietro has quit IRC | 20:39 | |
*** gianpiet_ has joined #openstack-neutron | 20:39 | |
*** harlowja has quit IRC | 20:39 | |
*** thorst_afk has joined #openstack-neutron | 20:39 | |
*** thorst_afk has quit IRC | 20:40 | |
*** ramishra has quit IRC | 20:40 | |
*** abhiraut has quit IRC | 20:45 | |
*** gianpiet_ has quit IRC | 20:45 | |
*** salv-orlando has joined #openstack-neutron | 20:45 | |
*** abhiraut has joined #openstack-neutron | 20:46 | |
*** haleyb has quit IRC | 20:46 | |
*** jidar has quit IRC | 20:48 | |
*** ZZelle_ has quit IRC | 20:49 | |
*** Sukhdev has joined #openstack-neutron | 20:49 | |
*** thorst_afk has joined #openstack-neutron | 20:50 | |
*** jidar has joined #openstack-neutron | 20:50 | |
*** abhiraut has quit IRC | 20:50 | |
*** vj3k has joined #openstack-neutron | 20:57 | |
*** dave-mccowan has joined #openstack-neutron | 20:57 | |
*** jidar has quit IRC | 20:57 | |
*** gcheresh has quit IRC | 20:59 | |
*** jidar has joined #openstack-neutron | 20:59 | |
*** iyamahat_ has joined #openstack-neutron | 21:01 | |
*** gianpietro has joined #openstack-neutron | 21:02 | |
*** gianpietro has quit IRC | 21:02 | |
*** zkassab has quit IRC | 21:04 | |
*** iyamahat has quit IRC | 21:04 | |
*** abregman|afk is now known as abregman | 21:05 | |
*** abhiraut has joined #openstack-neutron | 21:06 | |
*** sdague has quit IRC | 21:06 | |
*** gianpietro has joined #openstack-neutron | 21:08 | |
*** armax has quit IRC | 21:09 | |
*** iranzo has joined #openstack-neutron | 21:11 | |
*** iranzo has quit IRC | 21:11 | |
*** iranzo has joined #openstack-neutron | 21:11 | |
*** baoli_ has quit IRC | 21:12 | |
*** jamesdenton has quit IRC | 21:12 | |
*** mickeys has joined #openstack-neutron | 21:16 | |
*** NightKhaos_ has joined #openstack-neutron | 21:17 | |
*** yamamoto has joined #openstack-neutron | 21:18 | |
*** NightKhaos has quit IRC | 21:18 | |
*** knikolla has quit IRC | 21:18 | |
*** NightKhaos_ is now known as NightKhaos | 21:18 | |
*** mickeys has quit IRC | 21:21 | |
*** iyamahat__ has joined #openstack-neutron | 21:21 | |
*** bfournie has quit IRC | 21:21 | |
*** yamamoto has quit IRC | 21:22 | |
*** mickeys has joined #openstack-neutron | 21:23 | |
*** iyamahat_ has quit IRC | 21:23 | |
*** abregman has quit IRC | 21:27 | |
*** clickboom has joined #openstack-neutron | 21:27 | |
*** ijw has quit IRC | 21:29 | |
*** ijw has joined #openstack-neutron | 21:30 | |
*** vj3k has quit IRC | 21:30 | |
*** janzian has quit IRC | 21:30 | |
*** crushil_ has joined #openstack-neutron | 21:30 | |
*** clickboom has quit IRC | 21:32 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron master: Updated from global requirements https://review.openstack.org/465574 | 21:34 |
*** svenkat has quit IRC | 21:34 | |
*** davidsha has joined #openstack-neutron | 21:34 | |
davidsha | ihrachys: ping | 21:35 |
*** ijw has quit IRC | 21:35 | |
ihrachys | davidsha, wassup | 21:36 |
davidsha | ihrachys: not much you? | 21:37 |
*** baoli has joined #openstack-neutron | 21:37 | |
ihrachys | wat? :) | 21:37 |
*** gouthamr has quit IRC | 21:37 | |
davidsha | ihrachys: wassup is an abbreviation of "Whats up" I answered :P | 21:38 |
ihrachys | mkey. how can I help? | 21:38 |
davidsha | ihrachys: If you get a chance can you take another look at the flow manager spec? It went into merge conflict and I had to put a new PS up https://review.openstack.org/#/c/320439/ | 21:39 |
*** fragatin_ has joined #openstack-neutron | 21:39 | |
ihrachys | davidsha, I don't think I have cycles to pursue it, sorry | 21:40 |
*** baoli has quit IRC | 21:42 | |
*** fragatina has quit IRC | 21:42 | |
*** rossella_ has joined #openstack-neutron | 21:43 | |
*** fragatin_ has quit IRC | 21:45 | |
*** fragatina has joined #openstack-neutron | 21:46 | |
*** catintheroof has quit IRC | 21:47 | |
*** thorst_afk has quit IRC | 21:47 | |
*** tbachman has quit IRC | 21:49 | |
*** aojea has quit IRC | 21:49 | |
*** crose has quit IRC | 21:51 | |
*** slaweq has quit IRC | 21:52 | |
*** annegentle has quit IRC | 21:52 | |
*** haplo37 has quit IRC | 21:53 | |
*** crushil_ has quit IRC | 21:53 | |
*** amuller has quit IRC | 21:55 | |
*** armax has joined #openstack-neutron | 21:56 | |
*** ramishra has joined #openstack-neutron | 21:59 | |
*** claudiub has quit IRC | 21:59 | |
*** davidsha has quit IRC | 22:00 | |
*** yee379 has quit IRC | 22:01 | |
*** kbringard has quit IRC | 22:01 | |
*** yee379 has joined #openstack-neutron | 22:01 | |
*** baoli has joined #openstack-neutron | 22:01 | |
*** haplo37 has joined #openstack-neutron | 22:02 | |
*** itlinux has quit IRC | 22:03 | |
*** itlinux has joined #openstack-neutron | 22:04 | |
*** ijw has joined #openstack-neutron | 22:05 | |
*** slaweq has joined #openstack-neutron | 22:06 | |
*** Jeffrey4l_ has quit IRC | 22:08 | |
*** kriskend has quit IRC | 22:10 | |
*** crushil_ has joined #openstack-neutron | 22:11 | |
*** yuanying has quit IRC | 22:12 | |
*** crushil_ has quit IRC | 22:12 | |
*** yuanying has joined #openstack-neutron | 22:12 | |
*** Jeffrey4l has joined #openstack-neutron | 22:13 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron master: Update team members according to latest events https://review.openstack.org/466116 | 22:14 |
*** slaweq has quit IRC | 22:15 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron master: Update team members according to latest events https://review.openstack.org/466116 | 22:16 |
*** bfournie has joined #openstack-neutron | 22:16 | |
*** bfournie has quit IRC | 22:17 | |
*** yamamoto_ has joined #openstack-neutron | 22:19 | |
*** Sukhdev has quit IRC | 22:20 | |
*** tbachman has joined #openstack-neutron | 22:21 | |
*** yamamoto_ has quit IRC | 22:24 | |
*** ramishra has quit IRC | 22:27 | |
*** mickeys has quit IRC | 22:27 | |
*** salv-orlando has quit IRC | 22:29 | |
trevormc | I can't triage or wishlist bugs so how do they get on the drivers review list? | 22:30 |
trevormc | This is the link they use, https://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe | 22:30 |
trevormc | am i just not worthy? lol | 22:31 |
*** salv-orlando has joined #openstack-neutron | 22:34 | |
*** Sukhdev has joined #openstack-neutron | 22:37 | |
ihrachys | trevormc, which bug. ideally bug deputy will triage it for you. | 22:37 |
ihrachys | trevormc, add rfe tag, that should work for everyone | 22:37 |
*** mickeys has joined #openstack-neutron | 22:37 | |
*** salv-orlando has quit IRC | 22:38 | |
trevormc | ihrachys, #1690921 and #1690937 | 22:40 |
*** fnaval has joined #openstack-neutron | 22:40 | |
trevormc | rfe tag is in the summary and added as an official tag | 22:40 |
*** fnaval has quit IRC | 22:42 | |
ihrachys | trevormc, set Triaged and Wishlist to both | 22:42 |
*** fnaval has joined #openstack-neutron | 22:43 | |
*** itlinux has quit IRC | 22:44 | |
*** chlong has quit IRC | 22:45 | |
*** thorst_afk has joined #openstack-neutron | 22:48 | |
*** abhiraut has quit IRC | 22:51 | |
*** mriedem1 has joined #openstack-neutron | 22:53 | |
*** limao has joined #openstack-neutron | 22:55 | |
*** mriedem has quit IRC | 22:55 | |
openstackgerrit | Merged openstack/neutron master: Fix nullable data_plane_status reference in port OVO https://review.openstack.org/465423 | 22:57 |
*** trevormc has quit IRC | 23:00 | |
*** gouthamr has joined #openstack-neutron | 23:01 | |
mlavalle | kevinbenton: good meeting, we made progress | 23:02 |
ihrachys | kevinbenton, re py3 func tests, I posted https://review.openstack.org/#/c/466122/ and will have a look at it closely tomorrow | 23:04 |
ihrachys | this should be first step to assess how far we are | 23:04 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron master: Updated from global requirements https://review.openstack.org/465574 | 23:05 |
*** boden has quit IRC | 23:06 | |
*** thorst_afk has quit IRC | 23:06 | |
ihrachys | ok ciao and have a good evening everyone | 23:06 |
kevinbenton | ihrachys: you too! | 23:06 |
*** mriedem1 is now known as mriedem | 23:09 | |
*** ihrachys has quit IRC | 23:10 | |
*** pmannidi has joined #openstack-neutron | 23:11 | |
*** armax has quit IRC | 23:13 | |
*** gouthamr has quit IRC | 23:13 | |
*** limao_ has joined #openstack-neutron | 23:16 | |
*** limao has quit IRC | 23:17 | |
*** yamamoto_ has joined #openstack-neutron | 23:20 | |
*** salv-orlando has joined #openstack-neutron | 23:22 | |
*** armax has joined #openstack-neutron | 23:22 | |
*** baoli has quit IRC | 23:23 | |
*** yamamoto_ has quit IRC | 23:26 | |
*** salv-orlando has quit IRC | 23:26 | |
*** limao_ has quit IRC | 23:29 | |
*** salv-orlando has joined #openstack-neutron | 23:31 | |
*** salv-orlando has quit IRC | 23:31 | |
*** ijw has quit IRC | 23:35 | |
*** vhosakot has quit IRC | 23:39 | |
*** mlavalle has quit IRC | 23:40 | |
*** wolverin_ has joined #openstack-neutron | 23:43 | |
*** Fdaisuke_ has joined #openstack-neutron | 23:43 | |
*** Fdaisuke has quit IRC | 23:43 | |
*** wolverineav has quit IRC | 23:43 | |
*** aojea has joined #openstack-neutron | 23:49 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron-specs master: Sync down exclusion version for sphinx https://review.openstack.org/465779 | 23:50 |
*** aojea has quit IRC | 23:54 | |
openstackgerrit | Merged openstack/neutron-specs master: Sync down exclusion version for sphinx https://review.openstack.org/465779 | 23:55 |
*** ijw has joined #openstack-neutron | 23:56 | |
*** ijw has quit IRC | 23:56 | |
*** ijw has joined #openstack-neutron | 23:57 | |
*** ijw has quit IRC | 23:58 | |
*** ijw has joined #openstack-neutron | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!