19:01:14 #startmeeting 19:01:15 Meeting started Tue May 15 19:01:14 2012 UTC. The chair is mtaylor. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:01:15 o/ 19:01:16 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 19:01:27 o? 19:01:36 er o/ 19:01:42 #topic gerrit trigger plugin 19:01:46 jeblair: you go 19:01:47 that looks exactly like a person scratching their head 19:01:50 what's up? 19:02:00 o? <- gerrit trigger plugin makes jim scratch his head a lot 19:02:05 so... 19:02:06 indeed 19:02:14 our current changes have been merged upstream 19:02:21 woohoo 19:02:33 darragh points out that a few things may have been missed, but i'm sure they can be fixed with small patches 19:02:48 cool. does that mean we can close out https://bugs.launchpad.net/bugs/903375 19:02:49 Launchpad bug 903375 in openstack-ci "Finish and install new Gerrit Trigger Plugin" [High,Fix committed] 19:02:53 What were these changes? 19:03:01 Too many to enumerate? 19:03:33 i'm working on speculative execution, which will let us test lots of changes in parallel and merge them in series, maintaining our current behavior of testing patches "as they will be merged", but parallelizing the process for speed 19:03:45 mtaylor: i think so 19:03:49 jeblair: awesome 19:04:02 soren: we added support for triggering on comment-added and ref-updated events 19:04:17 comment-added is what we use to trigger testing and merging on APRV+1 votes 19:04:29 ref-updated we use for building tarballs, etc, when changes land 19:04:51 jeblair: Neat. I was just sweating at the Gerrit trigger plugin a couple of hours ago for not supporting that. 19:04:55 Er... 19:04:57 swearing. 19:04:58 Mostly. 19:05:03 soren: you should use ours 19:05:10 Clearly! 19:05:29 hrm 19:05:38 we have a jenkins job that builds ours and has the hpi as an artifact 19:05:41 LinuxJedi: your changes to the docs for that don't seem to have made it to ci.openstack.org 19:05:54 so whatever crazynees we're working on is available pre-built 19:05:59 mtaylor: awesome, something to look at 19:06:44 soren: https://jenkins.openstack.org/view/All/job/gerrit-trigger-plugin-package 19:06:45 so, immediate future work for me: continue working on spec-ex, fixing upstream merge problems as i go, and roll that out to openstack 19:06:46 /lastSuccessfulBuild/artifact/gerrithudsontrigger/target/gerrit-trigger.hpi 19:06:48 gah 19:06:56 soren: https://jenkins.openstack.org/view/All/job/gerrit-trigger-plugin-package/lastSuccessfulBuild/artifact/gerrithudsontrigger/target/gerrit-trigger.hpi 19:07:23 jeblair: sounds fantastic. you are enjoying java threading I take it? 19:08:03 LinuxJedi: AH - I know why... 19:08:18 i'm hoping that the spec-ex patch will be pretty small, but there are a lot of events and listeners going on here, so it'll take a bit to get it just right. :) 19:08:31 LinuxJedi: when I was cleaning unused stuff from openstack-ci, I removed setup.py, but we use that to build docs... 19:08:41 jeblair: cool 19:08:41 haha! :) 19:09:23 (eol) 19:09:27 sweet 19:09:31 #topic etherpad 19:09:37 clarkb: how's tricks? 19:09:51 I think linuxjedi merged the puppet module today 19:09:59 I believe you are right 19:10:13 I did, was I not supposed to? 19:10:18 nope, that's great 19:10:39 there are a couple extra things that I hsould eventually fix in that module, but for now you get everything but ssl certs, backups, and the json settings file (because passwords) 19:11:11 Once I get accounts I can spin up a box to run that on and migrate the data from the old etherpad to the new 19:12:00 clarkb: LinuxJedi would be more than happy to spin you up a machine :) 19:12:00 I suppose I should also document this which has not been done. 19:12:17 clarkb: we have an openstackci account at rackspace that we use for important servers 19:12:26 sure thing 19:12:28 speaking of ... we should probably delete some old servers from the openstack account 19:12:33 * LinuxJedi makes a note... 19:12:37 that works for me too 19:13:11 but yeah - docs would probably be splendid. :) 19:13:13 mtaylor: there is a stale meetbot server that can die 19:13:39 there are several stale servers ... 19:13:41 document note is on the whiteboard 19:13:52 Shrews: you around? 19:13:57 yup 19:14:01 #topic pypi mirror 19:14:09 mtaylor: if you have a list of them I can clear them out 19:14:20 pypi mirror is initialized and up and running on http://pypi.openstack.org 19:14:27 Shrews: ++ 19:14:35 right now, only updating once a day. may need to adjust that at some point 19:15:05 now trying to figure out how to use it correctly so that we fall back to normal pypi.python.org in case there is something we are not mirroring 19:15:21 * Shrews not 100% convinced that we ARE mirroring everything, but not sure how to verify 19:15:31 What makes you think we aren't? 19:15:57 soren: download size is around 6GB. from older posts about setting it up, i was expecting much more 19:16:57 Yeah, that doesn't sound like much 19:17:11 will it be a public mirror at some point? or is that more trouble than its worth? 19:17:47 well, I'm mostly wanting it to reduce latency and make our stuff more resilient... not so sure I care if other people get benefit from it :) 19:18:07 although there's really nothing preventing its use by anyone at the moment I guess 19:18:23 future stuff: see if pygerrit is worth anything 19:19:00 * Shrews done 19:19:08 excellent ... 19:19:16 #topic jenkins job filer 2.0 19:19:56 * LinuxJedi up? 19:20:09 LinuxJedi: yup 19:20:14 ok, so... 19:20:43 after massive complications with the puppet way of trying to create jobs in jenkins I have now re-written this in Python 19:20:58 and it takes YAML scripts for job configuration parameters 19:21:04 and is all nice and modular and stuff 19:21:13 it makes me happy 19:21:32 it also talks the Jenkins API so can add/modify/delete jobs without any reload/restart 19:21:40 Yeah, generating config.xml from Puppet templates doesn't seem like much fun. I've been doing that a fair bit the last while. 19:21:47 and logs everything in the job config history correctly and stuff 19:21:53 LinuxJedi: Sweet. 19:22:01 soren: you should look at LinuxJedi's new stuff ... I think you'll like it 19:22:05 LinuxJedi: So is Puppet involved in that at all? 19:22:20 soren: yes, just to specify which projects to push live 19:22:28 soren: and it executes the python script 19:22:55 soren: https://github.com/openstack/openstack-ci-puppet/tree/master/modules/jenkins_jobs 19:22:55 soren: so nothing essential 19:23:23 LinuxJedi: I'll take a look. Thanks! 19:23:26 LinuxJedi: you wrote a new implementation of the api for it? 19:23:36 next step is to make it support batches of jobs instead of having a long YAML per-project. I've made a start on this but it won't be finished until at least tomorrow 19:23:49 clarkb: yes, I tried 4 different APIs, they all sucked 19:24:10 clarkb: the only one that supported all the commands we needed didn't actually work :) 19:25:04 it took me *much* longer testing those libraries than writing a new one too unfortunately 19:25:36 sigh 19:25:58 cool 19:26:02 #topic openvz 19:26:02 Stackforge RedDwarf (currently disabled) and Ceilometer are using it currently 19:26:16 oops. 19:26:21 LinuxJedi: anything else? 19:27:30 devananda: you wanna tell the nice folks how openvz support is going? 19:28:16 mtaylor: nothing else on jenkins jobs right now 19:30:08 mtaylor: is jclouds plugin far enough along to be used instead of devstack-gate on the HP internal jenkins for openvz (assuming that's the plan)? 19:30:34 jeblair: I do not know. 19:31:35 I'm going to see if I can do a unittests poc with it this week some time 19:31:45 I forget... Why do we care about openvz? 19:31:55 the story so far on openvz is that we can finally build the kernel module 19:32:24 soren: hp and rackspace both want nova to support it to use behind dbaas stuff ... the migrations feature I think it one of the big plusses iirc 19:32:44 but we're not going to merge the patch until we can test the patch 19:32:56 mtaylor: sorry, missed the ping... 19:32:58 s/we/vish/ 19:33:00 all good 19:34:58 so, like mtaylor said, we've got a .deb package of openvz kernel that boots in ubuntu. 19:35:22 devananda: you made it work with 3.x or is it an older kernel? 19:35:44 i'll be working this week to get jenkins building and testing it (probably with significant help from jeblair) 19:35:52 LinuxJedi: 2.6.32 19:35:59 ah, ok :) 19:36:12 that's the last one supported by openvz, as far as they've said to me 19:37:00 as far as what tests to run on it, or gating, etc, i leave to others at this point :) 19:37:24 yeah - I think for now we're just gonna focus on being able to spin up openvz enabled machines 19:37:44 once we've got that, other folks can help actually drive testing and stuff 19:38:48 #topic open discussion 19:38:50 anything else ? 19:38:55 * LinuxJedi raises hand 19:39:00 LinuxJedi: go! 19:39:07 stackforge email... 19:39:24 the stackforge gerrit server has been migrated to a different cloud account 19:39:37 ah yes. 19:39:40 this needed to happen anyway, but was accelerated due to mail not actually sending 19:39:58 about 20 minutes ago I was finally told why that happened and that it will happen again 19:40:21 * jeblair perks up 19:40:22 so we need an action plan that will most certainly involve a relay server outside of HP Cloud 19:40:35 jeblair, mtaylor: I've just emailed you the exact reason 19:41:06 * mtaylor is so happy ... 19:41:33 yep, I want to use pointy things because it took a week to find out this information 19:41:44 and I was told it when I wasn't even looking for it 19:42:18 LinuxJedi: do we know what the 25 rate limit actually is? 19:42:42 mtaylor: I didn't get that far, but it explains why a few cronspam were getting through 19:42:56 mtaylor: lets just assume really damn low for now 19:43:02 yeah. that's probably fair 19:43:13 mtaylor: so low you will see that before PBL 19:44:02 jeblair: any thoughts other than just running a mail relay on rackspace? 19:44:09 mtaylor: i don't think that's appropriate 19:44:15 I don't either 19:44:22 so I'm going to need to investigate this further this week 19:44:40 it's possible we might be able to get the rate limiting lifted on our account I believe 19:44:43 as there is an implied workaround on a case-by-case basis 19:44:46 yep 19:45:28 we just need to figure out who to talk to, and the guy I emailed you about is probably a good starting point 19:45:34 great 19:46:18 just wish *someone* had told me in all those mails in the last week :) 19:46:34 I can't be the only person that is going to hit this :) 19:46:51 19:48:46 mtaylor: eom? 19:48:52 yeah. I think so 19:48:54 thanks everybody! 19:48:55 oh I will be out friday 19:48:59 #endmeeting