*** openstack has joined #openstack-neutron | 13:49 | |
*** leseb has joined #openstack-neutron | 13:50 | |
*** rotbeard has quit IRC | 13:51 | |
openstackgerrit | Romil Gupta proposed a change to openstack/neutron: Introduced a new field in ml2_network_segments table https://review.openstack.org/103546 | 13:51 |
---|---|---|
amuller | If 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_rabbit | 13:52 |
amuller | ihrachyshka: ^ | 13:52 |
amuller | Any ideas? Has anyone else run into this? | 13:52 |
*** trad511 has joined #openstack-neutron | 13:53 | |
*** leseb has quit IRC | 13:54 | |
ihrachyshka | amuller: have you cleaned up old .pyc files from neutron/openstack/common/[notifier|rpc]? | 13:56 |
amuller | That's what I just tried | 13:56 |
ihrachyshka | amuller: those two trees were removed, but .pyc files are untracked, so remained | 13:56 |
amuller | ihrachyshka: I think that's it, thanks :) | 13:56 |
ihrachyshka | amuller: yeah, every single one who will update his tree to 'after oslo.msg port', will get the failure | 13:57 |
mestery | salv-orlando: Thanks sir! | 13:57 |
ihrachyshka | amuller: I'll post an email to openstack-dev@ with the tip, you're not the first one and not the last one to ask | 13:57 |
amuller | great thanks | 13:57 |
*** ramishra has joined #openstack-neutron | 13:59 | |
*** leseb has joined #openstack-neutron | 14:03 | |
*** trad5111 has joined #openstack-neutron | 14:07 | |
*** trad511 has quit IRC | 14:09 | |
*** otherwiseguy has quit IRC | 14:10 | |
*** vivek-ebay has joined #openstack-neutron | 14:11 | |
*** phil_h has joined #openstack-neutron | 14:13 | |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Change all occurences of no_delete to do_delete https://review.openstack.org/92013 | 14:14 |
*** jgrimm has joined #openstack-neutron | 14:15 | |
*** rwsu has joined #openstack-neutron | 14:16 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Database healing migration https://review.openstack.org/96438 | 14:16 |
*** TrevorV_ has joined #openstack-neutron | 14:22 | |
*** tristanC has joined #openstack-neutron | 14:22 | |
*** jecarey has joined #openstack-neutron | 14:24 | |
*** radez is now known as radez_g0n3 | 14:24 | |
*** rolledback has joined #openstack-neutron | 14:25 | |
*** radez_g0n3 is now known as radez | 14:27 | |
*** vivek-ebay has quit IRC | 14:27 | |
*** ilyashakhat has quit IRC | 14:28 | |
*** otherwiseguy has joined #openstack-neutron | 14:30 | |
*** leseb has quit IRC | 14:30 | |
*** leseb has joined #openstack-neutron | 14:31 | |
*** diegows has quit IRC | 14:33 | |
*** otherwiseguy has quit IRC | 14:34 | |
*** gildub has quit IRC | 14:35 | |
*** leseb has quit IRC | 14:35 | |
*** dvorkinista has joined #openstack-neutron | 14:38 | |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Make sure that gateway is in CIDR range by default https://review.openstack.org/92619 | 14:38 |
*** yfauser has joined #openstack-neutron | 14:41 | |
*** alagalah has joined #openstack-neutron | 14:42 | |
*** dvorkinista has quit IRC | 14:43 | |
*** yfauser has quit IRC | 14:44 | |
*** carl_baldwin has joined #openstack-neutron | 14:44 | |
*** diegows has joined #openstack-neutron | 14:45 | |
*** yamamoto has quit IRC | 14:46 | |
anteaya | mestery: 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.html | 14:47 |
*** kopparam_ has quit IRC | 14:47 | |
overlayer | folks, 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-neutron | 14:48 | |
*** xarses has quit IRC | 14:49 | |
*** xgerman has joined #openstack-neutron | 14:52 | |
*** WackoRobie has quit IRC | 14:52 | |
*** WackoRobie has joined #openstack-neutron | 14:52 | |
*** kopparam has quit IRC | 14:52 | |
amuller | overlayer: 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-neutron | 14:54 | |
*** salv-orlando has quit IRC | 14:54 | |
*** phil_h has quit IRC | 14:55 | |
*** zhiyan is now known as zhiyan_ | 14:55 | |
overlayer | amuller, I have the network ID | 14:56 |
*** zhiyan_ is now known as zhiyan | 14:56 | |
*** WackoRobie has quit IRC | 14:57 | |
amuller | overlayer: 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 prefix | 14:58 |
amuller | overlayer: And you've got the internal vlan tag | 14:58 |
*** WackoRob_ has quit IRC | 14:58 | |
*** zhiyan is now known as zhiyan_ | 14:59 | |
*** sballe has joined #openstack-neutron | 14:59 | |
*** thedodd has joined #openstack-neutron | 15:00 | |
*** alagalah_ has joined #openstack-neutron | 15:01 | |
*** alagalah has quit IRC | 15:02 | |
*** marun has joined #openstack-neutron | 15:06 | |
*** mitz- has quit IRC | 15:07 | |
*** mitz has joined #openstack-neutron | 15:07 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Database healing migration https://review.openstack.org/96438 | 15:08 |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: ML2 additions to support DVR https://review.openstack.org/102398 | 15:08 |
*** marun has quit IRC | 15:08 | |
*** alex_klimov has quit IRC | 15:09 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 15:09 |
*** diegows has quit IRC | 15:09 | |
*** xarses has joined #openstack-neutron | 15:10 | |
amotoki | obondarev: ping | 15:11 |
*** sbalukoff has quit IRC | 15:11 | |
*** WackoRobie has joined #openstack-neutron | 15:11 | |
*** marun has joined #openstack-neutron | 15:12 | |
*** nati_ueno has joined #openstack-neutron | 15:12 | |
*** yfried_ has quit IRC | 15:12 | |
*** kaiserpathos has joined #openstack-neutron | 15:13 | |
*** zz_blogan is now known as blogan | 15:14 | |
overlayer | amuller, 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_afk | 15:14 | |
overlayer | amuller, but nevertheless, thank you, it is enough to make it work for now. | 15:14 |
amuller | overlayer: The OVS agent holds its state | 15:14 |
*** ranger81 has joined #openstack-neutron | 15:14 | |
*** lingxian has quit IRC | 15:14 | |
amuller | overlayer: the local VLANs, etc | 15:15 |
*** mitz has quit IRC | 15:15 | |
*** m_col has quit IRC | 15:16 | |
*** mitz has joined #openstack-neutron | 15:16 | |
*** nlahouti has joined #openstack-neutron | 15:17 | |
*** phil_h has joined #openstack-neutron | 15:18 | |
*** chandan_kumar has quit IRC | 15:18 | |
overlayer | amuller, yeah... thanks for unblocking this for me ;) | 15:18 |
amuller | overlayer: Sure | 15:18 |
*** ranger81 has quit IRC | 15:19 | |
*** ihrachyshka has quit IRC | 15:19 | |
*** erecio has quit IRC | 15:22 | |
*** yamamoto has joined #openstack-neutron | 15:23 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Database healing migration https://review.openstack.org/96438 | 15:24 |
*** amuller has quit IRC | 15:25 | |
*** mandeep has joined #openstack-neutron | 15:26 | |
*** yamamoto has quit IRC | 15:27 | |
*** otherwiseguy has joined #openstack-neutron | 15:29 | |
*** jckasper has quit IRC | 15:29 | |
*** jckasper has joined #openstack-neutron | 15:30 | |
*** diegows has joined #openstack-neutron | 15:31 | |
*** leseb has joined #openstack-neutron | 15:31 | |
mestery | anteaya: I saw that email this morning. :) | 15:32 |
anteaya | any thoughts | 15:32 |
anteaya | if so, I'd like to hear them | 15:32 |
mestery | anteaya: I hope Luke joins us to discuss this at the meeting today, I am going to reply with that suggestion :) | 15:32 |
anteaya | great | 15:32 |
anteaya | mestery: would you be so kind as to add an agenda item to the wiki | 15:33 |
anteaya | under third party ci highlights | 15:33 |
*** otherwiseguy has quit IRC | 15:33 | |
anteaya | and I'll let you talk to him about it | 15:33 |
anteaya | mestery: does that work for you? | 15:33 |
mestery | anteaya: Will do, yes. | 15:34 |
mestery | anteaya: WFM | 15:34 |
*** otherwiseguy has joined #openstack-neutron | 15:35 | |
mestery | lukego: Can you make the 3rd party meeting today? | 15:35 |
*** jckasper has quit IRC | 15:35 | |
mestery | lukego: I added an agenda item to discuss your email: https://wiki.openstack.org/wiki/Meetings/ThirdParty#Agenda_for_next_meeting | 15:35 |
lukego | mestery: reckon so, yep | 15:35 |
mestery | lukego: Sweet, thanks sir! | 15:35 |
mestery | lukego: Will be good to get clarification, pain points, etc. Much appreciated! | 15:35 |
lukego | I am hacking a prototype now actually. | 15:35 |
anteaya | mestery: my thanks | 15:36 |
*** leseb has quit IRC | 15:36 | |
*** jckasper has joined #openstack-neutron | 15:36 | |
mestery | lukego: Awesome! Looking forward to discussing with anteaya and others. :) | 15:36 |
lukego | these are the lines along which I am thinking… https://gist.github.com/lukego/1606dc5a9fc494bd84c9 | 15:38 |
lukego | (ok a bit obscure w/o readme, coming..) | 15:39 |
lukego | the 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-neutron | 15:43 | |
*** jmg_ has joined #openstack-neutron | 15:43 | |
mestery | lukego: Looking at it now | 15:46 |
*** nati_ueno has quit IRC | 15:47 | |
*** jmg_ has quit IRC | 15:48 | |
*** leseb has joined #openstack-neutron | 15:48 | |
*** armax has joined #openstack-neutron | 15:48 | |
*** mandeep has quit IRC | 15:50 | |
*** yamamoto has joined #openstack-neutron | 15:51 | |
*** zzelle_ has joined #openstack-neutron | 15:52 | |
*** devvesa has quit IRC | 15:54 | |
*** pasquier-s has quit IRC | 15:55 | |
*** jgallard has quit IRC | 15:55 | |
*** yamamoto has quit IRC | 15:55 | |
*** jobewan has joined #openstack-neutron | 15:56 | |
*** pcarver has quit IRC | 15:58 | |
*** chandan_kumar has joined #openstack-neutron | 15:59 | |
*** thedodd has quit IRC | 16:00 | |
*** marun_afk is now known as marun | 16:00 | |
*** dvorkinista has joined #openstack-neutron | 16:01 | |
*** dvorkinista has quit IRC | 16:01 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 16:01 |
*** baoli has quit IRC | 16:02 | |
*** dvorkinista has joined #openstack-neutron | 16:02 | |
*** nlahouti has quit IRC | 16:02 | |
*** dvorkinista has quit IRC | 16:03 | |
lukego | mestery: 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-neutron | 16:04 | |
*** vivek-ebay has joined #openstack-neutron | 16:06 | |
mestery | lukego: 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-neutron | 16:07 | |
dave_tucker | mestery: not sure I can make it - Monday's pas 5pm GMT aren't good for me... | 16:08 |
*** VijayB_ has joined #openstack-neutron | 16:08 | |
mestery | dave_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 IRC | 16:09 | |
lukego | dave_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_tucker | mestery: lukego: https://github.com/dave-tucker/odl-openstack-ci | 16:09 |
*** thedodd has joined #openstack-neutron | 16:09 | |
lukego | muchos gracias | 16:09 |
dave_tucker | lukego: I started re-working what we had to make it look more like the script the devstack-gate script | 16:10 |
dave_tucker | it's still a WIP | 16:10 |
mestery | dave_tucker: Super cool, thanks! | 16:10 |
lukego | our first CI used vagrant but lately I have been running directly on the test host | 16:10 |
dave_tucker | lukego: I'm only using vagrant to test locally ;) | 16:11 |
*** nlahouti has joined #openstack-neutron | 16:11 | |
*** erecio has joined #openstack-neutron | 16:11 | |
dave_tucker | lukego: the idea is that jenkins just needs to clone this repo and run the odl-devstack-ci script | 16:11 |
dave_tucker | which saves having hundreds of lines of scripts in the jenkins job itself | 16:11 |
lukego | I 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 IRC | 16:12 | |
*** ranger81 has quit IRC | 16:12 | |
lukego | dave_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 alagalah | 16:12 | |
*** dvorkinista has quit IRC | 16:12 | |
*** jpich has quit IRC | 16:12 | |
lukego | dave_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_tucker | lukego: lol | 16:14 |
mestery | lukego: lol | 16:14 |
*** jorgem has joined #openstack-neutron | 16:14 | |
dave_tucker | lukego: 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 now | 16:15 |
*** shakamunyi has joined #openstack-neutron | 16:15 | |
*** doddstack has joined #openstack-neutron | 16:15 | |
*** thedodd has quit IRC | 16:15 | |
dave_tucker | lukego: also I feel your pain re:maven | 16:15 |
*** shakamunyi has quit IRC | 16:15 | |
lukego | *nod*. that does seem like a tricky part, for the script to know when it should be confident enough to post a -1 | 16:15 |
lukego | I’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-neutron | 16:16 | |
*** shakamunyi has quit IRC | 16: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-neutron | 16:17 | |
*** shakamunyi has quit IRC | 16:18 | |
*** ranger81 has joined #openstack-neutron | 16:18 | |
*** shakamunyi has joined #openstack-neutron | 16:18 | |
dave_tucker | lukego: yeah our jenkins serves up logs read-only | 16:22 |
lukego | that is a really nice touch. :) | 16:22 |
dave_tucker | lukego: shipping logs off somewhere else would be a better solution though - and will save diskpace | 16:23 |
dave_tucker | ok gtg | 16:23 |
dave_tucker | i'm always around in the channel if you need - was nice to vmeet you lukego | 16:23 |
*** doddstack has quit IRC | 16:23 | |
*** dave_tucker is now known as dave_tucker_zzz | 16:24 | |
*** thedodd has joined #openstack-neutron | 16:24 | |
lukego | likewise dave_tucker :) | 16:25 |
*** nlahouti has quit IRC | 16:26 | |
*** morganfainberg_Z is now known as morganfainberg | 16:30 | |
*** phil_h has quit IRC | 16:30 | |
*** nlahouti has joined #openstack-neutron | 16:33 | |
*** phil_h has joined #openstack-neutron | 16:36 | |
openstackgerrit | Assaf Muller proposed a change to openstack/neutron: Make sure that gateway is in CIDR range by default https://review.openstack.org/92619 | 16:36 |
*** leseb has quit IRC | 16:37 | |
*** leseb has joined #openstack-neutron | 16:38 | |
*** spandhe has joined #openstack-neutron | 16:40 | |
*** leseb has quit IRC | 16:42 | |
*** yfried_ has joined #openstack-neutron | 16:42 | |
*** safchain has quit IRC | 16:43 | |
*** networkstatic has joined #openstack-neutron | 16:44 | |
*** evgenyf has quit IRC | 16:44 | |
*** ramishra has quit IRC | 16:45 | |
*** ramishra has joined #openstack-neutron | 16:45 | |
*** rolledback has quit IRC | 16:47 | |
*** vimal7370 has joined #openstack-neutron | 16:48 | |
*** VijayB_ has joined #openstack-neutron | 16:49 | |
*** ygbo has quit IRC | 16:49 | |
openstackgerrit | Jakub Libosvar proposed a change to openstack/python-neutronclient: Add option for retry number of connection attempts https://review.openstack.org/90104 | 16:49 |
*** ramishra has quit IRC | 16:50 | |
*** garyk has joined #openstack-neutron | 16:50 | |
*** vimal_ has quit IRC | 16:51 | |
*** yamamoto has joined #openstack-neutron | 16:51 | |
*** coolsvap|afk is now known as coolsvap | 16:52 | |
*** vimal7370 has quit IRC | 16:54 | |
*** geekinutah has joined #openstack-neutron | 16:55 | |
*** annegent_ has joined #openstack-neutron | 16:55 | |
*** yamamoto has quit IRC | 16:56 | |
*** SpamapS_ is now known as SpamapS | 16:57 | |
*** SpamapS has quit IRC | 16:57 | |
*** SpamapS has joined #openstack-neutron | 16:57 | |
*** vimal7370 has joined #openstack-neutron | 16:58 | |
*** suresh12 has joined #openstack-neutron | 16:58 | |
*** pcarver has joined #openstack-neutron | 16:59 | |
*** kickinz1 is now known as kickinz1|away | 16:59 | |
*** baoli has joined #openstack-neutron | 17:01 | |
*** yfried_ has quit IRC | 17:01 | |
*** yfried_ has joined #openstack-neutron | 17:04 | |
*** gduan has quit IRC | 17:04 | |
*** vimal7370 has quit IRC | 17:06 | |
openstackgerrit | Hareesh Puthalath proposed a change to openstack/neutron: Configuration agent for Cisco devices https://review.openstack.org/103593 | 17:07 |
*** WackoRobie has quit IRC | 17:07 | |
*** WackoRobie has joined #openstack-neutron | 17:08 | |
*** vimal7370 has joined #openstack-neutron | 17:08 | |
*** jlibosva has quit IRC | 17:12 | |
*** WackoRobie has quit IRC | 17:12 | |
*** nati_ueno has joined #openstack-neutron | 17:14 | |
*** annegent_ has quit IRC | 17:15 | |
*** vimal_ has joined #openstack-neutron | 17:16 | |
*** harlowja has joined #openstack-neutron | 17:17 | |
*** jroovers has quit IRC | 17:18 | |
*** alagalah_ has joined #openstack-neutron | 17:20 | |
*** vimal7370 has quit IRC | 17:20 | |
*** francois_eleouet has joined #openstack-neutron | 17:21 | |
*** ijw has joined #openstack-neutron | 17:21 | |
*** alex_klimov has joined #openstack-neutron | 17:21 | |
*** kopparam has joined #openstack-neutron | 17:22 | |
*** feleouet has quit IRC | 17:22 | |
*** alagalah has quit IRC | 17:22 | |
*** Sukhdev has joined #openstack-neutron | 17:23 | |
*** vimal_ has quit IRC | 17:23 | |
*** ijw has quit IRC | 17:26 | |
*** kopparam has quit IRC | 17:26 | |
*** otherwiseguy has quit IRC | 17:29 | |
*** otherwiseguy has joined #openstack-neutron | 17:30 | |
*** rolledback has joined #openstack-neutron | 17:31 | |
*** simon-AS559 has joined #openstack-neutron | 17:32 | |
*** andyshi has quit IRC | 17:34 | |
*** aveiga has quit IRC | 17:41 | |
*** padkrish has joined #openstack-neutron | 17:42 | |
*** sbfox has joined #openstack-neutron | 17:44 | |
*** padkrish has quit IRC | 17:45 | |
*** Sukhdev has quit IRC | 17:45 | |
*** padkrish has joined #openstack-neutron | 17:45 | |
*** WackoRobie has joined #openstack-neutron | 17:45 | |
*** ijw has joined #openstack-neutron | 17:46 | |
*** otherwiseguy has quit IRC | 17:46 | |
*** padkrish has quit IRC | 17:50 | |
*** otherwiseguy has joined #openstack-neutron | 17:51 | |
*** yamamoto has joined #openstack-neutron | 17:51 | |
openstackgerrit | A change was merged to openstack/neutron: changes ovs agent to get bridges via ovs_lib https://review.openstack.org/101965 | 17:54 |
*** erecio has quit IRC | 17:54 | |
*** zzelle has quit IRC | 17:55 | |
*** erecio has joined #openstack-neutron | 17:55 | |
*** yamamoto has quit IRC | 17:56 | |
*** sbalukoff has joined #openstack-neutron | 17:57 | |
*** thedodd has quit IRC | 17:59 | |
*** jckasper_ has joined #openstack-neutron | 18:03 | |
*** luqas has joined #openstack-neutron | 18:04 | |
*** alagalah_ has quit IRC | 18:04 | |
*** evgenyf has joined #openstack-neutron | 18:05 | |
*** alagalah has joined #openstack-neutron | 18:05 | |
*** jckasper has quit IRC | 18:05 | |
*** bjornar has joined #openstack-neutron | 18:05 | |
carl_baldwin | pcm__: ping | 18:08 |
*** ranger81 has quit IRC | 18:08 | |
*** salv-orlando has joined #openstack-neutron | 18:11 | |
*** networkstatic has quit IRC | 18:14 | |
*** salv-orlando has quit IRC | 18:14 | |
*** garyduan has joined #openstack-neutron | 18:14 | |
*** suresh12 has quit IRC | 18:17 | |
*** ijw_ has joined #openstack-neutron | 18:18 | |
*** SumitNaiksatam has joined #openstack-neutron | 18:18 | |
*** bjornar has quit IRC | 18:19 | |
*** ijw has quit IRC | 18:20 | |
*** trad5111 has quit IRC | 18:21 | |
*** suresh12 has joined #openstack-neutron | 18:24 | |
*** coolsvap is now known as coolsvap|afk | 18:24 | |
*** ijw_ has quit IRC | 18:24 | |
*** jp_at_hp has quit IRC | 18:24 | |
*** dvorkinista has joined #openstack-neutron | 18:24 | |
*** ajo|mac has joined #openstack-neutron | 18:25 | |
*** thedodd has joined #openstack-neutron | 18:25 | |
*** evgenyf has quit IRC | 18:26 | |
*** mlavalle has joined #openstack-neutron | 18:27 | |
*** dvorkinista has quit IRC | 18:30 | |
*** evgenyf has joined #openstack-neutron | 18:31 | |
*** sbfox has quit IRC | 18:31 | |
*** sbfox has joined #openstack-neutron | 18:33 | |
*** ijw has joined #openstack-neutron | 18:35 | |
*** Sukhdev has joined #openstack-neutron | 18:35 | |
*** evgenyf has quit IRC | 18:35 | |
*** ranger81 has joined #openstack-neutron | 18:37 | |
*** gduan has joined #openstack-neutron | 18:38 | |
*** garyduan has quit IRC | 18:39 | |
*** jprovazn has joined #openstack-neutron | 18:42 | |
*** dguitarbite has quit IRC | 18:42 | |
*** suresh12 has quit IRC | 18:44 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Split API and RPC workers in to one separate process each (WIP) https://review.openstack.org/76021 | 18:49 |
mlavalle | mestery: ping | 18:49 |
mestery | mlavalle: Howdy sir! | 18:50 |
mlavalle | mestery: I saw your email about the etherpad for next week. I was going to propose that today during the IRC meeting, so I fully agree | 18:50 |
*** yamamoto has joined #openstack-neutron | 18:51 | |
mlavalle | mestery: 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 |
mestery | mlavalle: Perfect! Can you fill in your sections? | 18:52 |
mestery | mlavalle: Sounds good to me. | 18:52 |
mestery | mlavalle: I'm going to devote at least half the meeting to parity and next week's sprint anyways. | 18:53 |
mestery | So it fits right in. | 18:53 |
*** otherwiseguy has quit IRC | 18:53 | |
mlavalle | mestery: perfect, I just don't want to go off with my own ideas, when other things might be more important | 18:53 |
mlavalle | :-) | 18:53 |
mestery | mlavalle: Sounds like a plan, thanks! | 18:53 |
*** ajo|mac has quit IRC | 18:54 | |
*** yamamoto has quit IRC | 18:56 | |
zzelle_ | mlavalle, hi | 18:56 |
openstackgerrit | Edgar Magana proposed a change to openstack/neutron: Stop the dhcp-agent process when dnsmasq version is not determined https://review.openstack.org/96976 | 18:57 |
mlavalle | zzelle_: hi, I saw that you submitted to gerrit a new patchset | 18:57 |
mlavalle | zzelle_: thanks! | 18:57 |
mlavalle | :-) | 18:57 |
zzelle_ | mlavalle, should i implement negative tests for provider ext ? | 18:57 |
mlavalle | zzelle_: no, we don't do negative tests…. there is an automatic framework within tempest that is under development that will take care of that | 18:58 |
zzelle_ | mlavalle, ok | 18:59 |
zzelle_ | mlavalle, i will also provide positive tests for multi-provider ext | 18:59 |
mlavalle | zzelle_: poerfect. I will review your patset later today | 19:00 |
zzelle_ | mlavalle, thanks, my first try on tempest :) | 19:00 |
*** suresh12 has joined #openstack-neutron | 19:03 | |
luqas | mestery: hi, the third party meeting is over but I have a couple of remaining questions | 19:04 |
mestery | luqas: Hi there, please go ahead | 19:04 |
*** dfarrell07 is now known as dfarrell07_afk | 19:04 | |
luqas | ok, 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 apache | 19:05 |
luqas | I'm talking about Midokura CI Bot | 19:05 |
*** annegent_ has joined #openstack-neutron | 19:05 | |
luqas | and second is regarding the downvoting of the CI | 19:06 |
mestery | luqas: 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-neutron | 19:06 | |
luqas | well, I wasn't using firefox so they appear to be browsable but it turns out they don't, I'll fix that | 19:06 |
*** rolledback has quit IRC | 19:06 | |
luqas | and regarding the downvoting on a failure, is it necessary to ask you permission? | 19:07 |
*** adam_g` is now known as adam_g | 19:07 | |
mestery | luqas: 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 IRC | 19:08 | |
*** ijw has quit IRC | 19:08 | |
luqas | mestery: 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-neutron | 19:08 | |
mestery | luqas: 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 |
mestery | luqas: makes sense? | 19:10 |
luqas | mestery: sure | 19:10 |
anteaya | kevinbenton: nice kick off email | 19:11 |
*** nati_ueno has quit IRC | 19:11 | |
*** ijw_ has quit IRC | 19:11 | |
*** nati_ueno has joined #openstack-neutron | 19:12 | |
luqas | mestery: thanks, I'll fix the browsability of the logs and wait for your email on the CIs status | 19:13 |
*** rolledback has joined #openstack-neutron | 19:14 | |
*** markmcclain has joined #openstack-neutron | 19:14 | |
*** rolledback has quit IRC | 19:14 | |
*** ijw has quit IRC | 19:18 | |
kevinbenton | anteaya: thanks | 19:19 |
*** rolledback has joined #openstack-neutron | 19:20 | |
anteaya | mestery: when you get a chance, perhaps you can have a section at the top listing the systems not yet in compliance? | 19:22 |
anteaya | https://etherpad.openstack.org/p/ZLp9Ow3tNq | 19:22 |
mestery | anteaya: Makes sense | 19:25 |
*** luqas has quit IRC | 19:25 | |
anteaya | thanks | 19:25 |
openstackgerrit | A change was merged to openstack/neutron: Switch to using of oslo.db https://review.openstack.org/103519 | 19:26 |
*** otherwiseguy has joined #openstack-neutron | 19:27 | |
anteaya | mestery: a snappy title, well done | 19:27 |
*** julim has quit IRC | 19:30 | |
*** networkstatic has joined #openstack-neutron | 19:30 | |
mestery | anteaya: :) | 19:30 |
*** ijw has joined #openstack-neutron | 19:30 | |
*** suresh12 has quit IRC | 19:30 | |
*** nlahouti has quit IRC | 19:31 | |
*** ihrachyshka has joined #openstack-neutron | 19:33 | |
*** julim has joined #openstack-neutron | 19:33 | |
*** VijayB_ has quit IRC | 19:33 | |
*** lukego has quit IRC | 19:33 | |
*** VijayB has joined #openstack-neutron | 19:33 | |
anteaya | mestery: I'd also like to let you know that sweston has been working with me to get brocade ci's in shape | 19:34 |
anteaya | mestery: he has two of the cis reporting on the sandbox and has the logs looking good from what I can see | 19:34 |
*** ijw has quit IRC | 19:35 | |
anteaya | mestery: we got some feedback from qa on them and I have given sweston that feedback | 19:35 |
mestery | anteaya: Awesome! That's good news! | 19:35 |
anteaya | mestery: so sometime this week he will ask to start commenting on neutron | 19:35 |
*** annegent_ has quit IRC | 19:35 | |
*** amitpp has joined #openstack-neutron | 19:35 | |
mestery | anteaya: Super! Thanks for helping him out! | 19:36 |
anteaya | that should put at least 2 of teh brocade ci systems in place to apply for voting prior to j2 | 19:36 |
anteaya | np | 19:36 |
anteaya | he has done a lot of hard work | 19:36 |
mestery | awesome! | 19:36 |
anteaya | and gotten himself into a good place | 19:36 |
*** ihrachyshka has quit IRC | 19:37 | |
*** VijayB has quit IRC | 19:38 | |
*** annegent_ has joined #openstack-neutron | 19:39 | |
*** annegent_ has quit IRC | 19: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-neutron | 19:40 | |
*** SridharG has quit IRC | 19:40 | |
openstackgerrit | A change was merged to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/102742 | 19:40 |
*** suresh12 has joined #openstack-neutron | 19:40 | |
*** vivek-ebay has quit IRC | 19:45 | |
*** vivek-ebay has joined #openstack-neutron | 19:46 | |
*** nlahouti has joined #openstack-neutron | 19:46 | |
*** ihrachyshka has joined #openstack-neutron | 19:48 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 19:48 |
zzelle_ | enikanorov__, hi | 19:49 |
enikanorov__ | zzelle_: hi | 19:49 |
zzelle_ | enikanorov__, according to yamamoto comment in https://review.openstack.org/#/c/101982/4/neutron/plugins/ml2/drivers/type_vxlan.py | 19:49 |
enikanorov__ | armax: hi, i've seen you pinged me some time ago. Can I help you with anything? | 19:49 |
*** markmcclain has quit IRC | 19:49 | |
armax | enikanorov__: no worries | 19:49 |
armax | we both already took care of it | 19:49 |
zzelle_ | enikanorov__, it seems https://bugs.launchpad.net/neutron/+bug/1307295 is not solved for postgresql | 19:50 |
*** vivek-ebay has quit IRC | 19:50 | |
enikanorov__ | armax: ok | 19:50 |
armax | enikanorov__: thanks for getting back to me :) | 19:50 |
enikanorov__ | armax: sorry for doing it so late | 19:50 |
enikanorov__ | zzelle_: looking | 19:50 |
*** yamamoto has joined #openstack-neutron | 19:51 | |
*** chandan_kumar has quit IRC | 19:52 | |
*** shakamunyi has quit IRC | 19:52 | |
*** shakamunyi has joined #openstack-neutron | 19:53 | |
*** yamamoto_ has joined #openstack-neutron | 19:53 | |
*** shakamunyi has quit IRC | 19:53 | |
*** nati_ueno has quit IRC | 19:55 | |
*** nati_ueno has joined #openstack-neutron | 19:55 | |
*** strictlyb is now known as sb | 19:56 | |
*** yamamoto has quit IRC | 19:56 | |
*** dims has joined #openstack-neutron | 19:56 | |
*** yamamoto_ has quit IRC | 19:57 | |
*** WackoRobie has quit IRC | 19:58 | |
enikanorov__ | zzelle_: i've left a comment | 19: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-neutron | 19:58 | |
*** julim has quit IRC | 20:00 | |
enikanorov__ | zzelle_: i believe it's the same with mysql and postgress | 20:00 |
enikanorov__ | it locks the rows it reads | 20:00 |
*** xmltok_ has quit IRC | 20:01 | |
zzelle_ | enikanorov__, nope, mysql locks the table, postgres the selected rows | 20:01 |
zzelle_ | https://github.com/openstack/oslo.db/blob/master/oslo/db/sqlalchemy/session.py#L182-L187 | 20:01 |
*** julim has joined #openstack-neutron | 20:02 | |
*** xmltok_ has joined #openstack-neutron | 20:02 | |
*** ihrachyshka has quit IRC | 20:02 | |
*** xmltok_ has quit IRC | 20:02 | |
*** WackoRobie has quit IRC | 20: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 insterts | 20:03 |
*** dsneddon has quit IRC | 20:04 | |
*** trad511 has joined #openstack-neutron | 20:04 | |
*** regXboi has left #openstack-neutron | 20:06 | |
zzelle_ | enikanorov__, i will write a small bench to check behavior | 20:07 |
enikanorov__ | sure. | 20:07 |
*** xmltok_ has joined #openstack-neutron | 20:08 | |
*** yfried_ has quit IRC | 20:10 | |
*** yfried_ has joined #openstack-neutron | 20:11 | |
*** rolledback has quit IRC | 20:12 | |
*** ajo|mac has joined #openstack-neutron | 20:12 | |
*** sbfox has quit IRC | 20:14 | |
*** amitpp has quit IRC | 20:14 | |
*** rolledback has joined #openstack-neutron | 20:15 | |
*** sbfox has joined #openstack-neutron | 20:15 | |
*** crc32 has joined #openstack-neutron | 20:16 | |
*** dsneddon has joined #openstack-neutron | 20:16 | |
*** alexpilotti has quit IRC | 20:16 | |
*** vivek-ebay has joined #openstack-neutron | 20:18 | |
*** WackoRobie has joined #openstack-neutron | 20:18 | |
*** fyb3r has joined #openstack-neutron | 20:19 | |
*** vivek-ebay has quit IRC | 20:20 | |
*** vivek-ebay has joined #openstack-neutron | 20:20 | |
fyb3r | Curious to know if this channel is acutally active before I start asking questions :P skepitcle with openstack's IRC crew still | 20:20 |
*** jckasper__ has joined #openstack-neutron | 20:23 | |
openstackgerrit | Bradley Klein proposed a change to openstack/python-neutronclient: Add keystone v3 auth support https://review.openstack.org/92390 | 20:24 |
*** VijayB has joined #openstack-neutron | 20:25 | |
*** fifieldt has quit IRC | 20:25 | |
*** fifieldt has joined #openstack-neutron | 20:26 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers https://review.openstack.org/84223 | 20:26 |
*** xmltok_ has quit IRC | 20:26 | |
*** xmltok_ has joined #openstack-neutron | 20:27 | |
*** jckasper_ has quit IRC | 20:27 | |
jamespd | fyb3r: I'm sure someone is around. | 20:27 |
fyb3r | nm :) main room solved it for me | 20:28 |
*** Longgeek has quit IRC | 20:28 | |
*** kopparam has joined #openstack-neutron | 20:28 | |
fyb3r | cheers for at least letting me know someone is at least watching in here | 20:28 |
*** yfried_ has quit IRC | 20:29 | |
*** networkstatic has quit IRC | 20:29 | |
*** yfried_ has joined #openstack-neutron | 20:29 | |
* jamespd tips hat | 20:30 | |
*** lori is now known as lori|away | 20:30 | |
*** overlayer has quit IRC | 20:30 | |
openstackgerrit | A change was merged to openstack/neutron: Replace occurences of 'test_tenant' with 'test-tenant' in tests https://review.openstack.org/91961 | 20: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 IRC | 20:33 | |
zzelle_ | enikanorov__, so multiple sync_allocations ok, but it should not work between sync_allocations and reserve_provider_network | 20:33 |
*** xmltok_ has quit IRC | 20:34 | |
*** Sukhdev has quit IRC | 20:35 | |
*** crc32 has quit IRC | 20:35 | |
enikanorov__ | zzelle_: one concern i have is that previously, the query with with_lockmode was the first query of the transaction | 20:35 |
enikanorov__ | so the rest of the code was kinda under the lock | 20:36 |
enikanorov__ | I can't say right now if the code you've proposed has an issue with that | 20:36 |
enikanorov__ | (can't think of the cases) | 20:36 |
enikanorov__ | but i need to think more carefully | 20:36 |
*** markmcclain has joined #openstack-neutron | 20:36 | |
*** VijayB has quit IRC | 20:37 | |
*** VijayB_ has joined #openstack-neutron | 20:37 | |
zzelle_ | enikanorov__, i think deleting before locking has no impact except if you change from [0:1000] to [2000:3000] with no vxlan allocateds | 20:37 |
zzelle_ | indeed the select for update select nothing ! | 20:38 |
*** SumitNaiksatam has quit IRC | 20:38 | |
*** crc32 has joined #openstack-neutron | 20:43 | |
*** rolledback has quit IRC | 20:44 | |
*** jprovazn has quit IRC | 20:45 | |
*** amotoki has quit IRC | 20:47 | |
*** kaiserpa_ has joined #openstack-neutron | 20:47 | |
*** amotoki has joined #openstack-neutron | 20:47 | |
*** amotoki has quit IRC | 20:47 | |
*** kaiserpathos has quit IRC | 20:47 | |
*** amotoki has joined #openstack-neutron | 20:48 | |
*** yamamoto has joined #openstack-neutron | 20:51 | |
*** Sukhdev has joined #openstack-neutron | 20:52 | |
*** ijw has joined #openstack-neutron | 20:54 | |
*** lykinsbd has joined #openstack-neutron | 20:55 | |
*** tomoe_ has joined #openstack-neutron | 20:55 | |
*** kaiserpathos has joined #openstack-neutron | 20:55 | |
*** yamamoto_ has joined #openstack-neutron | 20:56 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR https://review.openstack.org/102101 | 20:56 |
*** WackoRobie has quit IRC | 20:56 | |
*** yamamoto has quit IRC | 20:56 | |
*** karimb has joined #openstack-neutron | 20:56 | |
*** WackoRobie has joined #openstack-neutron | 20:56 | |
*** salv-orlando has joined #openstack-neutron | 20:58 | |
*** kaiserpa_ has quit IRC | 20:58 | |
*** ijw has quit IRC | 20:59 | |
*** jckasper has joined #openstack-neutron | 20:59 | |
*** jckasper__ has quit IRC | 20:59 | |
*** radez is now known as radez_g0n3 | 21:01 | |
*** WackoRobie has quit IRC | 21:01 | |
*** yamahata has joined #openstack-neutron | 21:02 | |
*** SumitNaiksatam has joined #openstack-neutron | 21:06 | |
*** jecarey has quit IRC | 21:09 | |
*** TrevorV_ has quit IRC | 21:20 | |
*** markmcclain has quit IRC | 21:20 | |
*** julim has quit IRC | 21:21 | |
*** jorgem has quit IRC | 21:23 | |
*** doddstack has joined #openstack-neutron | 21:24 | |
*** xmltok_ has joined #openstack-neutron | 21:25 | |
*** thedodd has quit IRC | 21:25 | |
*** HenryG_ has joined #openstack-neutron | 21:26 | |
*** ijw has joined #openstack-neutron | 21:26 | |
*** lykinsbd_ has joined #openstack-neutron | 21:26 | |
*** dsneddon has quit IRC | 21:26 | |
*** baoli_ has joined #openstack-neutron | 21:27 | |
*** nati_uen_ has joined #openstack-neutron | 21:27 | |
*** andyhky` has joined #openstack-neutron | 21:28 | |
*** radez_g0` has joined #openstack-neutron | 21:28 | |
*** dsneddon has joined #openstack-neutron | 21:28 | |
*** yamahata__ has joined #openstack-neutron | 21:29 | |
*** erecio has quit IRC | 21:30 | |
*** overlayer has joined #openstack-neutron | 21:31 | |
*** jogo_awa1 has joined #openstack-neutron | 21:31 | |
*** epa___ has joined #openstack-neutron | 21:31 | |
*** ToM--_ has joined #openstack-neutron | 21:31 | |
*** nlahouti has quit IRC | 21:31 | |
zzelle_ | mestery, hi | 21:31 |
mestery | zzelle_: neutron meeting going on | 21:32 |
zzelle_ | mestery, oups | 21:32 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers https://review.openstack.org/84223 | 21:32 |
*** busterswt has joined #openstack-neutron | 21:32 | |
*** lori has joined #openstack-neutron | 21:32 | |
*** andyhky has quit IRC | 21:34 | |
*** radez_g0n3 has quit IRC | 21:34 | |
*** HenryG has quit IRC | 21:34 | |
*** chrisf_ has joined #openstack-neutron | 21:34 | |
*** safchain has joined #openstack-neutron | 21:35 | |
*** chrisf has quit IRC | 21:35 | |
*** lykinsbd has quit IRC | 21:35 | |
*** csd has quit IRC | 21:35 | |
*** nati_ueno has quit IRC | 21:35 | |
*** baoli has quit IRC | 21:35 | |
*** jgrimm has quit IRC | 21:35 | |
*** ToM-- has quit IRC | 21:35 | |
*** jogo_away has quit IRC | 21:35 | |
*** kevinbenton has quit IRC | 21:35 | |
*** annashen has quit IRC | 21:35 | |
*** cburgess has quit IRC | 21:35 | |
*** lori|away has quit IRC | 21:35 | |
*** epa_ has quit IRC | 21:35 | |
*** juice has quit IRC | 21:35 | |
*** yamahata has quit IRC | 21:35 | |
*** csd has joined #openstack-neutron | 21:36 | |
*** chrisf_ is now known as chrisf | 21:36 | |
*** simon-AS559 has left #openstack-neutron | 21:36 | |
*** annashen has joined #openstack-neutron | 21:36 | |
*** juice has joined #openstack-neutron | 21:36 | |
*** kevinbenton has joined #openstack-neutron | 21:36 | |
*** tomoe_ has quit IRC | 21:37 | |
*** tomoe_ has joined #openstack-neutron | 21:38 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR https://review.openstack.org/102101 | 21:41 |
*** cburgess has joined #openstack-neutron | 21:41 | |
*** cburgess has quit IRC | 21:41 | |
*** dfarrell07_afk is now known as dfarrell07 | 21:42 | |
*** cburgess has joined #openstack-neutron | 21:42 | |
*** dave_tucker_zzz is now known as dave_tucker | 21:42 | |
*** mtreinish has joined #openstack-neutron | 21:42 | |
*** annegent_ has quit IRC | 21:45 | |
*** annegent_ has joined #openstack-neutron | 21:46 | |
*** cburgess has quit IRC | 21:49 | |
*** cburgess has joined #openstack-neutron | 21:50 | |
*** annegent_ has quit IRC | 21:51 | |
*** kakuma has joined #openstack-neutron | 21:53 | |
*** chuckC has quit IRC | 21:58 | |
*** dims has quit IRC | 22:00 | |
*** dsneddon has quit IRC | 22:01 | |
*** dsneddon_ has joined #openstack-neutron | 22:02 | |
*** dsneddon_ is now known as dsneddon | 22:02 | |
*** mlavalle has quit IRC | 22:02 | |
*** amotoki has quit IRC | 22:03 | |
*** armax has left #openstack-neutron | 22:08 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR https://review.openstack.org/102332 | 22:09 |
*** sbfox has quit IRC | 22:09 | |
*** jckasper has quit IRC | 22:10 | |
*** networkstatic has joined #openstack-neutron | 22:11 | |
*** zhipeng_ has quit IRC | 22:13 | |
*** xmltok_ has quit IRC | 22:13 | |
*** zhipeng has joined #openstack-neutron | 22:13 | |
*** HenryG_ has quit IRC | 22:16 | |
*** sbfox has joined #openstack-neutron | 22:18 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR https://review.openstack.org/102332 | 22:19 |
*** jobewan has quit IRC | 22:20 | |
*** HenryG has joined #openstack-neutron | 22:21 | |
*** HenryG has quit IRC | 22:21 | |
*** tomoe_ has quit IRC | 22:21 | |
zzelle_ | mestery, re | 22:22 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR https://review.openstack.org/102332 | 22:22 |
*** HenryG has joined #openstack-neutron | 22:22 | |
*** suresh12 has quit IRC | 22:24 | |
*** jaypipes has quit IRC | 22:24 | |
zzelle_ | carl_baldwin, hi | 22:25 |
carl_baldwin | zzelle_: hi | 22:26 |
zzelle_ | carl_baldwin, if you have time, could you have a look to a BP on dhcp agent customization ? https://review.openstack.org/99356 | 22:27 |
*** nlahouti has joined #openstack-neutron | 22:27 | |
carl_baldwin | zzelle_: 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 IRC | 22:28 | |
*** kaiserpathos has quit IRC | 22:29 | |
*** VijayB_ has quit IRC | 22:30 | |
*** VijayB has joined #openstack-neutron | 22:31 | |
zzelle_ | carl_baldwin, thanks, i look like your feedback with an IPAM background | 22:31 |
carl_baldwin | zzelle_: ?? | 22:32 |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron-specs: Add blueprint rootwrap-daemon-mode https://review.openstack.org/93889 | 22:33 |
*** shakamunyi has joined #openstack-neutron | 22:33 | |
zzelle_ | carl_baldwin, perhaps the specs could be updated in order to facilitate integrations of driver side features linked to IPAM | 22:33 |
carl_baldwin | zzelle_: I see. I will keep that in mind. | 22:34 |
*** safchain has quit IRC | 22:35 | |
*** padkrish has joined #openstack-neutron | 22:35 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron-specs: Add rootwrap-daemon-mode blueprint https://review.openstack.org/93889 | 22:35 |
*** VijayB has quit IRC | 22:35 | |
*** karimb has quit IRC | 22:38 | |
*** flwang has quit IRC | 22:38 | |
*** karimb has joined #openstack-neutron | 22:38 | |
*** bandarji has joined #openstack-neutron | 22:38 | |
*** alex_klimov has quit IRC | 22:39 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS REST Client UT Broken https://review.openstack.org/103675 | 22:39 |
*** zzelle_ has quit IRC | 22:42 | |
*** doddstack has quit IRC | 22:43 | |
openstackgerrit | Fei Long Wang proposed a change to openstack/python-neutronclient: Improve the method find_resourceid_by_name_or_id https://review.openstack.org/103476 | 22:44 |
*** carl_baldwin has quit IRC | 22:47 | |
*** Sukhdev has quit IRC | 22:51 | |
*** VijayB has joined #openstack-neutron | 22:53 | |
*** annegent_ has joined #openstack-neutron | 22:53 | |
*** VijayB_ has joined #openstack-neutron | 22:56 | |
*** banix has quit IRC | 22:57 | |
*** VijayB has quit IRC | 22:59 | |
*** armax has joined #openstack-neutron | 23:00 | |
*** karimb has quit IRC | 23:01 | |
*** skullone has joined #openstack-neutron | 23:04 | |
skullone | i 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-neutron | 23:05 | |
*** fyb3r has quit IRC | 23:07 | |
*** dfarrell07 has quit IRC | 23:08 | |
*** tomoe_ has joined #openstack-neutron | 23:08 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR https://review.openstack.org/102101 | 23:08 |
*** yamamoto_ has quit IRC | 23:13 | |
*** annegent_ has quit IRC | 23:17 | |
*** chuckC has joined #openstack-neutron | 23:17 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR https://review.openstack.org/102332 | 23:18 |
*** openstackgerrit has quit IRC | 23:19 | |
*** openstackgerrit has joined #openstack-neutron | 23:21 | |
*** tomoe_ has quit IRC | 23:21 | |
*** yamahata__ has quit IRC | 23:23 | |
*** dave_tucker is now known as dave_tucker_zzz | 23:25 | |
*** dave_tucker_zzz is now known as dave_tucker | 23:25 | |
*** zhiyan_ is now known as zhiyan | 23:26 | |
*** markmcclain has joined #openstack-neutron | 23:26 | |
*** suresh12 has joined #openstack-neutron | 23:26 | |
*** dims_ has joined #openstack-neutron | 23:27 | |
*** zhiyan is now known as zhiyan_ | 23:27 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers https://review.openstack.org/84223 | 23:28 |
*** zhiyan_ is now known as zhiyan | 23:29 | |
*** markmcclain has quit IRC | 23:30 | |
*** zhiyan is now known as zhiyan_ | 23:30 | |
*** padkrish has quit IRC | 23:32 | |
*** dims_ has quit IRC | 23:32 | |
*** padkrish has joined #openstack-neutron | 23:34 | |
*** markmcclain has joined #openstack-neutron | 23:34 | |
*** blogan is now known as zz_blogan | 23:35 | |
*** dims_ has joined #openstack-neutron | 23:37 | |
*** networkstatic has quit IRC | 23:37 | |
*** bandarji has quit IRC | 23:39 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: ML2 additions to support DVR https://review.openstack.org/102398 | 23:42 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR https://review.openstack.org/102332 | 23:45 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Scheduler Changes for Distributed Routers https://review.openstack.org/89694 | 23:45 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: Add L3 Extension for Distributed Routers https://review.openstack.org/84223 | 23:45 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: ML2 additions to support DVR https://review.openstack.org/102398 | 23:45 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR https://review.openstack.org/102101 | 23:45 |
*** ranger81 has quit IRC | 23:48 | |
*** ranger81 has joined #openstack-neutron | 23:49 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: L2 Agent-side additions to support DVR https://review.openstack.org/87730 | 23:49 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: RPC additions to support DVR https://review.openstack.org/102332 | 23:49 |
openstackgerrit | Armando Migliaccio proposed a change to openstack/neutron: L2 Model additions to support DVR https://review.openstack.org/102101 | 23:49 |
*** overlayer has quit IRC | 23:50 | |
*** shakamunyi has quit IRC | 23:52 | |
*** ranger81 has quit IRC | 23:53 | |
*** shakamunyi has joined #openstack-neutron | 23:53 | |
*** shakamunyi has quit IRC | 23:53 | |
*** vivek-ebay has quit IRC | 23:55 | |
openstackgerrit | Yuuichi Fujioka proposed a change to openstack/neutron-specs: change to allow setting ip address of floating ip https://review.openstack.org/100214 | 23:58 |
*** tomoe_ has joined #openstack-neutron | 23:59 | |
*** tomoe_ has quit IRC | 23:59 | |
openstackgerrit | Abhishek Raut proposed a change to openstack/neutron-specs: ML2 mechanism driver for Cisco Nexus1000V https://review.openstack.org/103276 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!