18:02:05 #startmeeting Coprs 18:02:05 Meeting started Wed May 5 18:02:05 2010 UTC. The chair is abadger1999. Information about MeetBot at http://wiki.debian.org/MeetBot. 18:02:05 Useful Commands: #action #agreed #halp #info #idea #link #topic. 18:02:12 sspreitzer: Likely very short. 18:02:21 phew, great 18:02:22 I was on vacation last week so I have very little to report. 18:02:30 :) 18:02:35 hope you recovered 18:02:44 wish you nice meeting, bye 18:02:55 skvidal: You got anything? I know your week turned out to have more things than you anticipated. 18:03:06 worked on somethings in func that seem like they'll help us 18:03:46 1. I got the service/user certs/keys with acls working quasi-sanely in func and the setup should be as easy as an ssh key, really. 18:04:02 - so for communication between hosts we won't have to rely on host keys to do it right 18:04:38 2. working on the crl code now so we can be fairly confident/safe of discrediting a cert - which is not really a big deal to coprs but... 18:05:19 where should I check in auto-mock-build? 18:06:26 I think into coprs since its build system related. 18:06:41 Just start a new directory in there. 18:07:41 okay 18:07:44 The idea of auto-mock-build is that it's what runs when mock-vm brings up a guest, correct? 18:07:54 it's a pkg 18:08:00 with just an init script and configs, really 18:08:11 you include that in the vm that does the building 18:08:27 it comes up on boot - builds all the pkgs in a certain dir, with a certain mock config 18:08:39 and then, optionally, shuts down the system 18:09:31 it's not terribly complex :) 18:10:30 abadger1999: what do you think of the scheduling system 18:10:55 how are you feeling about it? are there other things we need in func to make it happen? 18:11:38 I think func should basically work -- I now know what you mean about the communication of notifications. 18:12:15 okay 18:12:44 I need to write a func module for the overlord that receives notifications from the minions. 18:12:45 so I was thinking about it 18:12:53 we don't actually, do we? 18:13:06 if you think of every system having a funcd running 18:13:22 and one of them having a module on it - that receives notifcations from builders 18:13:38 then that one is the center 18:13:40 right? 18:13:46 Then I can have the overlord kick off the build on the minion; that task forks and then notifies the overlord of its status/completion by pushing notifications to the overlord. 18:13:53 Yeah -- that's what I'm thinking. 18:14:01 I guess I'm misusing the func overlord term there. 18:14:05 yah 18:14:07 okay 18:14:10 overlord means nothing 18:14:14 18:14:16 every box runs a funcd daemon 18:14:18 right? 18:14:29 originally we had a cental machine running certmaster, too 18:14:32 headhunter server and minions -- every box runs funcd just with different modules active. 18:14:33 and that was the 'head' 18:14:33 Yep. 18:14:47 but when minion-tominion with acls was possible 18:14:51 that no longer made any sense 18:14:59 you just had a Certificate authority centrally 18:15:21 18:15:27 so - an 'overlord' is just any system connecting to a listening funcd with a valid cert that has acls to run a module 18:15:46 so - the module to receive notifications is just a minion module 18:16:07 and we setup acls to allow any of the builders to send those to our headhunter server 18:16:31 so - I do think it makes sense to have a separate certificate authority for the coprs 18:17:10 then we can say 'anything system presenting a cert signed by this CA that is not revoked, can run the following modules' 18:17:32 and on the headhunter builders/minions we can have a module which is just 'the headhunter server can tell us to do stuff' 18:17:38 a single acl, ultimately. 18:17:49 does that make sense to what you were thinking? 18:18:59 yep. that's excellent. 18:19:27 It's what I was thinking and the "cert signed by this CA" piece makes it even easier to setup. 18:19:58 we can either do the cert stuff using certmaster- or just any CA we make 18:20:14 as long as the CNs are unique (which they have to be :) we're fine 18:21:02 Excellent. 18:21:20 I think we're in good shape as far as the func piece goes. 18:21:51 the pieces I have to do are mock-vm - which I've been dragging my feet on 18:22:34 check in automockbuild - which I'll do after this meeting 18:22:44 .... what else? 18:22:48 oh 18:23:17 the vmcreation and file fetching - which are subtasks of mock-vm 18:23:41 abadger1999: am I blocking anything you're working on? 18:23:46 Nope. 18:23:53 okay - so what's next on your [s]hitlist? 18:24:02 skvidal: I have plenty to do and I don't think anything is blocking on you. 18:24:06 The piece I haven't gotten firm in my mind yet is the copr build system => headhunter communication. That's where I'd eventually like to stick amqp but we may want to avoid that for the first cut. 18:24:15 that's a first - normally I'm captain blocker :) 18:24:31 so 18:24:34 remember plague? 18:24:47 plague did something fairly...... simplistic but it did work 18:24:54 which was the front end just chucked entries into a db 18:25:11 and then the db was queried regularly by the backend and acted on 18:25:19 and it spat results out into another db 18:25:30 so the frontend could query the results from that db 18:25:41 it didn't have any 'communication' other than 'read from this db' 18:26:55 would that work in this case? 18:27:55 That sounds liek it would work. 18:28:15 especially SInce it's supposedly only temporary I like it :-) 18:28:22 hah 18:28:30 * skvidal makes a mental note of 'temporary' 18:29:17 so what OI've got -- Front end -- TG2 app; I've laid out the basic functions I think we'll need for the command line app that submits builds to function. 18:29:25 Need to write each of those. 18:29:29 okie doke 18:29:35 need to write the command line app that talks to that. 18:29:48 Need to write headhunter code to retrieve the jobs from the database. 18:30:23 Write the notification module. 18:30:41 Write some code for creating repositories 18:31:07 Trick^Wconvince someone into writing a web front end to copr. 18:31:26 For people wanting to see what's building at any given time. 18:32:01 my time should clear up when the rcs start out - provided yum doesn't explode in horrible ways 18:32:19 and since I cannot do anything else besides sit in front of the computer and lift very light objects... 18:32:29 I'll see how quickly i can knock these out 18:32:33 Cool. 18:32:58 Oh -- if and onyl if you feel like it, I need to come up with some coding tests for potential students wanting to work on this. 18:33:36 I've had a lot of people interested in this, particularly the amqp portion but I'm not yet certain that any of them have the ability to pull it off. 18:33:43 coding tests.. 18:33:52 how about this 18:34:09 present them with a complicated problem that can be solved in an ugly, but simple way and a more elegant but complex way 18:34:15 if they solve it using the complex way, they fail 18:34:49 oh wait - I'm being a curmudgeon again, aren't I? 18:35:01 Mmmm... That has a certain appeal :-) 18:36:05 I'm trying to think of a good case like that 18:36:39 if I think of something I'll ping you 18:37:36 Cool. 18:37:50 22 mins dudes 18:37:56 Well, I'm done. 18:38:08 yep 18:38:10 done here 18:38:29 #endmeeting Coprs 18:39:02 #endmeeting Coprs