14:02:20 #startmeeting neutron_routed_networks 14:02:22 Meeting started Tue Apr 19 14:02:20 2016 UTC and is due to finish in 60 minutes. The chair is carl_baldwin. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:02:23 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:02:25 The meeting name has been set to 'neutron_routed_networks' 14:02:28 #topic Announcements 14:02:36 #link https://wiki.openstack.org/wiki/Meetings/Neutron-Routed-Networks 14:02:54 The summit is next week! 14:03:02 yaay! 14:03:06 We will not be having this meeting next week. 14:03:21 do we have discussion at summit about routed network? 14:03:26 Should we reconvene the week after, or the week after that? 14:03:38 xiaohhui: we have a discussion with Nova 14:03:50 xiaohhui: what mlavalle said ^ 14:04:04 ok, thanks 14:04:07 mlavalle: That's on Wednesday, right? At 11:00? 14:04:08 carl_baldwin: right after the summit.... we have a lot to do 14:04:19 carl_baldwin: correct, Hilton hotel 14:05:06 carl_baldwin: 11:00 to 11:40 14:05:42 I'm looking for the schedule link but things are loading very slowly for me today. 14:06:02 carl_baldwin: for Nova... 14:06:09 #link https://www.openstack.org/summit/austin-2016/summit-schedule/global-search?t=Nova%3A+ 14:06:23 #link https://www.openstack.org/summit/austin-2016/summit-schedule/events/9089 14:06:27 There it is ^ 14:06:57 and specific for Neutron: 14:07:04 #link https://www.openstack.org/summit/austin-2016/summit-schedule/global-search?t=Neutron%3A+ 14:07:06 thanks, guys 14:07:09 It will mostly discuss the Nova scheduling aspects. 14:07:59 I think we should plan to meet for smaller discussions. I will probably be free on Tuesday but I haven't finalized my schedule. 14:08:19 Any other announcements? 14:08:59 Okay, moving on... 14:09:03 #topic Progress 14:09:21 #topic Basic CRUD 14:10:13 After playing around with this a little last week, I found that I don't understand what armax wants. So, I talked to him yesterday evening. I can't say that I fully understand yet except that I shouldn't use a mixin. 14:10:35 that we all know... lol 14:10:47 Anyway, this will be a priority for me this week to figure it out so that we can keep things progressing. 14:10:48 stay away from mixins 14:11:42 Right, but I'm struggling to find any other pattern in the code that is really relevant to this case. So, it is going to be some trailblazing, I think. 14:12:11 Maybe we should associate segment with network by updating the network's segments 14:12:58 Just like the security-group for a port 14:13:07 xiaohhui: I actually think I have a better handle on the segment - subnet association. It is adding segments in the first place that I'm struggling with. 14:13:31 The extension manager can be used for the segment - subnet association, I think. 14:14:14 I agree. That will fit the spec 14:14:27 But the change is big 14:14:41 based on the current patches 14:14:42 I'll get this figured out this week before the summit. 14:15:19 Sounds great 14:15:51 I'm going to skip the segment - subnet association topic for now since I won't be able to work on it this week. 14:16:07 #topic Nova Scheduler 14:16:25 mlavalle: hi 14:16:29 hi 14:16:46 Apparently there has been some discussion on this in Nova and they don't like something. 14:17:12 I haven't seen any feedback on the spec yet so I really don't know what they're thinking yet. 14:17:39 I am going to ping jaypipes today to make sure we have another conversation this week 14:18:00 I'm inclined to take kevinbenton 's feedback and split out the deferred IP address stuff and work on that separately. 14:18:11 the meeting started late? or early? 14:18:51 I suggest listen to jaypipes feedback this week. He might not have been aware of the last revision to the spec 14:18:55 reedip_: I did start a minute late. 14:19:07 so I am going to make sure he is aware of that 14:20:02 The only thing that sticks out to me from Dan's feedback is that he doesn't want Nova's allocation to be conditional on an IP already being allocated in Neutron for the port. 14:20:03 in any case, IMO, it is best if we smooth out any disagreements this week, so we can reach agreements next week 14:20:33 Which is what Jay has been saying from the beginning. 14:21:02 mlavalle: I agree. 14:22:05 We also need to make progress on the other Nova part. 14:22:13 so I say let's focus this week on that high bandwidth conversation 14:22:29 That is, allowing deferred IP address on a port. 14:22:42 carl_baldwin: agree 14:23:02 That discussion hasn't gotten any discussion lately as far as I know. 14:23:25 yeap 14:23:45 mlavalle: Anything else? 14:23:53 that's it this week 14:24:26 mlavalle: Thanks! 14:24:35 #topic Host / Segment Mapping 14:24:47 hi again 14:25:06 so this week I pushed another revision to the patchset 14:25:39 #link https://review.openstack.org/#/c/285548/ 14:26:14 I actually took a peek at it yesterday with armax. 14:26:22 I followed sugestion from xiaohhui to pass the bridge mapping to the function 14:26:50 any feedback? 14:27:09 I thought armax was going to add feedback. But I can pass it along on the review. 14:27:09 why not just pass the phynet to the function? 14:27:49 he hasn't added any yet 14:28:56 xiaohhui: I get the idea.... Make it work for non agent based drivers. I'll just move to it gradually, becuase I am working on another piece with the SR-IOV driver 14:29:22 We plan to extact hostname/physical_net in networking-ovn, but that can be changed. 14:29:24 mlavalle: I just added comments. 14:29:47 I think my comment might be along the same lines as xiaohhui 's if I understand correctly. 14:29:47 carl_baldwin: I saw that, thanks! 14:30:36 I understand that it is a WIP and you may have had the intention to evolve it in this way already. But, since we had the feedback, I offer it to you. 14:30:37 :) 14:30:52 perfectly welcome. Thanks! 14:31:03 mlavalle: Anything else on this? 14:31:20 This week I intend to work on the changes to the SZR-IOV mechanism driver 14:31:28 SR-IOV^^^^ 14:32:14 The idea is for it to conform to the same interface as the other in-tree drives, so they all have check_segment_for_agent 14:32:15 Need anything? 14:32:34 that way we can use this method to check connectivity 14:32:39 that's it this week 14:32:46 Thanks. 14:33:04 #topic Create / delete segment in ML2 14:33:13 yeah, no code change last week, but some investigation. 14:33:16 xiaohhui: I think I've seen some activity on this. 14:33:42 Maybe it was in the form of feedback on other patchs. 14:33:51 xiaohhui: Do you need anything? 14:34:03 The currect patch only works for DB, I found there are gaps in ml2. 14:34:09 The segment now is created/deleted with network in ml2. 14:34:31 The gap is to enable updating the segment of network in l2-agent. There were no such code for now. I think it would be better to code after the CRUD of segment is settled. 14:34:49 xiaohhui: That is probably wise. 14:35:09 I don't think this is one of the more urgent pieces. 14:35:09 I think I need to set WIP to the patch, if it is not done yet 14:36:09 yeah, But since we now have the chance to update the segment of a network/subnet, we might need to know how to handle it. I will still look into this one. 14:36:14 I wonder if it would be good to continue trying to get OVN on par with create / delete segments with the network and leave this for a while. 14:36:35 xiaohhui: okay 14:37:34 #topic Segment aware DHCP 14:37:56 blogan isn't here today. I think we can skip this. 14:38:04 #topic Client 14:38:34 rtheis: reedip_ : hi 14:38:39 hi 14:38:45 yup 14:38:49 I updated the API based on your feedback. 14:39:03 carl_baldwin: thank you 14:39:17 I've update the OSC patches accordingly. 14:39:33 rtheis: reedip_ : thanks for the feedback. 14:39:34 I am waiting for the final API conclusion to update the NeutronClient patch 14:39:35 carl_baldwin: and thank you for reviewing the devref in neturonclient 14:40:09 I am also waiting the same. 14:40:33 rtheis: Do you have links handy? 14:40:37 I'm also working with OSC team on devref for beta commands: https://review.openstack.org/#/c/305436/ 14:41:07 OSC patches are: https://review.openstack.org/#/c/290138/ and https://review.openstack.org/#/c/302395/ 14:41:30 SDK patches are: https://review.openstack.org/#/c/290054/ and https://review.openstack.org/#/c/302223/ 14:42:14 rtheis: Thanks. 14:42:17 yw 14:42:26 Anything else? 14:42:31 nothing else 14:42:47 https://review.openstack.org/#/c/293305/13 was updated 14:42:55 reedip_: Thanks. 14:42:58 But boden had some comments which I can take care of 14:43:24 reedip_: I'll take a look at it 14:43:30 however the rackspace maintenance(?) has slowed the gate down a bit , so , waiting for the callback from gate :) 14:43:49 #topic L2 adjacency 14:44:20 I havent worked on this patch from a WIP I published earlier , and had some doubts 14:44:35 carl_baldwin: I will email you the doubts ( I have them on my office PC) 14:44:39 is that ok ? 14:44:47 reedip_: Yes, that is okay. 14:45:01 would do them tomorrow morning ( twelve hours from now maybe ) 14:45:14 reedip_: That will be fine. 14:45:16 reedip_: you attening the Summit next week? 14:45:23 okay, so that would help me a bit in working on the L2 adjacency 14:45:42 my Visa is stuck ... I mean I dont know what its status is 14:45:47 so I am not sure 14:46:02 if they have approved it or not, and hence my attendance :| 14:46:11 good luck with it! 14:46:21 i need it :) thanks mlavalle :) 14:46:32 reedip_: good luck, hope to see you. 14:46:36 #topic OVN and routed networks 14:46:40 xiaohhui: Do you have anything? 14:46:55 We are working on reading hostname and physical _net from ovn. Next step depends on the patch segment/host mapping. 14:47:06 That is all for the ovn in routed network 14:47:20 xiaohhui: Thanks. 14:47:22 xiaohhui: you coming to Summit? 14:47:36 yeah 14:47:47 xiaohhui: is this networking-ovn patch a WIP or good to go? https://review.openstack.org/#/c/302623/ 14:47:47 xiaohhui: great, let's talk there :-) 14:47:52 my visa got approval lat friday 14:48:18 If ready to go, I'll try to review this week 14:48:25 I think it is good to go. 14:48:31 thank you 14:48:46 But it is not that urgent. 14:48:53 ok 14:50:01 #topic Open Agenda 14:50:19 I had a discussion about BGP and routed networks with tidwellr last week. 14:51:03 BGP will need to be able to associate speakers with segments. 14:52:06 I also had a great discussion with kris and mike from GoDaddy last week. From our discussion, it sounds like what we're doing is going to work for them. 14:52:32 that is actually great feedback. Thanks for sharing 14:52:50 They'll have a pretty crazy migration from their current solution but it will happen. 14:53:29 should we try to get some early feedback from other operators during Summit? 14:53:29 They also might be able to help with enabling floating IPs on a routed network (with no Neutron router). 14:53:44 mlavalle: yes, good seque 14:54:04 They are having a large deployers team session right after the keynotes on Monday. 14:54:12 I am planning to attend and do just that. 14:54:40 I'll attend with you. Would you share time and location? 14:55:03 * carl_baldwin looking... 14:55:25 https://www.openstack.org/summit/austin-2016/summit-schedule/events/9515 14:55:26 carl_baldwin: don't worry, I'll just stick to you :-) 14:55:39 #link https://www.openstack.org/summit/austin-2016/summit-schedule/events/9515 14:56:21 Thanks! 14:56:37 Anything else? 14:56:47 once... 14:56:58 twice... 14:57:05 Okay, thanks everyone! 14:57:11 #endmeeting