19:00:10 #startmeeting Cloud SIG Meeting 19:00:10 Meeting started Fri Jul 8 19:00:10 2011 UTC. The chair is rbergeron. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:00:10 Useful Commands: #action #agreed #halp #info #idea #link #topic. 19:00:15 #meetingname CLoud SIG meeting 19:00:15 The meeting name has been set to 'cloud_sig_meeting' 19:00:53 #topic Roll Call 19:01:01 * kkeithley1 nods 19:01:01 YO 19:01:05 boing! 19:01:20 * tflink remembered this meeting for once 19:01:20 Heya 19:01:21 hay 19:01:55 blargh 19:02:09 well. i can tell we're all very excited, so i'll get going 19:02:15 #topic EC2 images 19:02:22 jforbes: where are we? ;) 19:02:50 rbergeron: still moving slowly, about to commit my most recent kickstart changes 19:03:02 jforbes: where are those going? 19:03:23 the cloud-kickstarts git repo on fedorahosted 19:03:25 okay 19:03:36 jforbes: does that have other docs in it, too? 19:03:48 I've been trying to figure out how the official AMIs are being built 19:03:58 no, there is no other doc in it 19:03:58 jforbes: tflink, and athmane, and others are going to be helping us out with the whole "testing" thing 19:04:17 * athmane wondering if thincrust is used to compose ami (kickstart) 19:04:18 the images that are up right now are built from boxgrinder (I can add those configs too) 19:04:38 but the end goal is for koji to build them. 19:04:40 * clalance is here 19:04:41 tflink: but i think th egoal is to have them coming from koji, not bg 19:04:42 (late) 19:05:03 Unfortunately boxgrinder is really fast, easy, working and well tested... koji is none of these for EC2 19:05:09 IIRC, koji uses appliance-tools. 19:05:18 yes, it does 19:05:35 so does boxgrinder if I recall 19:05:48 this might be a conversation for another place/time but which appliance-tools repo? I think I found 2 19:05:48 But there are things done to the images after creation which really matter 19:06:09 one on redhat-et and one on fedorahosted 19:06:10 tflink: I don't know honestly 19:06:11 Are you able to ask those who created the RHEL EC2 images? Those used koji. 19:06:37 gholms: I am, and I have access to the repos used to create those, F15 is a bit different though 19:06:52 Oh, the problems are distro-specific. :( 19:07:02 gholms: And of course the kickstart is a very small part of what creates the images, it is a ton of post mangling 19:07:23 Yeah, it's the post-mangling that I'm curious about, personally. 19:07:31 I suppose that *would* differ, though. 19:07:46 gholms: some are, some of it is trying to move cruft out of the python scripts which mangle an image, and putting them into kickstart %post 19:07:57 jforbes, et al: i think people had some questions about what we needed different kernels for, and why we'd have two different things to test ,and if someone could elaborate on that stuff it would be awesome (since I can't) 19:08:04 Either way, I suppose koji has *very* little to do with what the final image looks like 19:08:29 rbergeron: we don't need different kernels, we are using the same kernels as everyone else in Fedora 19:08:35 Koji itself? Nope. The important part there was just taking cues from the RHEL people. 19:08:49 so we don't need different versions? 19:08:54 gholms: Oh, I have 19:08:58 rbergeron: that's what I'm interested in. how are the AMIs different from normal fedora and what needs to be focused on for testing 19:08:59 rbergeron: nope, not since F12 19:09:00 No, Fedora's kernel works fine on EC2. 19:09:08 okay 19:09:22 * rbergeron thought we had had a discussoin a few meetings back about needing to have 2 different versions tested 19:09:30 gholms: this might be a dumb question but are the AKIs updated with new kernel versions? 19:09:40 or can they be updated with yum 19:09:40 tflink: No, they boot their own kernels. 19:10:01 tflink: the only real differences are EC2 specific bits, like pulling the ssh key so you can actually log in, how you set the fstab for S3 and EBS, etc 19:10:14 rbergeron: 32-bit and 64-bit, ephemeral instance storage and persistent EBS storage 19:10:25 gholms: so an F15 AMI would always use the same kernel that it was created with? 19:10:32 tflink: Yep 19:10:40 rbergeron: Oh, I think you might have cought on that I need to link to a diffrent AKI when I migrate... That is technically a "kernel image" to amazon, but it is really just the pvgrub image, it actually boots our kernel 19:10:53 jforbes: ah 19:10:57 tflink: Unless its kernel is updated and the instance rebooted. Then it will use the newest one on the image. 19:11:10 rbergeron: from a testing standpoint on migrate, we only have to verify that the images boot, because the actual image is the same, we just have to ensure it is linked to the correct AKI for that region 19:11:14 gholms: is that how people do security updates for the kernel, then? 19:11:22 gholms: so ..... how much do we need to test here? now i'm feeling like i'm seeing four things 19:11:25 tflink: managed with yum 19:11:25 tflink: Yes 19:11:47 rbergeron: Well, we've been bitten with 32-bit-specific issues in the past, so at the very least we need to test that. 19:11:58 * rbergeron nods 19:12:10 * rbergeron wonders if everyone has seen the test-day documentation that athmane has been putting together? 19:12:23 rbergeron: F14 didn't have any images that live on EBS, so we should probably test that as well. 19:12:26 jforbes, gholms: I think I'm missing something here. can you use yum to update the kernel that an EC2 instance is using through yum? 19:12:30 I have not yet, been playing catch up this week 19:12:47 tflink: ``yum upgrade kernel; reboot'' works like normal. 19:12:49 tflink: yes, all updates are done with yum 19:13:01 ok, thanks. I misunderstood something earlier then 19:13:43 so i guess the question is this: 19:13:49 do we want to just test the images we have now? 19:13:54 or do we want to wait for the ones made with koji 19:14:43 That goes back to my point that bg is well tested, and we are confident with what it puts out... koji is not in this regard 19:14:51 right. 19:15:09 at the same time, to get something called "official" we're supposed to get release-engineering to sign off on it 19:15:18 and i suspect rel-eng isn't going to sign off on anything using bg 19:15:29 because it's not part of their process at this point 19:15:43 now we could probably go to the board and say process doesn't work, etc 19:15:50 and we need a different process 19:15:56 but i can't do that on my own ;) 19:16:05 rbergeron: neither is the massive amount of post that has to be done to a koji image once koji is done with it 19:16:32 jforbes: none of that can be done automagically? 19:16:43 rbergeron: it can, but not using tools they have 19:16:57 jforbes: Is any of that -post work documented anywhere? 19:17:07 rbergeron: at the very least we are introducing a couple of python scripts and euca-tools 19:17:26 * rbergeron nods 19:17:37 jsmith: it was loosley documented at some point, though that probably needs some updating 19:18:04 jsmith: and I don't know that current rel-eng has ever seen it, jkeating did when we last went through all of that 19:18:26 jsmith: rhel does something similar, but not using tools that fedora rel-eng will allow 19:18:49 jforbes: but i'm assuming that automating all of that magic will take some time and so forth to actually make automated 19:19:20 rbergeron: probably so, yes. The point was more that it is defining a new process for rel-eng either way 19:19:53 and bg is easier for us, and koji script hell will be easier for them 19:19:54 koji is us writing from scratch, bg has an active and responsive upstream, and is well tested 19:20:14 and bg is fairly well tied in with our community as well 19:20:31 rbergeron: dont know that koji will be any easier for them, but it is the beast they know, at least for that part of it 19:20:59 * jforbes cannot stress enough how insanely easy bg is to go from scratch to published images 19:21:01 have any alternatives been proposed? 19:21:04 * rbergeron feels like she is stuck between a rock and a hard place 19:21:10 tflink: the alternative to koji is boxgrinder 19:21:44 tflink: they were proposed many moons ago, rel-eng chose koji 19:22:04 ok, I kind of figured that I missed that discussion 19:22:23 jforbes: Even in light of all the manual labor after image creation? 19:22:30 dgilmore: are you here 19:22:31 of course at that point bg was "coming to fedora" and not actually in it, so maybe that might change 19:23:01 gholms: guess so, this is nothing new 19:23:09 :-\ 19:23:27 The whole idea is to automate it (whether it's koji or bg) 19:23:34 though, like I said, jkeating was the rel-eng representative for those discussions 19:23:42 jsmith: with bg, it is already automated 19:23:47 it's automated with bg 19:25:00 [Nothing happens] 19:25:05 gholms: no shit :) 19:25:22 * rbergeron snickers. anyway 19:25:42 (though there is still the issue of credit card for the official account, since amazon decided to bill me anyway, even though I removed my card from the account) 19:25:43 Any thoughts, people? 19:25:43 so where are we, folks... do we want to propose using bg to rel-eng? 19:25:55 I would love to 19:25:57 jforbes: ummmm 19:26:08 jforbes: can i just dial you post meeting? 19:26:13 +1 to using boxgrinder 19:26:18 rbergeron: sure 19:26:25 proposing, rather 19:26:31 maybe we can sort that out, because i'm lost 19:26:41 * ke4qqq shows up late 19:26:50 Use koji to call boxgrinder ? 19:27:04 rbergeron: though it isn't a huge deal, we are using the other account for machine time, this account only pays for transfers, so it was less than $4, but I dont like other people having credentials to an account that can bill me directly if they do decide to use machine time 19:27:28 jforbes: if i give you the credentials for the community account, can you just make it there?? 19:27:46 that gets billed to commarch 19:27:53 though now i'm wondering wtf commarch is getting charged for 19:28:01 rbergeron: no, Amazon has tied free S3 storage to this account for the use of our public images 19:28:17 okay, i'm just going to call you when we're done here and sort it out 19:28:23 rbergeron: okay 19:28:25 * ke4qqq thought I saw some pretty heady resistance to bg from releng. but I may be imagining things. 19:28:33 in the meantime: we need some documetnation on wtf would need to happen on the rel-eng side for them to use bg. 19:28:38 ke4qqq: you did 19:28:48 At that point BG was still a new a lightly-tested thing. 19:28:56 *new and 19:29:04 or alternatley, we need to have some sort of automated process that essentially doesn't involve rel-eng, if they're not interested, which i believe is the case. 19:29:06 And not actually in Fedora yet, and a bunch of other things 19:29:19 gholms: I didn't think a week or two ago was that long ago. 19:29:21 :) 19:29:47 rbergeron: we have that, I can spin up images in BG in less than 1 hour 19:30:03 jforbes: can you do some of that documentation, fairly soon-ish? i know you're swamped. or at least give someone some permission to look at whatever you have going on (scripts or commands or something) so someone can write it. 19:30:03 ke4qqq: Oh, no those discussions were more than 6 months ago 19:30:11 because we need to not have it all stuck in your brain, basically. ;) 19:30:23 rbergeron: yeah, I can write up BG docs this week 19:30:57 jforbes: can you additionally perhaps do some write-up as to wtf koji would need to do, or what needs to happen in post, for that way to work? 19:31:16 rbergeron: I can 19:31:18 * rbergeron offers cookies 19:31:26 :D 19:31:52 [You hear a sound reminiscent of an elephant stepping on a peanut.] 19:32:01 okay. because while i think we're moving towrads having testing plans made, we need to sort out the whole image creation process before rel-eng will sign off on anything, before we can call things "official" or whatever 19:32:05 * rbergeron sighs 19:32:14 okay. 19:32:23 #action jforbes to document bg and koji details for image creation 19:32:26 (thank you, sir) 19:32:32 NP 19:32:50 What about figuring out the whole credit card mess? 19:33:17 so - i'll talk to justin after this to try and sort out at least who's getting billed for things. 19:33:36 Remember that if you're concerned about the ways in which people will use that account, that is exactly what IAM is for. 19:33:52 the other part is the "community testing", and the dude at amazon that i've been talking to sort of offered to get us some AWS credits to give people. 19:34:04 gholms: yeah, but that doesn't put any restrictions on what they can use it for 19:34:12 they can more or less do other things, can they not? 19:34:23 ie: decide to make a 400-machine cluster at 2 bucks an hour? ;) 19:34:23 rbergeron: Yes it does. It's an op-for-op ACL. 19:34:35 i.e. "these credentials can only use UploadImage" 19:34:42 gholms: the problem is, you have to actually launch machines to do the EBS creation, but either way, I would rather not even pay for transfer time 19:34:43 (or whatever) 19:34:54 Oh, crap. EBS images. 19:35:09 just to make sure I'm clear on this - there is still no decision on whether we want to go forward with testing the current F15 AMIs? 19:35:14 Amazon stopped charging for data transfer into EC2. 19:35:21 tflink: we want to test them, yes. 19:35:24 gholms: yeah, basically IAM is useless in this regard 19:35:44 rbergeron: but which ones? the BG created ones that are currently up or wait for koji-ish ones? 19:35:59 i don't know. concensus, folks? 19:36:05 jforbes: how far are you from having koji-ish ones? 19:36:34 it doesn't sound like we'll have koji-ish ones any time soon, so I'd say the BG ones before the F16 test days get started 19:36:45 #action rbergeron and jforbes to figure out who will get billed for things 19:36:52 #chair gholms 19:36:52 Current chairs: gholms rbergeron 19:37:05 rbergeron: from having working images generated (mostly) by koji, or from having full automation for rel-eng using koji? Two very different things 19:37:23 i mean from the former (you having working images generated mostly by koji) 19:37:48 rbergeron: hopefully by next week. 19:37:54 though knowing the man-hours behind the latter might be interesting to know as well 19:38:19 jforbes: by this meeting next week, or monday, or? 19:38:19 rbergeron: depends on how many of the insanely slow build/test cycles I have to go through with koji 19:38:22 right 19:38:29 okay 19:38:32 rbergeron: hopefully by this meeting next week 19:38:33 * rbergeron doesn't have a preference. 19:39:09 at this point, either way,we're not going to be going to release engineering with a full-blown plan for the future, so i don't see why we wouldn't want to use bg-generated images. 19:39:29 rbergeron: +1 19:39:57 okay. 19:40:21 well, i'll run that by dgilmore today or monday and see what his feeling sare. 19:40:32 Yeah, it is an easy argument from a technical standpoint. Here is a fully automated solution, with an active upstream, supported in fedora by the developers, and well tested 19:40:42 if he's kosher with that, we'll make a plan for a test day, and we'll figure out how we're going to pay for it. 19:40:51 in the short-term. 19:40:59 Or here is a plan to write something specifially for us that no one else can ever even us 19:41:18 which is probably either (a) we trust people with account access or (b) I pay a bunch of people $5 for their amazon usage via paypal 19:41:21 * jforbes notes normal users and developers do not have permissions to even try to spin a koji image 19:41:32 Another thing to consider is that regular people can use BG, whereas they can't use koji. 19:42:44 wfrom a releng perspective boxgrinder is not acceptable 19:43:17 dgilmore: is there a way bg could be made acceptable, or is that a lost cause? 19:43:19 ruby ? 19:43:34 its not taking in a kickstart being the biggest hurdle 19:44:08 ke4qqq: well it needs to take a kickstart, then we could look at koji integration 19:44:12 dgilmore: it can take a kickstart I believe, he added that functionality a few releases ago 19:44:25 but last i looked there was more promising tools coming along 19:44:50 jforbes: thats good then, communication has been no existant so i cant change my thoughts 19:44:51 BoxGrinder can read kickstart files if they have bg_os_name and bg_os_version as comments in the kickstart file. 19:44:52 dgilmore: ok, i mean if releng is completely opposed to bg there's no point in working on it, but if there are things that can be fixed then perhaps it is. I just don't want anyone wasting cycles. 19:45:22 ke4qqq: right now its not our favoured tool 19:45:31 ke4qqq: and not likely to become so 19:45:49 ke4qqq: not really wasting cycles, bg works, works well. it is used until we can get something that releng likes either way. 19:45:53 from the fudcon in tempe it looked like more promising things were coming along 19:46:04 but im certainly happy to visit the situation 19:46:14 dgilmore: so if we wanted amazon images generated by releng so they can be blessed and annointed, how should that be pursued? 19:46:34 ke4qqq: by working with releng for a start 19:46:35 There is the oz/imagefactory combination from aeolus, which can do some of the same things. 19:46:37 or if we wanted existining amazon images blessed and anointed 19:46:59 ke4qqq: we want to make the images in koji 19:47:01 But it is not as mature at the moment. 19:47:20 clalance: you guys don't have GA until november, correct? 19:47:22 clalance: Yes, that was the more promising bits from Tempe :) but that has no koji integration at the moment either 19:47:33 jforbes: Yeah, that is going to be problematic as well. 19:47:44 so either way, we don't have anything now or up and coming that will work with koji. 19:47:44 jforbes: right which is why we are using immage-creator for now 19:47:54 Right, correct. 19:48:18 rbergeron: oz/imagefactory was what releng was considering 19:48:34 and looking to integrate with koji once it all stabalised 19:48:37 dgilmore: sure, (and so does bg underneath), but what image-creator spits out is only a piece of the puzzle for EC2 either way 19:49:03 anaconda itself is adding functionality that will be useful for appliance creation as well 19:49:23 well thank god there are 15 red hat projects all working on the same problem. 19:49:26 lol 19:49:49 jforbes: right, releng has scripts to do that magic, i need to just grab them from inside rh, sanitize them and put them into the releng git repo 19:50:07 jforbes: ive been waiting on a kickstart file and communications from you to do that 19:50:14 dgilmore: not quite (I have been working with those scripts) 19:51:01 dgilmore: well, as far as that goes, a kickstart file that creates an image is sitting in cloud-kickstarts respository 19:51:50 dgilmore: unfortunately that image will not work with EC2 without modification. The scripts from the repo inside rh need serious work to meet these needs 19:52:25 dgilmore: but if releng is going to take on the part of making those scripts work, I am more than happy to hand it over 19:52:52 jforbes: im happy to work on them. ive been waiting on you since f15 went ga 19:53:26 jforbes: i cant do anything on the releng side without communications 19:53:31 dgilmore: kickstarts which created an image have been there since well before ga, every modification since then has been trying to do script stuff in %post and make the scripts work 19:54:07 jforbes: i never knew the kickstart was in clouds-kickstarts repository? i assume thats on fedora-hosted? 19:54:28 dgilmore: kickstarts for the piece before that were given to you in Tempe. I thought I was supposed to be making the post scripts work and it has consumed more hours than I care to count 19:54:32 dgilmore: yes 19:55:03 jforbes: i think we are suffering from a major lack of communication 19:55:14 jforbes: lets fix that and work together 19:55:20 please :) 19:55:42 okay. 19:56:03 jforbes: can you plz open a ticket with rel-eng and put the appropriate info in there about the ks file 19:56:15 and um... SET UP A TIME TO TALK TO EACH OTHER ON THE TELEFONO or something :) 19:56:18 so we can sort this crap out 19:56:18 rbergeron: sure can 19:56:22 thakn you both :) 19:56:24 * rbergeron hugs everyone 19:56:32 * rbergeron looks at giant pack of cigarettes 19:56:35 okay 19:56:40 dgilmore: thanks 19:57:09 rbergeron: :X your welcome 19:57:10 #topic Features 19:57:19 So feature submission deadline is next tuesday 19:57:28 Feature Freeze is 2 weeks after that. 19:57:42 that's an FYI, before I check in with everyone, assuming they haven't left yet. ;) 19:57:53 #topic PrinceFS (aka CloudFS) 19:58:01 Heh. 19:58:08 kkeithley, jdarcy: what's the scoopola 19:58:12 Wait, what? 19:58:36 Short report here. No movement on trademark. Spent most of my time (30+ hours Wed+Thu) working on the at-rest crypto stuff. 19:58:40 * rbergeron nods 19:58:51 gholms: it's the name i've given it in the interim 19:58:57 Oh 19:59:03 I'll ask you to explain it later. 19:59:09 http://cloudfs.org/dist/design.md if anyone cares. 19:59:09 I got mock (not hard), reviewed a few aeolus packages, got my packager bit. 19:59:35 Yeah, kkeithley (along with rrix) has been a rock star reviewing aeolus packages. 19:59:38 It is much appreciated. 19:59:56 (gholms: "the feature formerly known as cloudFS" "the artist formerly known as prince") 20:00:03 Got it. 20:00:05 :D 20:00:11 need to connect the dots to on being a packager. thanks ke4qqq for the sponsorship. working on issues from cloudfs pkg review. biggest one, not that big is a license mismatch 20:00:22 see https://bugzilla.redhat.com/show_bug.cgi?id=675050#c16 20:00:56 kkeithley: if you need help, (well it will be next week at this point) I am happy to help connect the dot 20:00:59 dots 20:01:31 ke4qqq: thanks 20:01:54 I think we have a looming issue about having to carry the SSL transport as part of CloudFS instead of GlusterFS, because at this point I doubt Gluster will review it and get it into a package on time. 20:01:55 unless you want to talk after the meeting 20:02:22 That will just be temporary, of course. When it gets into GlusterFS we can drop it from CloudFS. 20:03:00 ke4qqq: ? Next week will be fine. I just need to go through the steps at https://fedoraproject.org/wiki/PackageMaintainers/Join#Add_Package_to_Source_Code_Management_.28SCM.29_system_and_Set_Owner 20:03:09 haven't even looked at it yet 20:03:30 ok, happy to help if i can, i think the instructions can be convoluted at times. 20:03:49 I'll holler if I need to ;-) 20:04:24 * rbergeron shall move on? yes? :) 20:04:38 * jdarcy nods. 20:04:41 thanks for helping out, ke4qqq, and jdarcy and kkeithley, thanks for your efforts on this feature. :) 20:04:51 #topic Aeolus 20:05:01 clalance: Hello there. 20:05:04 rbergeron: In brief: lots of time spent packaging. 20:05:14 We have maybe 75% of our packages in. 20:05:14 clalance: no kidding. you guys have been rockin. 20:05:24 kkeithley and rrix, thanks so much for the help so far. 20:05:27 It has been really helpful. 20:05:37 rbergeron: That being said, I would say that the feature is still at a bit of risk for F-16. 20:05:51 There are still maybe 10 new packages we need, and the same amount we need updated. 20:05:59 And the app itself (the conductor) is not yet ported to rails 3. 20:06:08 There is ongoing work to get that done, but the earliest that will land is next week. 20:06:11 Yikes. 20:06:12 Okay. 20:06:39 That's the short of it. 20:06:46 clalance: yw 20:06:49 kkeithley: :) 20:06:52 Well, you've got until July 26. And there's not a ton of stuff really dependent on you, so i'd guess it's possible fesco could grant you a bit of a reprieve, maybe, though I'm not entirely sure how that would work. ;) 20:07:07 rbergeron: OK, yeah. 20:07:13 rbergeron: I'm on vacation next Friday. 20:07:15 So I'll miss this meeting. 20:07:22 But I'll make sure mmorsi is here to give status. 20:07:25 clalance: Smart Man. ;) 20:07:27 And see what progress we've made. 20:07:33 okay. 20:07:51 If you have any high-priority package reviews, etc. just ping me or rrix, and we'll see what we can do. 20:07:58 rbergeron: Will do, thanks. 20:08:03 (I'll see what I can get him to do, since I'm not exactly wearing my package review crown yet) 20:08:05 or send them to the list so that even more people can see 20:08:17 or there's that, in the interest of transparency ;) 20:08:18 ke4qqq: Right, also a good idea. 20:08:20 thank you, ke4qqq. 20:08:21 :) 20:08:41 #topic Sheepdog 20:08:44 #undo 20:08:44 Removing item from minutes: 20:08:50 #topic Sheepdog and Cloudstack 20:08:58 "And"? 20:08:59 ke4qqq: you have two, so you can talk about them at once. 20:09:15 it's in, it's cool, and effectively done. 20:09:19 * rbergeron is just looking at the clock and thinking about how she needs food. 20:09:24 as far as whats in my control 20:09:33 ohhh the above is for sheepdog 20:09:44 #info sheepdog is in, cool, and effectively done 20:09:45 :) 20:09:53 :D 20:10:04 cloudstack - one killer dep (ehcache) which I am having problems with, and also another java package 20:10:04 (I should take it for a spin) 20:10:21 * ke4qqq wishes my java-packaging-fu was greater 20:10:27 ke4qqq: have you gone to see the folks in java-sig for help? 20:10:39 rbergeron: I have, and theyve been helpful 20:10:54 just still not there yet 20:11:11 okay 20:11:24 ke4qqq: Then you can help me when $dayjob lets me start packaging more stuff! :) 20:11:31 lol 20:11:38 lets you??? :) 20:11:42 * gholms has little java packaging experience 20:11:47 dayjob is MAKING ME. 20:11:51 lol 20:12:07 Heh 20:12:20 You guys should trade. 20:12:28 lol 20:12:34 pesky dayjobs. 20:12:39 jdarcy: already offered that to him a few months back 20:12:41 Giving you money and stuff. 20:12:57 but seriously, if I cant get that done the feature is at risk 20:12:59 ke4qqq: are you at risk for not making it? Do we need to make more noise? 20:13:00 Well, the goal for me is to stop bundling deps in a tarball. :) 20:13:03 okay. 20:13:16 what's the other java package? 20:13:20 also hellish, or some other issue? 20:13:45 log4j-extras - no it isn't hellish, it's 90% of the way done, just had some internal excitement of late that's kept me from focusing on it 20:13:59 lol 20:15:06 eof from me 20:15:12 okay. 20:15:19 well, maybe we can revisit making noise about it on monday. 20:15:31 #topic Any other Business 20:15:35 did i forget anyone? 20:15:37 i didn't mean to if i did 20:16:25 [You suddenly realize it is unnaturally quiet] 20:16:33 jforbes: do Fedora's EC2 images use the public pvgrubs? 20:16:39 jgreguske: they do 20:16:43 k, thanks 20:18:33 Okay. 20:18:37 Well, THAT WAS EXCITING 20:18:44 for shur 20:18:46 yeah. 20:19:05 rbergeron: Thanks for doing the herding, as usual. 20:19:07 Yeah. 20:19:14 tahnks. :) 20:19:32 Um - I feel a bit like we don't know when we're going to do testing things, in light of the whole bg/koji convo we had. 20:19:34 * ke4qqq really wants to get ceph updated, but i have a hard time justifying it from a 'what I am supposed to be doing' standpoint. I keep thinking about requesting comaintainership - 20:19:42 bah - sorry, got discoed 20:19:45 didn't mean to interrupt 20:19:49 no, go ahead. 20:19:56 i'm just thinking/reading backlog 20:20:13 but anyway -if someone is interested in ceph - it would be a cool package to get updated for f16 20:20:19 rbergeron: I'm not 100% sure either but I think that most of what athmane proposed will work for F15 20:20:23 on the testing part 20:20:44 #help co-maintainers wanted for ceph 20:20:58 I can update it if it necessary 20:21:06 I'm still trying to learn enough about EC2 and specifically S3 to figure out if we should be doing different storage tests 20:21:31 tflink: there are some smart peeps hanging out in #fedora-cloud usually that know lots about that stuff. 20:21:34 heck, I'm wondering if we should be testing EBS, too even though that is supposedly a block storage device 20:21:35 and on the mailing list. ;) 20:22:22 yeah, I've been waiting to see if we had a chance of getting an official F15 AMI before spending too much effort on it 20:22:28 so maybe we should finish sorting out the test plans and make sure everyone is on the same page over the next week, while we see where dgilmore / jforbes get with koji stuff. 20:22:36 or what the chances were, anyways 20:22:55 tflink: well, we can't get the official ami without QA, but I assume you mean the rel-eng part of it. ;) 20:23:31 yeah, I wasn't as worried about getting the QA part done if we had a rel-eng stamped AMI 20:23:45 Anyway: I'll see what we can do about just using the one we have for now to call it official, and talk to dennis to see if that's going to be kosher, or not. 20:24:03 And, um, that's all i have. 20:24:06 * rbergeron is beat. 20:24:18 Well folks. 20:24:24 It's Friday. YOu know what that means. 20:24:42 Beer. 20:24:47 Right. 20:24:48 Beer? 20:24:52 Dang, I'm too slow. 20:24:54 Something like that. 20:24:59 * rbergeron waves 20:25:03 See you next week, folks. 20:25:05 #endmeeting