jeblair | mordred, clarkb: if we used afs for ubuntu mirrors, we could transactionally update them (vos release) | 00:07 |
---|---|---|
jeblair | davidlenwell: i think with about 2 hours of work, we can fix up our jenkins config to safely run refstack jobs | 00:08 |
jeblair | (i plan on doing that soon) | 00:09 |
mordred | jeblair: zomg | 00:11 |
cody-somerville | jeblair: 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 anyone | 00:13 | |
*** flashgordon is now known as jogo | 00:13 | |
jeblair | cody-somerville: oh, the other day lots of people in here running ubuntu mirrors said that the index skew problem is unavoidable | 00:13 |
cody-somerville | To do mirroring right, you download the additional packages you need then replace index files then delete files no longer needed | 00:14 |
*** arnaud has quit IRC | 00:15 | |
openstackgerrit | Alex Conrad proposed a change to openstack-infra/jenkins-job-builder: support execute-on for postbuildscript https://review.openstack.org/90507 | 00:15 |
jeblair | cody-somerville: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2014-04-23.log | 00:18 |
*** lakshmi has quit IRC | 00:18 | |
jeblair | cody-somerville: starting somewhere around 2014-04-23T20:38:59 | 00:18 |
jeblair | JayF: 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 |
clarkb | cody-somerville: there is no way to do it correctly without getting pushes from where you sync from | 00:21 |
*** markmcclain has quit IRC | 00:21 | |
clarkb | cody-somerville: because you could get all of the files, then go grab the index but there is a race there if not processing pushes | 00:21 |
mordred | jeblair: ++ afs + cinder == teh ossum | 00:22 |
cody-somerville | clarkb: How? As long as you don't delete files still referenced by index, you're fine. | 00:22 |
JayF | jeblair: 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 |
clarkb | cody-somerville: the problem is the index refers to files you didn't grab | 00:22 |
* JayF did a multi-region AFS for homedir syncing | 00:22 | |
clarkb | cody-somerville: which is why you need pushes | 00:22 |
mordred | JayF: yup. that's why if the AFS was just, you know, a feature of the cloud ... | 00:23 |
JayF | Oh, you mean ZFS /s | 00:23 |
mordred | hahahaahahahahahaha | 00:23 |
mordred | no | 00:23 |
cody-somerville | So 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 |
mordred | I mean AFS | 00:23 |
JayF | /s is pretty universally understood, right :) I was kidding | 00:24 |
mordred | I have learned something new today | 00:24 |
mordred | what the hekc is /s? | 00:24 |
cody-somerville | Additionally, even if that /was/ the case. You could use reprepro which does the mirroring more intelligently than just rsync. | 00:24 |
JayF | closing tag for sarcasm | 00:24 |
*** yidclare has quit IRC | 00:24 | |
clarkb | cody-somerville: hold on /me finds the document | 00:24 |
mordred | JayF: ooh. me likely | 00:25 |
JayF | mordred: 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 AFS | 00:25 |
JayF | it's probably the most awesome thing I've ever built, and the only mistake I made was deciding to build it :) | 00:25 |
cody-somerville | Now, 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-somerville | And squid proxies can really make apt unhappy. | 00:26 |
mordred | JayF: haha. oh - did you know afs can do krb5 now? | 00:26 |
JayF | mordred: something like this --> http://j.oldos.org/ad+kerb.txt | 00:26 |
JayF | mordred: 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 |
clarkb | http://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 sycn | 00:26 |
cody-somerville | clarkb: Yes, you def want to do two stage. That's what I'm referring to by updating transactionally. | 00:27 |
clarkb | I know | 00:27 |
cody-somerville | and the second bit is specific to that particular mirroring tool | 00:27 |
clarkb | but the second bit there about handling pushes is what I am referring to. It says that you must redo the 2 stage sync on one | 00:27 |
cody-somerville | MUST not ignore pushes while running (for push mirroring). | 00:28 |
clarkb | cody-somerville: right so lets say you aren't push because you aren't official and instead you poll | 00:28 |
clarkb | if a push would've happened during that time period wouldn't you need to resync? | 00:28 |
clarkb | polling isn't immune to the thing pushes run into aiui | 00:29 |
*** aconrad has quit IRC | 00:29 | |
clarkb | problem is you wouldn't know | 00:29 |
*** sdake has quit IRC | 00:30 | |
mordred | JayF: 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 crazy | 00:30 |
mordred | JayF: we'll let you know when we start down the road so you can laugh at us | 00:30 |
*** igor has joined #openstack-infra | 00:30 | |
*** Sukhdev has quit IRC | 00:32 | |
JayF | I don't think I'd find it funny, but I'm generally glad I am not dealing with that sort of stuff anymore | 00:32 |
*** igor has quit IRC | 00:35 | |
*** sdake has joined #openstack-infra | 00:36 | |
cody-somerville | clarkb: 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-somerville | clarkb: Using reprepro would avoid problem entirely since it ensures integrity of the archive. | 00:38 |
*** etoews has joined #openstack-infra | 00:39 | |
clarkb | if this is so simple then why does every mirror ever not do it right? | 00:39 |
cody-somerville | clarkb: Most mirrors don't have any problems. The important bit is the two-stage sync. | 00:40 |
cody-somerville | clarkb: but there are a lot of buggy mirror scripts out there | 00:40 |
clarkb | cody-somerville: both of our clouds don't do it right | 00:40 |
mordred | the difference with vos release in AFS is the cross-site atomicity | 00:41 |
cody-somerville | clarkb: they don't do two-stage sync or another problem? | 00:41 |
mordred | if we have one read-write volume in which we're using reprepro to manage the contents of the archive mirror | 00:41 |
clarkb | cody-somerville: we don't know how they are implemented but they all exhibit problems of that package isn't available have a nice day | 00:41 |
mordred | and we had, say, 10 read-only volume replicas - say 2 per cloud region | 00:41 |
mordred | the with vos release, once we're done with the 2-stage process in the read-write volume | 00:42 |
cody-somerville | clarkb: and local index cache is up to date? | 00:42 |
clarkb | cody-somerville: yes | 00:42 |
mordred | we get to release it _everywhere_ simultaneously and atomically | 00:42 |
mordred | so taht we have consistency across all of our consumers | 00:42 |
cody-somerville | mordred: I can definitely see the usefulness in that. especially if you have any of it in round robin. | 00:43 |
mordred | I don't think it's necessarily an either/or - as much as we very well might use both in concert | 00:43 |
dstufft | ensuring mirror atomicity is a hard problem | 00:44 |
*** nati_ueno has quit IRC | 00:44 | |
mordred | clarkb: zomg zomg. I think I just made a dib of a devstack-gate node | 00:45 |
clarkb | woot | 00:45 |
clarkb | dstufft: indeed | 00:46 |
clarkb | which is why I think I am ok with the current situation | 00:46 |
dstufft | It gets even harder if you start considering attackers :V | 00:46 |
clarkb | us trying to fix it is only going to move the pain from our cloud providers to us | 00:46 |
*** etoews has quit IRC | 00:47 | |
cody-somerville | We can definitely do apt mirroring without presenting a broken apt repository. | 00:47 |
dstufft | So 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 |
clarkb | dstufft: gearman isn't required but jenkins is | 00:48 |
dstufft | hmm | 00:48 |
mordred | we're planning on making that not be a requirement though | 00:48 |
clarkb | dstufft: if gearman is present nodepool will use that to handle load | 00:48 |
dstufft | guess I'll go poke at jenkins to see how much I hate it | 00:49 |
clarkb | er s/handle load/determine current load and spin up machines for that/ | 00:49 |
mordred | dstufft: well, we're actively working on replacing jenkins | 00:49 |
mordred | so don't, you know, poke _too_ hard | 00:49 |
dstufft | mordred: will nodepool be pluggable in to test runner after that? | 00:49 |
dstufft | clarkb: so if I just wnat a static pool size I don't need gearman? | 00:49 |
*** nati_ueno has joined #openstack-infra | 00:49 | |
clarkb | dstufft: correct | 00:50 |
dstufft | cool | 00:50 |
*** amcrn has quit IRC | 00:50 | |
mordred | dstufft: if you just want a static pool size, you could probably currently use fake jenkins and fake gearman in the tree | 00:50 |
mordred | dstufft: and then just run a quick script to delete nodes when you feel like it | 00:50 |
clarkb | you don't even need fake gearman | 00:50 |
clarkb | gearman is completely optional | 00:50 |
mordred | and nodepool will happily replace them for you | 00:50 |
mordred | dstufft: when you said "pluggable in to test runner" earlier ... what did you mean? | 00:51 |
dstufft | mordred: 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 CI | 00:51 |
dstufft | mordred: 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 whatever | 00:51 |
*** nati_uen_ has joined #openstack-infra | 00:52 | |
dstufft | Like I won't have to use whatever Openstack replaces jenkins with | 00:52 |
mordred | dstufft: something like that, yeah | 00:52 |
mordred | although 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 IRC | 00:55 | |
dstufft | mordred: that is a distinct possibility yes | 00:56 |
clarkb | also jhesketh and friends already run zuul with turbohipster | 00:56 |
dstufft | what is turbohipster | 00:56 |
clarkb | but not necessarily nodepool | 00:56 |
clarkb | dstufft: its their jenkins replacement | 00:56 |
dstufft | I see | 00:56 |
clarkb | might be worth looking at making nodepool and turbohipster grok each other | 00:56 |
dstufft | is the openstack repplacement for jenkins an actual thing yet | 00:57 |
dstufft | or an idea | 00:57 |
clarkb | I think turbohipster is possibly going to be it | 00:57 |
mordred | it's half-way in between | 00:57 |
mordred | it's an idea, and there is a thing, but we haven't stiched the final bits together yet | 00:58 |
dstufft | mysql ;( | 00:59 |
clarkb | dstufft: hrm? | 00:59 |
clarkb | oh ya nodepool | 00:59 |
dstufft | I guess I can just use a cloud database thing | 00:59 |
dstufft | and I don't actually have to figure out how to manage a mysql server | 00:59 |
mordred | dstufft: well, it's sqlalchemy, so you could probably use whatever - it's a pretty simple schema | 01:00 |
clarkb | you don't really need to manage this one either | 01:00 |
clarkb | it needed more than sqlite | 01:00 |
clarkb | but not much more | 01:00 |
dstufft | maybe i'll poke at it and see if it'll run on Postgresql | 01:00 |
*** marcoemorais has quit IRC | 01:02 | |
*** sweston has joined #openstack-infra | 01:07 | |
*** nati_uen_ has quit IRC | 01:07 | |
*** sweston has quit IRC | 01:13 | |
*** sweston has joined #openstack-infra | 01:14 | |
*** sweston has quit IRC | 01:15 | |
*** steven_ has joined #openstack-infra | 01:19 | |
*** steven_ has quit IRC | 01:20 | |
*** sweston has joined #openstack-infra | 01:20 | |
*** BadCub has quit IRC | 01:21 | |
*** saschpe- has quit IRC | 01:33 | |
*** saschpe has joined #openstack-infra | 01:35 | |
*** gyee has quit IRC | 01:37 | |
*** nati_ueno has joined #openstack-infra | 01:46 | |
*** sweston has quit IRC | 01:49 | |
*** Ryan_Lane1 has quit IRC | 01:51 | |
*** praneshp has quit IRC | 02:00 | |
davidlenwell | jeblair: thats great news .. | 02:02 |
davidlenwell | jeblair: sorry for the delayed response.. I'm sick and was napping | 02:03 |
*** aysyd has quit IRC | 02:03 | |
*** niska has quit IRC | 02:10 | |
*** devoid has quit IRC | 02:11 | |
*** atiwari has quit IRC | 02:13 | |
*** niska has joined #openstack-infra | 02:20 | |
*** niska has quit IRC | 02:20 | |
*** dangers is now known as dangers_away | 02:23 | |
*** yamahata has joined #openstack-infra | 02:26 | |
*** niska has joined #openstack-infra | 02:27 | |
*** marun has quit IRC | 02:29 | |
*** igor has joined #openstack-infra | 02:30 | |
*** signed8bit is now known as signed8bit_ZZZzz | 02:31 | |
*** igor has quit IRC | 02:35 | |
*** mbacchi has quit IRC | 03:07 | |
*** zehicle_at_dell has joined #openstack-infra | 03:09 | |
*** gokrokve_ has quit IRC | 03:17 | |
*** zhiyan_ is now known as zhiyan | 03:22 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-dev/pbr: Make source configurable when using --coverage https://review.openstack.org/89205 | 03:22 |
*** igor has joined #openstack-infra | 03:30 | |
*** igor has quit IRC | 03:35 | |
*** unicell has quit IRC | 03:45 | |
*** alexpilotti has quit IRC | 03:45 | |
*** etoews has joined #openstack-infra | 03:46 | |
*** etoews has quit IRC | 03:51 | |
*** yamahata has quit IRC | 03:55 | |
openstackgerrit | Marc Abramowitz proposed a change to stackforge/python-jenkins: Add tests, make it work on Python 3 https://review.openstack.org/90114 | 03:58 |
*** gokrokve has joined #openstack-infra | 03:58 | |
*** gokrokve_ has joined #openstack-infra | 04:00 | |
*** markwash has quit IRC | 04:01 | |
*** gokrokve has quit IRC | 04:04 | |
openstackgerrit | Alex Gaynor proposed a change to openstack-dev/pbr: Fixed a typo in the documentation. https://review.openstack.org/90516 | 04:12 |
*** igor has joined #openstack-infra | 04:30 | |
*** igor has quit IRC | 04:35 | |
*** talluri has joined #openstack-infra | 04:50 | |
*** waterkinfe has joined #openstack-infra | 05:14 | |
*** sweston has joined #openstack-infra | 05:28 | |
*** igor has joined #openstack-infra | 05:30 | |
*** igor has quit IRC | 05:35 | |
*** pcrews has quit IRC | 05:47 | |
*** etoews has joined #openstack-infra | 05:49 | |
*** etoews has quit IRC | 05:54 | |
*** Guest63511 is now known as Vivek | 05:56 | |
*** Vivek has joined #openstack-infra | 05:57 | |
*** zhiyan is now known as zhiyan_ | 06:00 | |
*** praneshp has joined #openstack-infra | 06:00 | |
*** praneshp_ has joined #openstack-infra | 06:04 | |
*** praneshp has quit IRC | 06:05 | |
*** praneshp_ is now known as praneshp | 06:05 | |
*** sweston has quit IRC | 06:15 | |
*** _nadya_ has joined #openstack-infra | 06:17 | |
*** waterkinfe has quit IRC | 06:26 | |
*** UtahDave has quit IRC | 06:27 | |
*** _nadya_ has quit IRC | 06:29 | |
*** igor has joined #openstack-infra | 06:30 | |
*** igor has quit IRC | 06:35 | |
*** morganfainberg is now known as morganfainberg_Z | 06:41 | |
*** talluri has quit IRC | 06:45 | |
*** sweston has joined #openstack-infra | 06:54 | |
*** harlowja is now known as harlowja_away | 06:54 | |
*** signed8bit_ZZZzz has quit IRC | 07:07 | |
*** morganfainberg_Z is now known as morganfainberg | 07:07 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Add more tests https://review.openstack.org/90524 | 07:09 |
*** gmoro has quit IRC | 07:11 | |
*** _nadya_ has joined #openstack-infra | 07:12 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Add more tests https://review.openstack.org/90524 | 07:30 |
*** igor has joined #openstack-infra | 07:30 | |
*** praneshp has quit IRC | 07:33 | |
*** igor has quit IRC | 07:35 | |
*** _nadya_ has quit IRC | 07:36 | |
*** che-arne has quit IRC | 07:38 | |
*** gokrokve_ has quit IRC | 07:40 | |
*** waterkinfe has joined #openstack-infra | 07:46 | |
*** che-arne has joined #openstack-infra | 07:51 | |
*** devoid has joined #openstack-infra | 08:03 | |
*** devoid has left #openstack-infra | 08:06 | |
*** nati_ueno has quit IRC | 08:07 | |
*** julim has quit IRC | 08:10 | |
*** jcoufal has joined #openstack-infra | 08:17 | |
*** gokrokve has joined #openstack-infra | 08:20 | |
*** gokrokve has quit IRC | 08:25 | |
*** igor has joined #openstack-infra | 08:30 | |
*** igor has quit IRC | 08:35 | |
*** talluri has joined #openstack-infra | 08:35 | |
*** talluri has quit IRC | 08:42 | |
*** sweston has quit IRC | 08:45 | |
*** waterkinfe has quit IRC | 09:06 | |
*** talluri has joined #openstack-infra | 09:20 | |
*** talluri has quit IRC | 09:20 | |
*** talluri has joined #openstack-infra | 09:21 | |
*** talluri has quit IRC | 09:21 | |
*** talluri has joined #openstack-infra | 09:21 | |
*** gokrokve has joined #openstack-infra | 09:21 | |
*** talluri has quit IRC | 09:23 | |
*** talluri has joined #openstack-infra | 09:26 | |
*** talluri has quit IRC | 09:26 | |
*** gokrokve has quit IRC | 09:26 | |
*** igor has joined #openstack-infra | 09:30 | |
*** igor has quit IRC | 09:34 | |
*** sweston has joined #openstack-infra | 09:46 | |
*** sweston has quit IRC | 09:50 | |
*** rcarrill` has joined #openstack-infra | 09:50 | |
*** rcarrillocruz has quit IRC | 09:53 | |
*** talluri has joined #openstack-infra | 09:53 | |
*** etoews has joined #openstack-infra | 09:53 | |
*** etoews has quit IRC | 09:58 | |
*** talluri has quit IRC | 10:19 | |
*** gokrokve has joined #openstack-infra | 10:22 | |
*** zns has joined #openstack-infra | 10:25 | |
*** gokrokve has quit IRC | 10:27 | |
*** morganfainberg is now known as morganfainberg_Z | 10:28 | |
*** igor has joined #openstack-infra | 10:30 | |
*** igor has quit IRC | 10:35 | |
*** _nadya_ has joined #openstack-infra | 10:37 | |
*** _nadya_ has quit IRC | 10:42 | |
*** sweston has joined #openstack-infra | 10:46 | |
*** sweston has quit IRC | 10:51 | |
*** alexpilotti has joined #openstack-infra | 11:16 | |
*** gokrokve has joined #openstack-infra | 11:23 | |
*** gokrokve has quit IRC | 11:27 | |
*** igor has joined #openstack-infra | 11:30 | |
*** igor has quit IRC | 11:35 | |
*** flaper87|afk is now known as flaper87 | 11:44 | |
*** etoews has joined #openstack-infra | 11:55 | |
*** etoews has quit IRC | 11:59 | |
openstackgerrit | Matthieu Baerts proposed a change to openstack-infra/git-review: Topic: do not use '(detached' when detached https://review.openstack.org/90466 | 12:10 |
*** chandan_kumar has joined #openstack-infra | 12:16 | |
*** yamahata has joined #openstack-infra | 12:21 | |
*** gokrokve has joined #openstack-infra | 12:24 | |
openstackgerrit | Matthieu Baerts proposed a change to openstack-infra/git-review: Topic: do not use '(detached' when detached https://review.openstack.org/90466 | 12:24 |
*** gokrokve_ has joined #openstack-infra | 12:25 | |
*** che-arne has quit IRC | 12:26 | |
*** gokrokve has quit IRC | 12:29 | |
*** igor has joined #openstack-infra | 12:30 | |
*** gokrokve_ has quit IRC | 12:30 | |
*** liam_ has joined #openstack-infra | 12:32 | |
*** liam_ is now known as Guest94448 | 12:32 | |
*** igor has quit IRC | 12:35 | |
*** Guest94448 has quit IRC | 12:45 | |
openstackgerrit | Matthieu Baerts proposed a change to openstack-infra/git-review: Topic: do not use '(detached' when detached https://review.openstack.org/90466 | 12:45 |
*** zns has quit IRC | 12:46 | |
openstackgerrit | David Caro proposed a change to openstack-infra/jenkins-job-builder: Fixed xml ouput generation for python 2.7.5 https://review.openstack.org/90533 | 12:55 |
*** gokrokve has joined #openstack-infra | 13:26 | |
*** medberry has quit IRC | 13:28 | |
*** EmilienM has quit IRC | 13:29 | |
*** StevenK has quit IRC | 13:29 | |
*** StevenK has joined #openstack-infra | 13:29 | |
*** EmilienM has joined #openstack-infra | 13:30 | |
*** igor has joined #openstack-infra | 13:30 | |
*** gokrokve has quit IRC | 13:31 | |
*** igor has quit IRC | 13:35 | |
*** kevinbenton has quit IRC | 13:37 | |
*** kevinbenton has joined #openstack-infra | 13:39 | |
*** chandan_kumar has quit IRC | 13:42 | |
*** superdan is now known as dansmith | 13:47 | |
*** talluri has joined #openstack-infra | 13:47 | |
jeblair | dstufft: 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 gearman | 14:05 |
*** mfer has joined #openstack-infra | 14:06 | |
*** mfer has quit IRC | 14:07 | |
*** talluri has quit IRC | 14:10 | |
*** etoews has joined #openstack-infra | 14:22 | |
*** jcoufal has quit IRC | 14:23 | |
*** gokrokve has joined #openstack-infra | 14:27 | |
*** igor has joined #openstack-infra | 14:30 | |
*** gokrokve has quit IRC | 14:32 | |
*** igor has quit IRC | 14:34 | |
*** Guest94448 has joined #openstack-infra | 14:38 | |
*** dizquierdo has joined #openstack-infra | 15:03 | |
*** chandan_kumar has joined #openstack-infra | 15:07 | |
*** chandan_kumar has quit IRC | 15:09 | |
*** Guest94448 has quit IRC | 15:13 | |
*** etoews has quit IRC | 15:13 | |
*** gokrokve has joined #openstack-infra | 15:28 | |
*** igor has joined #openstack-infra | 15:30 | |
*** gokrokve has quit IRC | 15:32 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: propose_translation_update: Handle .tx/config in git https://review.openstack.org/82384 | 15:33 |
*** igor has quit IRC | 15:35 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Pass argv to main https://review.openstack.org/90542 | 15:37 |
openstackgerrit | Alex Gaynor proposed a change to openstack-infra/config: Fixed several typos in the docs. https://review.openstack.org/90544 | 15:44 |
*** etoews has joined #openstack-infra | 15:46 | |
*** wenlock has joined #openstack-infra | 15:47 | |
*** marun has joined #openstack-infra | 15:50 | |
*** etoews has quit IRC | 15:51 | |
*** dizquierdo has quit IRC | 15:55 | |
*** etoews has joined #openstack-infra | 16:05 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: Add support for disk-image-builder in nodepool https://review.openstack.org/88479 | 16:05 |
*** etoews has quit IRC | 16:09 | |
mordred | clarkb, jeblair: ^^ that's ready for review now - it works for devstack-gate | 16:12 |
mordred | I'm going to work on a followup patch that will be more efficient in a few ways | 16:13 |
*** marun has quit IRC | 16:18 | |
*** gokrokve has joined #openstack-infra | 16:28 | |
*** krtaylor has quit IRC | 16:31 | |
*** gokrokve has quit IRC | 16:33 | |
*** gokrokve has joined #openstack-infra | 16:40 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Catch EPIPE exception and return https://review.openstack.org/90552 | 16:59 |
*** bearhands is now known as comstud | 17:02 | |
*** sweston has joined #openstack-infra | 17:04 | |
*** sweston has quit IRC | 17:07 | |
*** michchap has quit IRC | 17:19 | |
*** etoews has joined #openstack-infra | 17:20 | |
*** paul-- has quit IRC | 17:20 | |
*** michchap has joined #openstack-infra | 17:20 | |
*** rcarrillocruz has joined #openstack-infra | 17:21 | |
*** _nadya_ has joined #openstack-infra | 17:22 | |
*** rcarrill` has quit IRC | 17:23 | |
*** paul-- has joined #openstack-infra | 17:23 | |
*** markwash has joined #openstack-infra | 17:23 | |
*** aconrad has joined #openstack-infra | 17:24 | |
*** etoews has quit IRC | 17:26 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Pass argv to main https://review.openstack.org/90542 | 17:26 |
*** _nadya_ has quit IRC | 17:47 | |
*** zns has joined #openstack-infra | 17:53 | |
*** _nadya_ has joined #openstack-infra | 17:54 | |
*** gokrokve has quit IRC | 17:54 | |
mordred | woot! | 18:12 |
* mordred has diskimage-build handling local caching of the devstack images | 18:12 | |
mordred | als | 18:12 |
mordred | sdague, jeblair: there is an IMAGE_URL that's got a variable name in it | 18:13 |
*** sweston has joined #openstack-infra | 18:14 | |
mordred | but this means, in genearl, that a local dev cycle on images is getting close to being not totally insane | 18:15 |
*** yfried has joined #openstack-infra | 18:15 | |
mordred | next step is to figure out local dev caching of the stuff apt/yum pull down | 18:15 |
*** basha_ has joined #openstack-infra | 18:19 | |
*** igor has joined #openstack-infra | 18:20 | |
*** etoews has joined #openstack-infra | 18:21 | |
*** igor has quit IRC | 18:24 | |
*** wenlock has quit IRC | 18:28 | |
mordred | 98-source-repositories 389.807 | 18:28 |
mordred | that's how long it takes to update all of teh git repos with warm cache already on my laptop | 18:29 |
*** gokrokve has joined #openstack-infra | 18:32 | |
*** praneshp_ has joined #openstack-infra | 18:32 | |
*** _nadya_ has quit IRC | 18:34 | |
boris-42 | mordred lol=) | 18:39 |
boris-42 | mordred btw historical moment https://review.openstack.org/#/c/89801/ first performance job =) | 18:40 |
*** markwash has quit IRC | 18:41 | |
*** _nadya_ has joined #openstack-infra | 18:44 | |
*** harlowja_at_home has joined #openstack-infra | 18:44 | |
*** gokrokve has quit IRC | 18:56 | |
openstackgerrit | Justin Shepherd proposed a change to openstack-infra/config: Configuring bundler to use multiple cpus/cores https://review.openstack.org/90563 | 18:59 |
openstackgerrit | Alex Conrad proposed a change to openstack-infra/jenkins-job-builder: add support for python builder https://review.openstack.org/90464 | 19:01 |
*** etoews has quit IRC | 19:06 | |
openstackgerrit | Alex Conrad proposed a change to openstack-infra/jenkins-job-builder: add tests for shell builder https://review.openstack.org/90480 | 19:08 |
*** etoews has joined #openstack-infra | 19:08 | |
*** kevinbenton has quit IRC | 19:12 | |
*** yfried_ has joined #openstack-infra | 19:14 | |
*** yfried has quit IRC | 19:17 | |
*** yfried__ has joined #openstack-infra | 19:17 | |
*** kevinbenton has joined #openstack-infra | 19:18 | |
*** yfried_ has quit IRC | 19:21 | |
*** wenlock has joined #openstack-infra | 19:22 | |
*** harlowja_at_home has quit IRC | 19:23 | |
*** wenlock has quit IRC | 19:24 | |
*** igor has joined #openstack-infra | 19:30 | |
*** _nadya_ has quit IRC | 19:32 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: Optimize the diskimage build with more local cache https://review.openstack.org/90565 | 19:34 |
*** igor has quit IRC | 19:35 | |
*** igor has joined #openstack-infra | 19:48 | |
*** _nadya_ has joined #openstack-infra | 19:52 | |
*** gokrokve has joined #openstack-infra | 20:00 | |
*** _nadya_ has quit IRC | 20:03 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Pass argv to main https://review.openstack.org/90542 | 20:13 |
*** etoews has quit IRC | 20:23 | |
*** e0ne has joined #openstack-infra | 20:24 | |
*** _nadya_ has joined #openstack-infra | 20:33 | |
*** thomasem has joined #openstack-infra | 20:41 | |
*** zns has quit IRC | 20:41 | |
*** kevinbenton has quit IRC | 20:44 | |
*** kevinbenton has joined #openstack-infra | 20:44 | |
*** e0ne has quit IRC | 21:02 | |
*** e0ne has joined #openstack-infra | 21:03 | |
*** igor has quit IRC | 21:09 | |
*** igor has joined #openstack-infra | 21:10 | |
*** gokrokve has quit IRC | 21:10 | |
*** talluri has joined #openstack-infra | 21:14 | |
*** igor has quit IRC | 21:14 | |
*** e0ne has quit IRC | 21:19 | |
*** e0ne has joined #openstack-infra | 21:19 | |
*** e0ne has quit IRC | 21:27 | |
*** _nadya_ has quit IRC | 21:50 | |
*** igor has joined #openstack-infra | 22:00 | |
*** igor has quit IRC | 22:05 | |
*** _nadya_ has joined #openstack-infra | 22:17 | |
*** talluri has quit IRC | 22:26 | |
*** flaper87 is now known as flaper87|afk | 22:26 | |
*** gokrokve has joined #openstack-infra | 22:29 | |
*** etoews has joined #openstack-infra | 22:32 | |
*** changbl has quit IRC | 22:33 | |
*** changbl has joined #openstack-infra | 22:35 | |
*** zz_gondoi is now known as gondoi | 22:35 | |
*** etoews has quit IRC | 22:37 | |
*** che-arne has joined #openstack-infra | 22:39 | |
*** changbl has quit IRC | 22:48 | |
*** igor has joined #openstack-infra | 22:49 | |
*** igor has quit IRC | 22:54 | |
*** msabramo has quit IRC | 22:54 | |
*** changbl has joined #openstack-infra | 22:55 | |
*** msabramo has joined #openstack-infra | 22:57 | |
mordred | WOOW | 23:02 |
mordred | s/W$/T/ | 23:02 |
*** sweston has quit IRC | 23:06 | |
* mordred has just realized that modern debian ships with MATE - so I can run gnome2 without having to run Mint | 23:06 | |
* mordred is happy - has his clock applet back | 23:07 | |
mordred | now - 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 IRC | 23:09 | |
*** msabramo has joined #openstack-infra | 23:28 | |
*** igor has joined #openstack-infra | 23:30 | |
*** igor has quit IRC | 23:35 | |
*** yfried__ has quit IRC | 23:37 | |
*** dkehn_afk is now known as dkehn | 23:41 | |
*** Ryan_Lane has quit IRC | 23:43 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Modularize to enable easier testing https://review.openstack.org/90572 | 23:45 |
*** gondoi is now known as zz_gondoi | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!