14:00:26 #startmeeting neutron lbaas 14:00:27 Meeting started Thu Jul 24 14:00:26 2014 UTC and is due to finish in 60 minutes. The chair is jorgem. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:28 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:31 The meeting name has been set to 'neutron_lbaas' 14:00:45 o/ 14:00:50 Role call please :) 14:00:53 Over 14:00:54 gm 14:01:00 Morning! 14:01:02 \o/ 14:01:10 here 14:01:22 Anyone want to add to the agenda? 14:01:34 Hi 14:01:48 hello 14:01:51 Agenda currently has the following items: 14:01:51 • Review Updates 14:01:52 • TLS Work Division 14:02:47 is evengy here? 14:03:01 yes 14:03:09 I'm here 14:03:25 Okay well we should have a pretty short meeting then today! 14:03:38 Yay! 14:03:40 #topic Review Updates 14:03:54 Anybody have any review updates they'd like to share? 14:04:28 Not really much just updating based on comments 14:04:45 There is a TLS implementation on review, welcome https://review.openstack.org/#/c/109035/3 14:04:56 I just want to say that I'm glad Kyle and Mark accepted the ones they did this week. That's huge for adding new features to Neutron LBaaS for Juno! 14:05:05 +1 14:05:08 sbalukoff: indeed 14:05:19 hello 14:06:05 Okay well as long as reviews are going at the pace they are I think we should be good 14:06:25 Anything need special attention besides TLS? 14:06:32 Yep. Need to keep the momentum up getting actual code reviews done now that specs for major features are approved. 14:06:55 +1 14:06:56 Alright then let's move on to the next topic 14:07:03 #topic TLS Work Division 14:07:25 There is a ML thread on this but wanted to bring it up here since it's important to a lot of us. 14:07:36 evgenyf: How much have you completed thus far? 14:07:59 evgenyf: And more importantly, can any of us help? 14:08:01 I have my TLS ref impl spec that ill be working on for sure. But willing to help, if needed, on the parent spec 14:08:20 jorgem: extension + db + unit tests for them 14:08:37 evgenyf has the db/plugin model work done (see review.) remaining is the ref driver and the code that pulls from barbican. 14:09:15 + the registration if rmwork gets accepted 14:09:28 dougwig: exactly, There is a spot for TLS containers validation by using a new common module that should use Barbican APi 14:09:33 Isn't the ref. implementation stuff mostly about the haproxy config template? 14:09:55 evgenyf: that common module is that something you added or something neutron has added? 14:09:58 Oh, I guess there's additional code for interfacing with barbican, too. 14:09:58 correct sbalukoff 14:10:20 yes, barbican code + common logic for extracting CN, etc. 14:10:20 (The L7 stuff will be about the haproxy config template almost entirely.) 14:10:31 Ok, cool. 14:10:38 I'm not sure when the X509SubjNameExt class code is going to be accepted into pyopenssl. Its dependent on bindings that need to be released in the cryptography project as well. So should we be codeing the asn1_module for now and switch it out later or what? 14:11:14 crc32: IF we really don't know when it's going to get into pyopenssl, I would say, "yes." 14:11:16 sounds like a strategy 14:11:17 crc32: we've for 4 weeks left; i don't think you can bet anything on someone else releasing first. 14:11:26 /for/got/ 14:11:32 Carlos, we may start by just commiting API of the module 14:11:53 o/ 14:12:05 crc32: we need to make the libraray api concrete and have implementation as fast as possible, we can always switch the implementation to something nicer later 14:12:08 is that something that has to be in? 14:12:14 Yea, there wont be a whole lot, if any, actual work needed to the driver itself now. I will need to create a haproxy1.5 template, make it configurable any additional testing for it. 14:12:20 ok sounds like pyasn1 then. 14:13:09 blogan: if we agree that we skip validation of the x509, than we can process 14:13:25 sounds good for v1 14:14:39 so to propose, 1. complete the review without the library and get it in ASAP. 2. add a "bug" to fix it using the library later to be completed either in Juno or after. or tey and do 1+2. I am in favor of 1 14:14:42 and then 2 14:15:10 samuelbercovici +1 14:15:14 samuelbercovici +1 14:15:25 so i think i hear ptoohill working on the driver, crc32 on the x509 parsing. is one of you doing the barbican integration, or someone else? 14:15:52 As far as who does what: I'm happy to volunteer to review code (as I've been doing with other patches to date, too). :) 14:16:27 I think rm_work may be working on Barbican integeration. 14:16:29 I was planning to look at the barbican integration 14:16:41 Cool. 14:16:46 evgenyf: where is this common module you mentioned earlier? 14:16:49 rm_mobile: any eta on this? 14:16:53 rm has gone mobile. 14:17:02 The CR is up for the functionality we need 14:17:13 blogan: see the review, i believe he means the tis validation method. 14:17:16 I'm gonna kickstart adam on the barbican integration. 14:17:17 So... Maybe soon? 14:17:27 but we still need to write code in neutron-lbaas which retrieves the cert 14:17:40 #link https://review.openstack.org/#/c/109035 14:17:47 even if the subscriber thing doesn't make it 14:17:47 blogan: It does not exist yet but ints API spec is in TLS rst 14:17:55 otherwise, each driver will need to implement this by its own 14:18:23 this == barbican integration 14:18:47 samuelbercovici: I believe once the CR is complete on the Barbican side will rm_work start on the integration. 14:19:02 CR? 14:19:04 yeah I think the plan was to do the barbican pull in the higher level API and pass the cert/key to the driver 14:19:06 code review 14:19:08 code review 14:19:17 k 14:19:22 change request. 14:19:24 possibly also the barbican ID in case the driver would rather use that? 14:19:26 oh I mean code review 14:19:31 crc32: ah yes 14:20:03 hi guys 14:20:15 I will be working with the barbican team to get python-barbican-client up to speed for us 14:20:18 Pattabi: hiya 14:20:21 This is Pattabi from Brocade .. I have a question regarding the data model changes 14:20:35 and then will probably be working with either blogan or crc32 to get that into neutron-lbaas 14:20:45 there's also some stuff about Keystone Trusts we need to work out... 14:20:46 at the end of Juno, will only the new data model supported ? 14:20:46 Pattabi: one sec, on a tis agenda item. 14:20:46 al in all without validation, the code should use the tenant identity under which the lbaas call is done and get the container which has the cert+key 14:21:07 jorgem: can you add an agenda item for Pattabi ? 14:21:14 well, it looks like we will also need to set up a Keystone Trust and track that… :( 14:21:20 Pattabi: v2 will be the only code that gets worked on, but v1 will still exist 14:21:31 so the workflow has an extra step now above what I originally thought would be necessary 14:22:06 rm_work: can you please initiate this description on ML so we can discuss details? 14:22:19 So to recap these are the items being worked on for TLS: 14:22:20 Barbican Integration (rm_work) 14:22:20 Reference Implementation (ptoohill) 14:22:20 DB/Plugin Model (evgenyf) 14:22:25 dougwig: sure 14:22:42 code reviews: Everyone else 14:22:55 +1 14:23:03 samuelbercovici: sure 14:23:04 also cert validation and information extarction - crc32 14:23:24 yes. 14:23:29 Yep 14:23:35 yes code reviews, avishay and eugene have already caught a few stupid mistakes I made 14:23:36 samuelbercovici: noted 14:23:56 can we get the stub module so I can start injecting my code. 14:24:24 crc32: pull the review above. 14:24:55 Okay anything else related to TLS? 14:25:16 Switching to Pattabi's topic... 14:25:21 thanks 14:25:28 #topci New vs Old Data Model Support 14:25:35 blogan's answer: Pattabi: v2 will be the only code that gets worked on, but v1 will still exist 14:25:43 thanks dougwig 14:25:43 i submitted the code for brocadew lbaas driver 14:25:57 Pattabi: i'm assuming it only supports the v1 model? 14:26:03 #topic New vs Old Data Model Support 14:26:07 the spec was rejected mentioning that the data model changes happen and waitf or K 14:26:44 yea I have the review open but I'm seeing a bunch of DB model stuff. 14:26:54 would like to know what does it take to get the code reviewed and merge upstream 14:27:10 Pattabi: the spec approval deadline has passed anyway, i doubt it would get it now 14:27:28 Pattabi: is this code or a spec? 14:27:33 Pattabi: the best would be to discuss with Kyle 14:27:38 i understand ... i had sewnt for approval much earlier than that and code review also 14:28:24 sjd i focus on v3 model or v1 only for my driver ? 14:28:30 Pattabi: Also, to stay informed please visit #link https://wiki.openstack.org/wiki/Neutron/LBaaS 14:28:54 Pattabi: I would suggesting just implementing the v2 model and driver interface 14:29:10 v1 will eventually be deprecated and removed 14:29:20 blogan: thanks 14:29:22 Pattabi: v1 will be deprecated sometime in the future I believe so v2 is the best bet right now. 14:29:26 Pattabi: your best bet is to retool the spec/code for v2, and then engage directly with mestery. Expect it to be a low priority; all vendor items seem to be. 14:30:06 dougwig: sounds like a sore topic 14:30:08 (on the release schedule, i mean.) 14:30:22 ok ... is there an exception list for the specs now that deadline is passsed 14:30:30 i didn't mean that to sound as harsh as it came out. it's early. :) 14:30:37 Yes, Kyle can override it 14:30:40 Pattabi: yes, it's via the ML. 14:30:41 Pattabi: there is but they aren't adding any more to it unless it is really high priority and necessary 14:30:52 dougwig: I meant the module for mangling the x509 and keys. 14:31:26 crc32: standby for the end of this agenda topic. 14:31:56 Pattabi it looks mestery joined 14:32:37 mestery: this is regarding hte brocade lbaas driver code reivew and approval 14:33:37 mestery "joined"? 14:33:46 i have a topic, Avishay sent an email about not liking the specific entity not found exceptions in favor of a General entity not found exceptions, this sounds good to em. What does everyone else think? 14:33:47 yeah, I saw his name being changed 14:34:10 Pattabi: how long would it take you to retool for v2? 14:34:19 blogan: topic added 14:34:24 i am working on it now ... 14:34:38 couple of days i think i shd have a v2 based driver 14:34:52 sure, sounds reasonable, blogan. 14:34:57 blogan: I must have missed this e-mail. Was it tagged with [Neutron][LBaaS] ? 14:34:57 1 day? 1 week? 1 month? if it's a few weeks, then you're in the same boat as the other vendors, and have a good argument. 14:35:14 sbalukoff: it was 14:35:31 i upload the private patches for the v2 changes and refactoring my driver currently 14:35:57 I can copy & paste here .. (the mail) 14:36:01 hen will v1 model deprecated 14:36:08 Wow, gmail is being exceedingly slow for me this morning... 14:36:21 Okay, let's start next topic 14:36:33 Pattabi: As soon as possible. ;) But probably in K release 14:36:36 psatbin 14:36:38 #topic Exception Naming 14:36:38 Pattabi: an accelerated deprecation for drivers was discussed at the July meetup, so they may be marked deprecated in Juno. K at the latest. 14:36:52 go ahead blogan 14:37:42 Okay currently there are LoadBalancerNotFound and ListenerNotFound, and so forth exceptions. This should probably change to just EntityNotFound so we dont have all the different types of exceptions 14:37:48 i agreed with the email and common name. 14:38:01 v1 has the VipNotFound, PoolNotFound, MemberNotFound exceptions so I just followed that model 14:40:03 ok dougwig and avishay and I agre 14:40:04 Yeah common exception until we actually need a specific one 14:40:07 as long as they all inherit properly, you should just be able to catch them with their parent type 14:40:13 and phil 14:40:14 but whatev <_< 14:40:17 if that matters 14:40:22 to make a counter-argument against myself, i am guessing they are separate for localized error messages. 14:40:37 well, that's what inheritence is for 14:40:45 the error message will be localized 14:41:12 Okay so 1) Use common exception 2) If not 1 use specific exception (inherited of course) 14:41:14 right, but an unspecific "not found", even in spanish, is just about worthless in something like a UI. it's maddeningly obtuse. :) 14:41:30 the error message will have the actualy entity name 14:41:54 dougwig: It should be implied on what you were querying for right? That is if you are querying for one thing and not a nested object. 14:42:19 not in the "create an LB like an instance" UI paradigm that ebay demoed, no. 14:42:20 dougwig: Also you can pass a string into the exception for detail 14:42:32 but as long as they can still see what isn't found, that argument is moot. 14:42:40 they will see what isn't found 14:43:07 that sounds like a great philosophical quote 14:43:31 Haha 14:43:31 i'm full of nonsense in the morning. 14:43:40 i wouldn't call it nonsense.... 14:43:57 Okay, any other topics? If not I think we are done! 14:44:07 Yay! 14:44:16 i have a question on v2 data model 14:44:26 Pattabi shoot 14:44:37 #topic Question on v2 on data model 14:44:43 can the same pool be bound to different listeners 14:44:52 one of us needs to get with carlos and talk about where to plumb the x509 parsing in. hopefully that can wait an hour. :) 14:44:56 pattabi: not right now but it may be supported in the future 14:44:58 Not in this revision. 14:45:13 then the db code should handle this check 14:45:25 dougwig: I have crc32 in a meeting afterwards :) 14:45:43 it does not check for this as part of the listener default_pool_id update 14:46:06 Pattabi: the default_pool_id is set up as a unique constraint 14:46:43 yes .. it generates the DB exception that is not propagated upwards properly 14:46:57 Pattabi: you're probably right on that, could you add a comment 14:46:59 to the review 14:47:06 i will add today 14:47:10 thank you 14:47:19 same with hm to pool 14:48:29 yes unfortunately we're out for the next 3 hours for sprint planning through lunch <_< 14:48:44 :) 14:49:02 yall have a good day 14:49:02 Okay, I think we are done everyone 14:49:10 Thanks y'all! 14:49:13 guys, regarding TLS work split, do we need another session on this? 14:49:15 thanks all 14:49:20 i'll be around all day. and carlos knows where brandon sits, worst case. 14:49:21 thanks 14:49:23 sbalukoff the only person who mixes eh and yall 14:49:39 bye 14:49:39 :) 14:49:40 evgenyf: I have some notes on this but I think you and crc32 need to meet I believe 14:49:47 and anyone else of course 14:49:56 later folks 14:50:04 evgenyf: is it late for you? 14:50:10 Pattabi: you can find us on #openstack-lbaas 14:50:13 yea but I can't meet just yet caue I'm getting screwed over in a planning session. 14:50:24 #endmeeting