Saturday, 2014-04-26

jeblairmordred, clarkb: if we used afs for ubuntu mirrors, we could transactionally update them (vos release)00:07
jeblairdavidlenwell: i think with about 2 hours of work, we can fix up our jenkins config to safely run refstack jobs00:08
jeblair(i plan on doing that soon)00:09
mordredjeblair: zomg00:11
cody-somervillejeblair: I'm curious. Most apt mirroring tools update the mirror "transactionally". What would using afs do differently?00:12
* JayF would not wish AFS administration upon anyone00:13
*** flashgordon is now known as jogo00:13
jeblaircody-somerville: oh, the other day lots of people in here running ubuntu mirrors said that the index skew problem is unavoidable00:13
cody-somervilleTo do mirroring right, you download the additional packages you need then replace index files then delete files no longer needed00:14
*** arnaud has quit IRC00:15
openstackgerritAlex Conrad proposed a change to openstack-infra/jenkins-job-builder: support execute-on for postbuildscript  https://review.openstack.org/9050700:15
jeblaircody-somerville: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2014-04-23.log00:18
*** lakshmi has quit IRC00:18
jeblaircody-somerville: starting somewhere around 2014-04-23T20:38:5900:18
jeblairJayF: afs admin is much nicer than, say, puppet admin :)00:19
jeblair(especially when your disks are virtual, then it starts to get really cool)00:19
clarkbcody-somerville: there is no way to do it correctly without getting pushes from where you sync from00:21
*** markmcclain has quit IRC00:21
clarkbcody-somerville: because you could get all of the files, then go grab the index but there is a race there if not processing pushes00:21
mordredjeblair: ++ afs + cinder == teh ossum00:22
cody-somervilleclarkb: How? As long as you don't delete files still referenced by index, you're fine.00:22
JayFjeblair: I found AFS is very capable, but learning to administer AFS requires you to throw away 99% of your usual knowledge about filesystems :)00:22
clarkbcody-somerville: the problem is the index refers to files you didn't grab00:22
* JayF did a multi-region AFS for homedir syncing00:22
clarkbcody-somerville: which is why you need pushes00:22
mordredJayF: yup. that's why if the AFS was just, you know, a feature of the cloud ...00:23
JayFOh, you mean ZFS /s00:23
mordredhahahaahahahahahaha00:23
mordredno00:23
cody-somervilleSo the index doesn't refer to files  you didn't  grab. Soyuz and dak update the archive "transactionally" as well. It doesn't write out updated indexes until files are in place.00:23
mordredI mean AFS00:23
JayF /s is pretty universally understood, right :) I was kidding00:24
mordredI have learned something new today00:24
mordredwhat the hekc is /s?00:24
cody-somervilleAdditionally, even if that /was/ the case. You could use reprepro which does the mirroring more intelligently than just rsync.00:24
JayFclosing tag for sarcasm00:24
*** yidclare has quit IRC00:24
clarkbcody-somerville: hold on /me finds the document00:24
mordredJayF: ooh. me likely00:25
JayFmordred: if you care about AFS, I should show you my awesome AFS+AD config I had setup. We had a fleet of Linux boxes authing to AD with pam_krb5 for auth and pam_winbind for user data, then we also converted the krb5 ticket to a krb4 ticket suitable for AFS00:25
JayFit's probably the most awesome thing I've ever built, and the only mistake I made was deciding to build it :)00:25
cody-somervilleNow, you can run into problems if say one of the nodes in the round-robin serving the repo you're mirroring falls out of sync.00:25
cody-somervilleAnd squid proxies can really make apt unhappy.00:26
mordredJayF: haha. oh - did you know afs can do krb5 now?00:26
JayFmordred: something like this --> http://j.oldos.org/ad+kerb.txt00:26
JayFmordred: oh, I have no idea. This was in a previous Rackspace life, and I haven't logged into that environment in almost 2 years.00:26
clarkbhttp://www.debian.org/mirror/ftpmirror#how the doc there seemed to indicate that apt mirrors should do 2 stage and handle pushes to remain in sycn00:26
cody-somervilleclarkb: Yes, you def want to do two stage. That's what I'm referring to by updating transactionally.00:27
clarkbI know00:27
cody-somervilleand the second bit is specific to that particular mirroring tool00:27
clarkbbut the second bit there about handling pushes is what I am referring to. It says that you must redo the 2 stage sync on one00:27
cody-somervilleMUST not ignore pushes while running (for push mirroring).00:28
clarkbcody-somerville: right so lets say you aren't push because you aren't official and instead you poll00:28
clarkbif a push would've happened during that time period wouldn't you need to resync?00:28
clarkbpolling isn't immune to the thing pushes run into aiui00:29
*** aconrad has quit IRC00:29
clarkbproblem is you wouldn't know00:29
*** sdake has quit IRC00:30
mordredJayF: well, as long time AFS supporters, we've been considering that these new-fangled cloud tools might just give us what we need to manage an AFS without the crazy00:30
mordredJayF: we'll let you know when we start down the road so you can laugh at us00:30
*** igor has joined #openstack-infra00:30
*** Sukhdev has quit IRC00:32
JayFI don't think I'd find it funny, but I'm generally glad I am not dealing with that sort of stuff anymore00:32
*** igor has quit IRC00:35
*** sdake has joined #openstack-infra00:36
cody-somervilleclarkb: Running rsync twice tends to deal with that satisfactorily. It certainly isn't a problem with Ubuntu as the archive only updates like once an hour or something.00:38
cody-somervilleclarkb: Using reprepro would avoid problem entirely since it ensures integrity of the archive.00:38
*** etoews has joined #openstack-infra00:39
clarkbif this is so simple then why does every mirror ever not do it right?00:39
cody-somervilleclarkb: Most mirrors don't have any problems. The important bit is the two-stage sync.00:40
cody-somervilleclarkb: but there are a lot of buggy mirror scripts out there00:40
clarkbcody-somerville: both of our clouds don't do it right00:40
mordredthe difference with vos release in AFS is the cross-site atomicity00:41
cody-somervilleclarkb: they don't do two-stage sync or another problem?00:41
mordredif we have one read-write volume in which we're using reprepro to manage the contents of the archive mirror00:41
clarkbcody-somerville: we don't know how they are implemented but they all exhibit problems of that package isn't available have a nice day00:41
mordredand we had, say, 10 read-only volume replicas - say 2 per cloud region00:41
mordredthe with vos release, once we're done with the 2-stage process in the read-write volume00:42
cody-somervilleclarkb: and local index cache is up to date?00:42
clarkbcody-somerville: yes00:42
mordredwe get to release it _everywhere_ simultaneously and atomically00:42
mordredso taht we have consistency across all of our consumers00:42
cody-somervillemordred: I can definitely see the usefulness in that. especially if you have any of it in round robin.00:43
mordredI don't think it's necessarily an either/or - as much as we very well might use both in concert00:43
dstufftensuring mirror atomicity is a hard problem00:44
*** nati_ueno has quit IRC00:44
mordredclarkb: zomg zomg. I think I just made a dib of a devstack-gate node00:45
clarkbwoot00:45
clarkbdstufft: indeed00:46
clarkbwhich is why I think I am ok with the current situation00:46
dstufftIt gets even harder if you start considering attackers :V00:46
clarkbus trying to fix it is only going to move the pain from our cloud providers to us00:46
*** etoews has quit IRC00:47
cody-somervilleWe can definitely do apt mirroring without presenting a broken apt repository.00:47
dstufftSo I'm poking at nodepool some more, am I correct in that it's not possible to use nodepool without Jenkins or gearman atm?00:48
clarkbdstufft: gearman isn't required but jenkins is00:48
dstuffthmm00:48
mordredwe're planning on making that not be a requirement though00:48
clarkbdstufft: if gearman is present nodepool will use that to handle load00:48
dstufftguess I'll go poke at jenkins to see how much I hate it00:49
clarkber s/handle load/determine current load and spin up machines for that/00:49
mordreddstufft: well, we're actively working on replacing jenkins00:49
mordredso don't, you know, poke _too_ hard00:49
dstufftmordred: will nodepool be pluggable in to test runner after that?00:49
dstufftclarkb: so if I just wnat a static pool size I don't need gearman?00:49
*** nati_ueno has joined #openstack-infra00:49
clarkbdstufft: correct00:50
dstufftcool00:50
*** amcrn has quit IRC00:50
mordreddstufft: if you just want a static pool size, you could probably currently use fake jenkins and fake gearman in the tree00:50
mordreddstufft: and then just run a quick script to delete nodes when you feel like it00:50
clarkbyou don't even need fake gearman00:50
clarkbgearman is completely optional00:50
mordredand nodepool will happily replace them for you00:50
mordreddstufft: when you said "pluggable in to test runner" earlier ... what did you mean?00:51
dstufftmordred: I'll poke some then. I'm trying to figure out what pieces I want to reuse and what pieces I want to invent for a CI00:51
dstufftmordred: I said that backwords I think, I mean any random thing will be able to reach out and tell nodepool a node is "finished" or whatever00:51
*** nati_uen_ has joined #openstack-infra00:52
dstufftLike I won't have to use whatever Openstack replaces jenkins with00:52
mordreddstufft: something like that, yeah00:52
mordredalthough you should use whatever we replace jenkins with - because then you'd hack on it with us and that would be neat :)00:52
*** nati_ueno has quit IRC00:55
dstufftmordred: that is a distinct possibility yes00:56
clarkbalso jhesketh and friends already run zuul with turbohipster00:56
dstufftwhat is turbohipster00:56
clarkbbut not necessarily nodepool00:56
clarkbdstufft: its their jenkins replacement00:56
dstufftI see00:56
clarkbmight be worth looking at making nodepool and turbohipster grok each other00:56
dstufftis the openstack repplacement for jenkins an actual thing yet00:57
dstufftor an idea00:57
clarkbI think turbohipster is possibly going to be it00:57
mordredit's half-way in between00:57
mordredit's an idea, and there is a thing, but we haven't stiched the final bits together yet00:58
dstufftmysql ;(00:59
clarkbdstufft: hrm?00:59
clarkboh ya nodepool00:59
dstufftI guess I can just use a cloud database thing00:59
dstufftand I don't actually have to figure out how to manage a mysql server00:59
mordreddstufft: well, it's sqlalchemy, so you could probably use whatever - it's a pretty simple schema01:00
clarkbyou don't really need to manage this one either01:00
clarkbit needed more than sqlite01:00
clarkbbut not much more01:00
dstufftmaybe i'll poke at it and see if it'll run on Postgresql01:00
*** marcoemorais has quit IRC01:02
*** sweston has joined #openstack-infra01:07
*** nati_uen_ has quit IRC01:07
*** sweston has quit IRC01:13
*** sweston has joined #openstack-infra01:14
*** sweston has quit IRC01:15
*** steven_ has joined #openstack-infra01:19
*** steven_ has quit IRC01:20
*** sweston has joined #openstack-infra01:20
*** BadCub has quit IRC01:21
*** saschpe- has quit IRC01:33
*** saschpe has joined #openstack-infra01:35
*** gyee has quit IRC01:37
*** nati_ueno has joined #openstack-infra01:46
*** sweston has quit IRC01:49
*** Ryan_Lane1 has quit IRC01:51
*** praneshp has quit IRC02:00
davidlenwelljeblair: thats great news ..02:02
davidlenwelljeblair: sorry for the delayed response.. I'm sick and was napping02:03
*** aysyd has quit IRC02:03
*** niska has quit IRC02:10
*** devoid has quit IRC02:11
*** atiwari has quit IRC02:13
*** niska has joined #openstack-infra02:20
*** niska has quit IRC02:20
*** dangers is now known as dangers_away02:23
*** yamahata has joined #openstack-infra02:26
*** niska has joined #openstack-infra02:27
*** marun has quit IRC02:29
*** igor has joined #openstack-infra02:30
*** signed8bit is now known as signed8bit_ZZZzz02:31
*** igor has quit IRC02:35
*** mbacchi has quit IRC03:07
*** zehicle_at_dell has joined #openstack-infra03:09
*** gokrokve_ has quit IRC03:17
*** zhiyan_ is now known as zhiyan03:22
openstackgerritMarc Abramowitz proposed a change to openstack-dev/pbr: Make source configurable when using --coverage  https://review.openstack.org/8920503:22
*** igor has joined #openstack-infra03:30
*** igor has quit IRC03:35
*** unicell has quit IRC03:45
*** alexpilotti has quit IRC03:45
*** etoews has joined #openstack-infra03:46
*** etoews has quit IRC03:51
*** yamahata has quit IRC03:55
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add tests, make it work on Python 3  https://review.openstack.org/9011403:58
*** gokrokve has joined #openstack-infra03:58
*** gokrokve_ has joined #openstack-infra04:00
*** markwash has quit IRC04:01
*** gokrokve has quit IRC04:04
openstackgerritAlex Gaynor proposed a change to openstack-dev/pbr: Fixed a typo in the documentation.  https://review.openstack.org/9051604:12
*** igor has joined #openstack-infra04:30
*** igor has quit IRC04:35
*** talluri has joined #openstack-infra04:50
*** waterkinfe has joined #openstack-infra05:14
*** sweston has joined #openstack-infra05:28
*** igor has joined #openstack-infra05:30
*** igor has quit IRC05:35
*** pcrews has quit IRC05:47
*** etoews has joined #openstack-infra05:49
*** etoews has quit IRC05:54
*** Guest63511 is now known as Vivek05:56
*** Vivek has joined #openstack-infra05:57
*** zhiyan is now known as zhiyan_06:00
*** praneshp has joined #openstack-infra06:00
*** praneshp_ has joined #openstack-infra06:04
*** praneshp has quit IRC06:05
*** praneshp_ is now known as praneshp06:05
*** sweston has quit IRC06:15
*** _nadya_ has joined #openstack-infra06:17
*** waterkinfe has quit IRC06:26
*** UtahDave has quit IRC06:27
*** _nadya_ has quit IRC06:29
*** igor has joined #openstack-infra06:30
*** igor has quit IRC06:35
*** morganfainberg is now known as morganfainberg_Z06:41
*** talluri has quit IRC06:45
*** sweston has joined #openstack-infra06:54
*** harlowja is now known as harlowja_away06:54
*** signed8bit_ZZZzz has quit IRC07:07
*** morganfainberg_Z is now known as morganfainberg07:07
openstackgerritMarc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Add more tests  https://review.openstack.org/9052407:09
*** gmoro has quit IRC07:11
*** _nadya_ has joined #openstack-infra07:12
openstackgerritMarc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Add more tests  https://review.openstack.org/9052407:30
*** igor has joined #openstack-infra07:30
*** praneshp has quit IRC07:33
*** igor has quit IRC07:35
*** _nadya_ has quit IRC07:36
*** che-arne has quit IRC07:38
*** gokrokve_ has quit IRC07:40
*** waterkinfe has joined #openstack-infra07:46
*** che-arne has joined #openstack-infra07:51
*** devoid has joined #openstack-infra08:03
*** devoid has left #openstack-infra08:06
*** nati_ueno has quit IRC08:07
*** julim has quit IRC08:10
*** jcoufal has joined #openstack-infra08:17
*** gokrokve has joined #openstack-infra08:20
*** gokrokve has quit IRC08:25
*** igor has joined #openstack-infra08:30
*** igor has quit IRC08:35
*** talluri has joined #openstack-infra08:35
*** talluri has quit IRC08:42
*** sweston has quit IRC08:45
*** waterkinfe has quit IRC09:06
*** talluri has joined #openstack-infra09:20
*** talluri has quit IRC09:20
*** talluri has joined #openstack-infra09:21
*** talluri has quit IRC09:21
*** talluri has joined #openstack-infra09:21
*** gokrokve has joined #openstack-infra09:21
*** talluri has quit IRC09:23
*** talluri has joined #openstack-infra09:26
*** talluri has quit IRC09:26
*** gokrokve has quit IRC09:26
*** igor has joined #openstack-infra09:30
*** igor has quit IRC09:34
*** sweston has joined #openstack-infra09:46
*** sweston has quit IRC09:50
*** rcarrill` has joined #openstack-infra09:50
*** rcarrillocruz has quit IRC09:53
*** talluri has joined #openstack-infra09:53
*** etoews has joined #openstack-infra09:53
*** etoews has quit IRC09:58
*** talluri has quit IRC10:19
*** gokrokve has joined #openstack-infra10:22
*** zns has joined #openstack-infra10:25
*** gokrokve has quit IRC10:27
*** morganfainberg is now known as morganfainberg_Z10:28
*** igor has joined #openstack-infra10:30
*** igor has quit IRC10:35
*** _nadya_ has joined #openstack-infra10:37
*** _nadya_ has quit IRC10:42
*** sweston has joined #openstack-infra10:46
*** sweston has quit IRC10:51
*** alexpilotti has joined #openstack-infra11:16
*** gokrokve has joined #openstack-infra11:23
*** gokrokve has quit IRC11:27
*** igor has joined #openstack-infra11:30
*** igor has quit IRC11:35
*** flaper87|afk is now known as flaper8711:44
*** etoews has joined #openstack-infra11:55
*** etoews has quit IRC11:59
openstackgerritMatthieu Baerts proposed a change to openstack-infra/git-review: Topic: do not use '(detached' when detached  https://review.openstack.org/9046612:10
*** chandan_kumar has joined #openstack-infra12:16
*** yamahata has joined #openstack-infra12:21
*** gokrokve has joined #openstack-infra12:24
openstackgerritMatthieu Baerts proposed a change to openstack-infra/git-review: Topic: do not use '(detached' when detached  https://review.openstack.org/9046612:24
*** gokrokve_ has joined #openstack-infra12:25
*** che-arne has quit IRC12:26
*** gokrokve has quit IRC12:29
*** igor has joined #openstack-infra12:30
*** gokrokve_ has quit IRC12:30
*** liam_ has joined #openstack-infra12:32
*** liam_ is now known as Guest9444812:32
*** igor has quit IRC12:35
*** Guest94448 has quit IRC12:45
openstackgerritMatthieu Baerts proposed a change to openstack-infra/git-review: Topic: do not use '(detached' when detached  https://review.openstack.org/9046612:45
*** zns has quit IRC12:46
openstackgerritDavid Caro proposed a change to openstack-infra/jenkins-job-builder: Fixed xml ouput generation for python 2.7.5  https://review.openstack.org/9053312:55
*** gokrokve has joined #openstack-infra13:26
*** medberry has quit IRC13:28
*** EmilienM has quit IRC13:29
*** StevenK has quit IRC13:29
*** StevenK has joined #openstack-infra13:29
*** EmilienM has joined #openstack-infra13:30
*** igor has joined #openstack-infra13:30
*** gokrokve has quit IRC13:31
*** igor has quit IRC13:35
*** kevinbenton has quit IRC13:37
*** kevinbenton has joined #openstack-infra13:39
*** chandan_kumar has quit IRC13:42
*** superdan is now known as dansmith13:47
*** talluri has joined #openstack-infra13:47
jeblairdstufft: yeah, jenkins should actually already be optional -- create a target but without any 'jenkins' connection bits.  currently nodepool gets node complete information from jenkins via zmq; you could run you own zmq server to do that, but that's the bit we want to move to gearman14:05
*** mfer has joined #openstack-infra14:06
*** mfer has quit IRC14:07
*** talluri has quit IRC14:10
*** etoews has joined #openstack-infra14:22
*** jcoufal has quit IRC14:23
*** gokrokve has joined #openstack-infra14:27
*** igor has joined #openstack-infra14:30
*** gokrokve has quit IRC14:32
*** igor has quit IRC14:34
*** Guest94448 has joined #openstack-infra14:38
*** dizquierdo has joined #openstack-infra15:03
*** chandan_kumar has joined #openstack-infra15:07
*** chandan_kumar has quit IRC15:09
*** Guest94448 has quit IRC15:13
*** etoews has quit IRC15:13
*** gokrokve has joined #openstack-infra15:28
*** igor has joined #openstack-infra15:30
*** gokrokve has quit IRC15:32
openstackgerritAndreas Jaeger proposed a change to openstack-infra/config: propose_translation_update: Handle .tx/config in git  https://review.openstack.org/8238415:33
*** igor has quit IRC15:35
openstackgerritMarc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Pass argv to main  https://review.openstack.org/9054215:37
openstackgerritAlex Gaynor proposed a change to openstack-infra/config: Fixed several typos in the docs.  https://review.openstack.org/9054415:44
*** etoews has joined #openstack-infra15:46
*** wenlock has joined #openstack-infra15:47
*** marun has joined #openstack-infra15:50
*** etoews has quit IRC15:51
*** dizquierdo has quit IRC15:55
*** etoews has joined #openstack-infra16:05
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Add support for disk-image-builder in nodepool  https://review.openstack.org/8847916:05
*** etoews has quit IRC16:09
mordredclarkb, jeblair: ^^ that's ready for review now - it works for devstack-gate16:12
mordredI'm going to work on a followup patch that will be more efficient in a few ways16:13
*** marun has quit IRC16:18
*** gokrokve has joined #openstack-infra16:28
*** krtaylor has quit IRC16:31
*** gokrokve has quit IRC16:33
*** gokrokve has joined #openstack-infra16:40
openstackgerritMarc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Catch EPIPE exception and return  https://review.openstack.org/9055216:59
*** bearhands is now known as comstud17:02
*** sweston has joined #openstack-infra17:04
*** sweston has quit IRC17:07
*** michchap has quit IRC17:19
*** etoews has joined #openstack-infra17:20
*** paul-- has quit IRC17:20
*** michchap has joined #openstack-infra17:20
*** rcarrillocruz has joined #openstack-infra17:21
*** _nadya_ has joined #openstack-infra17:22
*** rcarrill` has quit IRC17:23
*** paul-- has joined #openstack-infra17:23
*** markwash has joined #openstack-infra17:23
*** aconrad has joined #openstack-infra17:24
*** etoews has quit IRC17:26
openstackgerritMarc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Pass argv to main  https://review.openstack.org/9054217:26
*** _nadya_ has quit IRC17:47
*** zns has joined #openstack-infra17:53
*** _nadya_ has joined #openstack-infra17:54
*** gokrokve has quit IRC17:54
mordredwoot!18:12
* mordred has diskimage-build handling local caching of the devstack images18:12
mordredals18:12
mordredsdague, jeblair: there is an IMAGE_URL that's got a variable name in it18:13
*** sweston has joined #openstack-infra18:14
mordredbut this means, in genearl, that a local dev cycle on images is getting close to being not totally insane18:15
*** yfried has joined #openstack-infra18:15
mordrednext step is to figure out local dev caching of the stuff apt/yum pull down18:15
*** basha_ has joined #openstack-infra18:19
*** igor has joined #openstack-infra18:20
*** etoews has joined #openstack-infra18:21
*** igor has quit IRC18:24
*** wenlock has quit IRC18:28
mordred98-source-repositories                      389.80718:28
mordredthat's how long it takes to update all of teh git repos with warm cache already on my laptop18:29
*** gokrokve has joined #openstack-infra18:32
*** praneshp_ has joined #openstack-infra18:32
*** _nadya_ has quit IRC18:34
boris-42mordred lol=)18:39
boris-42mordred btw historical moment https://review.openstack.org/#/c/89801/ first performance job =)18:40
*** markwash has quit IRC18:41
*** _nadya_ has joined #openstack-infra18:44
*** harlowja_at_home has joined #openstack-infra18:44
*** gokrokve has quit IRC18:56
openstackgerritJustin Shepherd proposed a change to openstack-infra/config: Configuring bundler to use multiple cpus/cores  https://review.openstack.org/9056318:59
openstackgerritAlex Conrad proposed a change to openstack-infra/jenkins-job-builder: add support for python builder  https://review.openstack.org/9046419:01
*** etoews has quit IRC19:06
openstackgerritAlex Conrad proposed a change to openstack-infra/jenkins-job-builder: add tests for shell builder  https://review.openstack.org/9048019:08
*** etoews has joined #openstack-infra19:08
*** kevinbenton has quit IRC19:12
*** yfried_ has joined #openstack-infra19:14
*** yfried has quit IRC19:17
*** yfried__ has joined #openstack-infra19:17
*** kevinbenton has joined #openstack-infra19:18
*** yfried_ has quit IRC19:21
*** wenlock has joined #openstack-infra19:22
*** harlowja_at_home has quit IRC19:23
*** wenlock has quit IRC19:24
*** igor has joined #openstack-infra19:30
*** _nadya_ has quit IRC19:32
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Optimize the diskimage build with more local cache  https://review.openstack.org/9056519:34
*** igor has quit IRC19:35
*** igor has joined #openstack-infra19:48
*** _nadya_ has joined #openstack-infra19:52
*** gokrokve has joined #openstack-infra20:00
*** _nadya_ has quit IRC20:03
openstackgerritMarc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Pass argv to main  https://review.openstack.org/9054220:13
*** etoews has quit IRC20:23
*** e0ne has joined #openstack-infra20:24
*** _nadya_ has joined #openstack-infra20:33
*** thomasem has joined #openstack-infra20:41
*** zns has quit IRC20:41
*** kevinbenton has quit IRC20:44
*** kevinbenton has joined #openstack-infra20:44
*** e0ne has quit IRC21:02
*** e0ne has joined #openstack-infra21:03
*** igor has quit IRC21:09
*** igor has joined #openstack-infra21:10
*** gokrokve has quit IRC21:10
*** talluri has joined #openstack-infra21:14
*** igor has quit IRC21:14
*** e0ne has quit IRC21:19
*** e0ne has joined #openstack-infra21:19
*** e0ne has quit IRC21:27
*** _nadya_ has quit IRC21:50
*** igor has joined #openstack-infra22:00
*** igor has quit IRC22:05
*** _nadya_ has joined #openstack-infra22:17
*** talluri has quit IRC22:26
*** flaper87 is now known as flaper87|afk22:26
*** gokrokve has joined #openstack-infra22:29
*** etoews has joined #openstack-infra22:32
*** changbl has quit IRC22:33
*** changbl has joined #openstack-infra22:35
*** zz_gondoi is now known as gondoi22:35
*** etoews has quit IRC22:37
*** che-arne has joined #openstack-infra22:39
*** changbl has quit IRC22:48
*** igor has joined #openstack-infra22:49
*** igor has quit IRC22:54
*** msabramo has quit IRC22:54
*** changbl has joined #openstack-infra22:55
*** msabramo has joined #openstack-infra22:57
mordredWOOW23:02
mordreds/W$/T/23:02
*** sweston has quit IRC23:06
* mordred has just realized that modern debian ships with MATE - so I can run gnome2 without having to run Mint23:06
* mordred is happy - has his clock applet back23:07
mordrednow - all I need is for someone to make me a laptop with a non-chicklet keyboard and my life will be as good as it was 4 years ago ;)23:08
*** msabramo has quit IRC23:09
*** msabramo has joined #openstack-infra23:28
*** igor has joined #openstack-infra23:30
*** igor has quit IRC23:35
*** yfried__ has quit IRC23:37
*** dkehn_afk is now known as dkehn23:41
*** Ryan_Lane has quit IRC23:43
openstackgerritMarc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Modularize to enable easier testing  https://review.openstack.org/9057223:45
*** gondoi is now known as zz_gondoi23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!