20:01:10 #startmeeting heat 20:01:10 Meeting started Wed Jan 9 20:01:10 2013 UTC. The chair is asalkeld. Information about MeetBot at http://wiki.debian.org/MeetBot. 20:01:12 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 20:01:14 The meeting name has been set to 'heat' 20:01:38 o/ 20:01:43 #chair asalkeld sdake_z stevebaker shardy 20:01:44 Current chairs: asalkeld sdake_z shardy stevebaker 20:02:14 ok 20:02:17 o/ 20:02:22 o/ 20:02:22 #topic rolecall 20:02:24 o/ 20:02:33 sdake 20:02:39 shardy here 20:02:42 jpeeler here 20:02:47 imain 20:02:56 shadower here 20:03:14 #topic Review last week's actions 20:03:25 #link http://eavesdrop.openstack.org/meetings/heat/2013/heat.2013-01-02-20.00.html 20:03:45 * stevebaker asalkeld to setup heat-cfntools git repo (asalkeld, 20:06:02) 20:03:47 done 20:03:57 * stevebaker investigate injecting heat-cfntools install during cloud-init (stevebake, 20:45:59) 20:04:30 oh, thats me 20:05:07 I haven't looked at heat's cloud-init code yet, but this should be possible 20:05:24 I still want image building to be so easy that everybody spins their own images 20:06:02 or just uses official images 90% of the time 20:06:11 both those options make sense 20:06:11 yes 20:06:17 trick is getting cfn tools in the 90% images ;) 20:06:22 stevebaker: What's difficult about image building atm? 20:06:44 time 20:06:45 I've found it quite easy. Just stick the files in /opt/aws and it works. 20:06:50 the time it takes, having bare metal available to do it 20:06:57 shardy: ^^ 20:07:19 It should be a hard requirement that these tools only use python stdlib components, so it remains easy 20:07:20 with stevebake's suggestion of injecting cfn into the image launch, additional requirement that a network host be available to serve them up 20:07:34 but as an additional option makes sense 20:07:39 SpamapS: it currently depends on python-boto 20:07:48 is that new? 20:07:48 stevebaker: That's an oz not heat problem tho, and if we package cfntools, then we no longer have to care (much) about image building 20:07:57 or did I just not use the boto-requiring bits? 20:07:58 sdake, I think you can base64 encode the data into the template 20:08:10 16k limit on user data 20:08:10 the file cfn-tools files contentts I mean 20:08:14 right 20:08:22 shardy: do you think python-boto can be removed as a dependency? 20:08:36 +1 for making them available in the same way any other apt-get/yum installable package is available. 20:08:48 agree 20:08:53 stevebaker: yes, but not that easily 20:08:53 agree as well 20:09:02 (yum/apt-get install) 20:09:06 yup 20:09:15 although dont see a strong incentive to take away jeos toolset 20:09:23 weren't people against this the last time? apt/yum 20:09:25 I've been working on packaging rpm and deb 20:09:38 stevebaker: bascically we'd have to maintain our own internal client library for CFN and Cloudwatch 20:09:54 shadower, well I'd be happy with pip install too 20:09:55 rpm is done http://repos.fedorapeople.org/repos/heat/heat-trunk/ 20:10:15 completely untested PPA is here https://launchpad.net/~steve-stevebaker/+archive/heat-cfntools 20:10:29 pip is fine too 20:10:46 the point is, using regularly available methods means less problems with proxies/restrictions/down servers. 20:10:54 over the long term when heat becomes standard practice, having rpm/deb packages makes it easy for the 90% to prebake the rpms which eliminates the network requirement 20:11:05 yep 20:11:13 are there any actions from this topic? 20:12:01 #topic shadower's configurable cloud backends patches 20:12:07 seems like there's a need for heat's userdata generation to know where the tools are per-image. 20:12:16 #link https://github.com/tomassedovic/heat/compare/master...pluggable-clients 20:12:23 so 20:12:52 with this the users can import a third-party lib for any cloud that lib supports 20:13:07 SpamapS: We expect /opt/aws same as AWS cfnbootstrap tools 20:13:26 Err, I mean where to grab the tools from, not where to put them. 20:13:51 SpamapS: Ok, lets discuss later as this is OT now 20:13:55 agreed 20:14:25 seems like import would open us up to a potentially larger user base 20:14:37 shadower, that looks nice 20:14:44 shadower: this might be related to something I was discussing with stevebaker earlier in #heat. I'd like to be able to put my own private heat engine up in a standing cloud... so a backend I'd be interested in is just Openstack itself, but from a user standpoint rather than service standpoint. 20:14:46 sdake_z: Do you see this as any problem re incubation? 20:14:47 which seems mostly positive to me 20:15:08 also for large version differences 20:15:49 shardy hard to predict if this would be a problem with incubation, but i have only heard positive benefits so far 20:15:56 so would you guys be interested in merging this? 20:16:04 I can send a patch tomorrow 20:16:06 does this mean all the backends have to fake being openstack clients? 20:16:10 yeah 20:16:14 yes 20:16:23 I wanted to disrupt the Heat codebase as little as possible 20:16:27 minimal code changes 20:16:46 looks like a good addition 20:16:48 in practice it doesn't seem to be a big issue 20:17:10 ya - probably didn't need a meeting to discuss - git review do the trick ;) 20:17:27 shardy, suggested a meeting because of the incubation 20:17:32 i see 20:17:34 nice to have some integratioin in horizon 20:17:40 armchair qb atm 20:17:49 Well it's not just the patch 20:18:07 so we can add say, rackspace 20:18:16 I could see some political ramifications, I think it's worth discussing in a meeting 20:18:16 it's the wider issue, ie when we rip out Cloudwatch and move to ceilometer, do we maintain the internal implementation because aeolus needs it? 20:18:25 so the backends would live outside the heat source project? I see no problem with that 20:18:34 Same for all the nested stack resources 20:18:42 yeah that is a problem 20:18:46 stevebaker, unless Heat wants to ship them, yes 20:18:57 shardy that is a complicated problem that i expect slower/shadower will come up with an equally good solution ;) 20:19:08 Its not just nova client that needs to be shimmed, also quantum, swift etc 20:19:15 yea 20:19:35 sdake_z: OK, but that wider issue is why I suggested to shadower it may be worth discussing before posting 20:19:39 what about user-pluggable nested stack definitions? :) 20:19:53 guys think multi-cloud failover 20:20:14 got it shardy 20:20:20 So zaneb has started the pluggable resource types, another approach would be sets of AWS resource types with different backends in the implementations 20:20:21 rather than different types of backends 20:21:00 Slower: Well zaneb made the resources pluggable, so maybe not a huge issue, but it does mean we end up maintaining stuff in tree which is not directly related to openstack (when we move to openstack native implementations for stuff like loadbalancers etc) 20:21:30 yeah I'd guess that would be up to the people who are wanting different backends 20:21:32 asalkeld, if Heat gets integrated with Deltacloud (which is what Slower and I'd like to do), you could have multi-cloud failover 20:21:48 since deltacloud speaks multiple clouds already 20:21:50 this is related to our nested stack solutions vs openstack projects (DBaaS) 20:21:52 multi == lots 20:21:58 not different 20:22:38 shall we bless this solution to hedge our bets? Long term we may do something different 20:22:56 I think it's fine atm 20:23:00 works for me 20:23:03 +1 20:23:20 \o/ 20:23:22 #action git review pluggable-clients (everyone) 20:23:28 cool :) 20:23:37 #topic Plan/priorities and key features for g3 cycle 20:23:45 sdake_z: GO! 20:23:59 so you may need a monster energy drink to parse: http://wiki.openstack.org/PTLguide 20:24:11 but couple key points 20:24:28 blueprints start 4 weeks before H 20:24:40 which on this schedule: http://wiki.openstack.org/GrizzlyReleaseSchedule 20:24:49 would be somewhere around the 28th of march 20:24:53 #link http://wiki.openstack.org/PTLguide 20:25:03 #link http://wiki.openstack.org/GrizzlyReleaseSchedule 20:25:36 we should start thinking about blueprints for H around that time, but if you have something now, might as well get it in launchpad 20:25:53 the key point, if you see the color coded schedule, is that we run off the release cliff feb 28 20:26:02 we need a H series 20:26:05 If there is one thing which we could do better for incubation, I think it is creating more blueprints for feature work 20:26:15 to target the bp's for 20:26:20 which gives us about 7 weeks to sort out the remaining bugs in g 20:26:43 stevebaker: I agree, need brainstorming/ideas prioritisation for new features 20:26:45 asalkeld agree, i'll add a h series after meeting 20:27:00 but key point is, we need g to work well - we can push new features into h 20:27:10 and bunch of bugs = not working well ;) 20:27:29 I believe there are 4 blueprints currently, which we should wrap up 20:27:35 shardy: every brain fart should be a blueprint, then we can "prioritise" 20:27:37 and really try to focus on hardening the code base 20:28:10 this is different from how we typically operate 20:28:23 sdake_z: in what way? 20:28:25 which is make features along the way - the guide states features should be made up front of the 6 month cycle 20:28:32 asalkeld: re ceilometer, how close are we feature wise to being able to use ceilometer for out metric store? 20:28:44 a while off 20:28:52 not the CW API, the metrics/alarms I was thinking 20:29:01 we are move the rock in there... 20:29:34 basically eoghan is merging synaps 20:29:40 bit by bit 20:30:13 asalkeld: OK, so definitely a job for H then 20:30:15 #action Write blueprints for any current and potential future feature development (everyone) 20:30:45 can target those for h 20:30:54 we dont have to do that work now, we can wait until march 20:31:01 sdake_z I see other projects make bp as they need 20:31:02 sdake_z: any particular development focus for the rest of G? 20:31:05 we need to make a good g3 now ;) 20:31:34 well if your out of things to work on, then making new bps may make sense 20:31:42 we can start this new process during h 20:31:54 asalkeld ya, maybe ptl guide is wrong ;) 20:31:57 i'll ask around 20:32:03 I think that is mainly for discussion at summit 20:32:08 right 20:32:14 could be wrong 20:32:16 get the new ideas for the next 3 milestones out 20:32:23 so they can have appropriate discussion 20:32:29 ya 20:32:47 rather then ninja add features mid release ;) 20:32:50 that process would apply more to the heterogeneous teams that the other projects have 20:33:07 they can only decide what to work on face-to-face at summit 20:33:12 doesn't apply so much to us 20:33:26 community is growing, we want to support that model 20:33:27 we are all in the same office;) 20:33:32 true 20:34:22 The norm in other projects seems to be large numbers of blueprints, many of which don't make their targetted milestones 20:35:22 #action Start moving towards the PTL process (sdake) 20:35:40 difference between writing a bp and implementing 20:35:56 #topic Open discussion 20:36:41 Anything else? 20:36:49 not from me 20:37:00 SpamapS, ? 20:37:01 hmm we should probably have a ptl election 20:37:10 should have had one before original summit 20:37:12 why yes we should 20:37:20 need to wait for zane to return to the office 20:37:29 should we do it at next week's meeting 20:37:42 give the candidates a chance to campaign ;) 20:37:43 there is a process 20:37:50 there is a method 20:37:52 noting from me at this point :) more next week 20:37:59 nothing 20:38:05 ok 20:38:31 lets wait until zane returns from pto 20:38:37 which is next week 20:39:59 alright, it looks like that is id 20:40:01 it 20:40:21 yea, back to bed 20:40:30 #endmeeting