18:06:28 #startmeeting savanna 18:06:29 Meeting started Thu Jan 16 18:06:28 2014 UTC and is due to finish in 60 minutes. The chair is aignatov. Information about MeetBot at http://wiki.debian.org/MeetBot. 18:06:30 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 18:06:33 The meeting name has been set to 'savanna' 18:06:50 #topic Agenda 18:07:03 #link https://wiki.openstack.org/wiki/Meetings/SavannaAgenda 18:07:18 #topic Action items from the last meeting 18:07:45 ok, I see from the previous aid were on Sergey 18:07:56 lets mov them as new AIs :) 18:08:27 btw, he was on PTLs webinar today and gave talk about savanna to the community 18:08:40 #action SergeyLukjanov to check that all blueprints created and ping guys to make them if not 18:08:50 #action SergeyLukjanov add links to the blueprints to roadmap 18:09:00 #topic News / updates 18:09:04 guys please 18:09:37 so the cli is coming along. i took a break to look at the rest api itself. 18:09:46 i posed many comments to the wiki and mailing list. 18:09:50 thanks aignatov for feedback so far 18:10:09 my EDP on neutron private networks patch update is hung up while we rebuild our in-house neutron env. Apologies for the delay 18:10:12 i'd like feedback from jmaron jspeidel too before drafting the v2 api 18:10:23 will do 18:10:28 mattf - sure thing 18:10:29 jmaron, you too? i'm trying to do neutron atm too! 18:10:34 On the hortonworks side, we're working a few things around providing HDP2 support and adding native support in Ambari for Blueprints which we will eventually leverage in Savanna HDP plugin 18:10:41 mattf, you did bread job and some useful ideas - move jobs and job_executions to jobs and job_templates is very good! 18:10:50 bread -> great :) 18:11:05 that rename is the least of it! 18:11:22 ErikB: nice to hear that! 18:11:23 it looks like the api doc will need to be updated too, it wasn't always consistent w/ the code 18:11:58 btw, who has not undated bps you are working on, please do this :) 18:11:59 mattf, if you know of specifics please file bugs 18:12:22 jspeidel, ack 18:12:39 just so I'm certain I'm reviewing the correct doc/wiki - what's the link? 18:12:39 mattf, api should be updated, right! the last update was EDP section 18:12:52 aignatov, there was a topic for the meeting that i mentioned to sergey and have since forgotten. he send you any notes? 18:13:50 mattf, sorry, but i didn't hear these notes 18:14:16 maybe we can discuss it on the General discussion section 18:14:21 aignatov, fyi, there was an AI on me about oslo sync. i looked into it and decided to skip until after the release. 18:15:16 mattf, agree, please make action tag and title in this meeting :) 18:16:10 update from me: i'm finishing work on entegration savanna with heat provisioning feature, the latests bug fixes on the review 18:16:16 from my side: IDH is partially merged, several parts are still on review 18:16:17 action on me 18:16:21 * mattf found the general topic: if we should both w/ --name in the cli (we have --id and the api works primarily w/ ids) 18:16:52 #action create doc about features included into savanna's heat engine 18:17:12 Sergey Reshetnyak is working on adding IDH to CI 18:17:25 matte, +1, it should be added 18:17:30 mattf, I like being able to use the name in the cli 18:17:49 let's wait til general discussion 18:17:54 mattf, avoids unnecessary query to get the id using the name 18:18:04 any other updates? 18:18:05 mattf: +1 on names 18:18:26 crobertsrh, any updates? :) 18:18:52 Got the review up for Oozie Java Actions in the UI. 18:19:01 Next up looks like HDFS data sources 18:19:10 crobertsrh: great! 18:19:15 lets move on 18:19:17 #topic Roadmap update/cleanup 18:19:37 action above is still on the Sergey 18:19:54 #topic General discussion 18:20:20 should have --name (in addition to --id) for cli commands, i.e. cluster-show --name cluster0 (instead of --id 28ee3cff-9f43-4c03-91e2-06467e15a6d7). if we should then we either have to implement in the client library or in the service api. 18:20:21 small update from Intel side: their "dedicated" engineer is working on urgent project, going to start working on savanna in a week or two 18:20:51 btw, that's should we have, just c&p from irc logs 18:20:59 mattf, just so I'm certain I'm reviewing the correct doc/wiki - what's the link? 18:21:11 mattf, afaik, openstack approach is to use both ids and names 18:21:36 jmaron, https://blueprints.launchpad.net/savanna/+spec/v2-api and the email on openstack-dev 18:21:57 thx 18:22:12 #link https://blueprints.launchpad.net/savanna/+spec/v2-api 18:22:14 i like names too. sounds like we have some consensus there. 18:22:34 maybe let's vote? 18:22:48 mattf, +1 for names 18:22:57 the issue is the rest api does not allow for lookup by name. so either we add that to the rest api, or we add the functionality to the python api. the python api would have to list + search + query. 18:22:58 aignatov: who is against? 18:23:08 alazarev, lol, nice approach 18:23:28 mattf, rest api should also support 18:23:52 jspeidel +1 18:24:00 anyone know if it is common or not to have the name->id logic in the client or the api? 18:24:02 mattf: +1 on having names in rest too 18:24:05 it's just to be documented :) ok, we are all think the same about new rest 18:25:14 ErikB: will you continue working on edp over private networks and base support? 18:25:19 *hbase 18:25:25 silence me no knows if it's more common to impl in api or in client? 18:25:55 mattf, rest api should only have a single primary id per resource but should allow queries by name also 18:26:12 mattf, I assume that id is the primary key for the resource 18:26:29 mattf, I think it should be in the api side 18:26:30 aignatov, yes this work will continue, we still need to do some more functional testing 18:27:12 i'll take an AI to look into adding names, and hopefully integrate it into the v2 api spec. 18:27:38 so far the vocal folks say +1 name and +1 add to api (not just to client) 18:28:12 mattf, I think it's too much stuff in the single blueprint. Maybe we should divide it into some small bps? 18:28:45 aignatov, i'd like to keep it all in one place for now 18:28:54 we can break it up later when some impl starts 18:29:10 ok, sounds reasonable 18:31:37 oh, one more update, Yaroslav updated bp to make HDP working over Heat, jspeidel and jmaron, please take a look on it ;) 18:32:04 #link https://review.openstack.org/#/c/65911/ 18:32:39 aignatov: ok 18:33:01 than we will enable gate job for that as voting 18:33:06 aignatov, how is this related to #link https://review.openstack.org/#/c/65981/ 18:33:08 ? 18:33:54 jspeidel: sorry, the proper, I mean the https://review.openstack.org/#/c/65981/ 18:34:21 aignatov,ok. I have already been involved in reviewing this 18:34:52 and my first link is about enabling hdp integration tests working over heat 18:35:19 aignatov *nods* 18:35:56 :) 18:36:14 guys, do we have anything else to discuss? 18:36:20 nothing from me 18:36:32 not me either 18:36:37 not from me 18:36:37 oh 18:37:09 where are we in regards to hbase discussions with community? 18:37:45 afaik that still lives w/ sergey 18:37:56 i missed the update webcast today, maybe it was covered there 18:38:11 would be nice to get an updated status on this 18:38:15 actually, did anyone attend? can you give us a quick summary? 18:38:41 jspeidel: I only know that you can continue working on your patch, please talk with Sergey directly about that :) 18:39:04 aignatov, ok. Will ping Sergey 18:39:23 matff, as I know alazarev was there 18:39:42 I was moving to home from work at that time :) 18:40:21 just updates from savanna and trove 18:40:43 how many people were there? 18:40:53 mattf: are you interested in something particular? 18:41:10 just general summary. i'll just go get the recording. thanks. 18:41:46 BTW - is there a page that describes the icehouse-3 milestone? 18:42:24 ErikB: there is no actual page in wiki 18:42:36 but this can help you 18:42:41 #link https://launchpad.net/savanna/+milestone/icehouse-3 18:43:07 aignatiov, thanks! 18:43:30 all unfinished bugs and bp in icehouse-2 will be moved to icehouse-3 as well 18:44:17 icehouse-2 release date is on Jan 23 18:44:23 useful link 18:44:34 #link https://wiki.openstack.org/wiki/Icehouse_Release_Schedule 18:45:07 ok, I think we can finish this meeting 18:45:34 thanks who's joined, have a nice day! 18:45:44 #endmeeting