21:00:39 #startmeeting Fedora Cloud SIG 21:00:39 Meeting started Thu Jul 22 21:00:39 2010 UTC. The chair is jforbes. Information about MeetBot at http://wiki.debian.org/MeetBot. 21:00:39 Useful Commands: #action #agreed #halp #info #idea #link #topic. 21:00:40 rbergeron: Error: Can't start another meeting, one is in progress. 21:00:43 doh :) 21:00:44 Haha 21:00:44 gholms: Error: Can't start another meeting, one is in progress. 21:00:56 heh 21:00:58 #meetingname cloud 21:00:58 The meeting name has been set to 'cloud' 21:00:59 #endmeeting 21:01:00 * rbergeron grins 21:01:00 here 21:01:05 * ianweller 21:01:09 * rbergeron 21:01:09 #chair rbergeron 21:01:09 Current chairs: jforbes rbergeron 21:01:10 fuck 21:01:14 * smooge goes home 21:01:14 thank you, sir. :) 21:01:15 * pbrobinson is here 21:01:18 * gholms takes a seat in the bleachers 21:01:27 how's everyone doing? :) 21:01:32 hi all 21:01:39 I've asked some people from #openstack to stop in and answer any questions people may have. 21:01:43 #topic agenda 21:01:44 I am here for the trash talk 21:01:48 o/ 21:01:51 #link https://fedoraproject.org/wiki/Cloud_SIG#Upcoming_meeting_agenda 21:02:01 So - really quick - a few things on the agenda 21:02:06 I am here somewhat :) a lot going on this week with feature freeze on Tues 21:02:25 First is - OpenStack - and i do believe we have one person here to talk about that :) /me poitns to dendrobates 21:02:40 Second - Documentation stuff - third, talking about a trac instance 21:03:06 but I know most people have come to chat about OpenStack so - if we can't cover other things in the next hour we can take that stuff to the mailing lists. Unless jforbes has any pressing items wrt Feature freeze. 21:03:10 :) 21:03:17 Questions? Comments? Flames before I proceed to openstack stuff? 21:03:20 :D 21:03:31 Nope, openstack is good 21:03:33 okee dokee. 21:03:37 #topic OpenStack 21:03:44 #link http://openstack.org 21:03:51 * mmcgrath is here 21:04:04 So - I think there is some subagenda here, not sure how to proceed. 21:04:08 I think some people want to talk about packaging 21:04:13 wiki.openstack.org is less markety 21:04:13 others want to know "what it is" perhaps 21:04:30 right now it is only 2 projects 21:04:34 * mmcgrath certainly does :) 21:04:38 so - dendrobates, want to introduce yoruself to the good folks here quickly and give a little background? :) 21:04:44 2 components really 21:04:49 * rbergeron is not sure who else here is from openstack - plz raise your hand ;) 21:04:55 ok I am the project lead of Openstack 21:04:58 * pvo raises hand 21:05:04 * notmyname is a swift (openstack storage) dev 21:05:05 * _0x44 raises his hand. 21:05:05 there are others here... 21:05:16 I was formerly the engineering manger of Ubuntu server 21:05:17 * antonym raises hand 21:05:17 excellent :) glad you guys could make it. 21:06:10 notmyname: you want to detail swift? 21:06:17 sure 21:06:26 yes - feel free to dive in! 21:06:36 things must be going quickly, i didn't even see swift when i looked at this on the plane tuesday 21:06:46 swift (swift.openstack.org) is a distributed object/blob store 21:07:05 it is used in production as Rackspace Cloud Files 21:07:27 and supports big scale, high concurrency, and fault tolerance 21:07:52 and apparently is written in python? 21:08:00 notmyname, do you have definitions of those somewhere? I have run into too many places defining them differently 21:08:02 100% in python 21:08:09 nova is the compute component contributed by nasa. it currently uses kvm and is under heavy development. all written in python 21:08:35 smooge: we target 100PB per cluster, 100K connections/second 21:08:44 notmyname: how does basic node/server communication work, how many services does it actually use, etc? 21:08:56 dendrobates got killed by teh oscon wifi 21:09:14 mchua: everything communicates via HTTP. it's very loosely coupled. 21:09:29 there are 4 big parts to swift: proxy, account, container, and object 21:09:42 the proxy servers are the public facing part 21:10:07 these can all be run on one machine or on separate machines (or any combination) 21:10:24 wow.. thats a lot 21:10:49 account and container servers handle listings. the object servers handle the storage 21:11:33 each container and account are managed as a separate sqlite database and the object storage uses the filesystem store data and metadata 21:12:05 http://swift.openstack.org/overview_architecture.html goes in to more detail 21:12:12 notmyname: thanks 21:12:47 So - I know some people wanted to talk about packaging type stuff - I don't want to interrupt anything - just so we have sort of a timeline and not get too wrapped up in one area or another 21:13:01 I would guess some of that might entail dependencies type things - and then secondary to that 21:13:21 talking about how maybe we can work together on packaging type stuff, if we think this is something we can work out. :) 21:13:22 rbergeron: I already got a rough package which works 21:13:44 i'd be very interested in helping to sponsor new packager(s) from openstack 21:14:00 yeah packaging is the rough spot 21:14:13 silassewell: how close to the packaging guidelines are they? 21:14:27 no bundled libraries or anything? Packaging is always the biggest hurdle I'm afraid :( 21:14:32 * rbergeron wonders where the openstack folks are sitting at oscon to irc 21:14:36 * mmcgrath would love to see this in Fedora though 21:14:47 mmcgrath: nope, just need to figure out man pages 21:14:50 I can review, though I can't sponsor. 21:15:16 mark 21:15:18 silassewell: do you have that someplace where people could take a peek? 21:15:59 rbergeron: yeah, I can though it up somewhere, I'm setting up a vm now to test everything 21:16:20 obvious fedora requires stuff like man pages and reasonable defaults, subpackages and other stuff I haven't done yet 21:16:32 obviously* 21:17:01 i don't think we *require* man pages but they're nice to have 21:17:04 * ianweller goes to double check what he just said 21:17:36 ah, it's a "should" / "work with upstream" 21:17:39 basically there is still a lot to do, but I'm working on it (putting on github now) 21:17:52 The guidelines strongly recommend man pages. 21:18:33 silassewell: if you already have a rough package that works, what i would suggest is going ahead and creating a review request for that package -- at that point, i can take a look at it and we can openly discuss what needs to be improved for inlcusion in fedora 21:18:46 silassewell: any idea how deep the dep chain is? IE: how many packages we'd have to make that aren't already in Fedora? 21:18:59 silassewell: has this been tested on Fedora/RHEL or do you guys use $OTHER_OS ? 21:19:18 mmcgrath: fedora looks to have all the deps (not many) 21:19:28 excellent 21:19:37 mmcgrath: won't work on el 5 because of python 2.4 vs 2.5 (uses with statement) 21:19:54 for what it's worth, someone put this up on the openstack wiki: http://wiki.openstack.org/RhelInstructions 21:20:00 python26? 21:20:17 Can python26 even go in epel? 21:20:28 python26 is going to be in el 6, last i knew 21:20:31 silassewell: actually in epel-5, python26 is an option so getting it to work with RHEL5 might be fine. 21:20:35 gholms: already there. 21:20:40 python26 is the package name 21:20:42 O_o 21:20:48 When did that land? 21:20:50 * gholms goes to look 21:20:55 cool! 21:21:23 gholms: beats me, dmalcolm is a python god 21:21:48 wow, when did epel add that? 21:21:52 Awesome, I get to stop maintaining our internal copy! 21:22:06 notmyname: thanks for that link 21:22:49 Any info on image building? 21:24:11 looks like python26 is actually in rhel itself 21:24:27 Of course, it's based on f12/13. 21:24:47 I just meant versus epel; it's in rhel proper 21:24:53 * gholms makes a note to build eucatools for el5 21:25:19 silassewell: so do you guys have someone/some people who would be willing to become packagers in fedora? 21:26:16 ianweller: I'm not one of the openstack guys ( https://admin.fedoraproject.org/pkgdb/users/packages/silas ) 21:26:20 So as far as getting this into Fedora, what would your guys goals be? 21:26:23 the openstack people I mean. 21:26:23 ianweller: I might know someone who isn't here now, but would be very interested 21:26:30 any wants or concerns or questions? 21:26:30 yes - I'd like to come out of thsi with maybe some people who are willing to work together and get some conversations started and maybe assess things over the next week or two and see where we stand in terms of packaging, what that hill would look like. 21:26:33 I'll ping him and let you know 21:27:28 As an FYI - feel free to join our mailing list :) 21:27:33 #link https://admin.fedoraproject.org/mailman/listinfo/cloud 21:27:44 mmcgrath: There are 2 components now and I think the desire is to keep them separate openstack-nova and openstack-swift 21:27:56 because they should be able to be installed separately 21:28:04 I don't think that's a problem 21:28:11 pvo: any timelines or anything yet? 21:28:27 mmcgrath: targeting a 10/1 21:28:38 oct 1 21:28:53 <_0x44> pvo: Did that change? The wiki still says 21 oct 21:28:58 cool 21:29:10 _0x44: possibly... October-ish. : ) 21:29:13 silassewell: whoops :) 21:29:27 <_0x44> pvo: Someone better tell dubs and sirp, they're already freaking about the late oct date. 21:30:43 ianweller: I'll reach out to rackerhacker to see if he would be interested in maintaining the packaging 21:31:11 * rbergeron notes there is a #openstack channel as well for fedora peeps to reach out to 21:31:20 it 21:31:26 it's very popular right now :) 21:31:30 pvo: I'm up for creating and maintaining the packages unless you guys want to 21:31:55 silassewell: either way. If you already ahve some, that will work 21:32:39 pvo: well, to whoever wants to do it, here's the instructions -- https://fedoraproject.org/wiki/Join_the_package_collection_maintainers 21:32:47 * rbergeron nods 21:32:59 http://github.com/silas/rpms/blob/master/swift/swift.spec is the start 21:33:06 silassewell: right on. Thanks. 21:33:11 #link http://github.com/silas/rpms/blob/master/swift/swift.spec 21:33:30 that is an amazingly clean specfile :) 21:35:18 BuildRequires python(abi)? 21:35:30 hey guys, I have to run... 21:35:40 * gholms recommends moving on and following up on the cloud list 21:35:41 pvo: thanks for coming 21:35:50 sure thing. talk to you soon 21:36:13 so - who is still here from openstack? 21:36:22 * rbergeron peeks around 21:36:33 <_0x44> I am still here. 21:36:41 gholms: python-siphrex imports the main code for generating docs and the main code uses the with statement 21:36:43 <_0x44> dendro-afk: Is from openstack also 21:36:48 Ah 21:37:15 * gholms hasn't seen subpackage-specific BuildRequires before 21:37:44 So - I'd like to come out of this with maybe some next steps and get some contacts made with Fedora people who are willing to help guide us through packaging with this. 21:38:07 _0x44: can i email you the meeting minutes and the cloud list address so we can make sure we'er all on the same train here? 21:38:08 I can review Python packages, though I can't sponsor new packagers. 21:38:18 and maybe have you shoot that info out to the people who were here? 21:38:23 :D 21:38:26 <_0x44> rbergeron: Sure, chris@slicehost.com 21:38:33 excellent. thanks :) 21:38:59 #action rbergeron to mail chris@slicehost.com with meeting minutes, mailing list address, some fedora contact info. 21:39:26 #action _0x44 to send that stuff out to other openstack folks who were here. 21:39:39 So - from fedora side - who did we have raising hands to help out? 21:39:42 ianweller? 21:40:15 * ianweller raises his third hand 21:40:16 rbergeron: I'm probably going to submit the package for review, it looks like I'll end up using it at a hosting company this fall anyway 21:40:29 silassewell: i'll review it, just assign it to ian@ianweller.org when you post it ;) 21:40:51 #action silassewell goign to submit package for review. 21:40:57 it would be good if there could be some form of tracking bug for all the packages. Makes it easy for others to track the over all status 21:41:00 #action ianweller to review 21:41:01 * rbergeron nods 21:41:11 that's sort of the next thing i wanted to talk about, actually 21:41:21 are we somewhat wrapped up on openstack stuff? any other business here? 21:41:33 * rbergeron wants to thank openstack folks for coming and for lovely party last night ;D 21:42:04 if not - i'll move on to tracking stuff. 21:42:27 #topic Tracking of Packages 21:42:36 pbrobinson - sounds like you have some suggestions here. :) 21:42:36 Of packages? 21:42:47 #topic Tracking .. in general. 21:42:53 heh 21:42:55 I'll back that up. 21:43:07 * rbergeron notes she is very untechnical but is awesome with meetbot. 21:43:17 rbergeron: There's an #undo command, for future reference. ;) 21:43:23 yeah, you'er right 21:43:33 rbergeron: yes. you set up a tracking bug. See F14Blocker or F14alpha bugs as eg and then just make all the reviews block that bug 21:43:36 * rbergeron is kind of beat today ;) 21:43:51 pbrobinson: so something like FedoraCloud 21:44:08 What's the purpose of this tracker? 21:44:17 ianweller: openstack might be better. There's also sorts of cloudy stuff 21:44:35 So - I guess maybe what i've been thinking is parallel - I've been thinking about doing a trac instance to kind of keep track of some of our "to do" list things. 21:44:57 Since we have other stuff on the plate other than openstack, and keeping track of it in wiki form i think is going to get a little hairy. 21:45:12 gholms: to track all the associated package reviews. Makes it easier to see all that need to be done to get all the packages in. Makes it easy for someone like me who might have a spare 30 mins for a review to see what needs to be done etc 21:45:30 Do we have objections to that idea for higher-level tracking of action items in general? 21:45:38 none here 21:45:41 as well as any other deps such as bugs with other packages etc 21:45:45 How about feature pages like fedoraproject.org/wiki/Features/EC2? 21:45:48 And i'll let someone else drive this train as far as what pbrobinson is discussing 21:46:01 gholms: too late for F14 feature process now 21:46:13 so, have a trac instance, in addition to a bugzilla tracking bug? 21:46:36 jforbes: That doesn't prevent us from creating and using feature pages to track progress for future releases. 21:46:49 ianweller: why do we need a trac instance? 21:46:59 "Fedora on Slicehost" could be a F15 feature, for instance. 21:47:39 i think i may have misread what rbergeron was saying 21:47:42 so - we have other things aside from packaging stuff we'd like to track. Things like - documentation being done, etc. 21:47:44 hold on while i clear my head 21:47:51 ok, no, i didn't ^_^ 21:47:58 Okay: rule number one of rbergeron is, I defer to everyone else's expertise. 21:48:12 I feel like tracking of things is a good idea. What the best way to do that is - I let you good folks decide. 21:48:23 and if it's not a good idea, i'm happy with that tool. 21:48:26 err, too. 21:48:51 How do bug CCs/assignments work for other SIGs? 21:49:37 I don't want us to have things to do on 13 different feature pages, is my concern - i'd like it to be centralized. 21:50:37 btw, for slicehost (since someone mentioned it) it's a problem that's already mostly solved; pyactiveresource (or the ruby version, activeresource) is a really simple api for slicehost. There's not many things you can really do anyway, it's not as involved as ec2 21:50:58 otherwise - we start losing things, I think. also, newcomers can't easily identify stuff they could be doing, and I'd like to have us be able to pick up other awesome people and have them find things to do. 21:51:05 * rbergeron puts on her positive patty hat ;) 21:51:10 a simple script does most of the things anyone would want via a package though, is the point 21:51:14 for Fedora mini I use mostly BZ with trackers and dependencies. Not saying its the best method but as that where package review go and bugs are reported its a single spot. Then wiki to document 21:51:42 What's the bug called? 21:52:06 * pbrobinson goes to look 21:52:14 (spoken as someone moving from slicehost to ec2 currently) 21:53:15 this is the over all Fedora Mini tracker https://bugzilla.redhat.com/show_bug.cgi?id=462851 21:53:49 if you look at the dep tree you can see all the reviews etc 21:54:16 So - how does this handle things that .... aren't necessarily bugs, per se 21:54:23 or dependencies or related to the code side 21:54:37 * rbergeron hasn't really used bugzilla for tracking non-code types of things 21:54:52 its not great. Most of the rest is documented on the wiki. 21:54:58 Even simple things like - I need to assign ian to go build wiki page 21:55:05 dependencies are links 21:55:55 the web team use it for non code related things, it might be good to ping them for that stuff (sorry for not giving more details) 21:56:36 Interested in shooting them an email and revisiting this next week? 21:56:38 Okay. So - since we're approaching the hour 21:56:39 yes 21:56:42 exactly, gholms 21:56:58 I'm thinking ... even taking this discussion to mailng list itself in the interim 21:57:03 and asking what other people's thoughts are. 21:57:03 its better for tracking and dealing with packaging and assoicated bits. EG changes to a package already in Fedora that say a package review depends on. 21:57:47 I'm happy to shoot a mail to cloud list asking for feedback - if someoen wants to ask websites about how they do things and bring that feedback over, that'd be great as well. 21:58:27 * rbergeron wonders if anyone wants to raise their hand on talking to web team 21:58:55 okay, i'll shoot out both those email ;) 21:59:24 #action rbergeron to mail cloud list on feedback re: tracking of things, and talk to web team and find out what they're doing since they use bz for non-code type tracking. 21:59:28 kosher? yes? 21:59:35 worksforme 21:59:37 #topic Anything else 21:59:52 jforbes: sorry to have taken all the time up. 21:59:53 * gholms will look into pushing euca2ools to el5 21:59:53 bacon does not make a good coffee replacement 21:59:58 do you have anything pressing going on? 22:00:04 (Not that anyone even bothers to use it...) 22:00:23 gholms, what people aren't using eucatools? 22:00:27 gholms: if you build it, they will come? :) 22:00:35 I have been looking at how/why I would 22:00:37 then do so 22:00:44 rbergeron: heh, no big deal, busy this afternoon anyway, nice to not have such active participation today 22:00:51 * rbergeron grins 22:00:52 * smooge needs to get a better home server that actually supports VT 22:01:24 #info gholms looking into pushing euca2ools to el5 22:01:30 anything else from anyone? 22:01:33 I have a small yum repo with a prerelease that might be useful for building Fedora images. That would really help get things tested. 22:01:53 gholms: want to keep us updated on list with your progress? 22:02:17 #link http://www.physics.umn.edu/~holms/repo/custom/13/ 22:02:27 Sure, if anything new happens. 22:02:36 cool. thanks! 22:02:45 * ianweller goes to subscribe to the list 22:02:54 python-boto could use a co-maintainer; its owner doesn't really know much about it. 22:02:56 ianweller: METAL 22:03:27 gholms, do you think you could run a 'class' on eucatools 22:03:30 #info python-boto could use a co-maintainer - please step up :) 22:04:04 smooge: I could do that. It's designed to be a drop-in replacement for ec2-*-tools, with the same syntax and everything. 22:04:05 smooge: like irc classroom session? 22:04:21 gholms, I do not know how to use those either :) 22:04:28 Ooh, all right. 22:05:09 When it comes time to test Fedora images on EC2 that would be the ideal moment to do so. 22:05:10 What I know about EC. .. they send me email saying I have an account and I havnet used it. And they put 3 calls to my CC and I got a phone from the bank to make sure it was legit 22:05:33 do we want to discuss that a bit more maybe at the next meeting? what we'd want to do for a irc classroom there? 22:05:39 rbergeron, yeah.. ideally I would love to get to know it enough to have our show-person mizmo make a video 22:06:00 ohhhhhh. 22:06:13 When do we hope to test EC2 stuff? I would be happy to try to walk people through using euca2ools and friends then. 22:06:29 gholms: after Tuesday 22:06:31 jforbes - thoughts on that? 22:06:32 ah 22:06:35 okay then! 22:06:41 I presume you will send mail to the list? 22:07:05 I will 22:07:07 #action rbergeron to add euca2ools irc classroom agenda item to next week's meeting 22:07:08 Awesome. Thanks! 22:07:29 #action jforbes going to send mail to list on testing ec2 stuff after tuesday. 22:07:36 Anything else? 22:07:41 not from me 22:07:49 * rbergeron looks around for hands, feet, lighters.... 22:07:57 * gholms runs out of tea 22:07:58 awesome. 22:07:59 nothing here 22:08:01 thanks for coming everyone 22:08:12 and thanks to the openstack guys again for coming 22:08:24 community stuff is awesomez and etc ;) 22:08:31 * rbergeron will send out meeting notes shortly 22:08:35 #endmeeting