Monday, 2014-06-30

*** openstack has joined #openstack-neutron13:49
*** leseb has joined #openstack-neutron13:50
*** rotbeard has quit IRC13:51
openstackgerritRomil Gupta proposed a change to openstack/neutron: Introduced a new field in ml2_network_segments table  https://review.openstack.org/10354613:51
amullerIf I fetch && rebase master, rm -rf .tox, then run tox -e py27 neutron.tests.unit.test_db_plugin (For example), I get a failure for every test with: DuplicateOptError: duplicate option: fake_rabbit13:52
amullerihrachyshka: ^13:52
amullerAny ideas? Has anyone else run into this?13:52
*** trad511 has joined #openstack-neutron13:53
*** leseb has quit IRC13:54
ihrachyshkaamuller: have you cleaned up old .pyc files from neutron/openstack/common/[notifier|rpc]?13:56
amullerThat's what I just tried13:56
ihrachyshkaamuller: those two trees were removed, but .pyc files are untracked, so remained13:56
amullerihrachyshka: I think that's it, thanks :)13:56
ihrachyshkaamuller: yeah, every single one who will update his tree to 'after oslo.msg port', will get the failure13:57
mesterysalv-orlando: Thanks sir!13:57
ihrachyshkaamuller: I'll post an email to openstack-dev@ with the tip, you're not the first one and not the last one to ask13:57
amullergreat thanks13:57
*** ramishra has joined #openstack-neutron13:59
*** leseb has joined #openstack-neutron14:03
*** trad5111 has joined #openstack-neutron14:07
*** trad511 has quit IRC14:09
*** otherwiseguy has quit IRC14:10
*** vivek-ebay has joined #openstack-neutron14:11
*** phil_h has joined #openstack-neutron14:13
openstackgerritAssaf Muller proposed a change to openstack/neutron: Change all occurences of no_delete to do_delete  https://review.openstack.org/9201314:14
*** jgrimm has joined #openstack-neutron14:15
*** rwsu has joined #openstack-neutron14:16
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Database healing migration  https://review.openstack.org/9643814:16
*** TrevorV_ has joined #openstack-neutron14:22
*** tristanC has joined #openstack-neutron14:22
*** jecarey has joined #openstack-neutron14:24
*** radez is now known as radez_g0n314:24
*** rolledback has joined #openstack-neutron14:25
*** radez_g0n3 is now known as radez14:27
*** vivek-ebay has quit IRC14:27
*** ilyashakhat has quit IRC14:28
*** otherwiseguy has joined #openstack-neutron14:30
*** leseb has quit IRC14:30
*** leseb has joined #openstack-neutron14:31
*** diegows has quit IRC14:33
*** otherwiseguy has quit IRC14:34
*** gildub has quit IRC14:35
*** leseb has quit IRC14:35
*** dvorkinista has joined #openstack-neutron14:38
openstackgerritAssaf Muller proposed a change to openstack/neutron: Make sure that gateway is in CIDR range by default  https://review.openstack.org/9261914:38
*** yfauser has joined #openstack-neutron14:41
*** alagalah has joined #openstack-neutron14:42
*** dvorkinista has quit IRC14:43
*** yfauser has quit IRC14:44
*** carl_baldwin has joined #openstack-neutron14:44
*** diegows has joined #openstack-neutron14:45
*** yamamoto has quit IRC14:46
anteayamestery: if you have a moment, I would like to ask you your thoughts on this: http://lists.openstack.org/pipermail/openstack-dev/2014-June/038951.html14:47
*** kopparam_ has quit IRC14:47
overlayerfolks, what is the best way to know what internal VLAN tag is associated with a specific network id, in br-int, from a developer's pov?14:48
*** kopparam has joined #openstack-neutron14:48
*** xarses has quit IRC14:49
*** xgerman has joined #openstack-neutron14:52
*** WackoRobie has quit IRC14:52
*** WackoRobie has joined #openstack-neutron14:52
*** kopparam has quit IRC14:52
amulleroverlayer: From a network id point of view or internal VLAN tag point of view? What are you starting from?14:52
*** WackoRob_ has joined #openstack-neutron14:54
*** salv-orlando has quit IRC14:54
*** phil_h has quit IRC14:55
*** zhiyan is now known as zhiyan_14:55
overlayeramuller, I have the network ID14:56
*** zhiyan_ is now known as zhiyan14:56
*** WackoRobie has quit IRC14:57
amulleroverlayer: One way to do it would be to port-list, get one port on your network that's on the host you're on, go to the host, ovs-vsctl show, find that port via the port id prefix14:58
amulleroverlayer: And you've got the internal vlan tag14:58
*** WackoRob_ has quit IRC14:58
*** zhiyan is now known as zhiyan_14:59
*** sballe has joined #openstack-neutron14:59
*** thedodd has joined #openstack-neutron15:00
*** alagalah_ has joined #openstack-neutron15:01
*** alagalah has quit IRC15:02
*** marun has joined #openstack-neutron15:06
*** mitz- has quit IRC15:07
*** mitz has joined #openstack-neutron15:07
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Database healing migration  https://review.openstack.org/9643815:08
openstackgerritCarl Baldwin proposed a change to openstack/neutron: ML2 additions to support DVR  https://review.openstack.org/10239815:08
*** marun has quit IRC15:08
*** alex_klimov has quit IRC15:09
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers  https://review.openstack.org/8969415:09
*** diegows has quit IRC15:09
*** xarses has joined #openstack-neutron15:10
amotokiobondarev: ping15:11
*** sbalukoff has quit IRC15:11
*** WackoRobie has joined #openstack-neutron15:11
*** marun has joined #openstack-neutron15:12
*** nati_ueno has joined #openstack-neutron15:12
*** yfried_ has quit IRC15:12
*** kaiserpathos has joined #openstack-neutron15:13
*** zz_blogan is now known as blogan15:14
overlayeramuller, Nice... but is that acceptable in terms of code/architecture? I thought maybe there was a more direct way, through ovs_lib or something related...15:14
*** marun is now known as marun_afk15:14
overlayeramuller, but nevertheless, thank you, it is enough to make it work for now.15:14
amulleroverlayer: The OVS agent holds its state15:14
*** ranger81 has joined #openstack-neutron15:14
*** lingxian has quit IRC15:14
amulleroverlayer: the local VLANs, etc15:15
*** mitz has quit IRC15:15
*** m_col has quit IRC15:16
*** mitz has joined #openstack-neutron15:16
*** nlahouti has joined #openstack-neutron15:17
*** phil_h has joined #openstack-neutron15:18
*** chandan_kumar has quit IRC15:18
overlayeramuller, yeah... thanks for unblocking this for me ;)15:18
amulleroverlayer: Sure15:18
*** ranger81 has quit IRC15:19
*** ihrachyshka has quit IRC15:19
*** erecio has quit IRC15:22
*** yamamoto has joined #openstack-neutron15:23
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Database healing migration  https://review.openstack.org/9643815:24
*** amuller has quit IRC15:25
*** mandeep has joined #openstack-neutron15:26
*** yamamoto has quit IRC15:27
*** otherwiseguy has joined #openstack-neutron15:29
*** jckasper has quit IRC15:29
*** jckasper has joined #openstack-neutron15:30
*** diegows has joined #openstack-neutron15:31
*** leseb has joined #openstack-neutron15:31
mesteryanteaya: I saw that email this morning. :)15:32
anteayaany thoughts15:32
anteayaif so, I'd like to hear them15:32
mesteryanteaya: I hope Luke joins us to discuss this at the meeting today, I am going to reply with that suggestion :)15:32
anteayagreat15:32
anteayamestery: would you be so kind as to add an agenda item to the wiki15:33
anteayaunder third party ci highlights15:33
*** otherwiseguy has quit IRC15:33
anteayaand I'll let you talk to him about it15:33
anteayamestery: does that work for you?15:33
mesteryanteaya: Will do, yes.15:34
mesteryanteaya: WFM15:34
*** otherwiseguy has joined #openstack-neutron15:35
mesterylukego: Can you make the 3rd party meeting today?15:35
*** jckasper has quit IRC15:35
mesterylukego: I added an agenda item to discuss your email: https://wiki.openstack.org/wiki/Meetings/ThirdParty#Agenda_for_next_meeting15:35
lukegomestery: reckon so, yep15:35
mesterylukego: Sweet, thanks sir!15:35
mesterylukego: Will be good to get clarification, pain points, etc. Much appreciated!15:35
lukegoI am hacking a prototype now actually.15:35
anteayamestery: my thanks15:36
*** leseb has quit IRC15:36
*** jckasper has joined #openstack-neutron15:36
mesterylukego: Awesome! Looking forward to discussing with anteaya and others. :)15:36
lukegothese are the lines along which I am thinking… https://gist.github.com/lukego/1606dc5a9fc494bd84c915:38
lukego(ok a bit obscure w/o readme, coming..)15:39
lukegothe idea is < 100 lines of shell to replace the whole shebang including Jenkins. goal is to make the CI infrastructure simple enough to be tractable to the poor fellas who are operating it (who are not infra gurus and have a hard time keeping jenkins/gerrit/zuul/gearman/nodepool/etc happy)15:40
lukego(bbiab)15:41
*** dsneddon has joined #openstack-neutron15:43
*** jmg_ has joined #openstack-neutron15:43
mesterylukego: Looking at it now15:46
*** nati_ueno has quit IRC15:47
*** jmg_ has quit IRC15:48
*** leseb has joined #openstack-neutron15:48
*** armax has joined #openstack-neutron15:48
*** mandeep has quit IRC15:50
*** yamamoto has joined #openstack-neutron15:51
*** zzelle_ has joined #openstack-neutron15:52
*** devvesa has quit IRC15:54
*** pasquier-s has quit IRC15:55
*** jgallard has quit IRC15:55
*** yamamoto has quit IRC15:55
*** jobewan has joined #openstack-neutron15:56
*** pcarver has quit IRC15:58
*** chandan_kumar has joined #openstack-neutron15:59
*** thedodd has quit IRC16:00
*** marun_afk is now known as marun16:00
*** dvorkinista has joined #openstack-neutron16:01
*** dvorkinista has quit IRC16:01
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers  https://review.openstack.org/8969416:01
*** baoli has quit IRC16:02
*** dvorkinista has joined #openstack-neutron16:02
*** nlahouti has quit IRC16:02
*** dvorkinista has quit IRC16:03
lukegomestery: The main missing bit now is the part that actually runs the tests and collects logs e.g. run devstack/tempest. The script I use now is based on the one I got from you yonks ago. do you still use that? (I’d quite like to compare notes with others and see e.g. if there are nice tricks for e.g. not mistaking test rig failures for code that should be voted down)16:04
*** dvorkinista has joined #openstack-neutron16:04
*** vivek-ebay has joined #openstack-neutron16:06
mesterylukego: I should see if I can get dave_tucker to join the meeting today, he's been doing a fair amount with the ODL Jenkins recently.16:07
*** ranger81 has joined #openstack-neutron16:07
dave_tuckermestery: not sure I can make it - Monday's pas 5pm GMT aren't good for me...16:08
*** VijayB_ has joined #openstack-neutron16:08
mesterydave_tucker: No worries, I'll do my best to fill in for you and ping you tomorrow if something comes up. Thanks!16:08
*** bashok has quit IRC16:09
lukegodave_tucker: do you happen to have a CI script you could mail me to cherry pick ideas from? (Kyle sent me the previous and that really helped me out)16:09
dave_tuckermestery: lukego: https://github.com/dave-tucker/odl-openstack-ci16:09
*** thedodd has joined #openstack-neutron16:09
lukegomuchos gracias16:09
dave_tuckerlukego: I started re-working what we had to make it look more like the script the devstack-gate script16:10
dave_tuckerit's still a WIP16:10
mesterydave_tucker: Super cool, thanks!16:10
lukegoour first CI used vagrant but lately I have been running directly on the test host16:10
dave_tuckerlukego: I'm only using vagrant to test locally ;)16:11
*** nlahouti has joined #openstack-neutron16:11
*** erecio has joined #openstack-neutron16:11
dave_tuckerlukego: the idea is that jenkins just needs to clone this repo and run the odl-devstack-ci script16:11
dave_tuckerwhich saves having hundreds of lines of scripts in the jenkins job itself16:11
lukegoI do worry a bit about random resource leakages causing problems. but it’s probably impossible to really prevent all those kinds of errors and better to try and manage it well when the occur (e.g. stop auto-voting, get a good notification)16:11
*** VijayB_ has quit IRC16:12
*** ranger81 has quit IRC16:12
lukegodave_tucker: I like that idea. I am working on writing scripts to replace jenkins. (okay, jenkins isn’t so bad, but I am pissed at messing with Maven etc errors and hundreds of megabytes of Java today trying to build the Arista recheck patch, only to find it’s already in the upstream Gerrit now anyway)16:12
*** alagalah_ is now known as alagalah16:12
*** dvorkinista has quit IRC16:12
*** jpich has quit IRC16:12
lukegodave_tucker: I feel kinda like I am over the limit on time burned up trying to make complex infrastructure work and at the point where I want to do it over so that all mistakes are my own stupid fault.16:13
lukego</vent> :)16:14
dave_tuckerlukego: lol16:14
mesterylukego: lol16:14
*** jorgem has joined #openstack-neutron16:14
dave_tuckerlukego: one word of warning... I'm not sure how reliable the script we have running tempest is... seems to not be reporting tempest failures. fixing that is on my todo's but a little pressed for time right now16:15
*** shakamunyi has joined #openstack-neutron16:15
*** doddstack has joined #openstack-neutron16:15
*** thedodd has quit IRC16:15
dave_tuckerlukego: also I feel your pain re:maven16:15
*** shakamunyi has quit IRC16:15
lukego*nod*. that does seem like a tricky part, for the script to know when it should be confident enough to post a -116:15
lukegoI’m also trying to make the whole state (build queue, filter decisions, etc) apparent from the filesystem contents, with the idea that the whole machinery can be served up via apache and anybody can take a poke and see if something looks broken.16:16
*** shakamunyi has joined #openstack-neutron16:16
*** shakamunyi has quit IRC16:17
lukego(a bit like the whole world having a read-only view of Jenkins so they can poke around and compare setups / find problems — though I think you guys in ODL actually made a public read-onoly Jenkins for serving up logs anyway?)16:17
*** shakamunyi has joined #openstack-neutron16:17
*** shakamunyi has quit IRC16:18
*** ranger81 has joined #openstack-neutron16:18
*** shakamunyi has joined #openstack-neutron16:18
dave_tuckerlukego: yeah our jenkins serves up logs read-only16:22
lukegothat is a really nice touch. :)16:22
dave_tuckerlukego: shipping logs off somewhere else would be a better solution though - and will save diskpace16:23
dave_tuckerok gtg16:23
dave_tuckeri'm always around in the channel if you need - was nice to vmeet you lukego16:23
*** doddstack has quit IRC16:23
*** dave_tucker is now known as dave_tucker_zzz16:24
*** thedodd has joined #openstack-neutron16:24
lukegolikewise dave_tucker :)16:25
*** nlahouti has quit IRC16:26
*** morganfainberg_Z is now known as morganfainberg16:30
*** phil_h has quit IRC16:30
*** nlahouti has joined #openstack-neutron16:33
*** phil_h has joined #openstack-neutron16:36
openstackgerritAssaf Muller proposed a change to openstack/neutron: Make sure that gateway is in CIDR range by default  https://review.openstack.org/9261916:36
*** leseb has quit IRC16:37
*** leseb has joined #openstack-neutron16:38
*** spandhe has joined #openstack-neutron16:40
*** leseb has quit IRC16:42
*** yfried_ has joined #openstack-neutron16:42
*** safchain has quit IRC16:43
*** networkstatic has joined #openstack-neutron16:44
*** evgenyf has quit IRC16:44
*** ramishra has quit IRC16:45
*** ramishra has joined #openstack-neutron16:45
*** rolledback has quit IRC16:47
*** vimal7370 has joined #openstack-neutron16:48
*** VijayB_ has joined #openstack-neutron16:49
*** ygbo has quit IRC16:49
openstackgerritJakub Libosvar proposed a change to openstack/python-neutronclient: Add option for retry number of connection attempts  https://review.openstack.org/9010416:49
*** ramishra has quit IRC16:50
*** garyk has joined #openstack-neutron16:50
*** vimal_ has quit IRC16:51
*** yamamoto has joined #openstack-neutron16:51
*** coolsvap|afk is now known as coolsvap16:52
*** vimal7370 has quit IRC16:54
*** geekinutah has joined #openstack-neutron16:55
*** annegent_ has joined #openstack-neutron16:55
*** yamamoto has quit IRC16:56
*** SpamapS_ is now known as SpamapS16:57
*** SpamapS has quit IRC16:57
*** SpamapS has joined #openstack-neutron16:57
*** vimal7370 has joined #openstack-neutron16:58
*** suresh12 has joined #openstack-neutron16:58
*** pcarver has joined #openstack-neutron16:59
*** kickinz1 is now known as kickinz1|away16:59
*** baoli has joined #openstack-neutron17:01
*** yfried_ has quit IRC17:01
*** yfried_ has joined #openstack-neutron17:04
*** gduan has quit IRC17:04
*** vimal7370 has quit IRC17:06
openstackgerritHareesh Puthalath proposed a change to openstack/neutron: Configuration agent for Cisco devices  https://review.openstack.org/10359317:07
*** WackoRobie has quit IRC17:07
*** WackoRobie has joined #openstack-neutron17:08
*** vimal7370 has joined #openstack-neutron17:08
*** jlibosva has quit IRC17:12
*** WackoRobie has quit IRC17:12
*** nati_ueno has joined #openstack-neutron17:14
*** annegent_ has quit IRC17:15
*** vimal_ has joined #openstack-neutron17:16
*** harlowja has joined #openstack-neutron17:17
*** jroovers has quit IRC17:18
*** alagalah_ has joined #openstack-neutron17:20
*** vimal7370 has quit IRC17:20
*** francois_eleouet has joined #openstack-neutron17:21
*** ijw has joined #openstack-neutron17:21
*** alex_klimov has joined #openstack-neutron17:21
*** kopparam has joined #openstack-neutron17:22
*** feleouet has quit IRC17:22
*** alagalah has quit IRC17:22
*** Sukhdev has joined #openstack-neutron17:23
*** vimal_ has quit IRC17:23
*** ijw has quit IRC17:26
*** kopparam has quit IRC17:26
*** otherwiseguy has quit IRC17:29
*** otherwiseguy has joined #openstack-neutron17:30
*** rolledback has joined #openstack-neutron17:31
*** simon-AS559 has joined #openstack-neutron17:32
*** andyshi has quit IRC17:34
*** aveiga has quit IRC17:41
*** padkrish has joined #openstack-neutron17:42
*** sbfox has joined #openstack-neutron17:44
*** padkrish has quit IRC17:45
*** Sukhdev has quit IRC17:45
*** padkrish has joined #openstack-neutron17:45
*** WackoRobie has joined #openstack-neutron17:45
*** ijw has joined #openstack-neutron17:46
*** otherwiseguy has quit IRC17:46
*** padkrish has quit IRC17:50
*** otherwiseguy has joined #openstack-neutron17:51
*** yamamoto has joined #openstack-neutron17:51
openstackgerritA change was merged to openstack/neutron: changes ovs agent to get bridges via ovs_lib  https://review.openstack.org/10196517:54
*** erecio has quit IRC17:54
*** zzelle has quit IRC17:55
*** erecio has joined #openstack-neutron17:55
*** yamamoto has quit IRC17:56
*** sbalukoff has joined #openstack-neutron17:57
*** thedodd has quit IRC17:59
*** jckasper_ has joined #openstack-neutron18:03
*** luqas has joined #openstack-neutron18:04
*** alagalah_ has quit IRC18:04
*** evgenyf has joined #openstack-neutron18:05
*** alagalah has joined #openstack-neutron18:05
*** jckasper has quit IRC18:05
*** bjornar has joined #openstack-neutron18:05
carl_baldwinpcm__: ping18:08
*** ranger81 has quit IRC18:08
*** salv-orlando has joined #openstack-neutron18:11
*** networkstatic has quit IRC18:14
*** salv-orlando has quit IRC18:14
*** garyduan has joined #openstack-neutron18:14
*** suresh12 has quit IRC18:17
*** ijw_ has joined #openstack-neutron18:18
*** SumitNaiksatam has joined #openstack-neutron18:18
*** bjornar has quit IRC18:19
*** ijw has quit IRC18:20
*** trad5111 has quit IRC18:21
*** suresh12 has joined #openstack-neutron18:24
*** coolsvap is now known as coolsvap|afk18:24
*** ijw_ has quit IRC18:24
*** jp_at_hp has quit IRC18:24
*** dvorkinista has joined #openstack-neutron18:24
*** ajo|mac has joined #openstack-neutron18:25
*** thedodd has joined #openstack-neutron18:25
*** evgenyf has quit IRC18:26
*** mlavalle has joined #openstack-neutron18:27
*** dvorkinista has quit IRC18:30
*** evgenyf has joined #openstack-neutron18:31
*** sbfox has quit IRC18:31
*** sbfox has joined #openstack-neutron18:33
*** ijw has joined #openstack-neutron18:35
*** Sukhdev has joined #openstack-neutron18:35
*** evgenyf has quit IRC18:35
*** ranger81 has joined #openstack-neutron18:37
*** gduan has joined #openstack-neutron18:38
*** garyduan has quit IRC18:39
*** jprovazn has joined #openstack-neutron18:42
*** dguitarbite has quit IRC18:42
*** suresh12 has quit IRC18:44
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Split API and RPC workers in to one separate process each (WIP)  https://review.openstack.org/7602118:49
mlavallemestery: ping18:49
mesterymlavalle: Howdy sir!18:50
mlavallemestery: I saw your email about the etherpad for next week. I was going to propose that today during the IRC meeting, so I fully agree18:50
*** yamamoto has joined #openstack-neutron18:51
mlavallemestery: here's what I propose: let's use today's IRC meeting to discuss with other team members (markmcclain, salv-orlando) what they need from tempest for next week to be succesful. Based on their input and my own ideas, I will put together my section of the etherpad during this week. Makes sense?18:52
mesterymlavalle: Perfect! Can you fill in your sections?18:52
mesterymlavalle: Sounds good to me.18:52
mesterymlavalle: I'm going to devote at least half the meeting to parity and next week's sprint anyways.18:53
mesterySo it fits right in.18:53
*** otherwiseguy has quit IRC18:53
mlavallemestery: perfect, I just don't want to go off with my own ideas, when other things might be more important18:53
mlavalle:-)18:53
mesterymlavalle: Sounds like a plan, thanks!18:53
*** ajo|mac has quit IRC18:54
*** yamamoto has quit IRC18:56
zzelle_mlavalle, hi18:56
openstackgerritEdgar Magana proposed a change to openstack/neutron: Stop the dhcp-agent process when dnsmasq version is not determined  https://review.openstack.org/9697618:57
mlavallezzelle_: hi, I saw that you submitted to gerrit a new patchset18:57
mlavallezzelle_: thanks!18:57
mlavalle:-)18:57
zzelle_mlavalle, should i implement negative tests for provider ext ?18:57
mlavallezzelle_: no, we don't do negative tests…. there is an automatic framework within tempest that is under development that will take care of that18:58
zzelle_mlavalle, ok18:59
zzelle_mlavalle, i will also provide positive tests for multi-provider ext18:59
mlavallezzelle_: poerfect. I will review your patset later today19:00
zzelle_mlavalle, thanks, my first try on tempest :)19:00
*** suresh12 has joined #openstack-neutron19:03
luqasmestery: hi, the third party meeting is over but I have a couple of remaining questions19:04
mesteryluqas: Hi there, please go ahead19:04
*** dfarrell07 is now known as dfarrell07_afk19:04
luqasok, first is that I didn't know logs weren't browsable in firefox, I guess it is just a matter of properly configuring the mime types in apache19:05
luqasI'm talking about Midokura CI Bot19:05
*** annegent_ has joined #openstack-neutron19:05
luqasand second is regarding the downvoting of the CI19:06
mesteryluqas: That could be, yes. Browsing in-browser makes thing easier and the community generally feels favorable moving in that direction.19:06
*** ijw_ has joined #openstack-neutron19:06
luqaswell, I wasn't using firefox so they appear to be browsable but it turns out they don't, I'll fix that19:06
*** rolledback has quit IRC19:06
luqasand regarding the downvoting on a failure, is it necessary to ask you permission?19:07
*** adam_g` is now known as adam_g19:07
mesteryluqas: I think similar to +1 voting, that seems to be the case, yes. Per the discussion, downvoting has it's own set of issues it can cause for people's patches. :)19:07
*** dims has quit IRC19:08
*** ijw has quit IRC19:08
luqasmestery: let's put it in another way, for J-2 is it necessary to being voting on both success and failure?19:08
*** ijw has joined #openstack-neutron19:08
mesteryluqas: Ah, so for that, I think voting on success is better. There appears to be enough issues around failure that we should track that and discuss again next week in the third-party meeting.19:10
mesteryluqas: makes sense?19:10
luqasmestery: sure19:10
anteayakevinbenton: nice kick off email19:11
*** nati_ueno has quit IRC19:11
*** ijw_ has quit IRC19:11
*** nati_ueno has joined #openstack-neutron19:12
luqasmestery: thanks, I'll fix the browsability of the logs and wait for your email on the CIs status19:13
*** rolledback has joined #openstack-neutron19:14
*** markmcclain has joined #openstack-neutron19:14
*** rolledback has quit IRC19:14
*** ijw has quit IRC19:18
kevinbentonanteaya: thanks19:19
*** rolledback has joined #openstack-neutron19:20
anteayamestery: when you get a chance, perhaps you can have a section at the top listing the systems not yet in compliance?19:22
anteayahttps://etherpad.openstack.org/p/ZLp9Ow3tNq19:22
mesteryanteaya: Makes sense19:25
*** luqas has quit IRC19:25
anteayathanks19:25
openstackgerritA change was merged to openstack/neutron: Switch to using of oslo.db  https://review.openstack.org/10351919:26
*** otherwiseguy has joined #openstack-neutron19:27
anteayamestery: a snappy title, well done19:27
*** julim has quit IRC19:30
*** networkstatic has joined #openstack-neutron19:30
mesteryanteaya: :)19:30
*** ijw has joined #openstack-neutron19:30
*** suresh12 has quit IRC19:30
*** nlahouti has quit IRC19:31
*** ihrachyshka has joined #openstack-neutron19:33
*** julim has joined #openstack-neutron19:33
*** VijayB_ has quit IRC19:33
*** lukego has quit IRC19:33
*** VijayB has joined #openstack-neutron19:33
anteayamestery: I'd also like to let you know that sweston has been working with me to get brocade ci's in shape19:34
anteayamestery: he has two of the cis reporting on the sandbox and has the logs looking good from what I can see19:34
*** ijw has quit IRC19:35
anteayamestery: we got some feedback from qa on them and I have given sweston that feedback19:35
mesteryanteaya: Awesome! That's good news!19:35
anteayamestery: so sometime this week he will ask to start commenting on neutron19:35
*** annegent_ has quit IRC19:35
*** amitpp has joined #openstack-neutron19:35
mesteryanteaya: Super! Thanks for helping him out!19:36
anteayathat should put at least 2 of teh brocade ci systems in place to apply for voting prior to j219:36
anteayanp19:36
anteayahe has done a lot of hard work19:36
mesteryawesome!19:36
anteayaand gotten himself into a good place19:36
*** ihrachyshka has quit IRC19:37
*** VijayB has quit IRC19:38
*** annegent_ has joined #openstack-neutron19:39
*** annegent_ has quit IRC19:40
enikanorov__markmcclain: Hi. I've left another general comment on your flavors proposal. What do you think of suggestions?19:40
*** annegent_ has joined #openstack-neutron19:40
*** SridharG has quit IRC19:40
openstackgerritA change was merged to openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/10274219:40
*** suresh12 has joined #openstack-neutron19:40
*** vivek-ebay has quit IRC19:45
*** vivek-ebay has joined #openstack-neutron19:46
*** nlahouti has joined #openstack-neutron19:46
*** ihrachyshka has joined #openstack-neutron19:48
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers  https://review.openstack.org/8969419:48
zzelle_enikanorov__, hi19:49
enikanorov__zzelle_: hi19:49
zzelle_enikanorov__, according to yamamoto comment in https://review.openstack.org/#/c/101982/4/neutron/plugins/ml2/drivers/type_vxlan.py19:49
enikanorov__armax: hi, i've seen you pinged me some time ago. Can I help you with anything?19:49
*** markmcclain has quit IRC19:49
armaxenikanorov__: no worries19:49
armaxwe both already took care of it19:49
zzelle_enikanorov__, it seems https://bugs.launchpad.net/neutron/+bug/1307295 is not solved for postgresql19:50
*** vivek-ebay has quit IRC19:50
enikanorov__armax: ok19:50
armaxenikanorov__: thanks for getting back to me :)19:50
enikanorov__armax: sorry for doing it so late19:50
enikanorov__zzelle_: looking19:50
*** yamamoto has joined #openstack-neutron19:51
*** chandan_kumar has quit IRC19:52
*** shakamunyi has quit IRC19:52
*** shakamunyi has joined #openstack-neutron19:53
*** yamamoto_ has joined #openstack-neutron19:53
*** shakamunyi has quit IRC19:53
*** nati_ueno has quit IRC19:55
*** nati_ueno has joined #openstack-neutron19:55
*** strictlyb is now known as sb19:56
*** yamamoto has quit IRC19:56
*** dims has joined #openstack-neutron19:56
*** yamamoto_ has quit IRC19:57
*** WackoRobie has quit IRC19:58
enikanorov__zzelle_: i've left a comment19:58
zzelle_enikanorov__, when using postgresql, session.query(VxlanAllocation).with_lockmode ... locks existings rows but does not prevent someone from inserting new ones ?19:58
*** WackoRobie has joined #openstack-neutron19:58
*** julim has quit IRC20:00
enikanorov__zzelle_: i believe it's the same with mysql and postgress20:00
enikanorov__it locks the rows it reads20:00
*** xmltok_ has quit IRC20:01
zzelle_enikanorov__, nope, mysql locks the table, postgres the selected rows20:01
zzelle_https://github.com/openstack/oslo.db/blob/master/oslo/db/sqlalchemy/session.py#L182-L18720:01
*** julim has joined #openstack-neutron20:02
*** xmltok_ has joined #openstack-neutron20:02
*** ihrachyshka has quit IRC20:02
*** xmltok_ has quit IRC20:02
*** WackoRobie has quit IRC20:02
enikanorov__i think what is really important here is that we're talking about two pieces of code that do with_lockmode('update'), and not about two codes one of which locks and other just insterts20:03
*** dsneddon has quit IRC20:04
*** trad511 has joined #openstack-neutron20:04
*** regXboi has left #openstack-neutron20:06
zzelle_enikanorov__, i will write a small bench to check behavior20:07
enikanorov__sure.20:07
*** xmltok_ has joined #openstack-neutron20:08
*** yfried_ has quit IRC20:10
*** yfried_ has joined #openstack-neutron20:11
*** rolledback has quit IRC20:12
*** ajo|mac has joined #openstack-neutron20:12
*** sbfox has quit IRC20:14
*** amitpp has quit IRC20:14
*** rolledback has joined #openstack-neutron20:15
*** sbfox has joined #openstack-neutron20:15
*** crc32 has joined #openstack-neutron20:16
*** dsneddon has joined #openstack-neutron20:16
*** alexpilotti has quit IRC20:16
*** vivek-ebay has joined #openstack-neutron20:18
*** WackoRobie has joined #openstack-neutron20:18
*** fyb3r has joined #openstack-neutron20:19
*** vivek-ebay has quit IRC20:20
*** vivek-ebay has joined #openstack-neutron20:20
fyb3rCurious to know if this channel is acutally active before I start asking questions :P skepitcle with openstack's IRC crew still20:20
*** jckasper__ has joined #openstack-neutron20:23
openstackgerritBradley Klein proposed a change to openstack/python-neutronclient: Add keystone v3 auth support  https://review.openstack.org/9239020:24
*** VijayB has joined #openstack-neutron20:25
*** fifieldt has quit IRC20:25
*** fifieldt has joined #openstack-neutron20:26
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers  https://review.openstack.org/8422320:26
*** xmltok_ has quit IRC20:26
*** xmltok_ has joined #openstack-neutron20:27
*** jckasper_ has quit IRC20:27
jamespdfyb3r: I'm sure someone is around.20:27
fyb3rnm :) main room solved it for me20:28
*** Longgeek has quit IRC20:28
*** kopparam has joined #openstack-neutron20:28
fyb3rcheers for at least letting me know someone is at least watching in here20:28
*** yfried_ has quit IRC20:29
*** networkstatic has quit IRC20:29
*** yfried_ has joined #openstack-neutron20:29
* jamespd tips hat20:30
*** lori is now known as lori|away20:30
*** overlayer has quit IRC20:30
openstackgerritA change was merged to openstack/neutron: Replace occurences of 'test_tenant' with 'test-tenant' in tests  https://review.openstack.org/9196120:31
zzelle_enikanorov__, it works as you describes except if table is empty (or db is sqlite)20:31
enikanorov__sqlite doesn't count :)20:31
*** kopparam has quit IRC20:33
zzelle_enikanorov__, so multiple sync_allocations ok, but it should not work between sync_allocations and reserve_provider_network20:33
*** xmltok_ has quit IRC20:34
*** Sukhdev has quit IRC20:35
*** crc32 has quit IRC20:35
enikanorov__zzelle_: one concern i have is that previously, the query with with_lockmode was the first query of the transaction20:35
enikanorov__so the rest of the code was kinda under the lock20:36
enikanorov__I can't say right now if the code you've proposed has an issue with that20:36
enikanorov__(can't think of the cases)20:36
enikanorov__but i need to think more carefully20:36
*** markmcclain has joined #openstack-neutron20:36
*** VijayB has quit IRC20:37
*** VijayB_ has joined #openstack-neutron20:37
zzelle_enikanorov__, i think deleting before locking has no impact except if you change from [0:1000] to [2000:3000] with no vxlan allocateds20:37
zzelle_indeed the select for update select nothing !20:38
*** SumitNaiksatam has quit IRC20:38
*** crc32 has joined #openstack-neutron20:43
*** rolledback has quit IRC20:44
*** jprovazn has quit IRC20:45
*** amotoki has quit IRC20:47
*** kaiserpa_ has joined #openstack-neutron20:47
*** amotoki has joined #openstack-neutron20:47
*** amotoki has quit IRC20:47
*** kaiserpathos has quit IRC20:47
*** amotoki has joined #openstack-neutron20:48
*** yamamoto has joined #openstack-neutron20:51
*** Sukhdev has joined #openstack-neutron20:52
*** ijw has joined #openstack-neutron20:54
*** lykinsbd has joined #openstack-neutron20:55
*** tomoe_ has joined #openstack-neutron20:55
*** kaiserpathos has joined #openstack-neutron20:55
*** yamamoto_ has joined #openstack-neutron20:56
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR  https://review.openstack.org/10210120:56
*** WackoRobie has quit IRC20:56
*** yamamoto has quit IRC20:56
*** karimb has joined #openstack-neutron20:56
*** WackoRobie has joined #openstack-neutron20:56
*** salv-orlando has joined #openstack-neutron20:58
*** kaiserpa_ has quit IRC20:58
*** ijw has quit IRC20:59
*** jckasper has joined #openstack-neutron20:59
*** jckasper__ has quit IRC20:59
*** radez is now known as radez_g0n321:01
*** WackoRobie has quit IRC21:01
*** yamahata has joined #openstack-neutron21:02
*** SumitNaiksatam has joined #openstack-neutron21:06
*** jecarey has quit IRC21:09
*** TrevorV_ has quit IRC21:20
*** markmcclain has quit IRC21:20
*** julim has quit IRC21:21
*** jorgem has quit IRC21:23
*** doddstack has joined #openstack-neutron21:24
*** xmltok_ has joined #openstack-neutron21:25
*** thedodd has quit IRC21:25
*** HenryG_ has joined #openstack-neutron21:26
*** ijw has joined #openstack-neutron21:26
*** lykinsbd_ has joined #openstack-neutron21:26
*** dsneddon has quit IRC21:26
*** baoli_ has joined #openstack-neutron21:27
*** nati_uen_ has joined #openstack-neutron21:27
*** andyhky` has joined #openstack-neutron21:28
*** radez_g0` has joined #openstack-neutron21:28
*** dsneddon has joined #openstack-neutron21:28
*** yamahata__ has joined #openstack-neutron21:29
*** erecio has quit IRC21:30
*** overlayer has joined #openstack-neutron21:31
*** jogo_awa1 has joined #openstack-neutron21:31
*** epa___ has joined #openstack-neutron21:31
*** ToM--_ has joined #openstack-neutron21:31
*** nlahouti has quit IRC21:31
zzelle_mestery, hi21:31
mesteryzzelle_: neutron meeting going on21:32
zzelle_mestery, oups21:32
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers  https://review.openstack.org/8422321:32
*** busterswt has joined #openstack-neutron21:32
*** lori has joined #openstack-neutron21:32
*** andyhky has quit IRC21:34
*** radez_g0n3 has quit IRC21:34
*** HenryG has quit IRC21:34
*** chrisf_ has joined #openstack-neutron21:34
*** safchain has joined #openstack-neutron21:35
*** chrisf has quit IRC21:35
*** lykinsbd has quit IRC21:35
*** csd has quit IRC21:35
*** nati_ueno has quit IRC21:35
*** baoli has quit IRC21:35
*** jgrimm has quit IRC21:35
*** ToM-- has quit IRC21:35
*** jogo_away has quit IRC21:35
*** kevinbenton has quit IRC21:35
*** annashen has quit IRC21:35
*** cburgess has quit IRC21:35
*** lori|away has quit IRC21:35
*** epa_ has quit IRC21:35
*** juice has quit IRC21:35
*** yamahata has quit IRC21:35
*** csd has joined #openstack-neutron21:36
*** chrisf_ is now known as chrisf21:36
*** simon-AS559 has left #openstack-neutron21:36
*** annashen has joined #openstack-neutron21:36
*** juice has joined #openstack-neutron21:36
*** kevinbenton has joined #openstack-neutron21:36
*** tomoe_ has quit IRC21:37
*** tomoe_ has joined #openstack-neutron21:38
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR  https://review.openstack.org/10210121:41
*** cburgess has joined #openstack-neutron21:41
*** cburgess has quit IRC21:41
*** dfarrell07_afk is now known as dfarrell0721:42
*** cburgess has joined #openstack-neutron21:42
*** dave_tucker_zzz is now known as dave_tucker21:42
*** mtreinish has joined #openstack-neutron21:42
*** annegent_ has quit IRC21:45
*** annegent_ has joined #openstack-neutron21:46
*** cburgess has quit IRC21:49
*** cburgess has joined #openstack-neutron21:50
*** annegent_ has quit IRC21:51
*** kakuma has joined #openstack-neutron21:53
*** chuckC has quit IRC21:58
*** dims has quit IRC22:00
*** dsneddon has quit IRC22:01
*** dsneddon_ has joined #openstack-neutron22:02
*** dsneddon_ is now known as dsneddon22:02
*** mlavalle has quit IRC22:02
*** amotoki has quit IRC22:03
*** armax has left #openstack-neutron22:08
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR  https://review.openstack.org/10233222:09
*** sbfox has quit IRC22:09
*** jckasper has quit IRC22:10
*** networkstatic has joined #openstack-neutron22:11
*** zhipeng_ has quit IRC22:13
*** xmltok_ has quit IRC22:13
*** zhipeng has joined #openstack-neutron22:13
*** HenryG_ has quit IRC22:16
*** sbfox has joined #openstack-neutron22:18
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR  https://review.openstack.org/10233222:19
*** jobewan has quit IRC22:20
*** HenryG has joined #openstack-neutron22:21
*** HenryG has quit IRC22:21
*** tomoe_ has quit IRC22:21
zzelle_mestery, re22:22
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR  https://review.openstack.org/10233222:22
*** HenryG has joined #openstack-neutron22:22
*** suresh12 has quit IRC22:24
*** jaypipes has quit IRC22:24
zzelle_carl_baldwin, hi22:25
carl_baldwinzzelle_: hi22:26
zzelle_carl_baldwin, if you have time, could you have a look to a BP on dhcp agent customization ? https://review.openstack.org/9935622:27
*** nlahouti has joined #openstack-neutron22:27
carl_baldwinzzelle_: thanks for the ping.  I’ll try to get to it.  I’ll probably have a bit of time tonight.22:28
*** ajo|mac has quit IRC22:28
*** kaiserpathos has quit IRC22:29
*** VijayB_ has quit IRC22:30
*** VijayB has joined #openstack-neutron22:31
zzelle_carl_baldwin, thanks, i look like your feedback with an IPAM background22:31
carl_baldwinzzelle_: ??22:32
openstackgerritCarl Baldwin proposed a change to openstack/neutron-specs: Add blueprint rootwrap-daemon-mode  https://review.openstack.org/9388922:33
*** shakamunyi has joined #openstack-neutron22:33
zzelle_carl_baldwin, perhaps the specs could be updated in order to facilitate integrations of driver side features linked to IPAM22:33
carl_baldwinzzelle_: I see.  I will keep that in mind.22:34
*** safchain has quit IRC22:35
*** padkrish has joined #openstack-neutron22:35
openstackgerritCarl Baldwin proposed a change to openstack/neutron-specs: Add rootwrap-daemon-mode blueprint  https://review.openstack.org/9388922:35
*** VijayB has quit IRC22:35
*** karimb has quit IRC22:38
*** flwang has quit IRC22:38
*** karimb has joined #openstack-neutron22:38
*** bandarji has joined #openstack-neutron22:38
*** alex_klimov has quit IRC22:39
openstackgerritPaul Michali proposed a change to openstack/neutron: VPNaaS REST Client UT Broken  https://review.openstack.org/10367522:39
*** zzelle_ has quit IRC22:42
*** doddstack has quit IRC22:43
openstackgerritFei Long Wang proposed a change to openstack/python-neutronclient: Improve the method find_resourceid_by_name_or_id  https://review.openstack.org/10347622:44
*** carl_baldwin has quit IRC22:47
*** Sukhdev has quit IRC22:51
*** VijayB has joined #openstack-neutron22:53
*** annegent_ has joined #openstack-neutron22:53
*** VijayB_ has joined #openstack-neutron22:56
*** banix has quit IRC22:57
*** VijayB has quit IRC22:59
*** armax has joined #openstack-neutron23:00
*** karimb has quit IRC23:01
*** skullone has joined #openstack-neutron23:04
skullonei have a little confusion with neutron. we have existing VLANs and L3 switching to do all layer 3, but with neutron, even with provider networks, do you still need a dedicated network node?23:05
*** armax has left #openstack-neutron23:05
*** fyb3r has quit IRC23:07
*** dfarrell07 has quit IRC23:08
*** tomoe_ has joined #openstack-neutron23:08
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR  https://review.openstack.org/10210123:08
*** yamamoto_ has quit IRC23:13
*** annegent_ has quit IRC23:17
*** chuckC has joined #openstack-neutron23:17
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR  https://review.openstack.org/10233223:18
*** openstackgerrit has quit IRC23:19
*** openstackgerrit has joined #openstack-neutron23:21
*** tomoe_ has quit IRC23:21
*** yamahata__ has quit IRC23:23
*** dave_tucker is now known as dave_tucker_zzz23:25
*** dave_tucker_zzz is now known as dave_tucker23:25
*** zhiyan_ is now known as zhiyan23:26
*** markmcclain has joined #openstack-neutron23:26
*** suresh12 has joined #openstack-neutron23:26
*** dims_ has joined #openstack-neutron23:27
*** zhiyan is now known as zhiyan_23:27
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers  https://review.openstack.org/8422323:28
*** zhiyan_ is now known as zhiyan23:29
*** markmcclain has quit IRC23:30
*** zhiyan is now known as zhiyan_23:30
*** padkrish has quit IRC23:32
*** dims_ has quit IRC23:32
*** padkrish has joined #openstack-neutron23:34
*** markmcclain has joined #openstack-neutron23:34
*** blogan is now known as zz_blogan23:35
*** dims_ has joined #openstack-neutron23:37
*** networkstatic has quit IRC23:37
*** bandarji has quit IRC23:39
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: ML2 additions to support DVR  https://review.openstack.org/10239823:42
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR  https://review.openstack.org/10233223:45
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers  https://review.openstack.org/8969423:45
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers  https://review.openstack.org/8422323:45
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: ML2 additions to support DVR  https://review.openstack.org/10239823:45
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR  https://review.openstack.org/10210123:45
*** ranger81 has quit IRC23:48
*** ranger81 has joined #openstack-neutron23:49
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: L2 Agent-side additions to support DVR  https://review.openstack.org/8773023:49
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR  https://review.openstack.org/10233223:49
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR  https://review.openstack.org/10210123:49
*** overlayer has quit IRC23:50
*** shakamunyi has quit IRC23:52
*** ranger81 has quit IRC23:53
*** shakamunyi has joined #openstack-neutron23:53
*** shakamunyi has quit IRC23:53
*** vivek-ebay has quit IRC23:55
openstackgerritYuuichi Fujioka proposed a change to openstack/neutron-specs: change to allow setting ip address of floating ip  https://review.openstack.org/10021423:58
*** tomoe_ has joined #openstack-neutron23:59
*** tomoe_ has quit IRC23:59
openstackgerritAbhishek Raut proposed a change to openstack/neutron-specs: ML2 mechanism driver for Cisco Nexus1000V  https://review.openstack.org/10327623:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!