*** smulc has joined #openstack-infra | 00:00 | |
smulc | howdy | 00:00 |
---|---|---|
*** thorst has quit IRC | 00:01 | |
clarkb | hello | 00:01 |
smulc | is there anyway to pull per queue stats about jobs entering and leaving queues from zuul? | 00:01 |
smulc | I think the data in status.json is transient? | 00:01 |
smulc | I guess I'm ideally looking for a rest api similar to the jenkins rest api | 00:01 |
*** Qiming has joined #openstack-infra | 00:02 | |
clarkb | graphite.openstack.org will track that I think | 00:02 |
smulc | I can see stats_counts.zuul.pipeline.gate.total_changes and the like but they don't seem to give me stats per queue? | 00:03 |
smulc | maybe I'm looking in the wrong place though | 00:04 |
clarkb | it will be per pipeline | 00:04 |
clarkb | so gate check post etc | 00:04 |
smulc | sorry yes | 00:04 |
smulc | but it doesn't give me anything but the total changes | 00:04 |
smulc | i.e. not whats entering, leaving | 00:04 |
clarkb | you want the actual changes? | 00:05 |
clarkb | not just counts? | 00:05 |
smulc | that'd be great | 00:05 |
smulc | but for now really looking for changes entering, changes merged, changes failed | 00:06 |
smulc | that sort of thing | 00:06 |
smulc | maybe thats in the project drill-downs? | 00:06 |
clarkb | you could listen to the gerrit event stream | 00:06 |
clarkb | but there is no persistent aggregate beyond the gerrit api for that | 00:06 |
smulc | I'm familiar with gerrit query, but not listening to the event stream - any docs on that? | 00:08 |
clarkb | https://review.openstack.org/Documentation/cmd-stream-events.html | 00:09 |
clarkb | the gerrit api will give you new patchsets, changes merged and jenkins negative comments | 00:09 |
smulc | excellent, that looks very useful | 00:10 |
smulc | thanks a lot! | 00:10 |
clarkb | which shoukd cover your three things | 00:10 |
*** hdd has joined #openstack-infra | 00:13 | |
*** ddieterly has quit IRC | 00:14 | |
*** mriedem has quit IRC | 00:14 | |
*** dkehn has quit IRC | 00:15 | |
*** dkehn has joined #openstack-infra | 00:15 | |
*** hdd has quit IRC | 00:16 | |
*** fawadkhaliq has quit IRC | 00:19 | |
*** baoli has joined #openstack-infra | 00:19 | |
*** tiswanso has joined #openstack-infra | 00:20 | |
*** baoli has quit IRC | 00:20 | |
*** baoli has joined #openstack-infra | 00:21 | |
*** tiswanso has quit IRC | 00:22 | |
*** gildub has joined #openstack-infra | 00:22 | |
*** ihrachys has joined #openstack-infra | 00:24 | |
*** baoli has quit IRC | 00:27 | |
*** ihrachys has quit IRC | 00:29 | |
*** baoli has joined #openstack-infra | 00:34 | |
*** yamamoto has joined #openstack-infra | 00:34 | |
*** jamesmcarthur has quit IRC | 00:45 | |
*** salv-orlando has joined #openstack-infra | 00:47 | |
*** max_lobur has quit IRC | 00:47 | |
*** angdraug has quit IRC | 00:51 | |
clarkb | greghaynes: you around? what is process for trying to minimize these qcow2 images with zerofree, convert to raw, mount, zerofree, convery to qcow2? | 00:52 |
clarkb | bkero: ^ | 00:52 |
* clarkb reads some qemu-img manpage | 00:52 | |
greghaynes | clarkb: yea, zerofree you point at a block device, so convert to raw, losetup the raw file, then zerofree /dev/loopNX | 00:53 |
greghaynes | then unloopback, convert to qcow | 00:53 |
*** yamamoto has quit IRC | 00:54 | |
fungi | in this case i guess we can just do it to the raw before converting to a qcow2? | 00:55 |
clarkb | ya we have raw output to will start with that | 00:55 |
fungi | but if that works, it means we have an order of operations problem in dib, in my opinion | 00:55 |
clarkb | fungi: do you mind if I install zerofree on nodepool.o.o so I don't have to copy a 17GB image elsewhere? | 00:55 |
fungi | go for it | 00:55 |
dhellmann | fungi : +2a | 00:55 |
dhellmann | fungi : and thank you | 00:56 |
greghaynes | You could also do the dd trick if you don't want to install that, I think the only downside is its slower | 00:56 |
clarkb | ya just going to zerofree | 00:56 |
clarkb | its what we would use in dib | 00:56 |
clarkb | if this fixs | 00:56 |
fungi | dhellmann: you're welcome, and apologies for the unforeseen impact there. as i said before, the plan was for a transparent transition. in theory no repos needed changes, but i didn't consider that there might be one actually using an other-requirements.txt in some custom job | 00:57 |
clarkb | I am however going to cp that 17GB file so that I am not making changes to something that we may need later | 00:57 |
*** thorst has joined #openstack-infra | 00:58 | |
clarkb | wait wat | 00:58 |
*** sdake has joined #openstack-infra | 00:58 | |
fungi | clarkb: i don't know for sure it's what we would use in dib either. i suspect if this is the issue then the real fix in dib is to switch the copy from chroot to image step to happen after whatever is currently dirtying the images | 00:58 |
clarkb | the current builds size in qcow2 is 6gb | 00:58 |
clarkb | this is so confusing | 00:58 |
greghaynes | fungi: yep, I agree | 00:58 |
clarkb | heh and now the fedora-23 image is much larger than expected so this may not be completely determinisitc | 00:59 |
clarkb | anyways going to see if I can get the fedora-23 smaller than 9.5GB with zerofree | 00:59 |
fungi | because zerofree is still not as efficient as a fresh file copy into the image, due to lack of contiguousness after deletes | 00:59 |
clarkb | also I meant to see how big the stackforge local git mirror is to see if it makes any sense to not cache that | 01:00 |
clarkb | my guess is it owuld be around a gig | 01:00 |
clarkb | which is probably worth chopping out | 01:00 |
fungi | i have my doubts it's that large, but would not be surprised to be wrong | 01:03 |
*** salv-orlando has quit IRC | 01:05 | |
*** thorst has quit IRC | 01:05 | |
*** grue_pm has quit IRC | 01:08 | |
*** grue_pm has joined #openstack-infra | 01:10 | |
clarkb | I was way off http://paste.openstack.org/show/489451/ | 01:12 |
clarkb | so we would say ~120MB uncompressed by cleaning out those repos | 01:13 |
*** baoli has quit IRC | 01:13 | |
clarkb | which maybe is a thing to do for the raw/vhd images | 01:13 |
clarkb | but not dramatic | 01:13 |
clarkb | fungi: also there are two images losetup'd on loop0 and loop1 any idea if we can detach those? | 01:13 |
*** grue_pm has quit IRC | 01:14 | |
clarkb | I am also going to try a conversion without the compat=0.10 to see if the resulting sizes are dramatically different | 01:15 |
*** grue_pm has joined #openstack-infra | 01:15 | |
clarkb | activity-board is 158MB | 01:17 |
*** baoli has joined #openstack-infra | 01:17 | |
fungi | clarkb: could have sworn i did losetup -d on those | 01:17 |
fungi | did i not? | 01:17 |
clarkb | fungi: maybe its dib not cleaning up after itself | 01:17 |
clarkb | I am not sure if they are yours or its or something elses | 01:17 |
clarkb | ok after zero free the image size is 5.4GB | 01:18 |
clarkb | when converted to qcow2 | 01:18 |
clarkb | let me paste some stuff | 01:18 |
greghaynes | What was it without zerofree? | 01:18 |
fungi | yeah, the last commands to do with those in my shell history were `sudo losetup -d /dev/loop0` and `sudo losetup -d /dev/loop1` | 01:19 |
clarkb | greghaynes: http://paste.openstack.org/show/489452/ 9.5GB | 01:20 |
greghaynes | Oh, awesome | 01:20 |
greghaynes | so now the question is what is being run in cleanup.d | 01:20 |
greghaynes | because youall disable the apt-get clean which would run then | 01:21 |
fungi | so, yeah, something during the dib run is leaving a royal mess behind | 01:21 |
clarkb | this is a fedora image | 01:21 |
greghaynes | ah | 01:21 |
clarkb | so I don't think its realted to apt things | 01:21 |
clarkb | ubuntu-trusty was affected when we looked the other day but isn't currently | 01:21 |
greghaynes | we might have a similar thing in cleanup.d | 01:21 |
clarkb | so this isn't deterministic | 01:21 |
clarkb | at least not in a way I understand | 01:21 |
greghaynes | clarkb: whats the image name? | 01:22 |
clarkb | greghaynes: fedora-23 | 01:22 |
clarkb | greghaynes: and ubuntu-trusty | 01:22 |
clarkb | but the one I hav edata on right now is fedora-23 | 01:22 |
*** baoli has quit IRC | 01:22 | |
*** tiswanso has joined #openstack-infra | 01:23 | |
dstufft | krotscheck: so y'all do Linux wheels right now yea? pip 8.1 just released today which makes it possible to have a single wheel across most of the popular versions of linux | 01:24 |
dstufft | krotscheck: for whatever it's worth | 01:24 |
clarkb | dstufft: we do, how does that work? | 01:24 |
greghaynes | looks like youall run ccache cleanup | 01:24 |
*** sarob has joined #openstack-infra | 01:25 | |
fungi | clarkb: you build a wheel on centos 5.x | 01:25 |
fungi | and then assume it will work everywhere | 01:25 |
dstufft | clarkb: We defined a platform "manylinux1" which is essentially "compile on an ancient CentOS, and you're only allowed to dynamically link a particular set of libraries" | 01:25 |
greghaynes | grub installation stuff, and then also log removal | 01:25 |
dstufft | anything else you have to provide in your own wheel | 01:25 |
*** |-paul-| has joined #openstack-infra | 01:25 | |
clarkb | dstufft: I'm guessing that libvirt and lxml and numpy don't pass that rule check | 01:25 |
clarkb | so we probably can't use it | 01:26 |
dstufft | clarkb: you'd have to statically link those | 01:26 |
clarkb | or just do what we do | 01:26 |
*** sarob has quit IRC | 01:26 | |
greghaynes | oh, finalise.d also gets run after we mv stuff in to the fs | 01:27 |
dstufft | sure, you can keep doing what you do. It doesn't matter at all to me :D Just mentioning it incase it's interesting to y'all or not. | 01:27 |
clarkb | ya I think it would be interesting if our most expensive compiles could work with it | 01:27 |
fungi | dstufft: all our actual software we publish to pypi is pure python. the separate wheel-building we go through for the ci is to get usable wheels of our non-pure-python dependencies without having to rebuild them every time we install them | 01:27 |
clarkb | but sounds like no | 01:27 |
*** baoli has joined #openstack-infra | 01:27 | |
dstufft | It's primary purpose is to make it possible for say, lxml to publish a wheel to PyPI that'll work on most Linux machines | 01:28 |
fungi | what may become interesting is when our non-pure-python dependencies begin publishing ancientlinux1 wheels to pypi that we could try to consume instead of building them ourselves | 01:28 |
clarkb | compat=0.10 vs no compat=0.10 is the same size | 01:28 |
clarkb | 5.4GB | 01:28 |
fungi | though also i'm skeptical we'd want to maintain centos 5.x machines to do manylinux1 wheel builds of other people's software | 01:29 |
clarkb | if we stop caching the mysql.qcow2 for trove things (if it really isn't needed anymore which ianw is working on) that saves a half gig per image | 01:30 |
bkero | clarkb: convert to raw, zerofeee, convert to qcow2 | 01:30 |
fungi | nice | 01:30 |
bkero | should be it | 01:30 |
clarkb | bkero: yup resulted in 4GB smaller image | 01:30 |
fungi | bkero: can skip the convert to raw step. we start with raw anyway | 01:30 |
*** sarob has joined #openstack-infra | 01:31 | |
*** sarob has quit IRC | 01:31 | |
*** thorst has joined #openstack-infra | 01:31 | |
*** sarob has joined #openstack-infra | 01:31 | |
bkero | yeH | 01:31 |
bkero | i thought was existing image | 01:31 |
clarkb | bkero: it is, we keep 3 formats for each image. vhd, qcow2, raw because all the clouds | 01:31 |
fungi | well, it is an existing image but we don't discard the raw we started with | 01:31 |
fungi | yeah, different clouds want uploads in different formats | 01:32 |
fungi | because awesomestack | 01:32 |
dstufft | fungi: fwiw there's a manylinux1 docker image to remove the need to maintain a centos 5.11 machine :] (but you'd still need to actually script it up, since it's more involved than just running python setup.py bdist_wheel, you have to figure out how to actually static link) though there's also https://github.com/pypa/auditwheel which uses RPATH and other stuff to rautomate it some | 01:32 |
greghaynes | the two suspicious things I see in the nodepool image logs are ccache build dir cleanup and grub tmpdir cleanup | 01:32 |
greghaynes | for stuff that might actually free up a reasonable amount of space | 01:33 |
fungi | dstufft: yep, was following the discussions about all of that on distutils-sig. the auditwheel tool is interesting | 01:33 |
*** tiswanso has quit IRC | 01:34 | |
clarkb | we have ~650 MB of apt archive, 6.8GB of git repos, ~700MB of nested VM image cache, then the rest appears to be the os | 01:34 |
*** akshai has joined #openstack-infra | 01:34 | |
*** _sarob has joined #openstack-infra | 01:35 | |
clarkb | I think this means that without cheaper os and smaller git repos we aren't going to get much smaller than we are today | 01:36 |
clarkb | makes getting the qcow2 images to an optimal size (5.4GB instead of 9.5GB) more important | 01:36 |
clarkb | fungi: right I think that if lxml et al go through the trouble to make the wheels for everyone that would be best. I don't really see us trying to monkey patch their setup in order to statically compile stuff into a wheel | 01:38 |
*** sarob has quit IRC | 01:38 | |
*** sdake_ has joined #openstack-infra | 01:39 | |
clarkb | heh file doens't know what version the no compat qcow2 is | 01:40 |
*** thorst has quit IRC | 01:40 | |
*** sdake has quit IRC | 01:40 | |
*** thorst has joined #openstack-infra | 01:41 | |
greghaynes | ok, so the reason dib does things in this order is because we need to do some things after we are on a proper block device (bootloader installation) | 01:43 |
greghaynes | that dictates that we also have to do things like apt cleanup after that | 01:43 |
clarkb | and zerofree | 01:43 |
greghaynes | yea, I think the original idea was that we dont need zerofree because we copy in the rootfs to the filesystem and dont do much after | 01:44 |
greghaynes | but that is not what we are doing | 01:44 |
*** ddieterly has joined #openstack-infra | 01:44 | |
greghaynes | so I think we do need a zerofree afterwards, and also we should be smarter about doing less when we are operating in the filesystem rather than chroot | 01:45 |
greghaynes | We probably need to make cleanup.d be while its still in the chroot and then have a special case cleanup which runs after the couple things which run when the block device is mounted | 01:46 |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Fix copy pasta typos in OSIC grafana graphs https://review.openstack.org/288956 | 01:46 |
*** jamielennox is now known as jamielennox|away | 01:47 | |
fungi | possibly should consider mounting tempfs in directories which will be emptied after that phase so they don't touch actual blocks | 01:47 |
fungi | er, tmpfs | 01:47 |
clarkb | fungi: might be good to just push 288956 through to correct that small acocunting erorr | 01:48 |
fungi | or a ramdisk, or bind-mounting a tree from the host or something | 01:48 |
greghaynes | I think we do bind mount in temp, but I dont remember if theres some optional aspect to that | 01:48 |
fungi | clarkb: is it an accounting error? looks cosmetic to me (labels) but i'm probably misreading | 01:49 |
clarkb | oh right it isn't affecting the graph data just the labels | 01:49 |
fungi | anyway, approved. looks simple enough | 01:49 |
*** yamamoto has joined #openstack-infra | 01:55 | |
*** yamamoto has quit IRC | 02:01 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Don't cache inactive repos https://review.openstack.org/288958 | 02:02 |
clarkb | that isn't going to make a big impact but seems like its an easy 120MB per job run saved | 02:02 |
openstackgerrit | Merged openstack-infra/project-config: Fix copy pasta typos in OSIC grafana graphs https://review.openstack.org/288956 | 02:02 |
*** jpeeler has quit IRC | 02:06 | |
*** salv-orlando has joined #openstack-infra | 02:12 | |
*** bryan_att has quit IRC | 02:12 | |
*** ihrachys has joined #openstack-infra | 02:12 | |
*** ihrachys has quit IRC | 02:18 | |
*** akshai_ has joined #openstack-infra | 02:19 | |
*** salv-orlando has quit IRC | 02:20 | |
*** akshai has quit IRC | 02:21 | |
*** |-paul-| has quit IRC | 02:23 | |
*** sdake_ is now known as sdkae | 02:25 | |
*** tiswanso has joined #openstack-infra | 02:30 | |
*** sdkae is now known as sdake | 02:32 | |
*** tiswanso has quit IRC | 02:44 | |
*** Daisy has joined #openstack-infra | 02:44 | |
*** Daisy has quit IRC | 02:44 | |
*** Daisy has joined #openstack-infra | 02:45 | |
*** gildub has quit IRC | 02:47 | |
*** hdd has joined #openstack-infra | 02:48 | |
*** _sarob has quit IRC | 02:49 | |
*** hdd has quit IRC | 02:49 | |
*** Daisy has quit IRC | 02:49 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Add FIP graphs to OSIC grafyaml https://review.openstack.org/288967 | 02:51 |
clarkb | now with floating ip grpahs | 02:51 |
*** ddieterly is now known as ddieterly[away] | 02:54 | |
*** gildub has joined #openstack-infra | 03:00 | |
*** ihrachys has joined #openstack-infra | 03:08 | |
*** baoli has quit IRC | 03:11 | |
*** ihrachys has quit IRC | 03:13 | |
*** fedexo has joined #openstack-infra | 03:13 | |
clarkb | the logstash workers have been flaking flaking out (possibly due to the cluster flaking out) but worker20 where I have logstash2.0 running is fine | 03:13 |
clarkb | so I would like to get that deployed next week | 03:13 |
*** baoli has joined #openstack-infra | 03:18 | |
*** doug-fish has quit IRC | 03:35 | |
*** doug-fish has joined #openstack-infra | 03:36 | |
*** tiswanso has joined #openstack-infra | 03:41 | |
*** sdake_ has joined #openstack-infra | 03:41 | |
*** sdake has quit IRC | 03:44 | |
clarkb | restarting jenkins02 now to finish up with the work there | 03:46 |
clarkb | greghaynes: so do you think there should be a 99-zeroconf in finalise.d? | 03:49 |
clarkb | or possibly built into disk-image-create directly if the fs is ext* and zeroconf is present? | 03:49 |
greghaynes | I think in clean.d, that runs after finalise | 03:50 |
clarkb | ah | 03:50 |
clarkb | and should it be a separate element in dib or part of dib itself | 03:50 |
greghaynes | Element | 03:50 |
greghaynes | If it can be an element then it is | 03:50 |
clarkb | er s/zeroconf/zerofree/ | 03:50 |
greghaynes | Yep | 03:50 |
clarkb | ya ust seems like something that shouldn't need to be explicitly added | 03:50 |
clarkb | but that is a simple way to do it | 03:51 |
clarkb | and allows people using not ext* to do someting else | 03:51 |
greghaynes | We have an element called base which was intended for that kind of thing | 03:51 |
clarkb | ah ok, can just test for presence of zerofree and ext filesystem before running out of base | 03:51 |
*** tiswanso has quit IRC | 03:51 | |
greghaynes | So I would have base depend on it, but you all build without base for -minimal so I would also add it | 03:51 |
greghaynes | I think you do, at least | 03:52 |
clarkb | I have no idea | 03:52 |
clarkb | the only element-deps in ubuntu-minimal is deboostrap so probably don't use base | 03:52 |
greghaynes | Er, I mean make a new element but add that element to element-deps in zerofree | 03:53 |
greghaynes | Base is always included unless you pass -n | 03:53 |
greghaynes | But I think glean and base are incompatible | 03:53 |
clarkb | we don't pass -n | 03:53 |
greghaynes | Which is why I assume that | 03:53 |
greghaynes | Hrm | 03:53 |
greghaynes | Maybe we fixed base | 03:53 |
*** dims has joined #openstack-infra | 03:54 | |
greghaynes | Basically base did some cloud-init stuff because we had an assumption that you would always cloud-init when we made it | 03:54 |
clarkb | a | 03:54 |
clarkb | *ah | 03:54 |
*** ddieterly[away] has quit IRC | 03:55 | |
*** Sukhdev has joined #openstack-infra | 03:55 | |
clarkb | so you think add a zerofree element and have base depend on that | 03:55 |
*** doug-fish has quit IRC | 03:55 | |
greghaynes | Yep | 03:55 |
*** doug-fish has joined #openstack-infra | 03:55 | |
greghaynes | And write the scripts in a way where they will always be safe to run | 03:55 |
greghaynes | If it's xfs for example | 03:56 |
clarkb | yup | 03:56 |
clarkb | basically check target fs and if zerofree is present | 03:56 |
greghaynes | Yep | 03:56 |
clarkb | greghaynes: base/cleanup.d/99-tidy-logs should be moved up to ~95 ? | 03:57 |
greghaynes | hrm, so if you want to do us a favor | 03:57 |
clarkb | yum/cleanup.d/99-remove-yum-repo-conf needs moving up too | 03:58 |
greghaynes | we really should make everyting be between 10 and 90 | 03:58 |
greghaynes | so that users can always make elements run after | 03:58 |
greghaynes | so if youre moving that, id move it up to before 90 | 03:58 |
greghaynes | and then make yours 90 | 03:58 |
greghaynes | if thats a pain then yes, just do 95 | 03:58 |
clarkb | hrm there are a lot of kernel and bootloader and other things that run at 99 or 100 | 03:58 |
clarkb | though we probably need to move some of those up before zerofree and some after | 03:59 |
greghaynes | I think you want zerofree to be absolute last | 03:59 |
*** Sukhdev has quit IRC | 03:59 | |
clarkb | oh ya I think you are right | 03:59 |
*** doug-fish has quit IRC | 03:59 | |
clarkb | since it opreates on the result | 03:59 |
clarkb | so even the bootloader and other things can go first | 04:00 |
greghaynes | yep | 04:00 |
clarkb | 99-fix-grub is not +x | 04:00 |
clarkb | dib should probably check tat | 04:00 |
clarkb | in testing | 04:00 |
clarkb | ok depending on how my day goe stomorrow this should be a good set of stuff to cleanup | 04:01 |
greghaynes | \o/ | 04:01 |
clarkb | a single find command returning results might be sufficient to check that | 04:01 |
greghaynes | dib-lint is a script where we have a bunch of those | 04:02 |
clarkb | find all files in *.d/[0-9]+.* that are not +x | 04:02 |
clarkb | if >0 fail | 04:02 |
*** ihrachys has joined #openstack-infra | 04:03 | |
greghaynes | oh, so I think I know why that doesnt exist | 04:03 |
greghaynes | it is totally valid to have non exec files in one of those dirs | 04:04 |
greghaynes | and some elements depend on that | 04:04 |
clarkb | greghaynes: but they won't have a run parts number | 04:04 |
clarkb | which is why the regex above matches that | 04:04 |
greghaynes | (they may use it for copying a config file into the chroot) | 04:04 |
greghaynes | ah, yea, you could do that | 04:04 |
greghaynes | but even easier | 04:04 |
clarkb | run parts implies executable I think | 04:04 |
greghaynes | in the main dib repo we really should not depend on that behavior | 04:04 |
greghaynes | IMO that is purely a backwards compat thingc | 04:05 |
greghaynes | package-installs used to depend on that behavior, but I think nowdays we have no reason to depend on it | 04:05 |
clarkb | looks like you should fsck before and after zerofree | 04:07 |
clarkb | not sure how conservative we need to be | 04:07 |
*** dims has quit IRC | 04:07 | |
clarkb | will dig more laster | 04:07 |
greghaynes | hrm, something that just occured to me - its possible someone might not want zerofree installed in the image | 04:07 |
greghaynes | for now i'd still just make it an element, though | 04:08 |
clarkb | greghaynes: it won't be the image it will be the boot host | 04:08 |
clarkb | s/boot/build/ | 04:08 |
clarkb | so it becomes a dep like qemu-img but I think we make it optional | 04:08 |
greghaynes | clarkb: oh right, finalise runs out of the chroot | 04:08 |
*** ihrachys has quit IRC | 04:08 | |
clarkb | if which zerofree and /dev/foo1 is ext then zerofree else return | 04:08 |
greghaynes | actually, no | 04:08 |
greghaynes | finalize looks like it runs in chroot | 04:09 |
clarkb | greghaynes: I think it is outside, there are lots of paths that refer to where the image is mounted | 04:09 |
greghaynes | hrm, dib does 'run_d_in_target finalise' | 04:09 |
clarkb | like in base/cleanup.d/99-tidy-logs it rms in $TARGET_ROOT | 04:09 |
*** jamesmcarthur has joined #openstack-infra | 04:10 | |
greghaynes | easy enough to test | 04:10 |
clarkb | yup | 04:10 |
openstackgerrit | Merged openstack-infra/release-tools: Remove other-requirements.txt https://review.openstack.org/288905 | 04:11 |
greghaynes | clarkb: oh, thats cleanup.d | 04:14 |
greghaynes | clarkb: yea, so do cleanup.d, for some reason I was looking at finalise | 04:14 |
*** thorst has quit IRC | 04:17 | |
*** thorst has joined #openstack-infra | 04:18 | |
*** boris-42 has joined #openstack-infra | 04:19 | |
*** Sukhdev has joined #openstack-infra | 04:22 | |
*** Sukhdev has quit IRC | 04:26 | |
*** thorst has quit IRC | 04:26 | |
*** [1]Thelo has joined #openstack-infra | 04:29 | |
*** doug-fish has joined #openstack-infra | 04:30 | |
*** Sukhdev has joined #openstack-infra | 04:30 | |
*** Thelo has quit IRC | 04:32 | |
*** [1]Thelo is now known as Thelo | 04:32 | |
*** jamesmcarthur has quit IRC | 04:32 | |
*** doug-fish has quit IRC | 04:34 | |
*** jamesmcarthur has joined #openstack-infra | 04:34 | |
*** doug-fish has joined #openstack-infra | 04:34 | |
*** baoli has quit IRC | 04:35 | |
*** doug-fis_ has joined #openstack-infra | 04:37 | |
*** doug-fish has quit IRC | 04:39 | |
*** salv-orlando has joined #openstack-infra | 04:40 | |
*** doug-fis_ has quit IRC | 04:41 | |
*** treaki__ has joined #openstack-infra | 04:42 | |
*** treaki_ has quit IRC | 04:46 | |
*** tiswanso has joined #openstack-infra | 04:48 | |
*** lucas-beer has quit IRC | 04:50 | |
*** tiswanso has quit IRC | 04:56 | |
*** lucasagomes has joined #openstack-infra | 04:56 | |
*** zz_dimtruck is now known as dimtruck | 04:56 | |
*** harlowja_at_home has joined #openstack-infra | 04:56 | |
*** salv-orlando has quit IRC | 04:58 | |
*** ihrachys has joined #openstack-infra | 04:59 | |
*** ihrachys has quit IRC | 05:05 | |
*** rguillebert has quit IRC | 05:07 | |
*** yamahata has joined #openstack-infra | 05:12 | |
*** jamesmcarthur has quit IRC | 05:15 | |
*** thorst has joined #openstack-infra | 05:24 | |
*** ihrachys has joined #openstack-infra | 05:24 | |
*** doug-fish has joined #openstack-infra | 05:28 | |
*** ihrachys has quit IRC | 05:29 | |
*** thorst has quit IRC | 05:32 | |
*** doug-fish has quit IRC | 05:32 | |
*** hdd has joined #openstack-infra | 05:34 | |
*** dimtruck is now known as zz_dimtruck | 05:36 | |
*** sdake_ has quit IRC | 05:45 | |
*** sdake has joined #openstack-infra | 05:45 | |
*** Daisy has joined #openstack-infra | 05:46 | |
*** tiswanso has joined #openstack-infra | 05:52 | |
*** Daisy has quit IRC | 06:02 | |
*** Daisy has joined #openstack-infra | 06:02 | |
*** Daisy has quit IRC | 06:03 | |
*** Daisy has joined #openstack-infra | 06:04 | |
*** Daisy has quit IRC | 06:05 | |
*** tiswanso has quit IRC | 06:06 | |
*** Daisy has joined #openstack-infra | 06:06 | |
*** Daisy has quit IRC | 06:07 | |
*** Daisy has joined #openstack-infra | 06:08 | |
*** salv-orlando has joined #openstack-infra | 06:08 | |
*** hdd has quit IRC | 06:12 | |
*** _nadya_ has joined #openstack-infra | 06:13 | |
*** sdake has quit IRC | 06:15 | |
*** Daisy has quit IRC | 06:15 | |
*** Daisy has joined #openstack-infra | 06:16 | |
*** salv-orlando has quit IRC | 06:24 | |
*** Daisy has quit IRC | 06:25 | |
*** palendae has left #openstack-infra | 06:25 | |
*** Daisy has joined #openstack-infra | 06:26 | |
*** Daisy_ has joined #openstack-infra | 06:27 | |
*** Daisy_ has quit IRC | 06:28 | |
*** Daisy_ has joined #openstack-infra | 06:28 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/288849 | 06:29 |
*** thorst has joined #openstack-infra | 06:29 | |
*** Daisy has quit IRC | 06:30 | |
*** Daisy_ has quit IRC | 06:31 | |
*** Daisy has joined #openstack-infra | 06:31 | |
*** abregman has joined #openstack-infra | 06:32 | |
*** sdake has joined #openstack-infra | 06:32 | |
*** sdake has quit IRC | 06:36 | |
*** thorst has quit IRC | 06:36 | |
*** Daisy has quit IRC | 06:42 | |
*** Daisy has joined #openstack-infra | 06:42 | |
*** fedexo has quit IRC | 06:43 | |
*** _nadya_ has quit IRC | 06:45 | |
*** Daisy has quit IRC | 06:47 | |
*** jtomasek has joined #openstack-infra | 06:50 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: ubuntu-trusty: misc,openstack-planet,... https://review.openstack.org/288874 | 06:53 |
*** zhurong has joined #openstack-infra | 06:57 | |
*** tiswanso has joined #openstack-infra | 07:02 | |
*** yamamoto has joined #openstack-infra | 07:06 | |
*** tiswanso has quit IRC | 07:10 | |
clarkb | greghaynes: cleanup.d wont work because the fs is still mounted at that point. may not worl as an element | 07:12 |
*** nmagnezi has joined #openstack-infra | 07:17 | |
*** sdake has joined #openstack-infra | 07:22 | |
*** salv-orlando has joined #openstack-infra | 07:33 | |
*** thorst has joined #openstack-infra | 07:34 | |
*** thorst has quit IRC | 07:41 | |
*** salv-orlando has quit IRC | 07:45 | |
openstackgerrit | Sean M. Collins proposed openstack-infra/project-config: Neutron multinode dvr - add missing PROJECTS variable https://review.openstack.org/288987 | 07:46 |
*** sdake has quit IRC | 07:50 | |
*** yamamoto has quit IRC | 07:50 | |
*** yamamoto has joined #openstack-infra | 07:50 | |
*** yamamoto has quit IRC | 07:55 | |
*** zhurong has quit IRC | 07:55 | |
*** tiswanso has joined #openstack-infra | 08:08 | |
*** [HeOS] has joined #openstack-infra | 08:17 | |
*** tiswanso has quit IRC | 08:18 | |
*** HeOS has quit IRC | 08:19 | |
*** esikachev has joined #openstack-infra | 08:30 | |
*** _nadya_ has joined #openstack-infra | 08:36 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Use ubuntu-trusty for checklang https://review.openstack.org/288990 | 08:37 |
*** thorst has joined #openstack-infra | 08:38 | |
*** _nadya_ has quit IRC | 08:39 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove constraint jobs from neutron-{fwaas,lbaas} https://review.openstack.org/288991 | 08:45 |
*** thorst has quit IRC | 08:47 | |
*** esikachev has quit IRC | 08:52 | |
*** salv-orlando has joined #openstack-infra | 08:52 | |
AJaeger | fungi, currently over 2800 jobs use bare-trusty. Before I send further changes, we need to merge what's in the queue... | 08:54 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove constraints jobs https://review.openstack.org/288994 | 08:55 |
*** yamamoto has joined #openstack-infra | 08:55 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove constraints jobs https://review.openstack.org/288994 | 08:56 |
*** Sukhdev has quit IRC | 09:01 | |
AJaeger | 2800 was in a tree that I was working on for change 288994, so not accurate, just lower number. 900 of these are tarball jobs. | 09:02 |
*** yamamoto has quit IRC | 09:02 | |
*** zhurong has joined #openstack-infra | 09:03 | |
*** e0ne has joined #openstack-infra | 09:09 | |
*** kzaitsev_mb has joined #openstack-infra | 09:13 | |
*** tiswanso has joined #openstack-infra | 09:14 | |
*** e0ne has quit IRC | 09:14 | |
*** e0ne has joined #openstack-infra | 09:18 | |
*** jtomasek_ has joined #openstack-infra | 09:20 | |
*** tiswanso has quit IRC | 09:23 | |
*** max_lobur has joined #openstack-infra | 09:23 | |
*** salv-orlando has quit IRC | 09:24 | |
*** e0ne has quit IRC | 09:27 | |
*** zhurong has quit IRC | 09:36 | |
*** jtomasek_ has quit IRC | 09:36 | |
*** e0ne has joined #openstack-infra | 09:40 | |
*** eantyshev has quit IRC | 09:40 | |
*** thorst has joined #openstack-infra | 09:44 | |
*** e0ne has quit IRC | 09:44 | |
*** kzaitsev_mb has quit IRC | 09:47 | |
*** e0ne has joined #openstack-infra | 09:49 | |
*** smulc has quit IRC | 09:49 | |
*** thorst has quit IRC | 09:51 | |
*** e0ne has quit IRC | 09:54 | |
*** e0ne_ has joined #openstack-infra | 09:59 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add an "in_reply_to" column to comments https://review.openstack.org/288997 | 10:00 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add an "in_reply_to" column to comments https://review.openstack.org/288997 | 10:04 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Archive cards instead of deleting them https://review.openstack.org/285392 | 10:04 |
*** e0ne_ has quit IRC | 10:06 | |
*** jcoufal has joined #openstack-infra | 10:10 | |
*** tiswanso has joined #openstack-infra | 10:19 | |
*** salv-orlando has joined #openstack-infra | 10:26 | |
*** max_lobur has quit IRC | 10:26 | |
*** kzaitsev_mb has joined #openstack-infra | 10:29 | |
*** tiswanso has quit IRC | 10:29 | |
*** |-paul-| has joined #openstack-infra | 10:30 | |
*** max_lobur has joined #openstack-infra | 10:36 | |
*** salv-orlando has quit IRC | 10:43 | |
*** |-paul-| has quit IRC | 10:47 | |
*** thorst has joined #openstack-infra | 10:49 | |
*** thorst has quit IRC | 10:56 | |
*** flepied has quit IRC | 11:02 | |
*** flepied has joined #openstack-infra | 11:03 | |
*** |-paul-| has joined #openstack-infra | 11:04 | |
*** __oanson has quit IRC | 11:05 | |
*** kzaitsev_mb has quit IRC | 11:19 | |
*** tiswanso has joined #openstack-infra | 11:25 | |
*** tiswanso has quit IRC | 11:33 | |
*** aspiers has joined #openstack-infra | 11:41 | |
*** salv-orlando has joined #openstack-infra | 11:42 | |
*** rguillebert has joined #openstack-infra | 11:46 | |
*** thorst has joined #openstack-infra | 11:54 | |
*** salv-orlando has quit IRC | 11:56 | |
*** doug-fish has joined #openstack-infra | 11:59 | |
*** dims has joined #openstack-infra | 12:00 | |
*** thorst has quit IRC | 12:02 | |
openstackgerrit | dayanjer proposed openstack-infra/jenkins-job-builder: add support for node-parameters option for multijob builder https://review.openstack.org/289006 | 12:03 |
*** doug-fish has quit IRC | 12:04 | |
*** kzaitsev_mb has joined #openstack-infra | 12:04 | |
*** yamamoto has joined #openstack-infra | 12:06 | |
*** dims has quit IRC | 12:07 | |
*** dims has joined #openstack-infra | 12:08 | |
*** hdd has joined #openstack-infra | 12:11 | |
*** dayanjer has joined #openstack-infra | 12:13 | |
*** e0ne has joined #openstack-infra | 12:14 | |
*** e0ne has quit IRC | 12:18 | |
*** dims has quit IRC | 12:20 | |
*** kzaitsev_mb has quit IRC | 12:22 | |
*** e0ne has joined #openstack-infra | 12:22 | |
*** yamamoto has quit IRC | 12:22 | |
*** zeih_ has joined #openstack-infra | 12:24 | |
*** e0ne has quit IRC | 12:26 | |
*** e0ne has joined #openstack-infra | 12:29 | |
*** tiswanso has joined #openstack-infra | 12:30 | |
*** yamamoto has joined #openstack-infra | 12:30 | |
*** kzaitsev_mb has joined #openstack-infra | 12:33 | |
*** e0ne has quit IRC | 12:35 | |
*** yamamoto has quit IRC | 12:35 | |
*** kzaitsev_mb has quit IRC | 12:38 | |
*** salv-orlando has joined #openstack-infra | 12:41 | |
*** tiswanso has quit IRC | 12:42 | |
*** ddieterly has joined #openstack-infra | 12:45 | |
*** dayanjer has quit IRC | 12:47 | |
*** e0ne has joined #openstack-infra | 12:51 | |
*** e0ne has quit IRC | 12:55 | |
*** |-paul-| has quit IRC | 12:57 | |
odyssey4me | does anyone know what the preferred tool is to be used for putting images together to illustrate documentation? | 12:57 |
*** thorst has joined #openstack-infra | 12:59 | |
*** gildub has quit IRC | 13:02 | |
*** dims has joined #openstack-infra | 13:03 | |
*** thorst has quit IRC | 13:06 | |
*** hdd has quit IRC | 13:12 | |
*** zeih_ has quit IRC | 13:13 | |
*** zeih_ has joined #openstack-infra | 13:14 | |
*** yamamoto has joined #openstack-infra | 13:16 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Fixup case sensitive names in upper-constraints https://review.openstack.org/289011 | 13:17 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/288849 | 13:20 |
*** dims has quit IRC | 13:26 | |
*** thorst has joined #openstack-infra | 13:35 | |
*** ddieterly is now known as ddieterly[away] | 13:35 | |
*** tiswanso has joined #openstack-infra | 13:39 | |
AJaeger | odyssey4me: the documentation prefers image *formats* that can be edited by open source programs. SVG works for example | 13:41 |
odyssey4me | ok, so no prescription - just anything that can be edited by an appropriate tool for the format | 13:42 |
odyssey4me | AJaeger it does seem like most of the pics in the architecture/networking guides, for example and just PNG's | 13:42 |
AJaeger | odyssey4me: yep. If you want some suggestions, better ask on the openstack-docs mailing list. | 13:43 |
*** harlowja_at_home has quit IRC | 13:43 | |
*** zeih_ has quit IRC | 13:43 | |
AJaeger | odyssey4me: PNG is the format for displaying - we ask for a "source" format as well, so that it's easy to edit them | 13:43 |
*** __oanson has joined #openstack-infra | 13:43 | |
odyssey4me | AJaeger yeah, I see that the networking guide has .svg and .graffle | 13:44 |
odyssey4me | thanks AJaeger | 13:44 |
AJaeger | And the graffle is original format, exported as svg so that it can be used by open source tools if needed - and png is used for displaying... | 13:44 |
odyssey4me | yep, makes sense | 13:47 |
*** __oanson has quit IRC | 13:49 | |
AJaeger | odyssey4me: looking forward to some nice graphs ;) | 13:49 |
*** esikachev has joined #openstack-infra | 13:49 | |
AJaeger | odyssey4me: what do you want to document? | 13:49 |
*** tiswanso has quit IRC | 13:50 | |
* AJaeger will be back later | 13:51 | |
odyssey4me | AJaeger I'm looking to update some illustrations for OpenStack-Ansible's documentation which explain the way the deployed is laid out by default, but then also to describe how to implement the various arhiectures desribed in the networking and architecture guides | 13:51 |
*** esikachev has quit IRC | 13:53 | |
*** salv-orlando has quit IRC | 13:57 | |
*** openstackgerrit_ has quit IRC | 13:57 | |
*** openstackgerrit_ has joined #openstack-infra | 13:59 | |
*** openstackgerrit_ has quit IRC | 14:06 | |
*** amotoki has joined #openstack-infra | 14:08 | |
*** maishsk has joined #openstack-infra | 14:12 | |
*** flepied has quit IRC | 14:22 | |
*** flepied has joined #openstack-infra | 14:24 | |
*** ddieterly[away] is now known as ddieterly | 14:26 | |
*** [1]Thelo has joined #openstack-infra | 14:30 | |
*** kzaitsev_mb has joined #openstack-infra | 14:30 | |
*** _nadya_ has joined #openstack-infra | 14:31 | |
*** ddieterly is now known as ddieterly[away] | 14:31 | |
*** Thelo has quit IRC | 14:32 | |
*** [1]Thelo is now known as Thelo | 14:32 | |
*** zeih has joined #openstack-infra | 14:33 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: Add puppet-octavia in Puppet OpenStack project https://review.openstack.org/289024 | 14:36 |
*** dims has joined #openstack-infra | 14:36 | |
*** dims has quit IRC | 14:39 | |
*** zhurong has joined #openstack-infra | 14:41 | |
*** zeih has quit IRC | 14:42 | |
*** tiswanso has joined #openstack-infra | 14:47 | |
*** dims has joined #openstack-infra | 14:48 | |
*** Daisy has joined #openstack-infra | 14:50 | |
*** kzaitsev_mb has quit IRC | 14:54 | |
*** asselin__ has joined #openstack-infra | 14:56 | |
*** jpr has joined #openstack-infra | 14:59 | |
*** tiswanso has quit IRC | 14:59 | |
*** asselin has quit IRC | 15:00 | |
openstackgerrit | Merged openstack/requirements: Fixup case sensitive names in upper-constraints https://review.openstack.org/289011 | 15:10 |
*** zhurong has quit IRC | 15:16 | |
*** jpr has quit IRC | 15:21 | |
SamYaple | hey team. im trying to fgiure something out. In kolla we have the kolla repo with all the images to build, then kolla-mesos which is just the deploy code. We can set depends-on to ensure the merging happens in the correct order, but is there anyway to test the forward state of Kolla with the depends-on patch in the kolla-mesos gate? | 15:25 |
*** hamzy has quit IRC | 15:25 | |
bgmccollum | SamYaple same problem in OSA...interested in solution too. | 15:26 |
*** max_lobur has quit IRC | 15:27 | |
SamYaple | bgmccollum: yea i was thinking about you guys too | 15:27 |
SamYaple | the only thing I can do is not really good, which is have a patchset that applies the patch in the kolla-mesos gate and then the kolla-mesos patch, so it tests correctly. but thats.... not cool | 15:28 |
bgmccollum | for OSA, a depends-on ref + some metadata so we can at least inject that to our ansible-role-requirements.yml and get the versions of the things we want to test together. | 15:30 |
SamYaple | dont listen to him hes comlpicating it! | 15:31 |
bgmccollum | hah | 15:31 |
*** ddieterly[away] has quit IRC | 15:31 | |
bgmccollum | im just getting under your skin so you can come up with a better solution | 15:31 |
SamYaple | joking aside, this type of patch has uses outisde of Kolla/OSA or other deployments tools for that matter | 15:32 |
*** kevinsho_ has quit IRC | 15:33 | |
*** max_lobur has joined #openstack-infra | 15:35 | |
clarkb | SamYaple: if you setup both repos using zuul-cloner or otherwise fetch the specified zuul ref then you get both changes in the jobs run against the child | 15:36 |
clarkb | but that sort of setup depends on the job, zuul is just constructing git trees, the jobs have to check them out | 15:36 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove constraints jobs https://review.openstack.org/288994 | 15:37 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Use ubuntu-trusty for docs jobs https://review.openstack.org/289034 | 15:37 |
AJaeger | clarkb, SamYaple, bgmccollum : I think the challenge here is that you do not consume git tries but want to use a git tree and build an "image" in one job and use it in the other one. | 15:38 |
*** clayton has quit IRC | 15:38 | |
AJaeger | So, if you build the image in the second job - the one that has the depends-on, it would work. | 15:38 |
AJaeger | But that's moving building from one job to another and might not be what you really want. | 15:38 |
*** clayton has joined #openstack-infra | 15:40 | |
*** dims has quit IRC | 15:42 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Convert -tarball jobs to use ubuntu-trusty https://review.openstack.org/289035 | 15:42 |
*** esikachev has joined #openstack-infra | 15:50 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Convert gate-{name}-puppet-syntax to ubuntu-trusty https://review.openstack.org/289036 | 15:50 |
SamYaple | AJaeger: that might work though | 15:51 |
openstackgerrit | Akihiro Motoki proposed openstack-infra/project-config: Translation script: honor comments for translators https://review.openstack.org/289038 | 15:52 |
SamYaple | AJaeger: clarkb so as it is right now all changes are just changes in the git tree and it might be working the way we want _if_ we are ok with building the images in multiple gates | 15:52 |
SamYaple | really it soundsl ike testing is in order. ill get on that | 15:53 |
AJaeger | SamYaple: building it in multiple jobs means you will have far slower jobs, won't you? | 15:53 |
*** Qiming has quit IRC | 15:53 | |
AJaeger | So, that's a tradeoff - how often do you run into a situation where you need this to work vs. a longer build time and increase in usage of resources? | 15:54 |
*** esikachev has quit IRC | 15:54 | |
SamYaple | AJaeger: ive gotten our gates to full build + some functional testing in under 15m (for ubuntu at least). And I can reduce that further. It would be a few more used resources, but still consuming less than your standard devstack gate | 15:56 |
*** tiswanso has joined #openstack-infra | 15:56 | |
SamYaple | overall it will be _less_ resources used as we can move the tested out of the Kolla repo, into the mesos repo | 15:56 |
AJaeger | wow | 15:56 |
SamYaple | that means we will over all consume less gates | 15:56 |
*** krtaylor has quit IRC | 15:59 | |
*** maishsk has quit IRC | 16:00 | |
*** salv-orlando has joined #openstack-infra | 16:01 | |
*** pcrews__ has quit IRC | 16:03 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Convert some tox jobs to ubuntu-trusty https://review.openstack.org/289040 | 16:03 |
*** tiswanso has quit IRC | 16:05 | |
*** esikachev has joined #openstack-infra | 16:06 | |
*** dims has joined #openstack-infra | 16:06 | |
openstackgerrit | Sam Yaple proposed openstack-infra/project-config: Add experimental gate to kolla-mesos https://review.openstack.org/289042 | 16:08 |
openstackgerrit | Sam Yaple proposed openstack-infra/project-config: The bash script has moved from tests/ to tools/ https://review.openstack.org/289043 | 16:09 |
*** krtaylor has joined #openstack-infra | 16:10 | |
*** esikachev has quit IRC | 16:10 | |
openstackgerrit | Sam Yaple proposed openstack-infra/project-config: Add experimental gate to kolla-mesos https://review.openstack.org/289042 | 16:11 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove constraints jobs https://review.openstack.org/288994 | 16:12 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Use ubuntu-trusty for docs jobs https://review.openstack.org/289034 | 16:13 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Convert -tarball jobs to use ubuntu-trusty https://review.openstack.org/289035 | 16:14 |
openstackgerrit | Sam Yaple proposed openstack-infra/project-config: Make python3 gate voting in kolla https://review.openstack.org/289045 | 16:15 |
openstackgerrit | Sam Yaple proposed openstack-infra/project-config: Add python3 non-voting job to kolla-mesos https://review.openstack.org/289046 | 16:17 |
*** akshai has joined #openstack-infra | 16:17 | |
*** dizquierdo has joined #openstack-infra | 16:19 | |
*** salv-orlando has quit IRC | 16:21 | |
*** akshai_ has quit IRC | 16:21 | |
*** Jeffrey4l has joined #openstack-infra | 16:21 | |
openstackgerrit | Sam Yaple proposed openstack-infra/project-config: Add experimental gate to kolla-mesos https://review.openstack.org/289042 | 16:22 |
openstackgerrit | Sam Yaple proposed openstack-infra/project-config: Add python3 non-voting job to kolla-mesos https://review.openstack.org/289046 | 16:22 |
*** boris-42 has quit IRC | 16:24 | |
*** Daisy has quit IRC | 16:25 | |
*** Daisy has joined #openstack-infra | 16:26 | |
*** Daisy has quit IRC | 16:26 | |
*** Daisy has joined #openstack-infra | 16:26 | |
*** Daisy has quit IRC | 16:27 | |
*** Daisy has joined #openstack-infra | 16:27 | |
*** nikhil has quit IRC | 16:32 | |
*** Daisy has quit IRC | 16:32 | |
*** dims has quit IRC | 16:33 | |
*** pcrews has joined #openstack-infra | 16:35 | |
*** dizquierdo has quit IRC | 16:54 | |
*** abregman is now known as abregman|afk | 16:56 | |
*** tiswanso has joined #openstack-infra | 17:01 | |
*** dizquierdo has joined #openstack-infra | 17:04 | |
*** jamesmcarthur has joined #openstack-infra | 17:07 | |
*** doug-fish has joined #openstack-infra | 17:10 | |
*** tiswanso has quit IRC | 17:13 | |
openstackgerrit | Reinhard Tartler proposed openstack-infra/jenkins-job-builder: Add support for disable-strict-forbidden-file-verification https://review.openstack.org/240360 | 17:17 |
openstackgerrit | Reinhard Tartler proposed openstack-infra/jenkins-job-builder: Add support for disable-strict-forbidden-file-verification https://review.openstack.org/240360 | 17:17 |
openstackgerrit | Sam Yaple proposed openstack-infra/shade: Update create_endpoint() https://review.openstack.org/289051 | 17:18 |
openstackgerrit | Sam Yaple proposed openstack-infra/shade: [WIP] Add update_endpoint() https://review.openstack.org/289052 | 17:18 |
*** noorul has joined #openstack-infra | 17:23 | |
*** eliqiao has quit IRC | 17:26 | |
*** salv-orlando has joined #openstack-infra | 17:27 | |
*** eliqiao has joined #openstack-infra | 17:27 | |
*** jamesmcarthur has quit IRC | 17:27 | |
*** thorst has quit IRC | 17:30 | |
*** thorst has joined #openstack-infra | 17:31 | |
*** jamesmcarthur has joined #openstack-infra | 17:32 | |
*** salv-orlando has quit IRC | 17:37 | |
*** thorst has quit IRC | 17:39 | |
openstackgerrit | Clark Boylan proposed openstack/diskimage-builder: Zerofree the image if possible https://review.openstack.org/289054 | 17:45 |
openstackgerrit | Clark Boylan proposed openstack/diskimage-builder: Zerofree the image if possible https://review.openstack.org/289054 | 17:46 |
jhesketh | Morning | 17:49 |
*** lucasagomes has quit IRC | 17:53 | |
*** ddieterly has joined #openstack-infra | 17:54 | |
*** noorul has quit IRC | 17:57 | |
*** noorul has joined #openstack-infra | 17:57 | |
*** lucasagomes has joined #openstack-infra | 17:59 | |
*** jamesmcarthur has quit IRC | 17:59 | |
AJaeger | morning, jhesketh ! | 18:02 |
*** ddieterly is now known as ddieterly[away] | 18:04 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Convert some tox jobs to ubuntu-trusty https://review.openstack.org/289040 | 18:04 |
*** ddieterly[away] is now known as ddieterly | 18:05 | |
*** ddieterly is now known as ddieterly[away] | 18:05 | |
AJaeger | jhesketh: we've started moving jobs from bare-trusty to ubuntu-trusty. The few problems that were raised so far have all been fixed - but I fear one or the other odd problem will show up with jobs the next days. Just a FYI in case of questions. | 18:08 |
AJaeger | ianw ^ | 18:09 |
*** tiswanso has joined #openstack-infra | 18:09 | |
AJaeger | if anybody wants to review some futher changes - or learn what we do - check https://review.openstack.org/#/q/status:open+topic:bindep - and feel free to ask. | 18:09 |
*** fedexo has joined #openstack-infra | 18:10 | |
*** dizquierdo has quit IRC | 18:12 | |
*** _nadya_ has quit IRC | 18:12 | |
jhesketh | AJaeger: thanks for the heads up. I'll keep an eye out | 18:14 |
AJaeger | thanks, jhesketh | 18:15 |
clarkb | jhesketh: also OSIC is fully configured in nodepool at this point. Haven't seen anything bad happen as a result | 18:16 |
*** ddieterly[away] is now known as ddieterly | 18:16 | |
AJaeger | clarkb: good point! | 18:16 |
jhesketh | clarkb: awesome stuff! | 18:16 |
AJaeger | clarkb: 1.9 nodes in use there ;) http://grafana.openstack.org/dashboard/db/nodepool-osic | 18:17 |
clarkb | ya quiet weekend, should pick up as we roll into the new week | 18:17 |
AJaeger | jhesketh: 100 additional nodes in OSIC | 18:17 |
clarkb | we are not configured to run most multinode jobs there yet | 18:17 |
clarkb | will try to run the experimental jobs there before adding the others | 18:18 |
jhesketh | Okay sounds good | 18:18 |
AJaeger | I have one review plea to stop some cargo-culting: A rename of a few jobs to use gate-* instead of experimental-* - Just had to -1 some change... | 18:20 |
*** noorul has quit IRC | 18:20 | |
* AJaeger just got a 502 from gerrit ;( | 18:20 | |
*** tiswanso has quit IRC | 18:23 | |
*** ddieterly is now known as ddieterly[away] | 18:24 | |
fungi | this is probably a good time for a gerrit restart, rather than letting it impact more people on a (non-aussie) monday | 18:27 |
fungi | i can do that if it's starting to misbehave consistently | 18:27 |
AJaeger | just got the 502 once | 18:27 |
*** e0ne has joined #openstack-infra | 18:33 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Convert first DB using tox jobs to ubuntu-trusty https://review.openstack.org/289059 | 18:36 |
*** zz_dimtruck is now known as dimtruck | 18:37 | |
*** salv-orlando has joined #openstack-infra | 18:37 | |
*** e0ne has quit IRC | 18:40 | |
*** doug-fish has quit IRC | 18:40 | |
fungi | maybe i'll give it a go in a little while if it's not falling over yet | 18:41 |
*** max_lobur1 has joined #openstack-infra | 18:42 | |
*** max_lobur has quit IRC | 18:44 | |
*** e0ne has joined #openstack-infra | 18:44 | |
*** doug-fish has joined #openstack-infra | 18:49 | |
*** e0ne has quit IRC | 18:49 | |
*** e0ne has joined #openstack-infra | 18:54 | |
*** hamzy has joined #openstack-infra | 18:55 | |
*** e0ne has quit IRC | 18:56 | |
*** salv-orlando has quit IRC | 18:56 | |
*** kzaitsev_mb has joined #openstack-infra | 18:58 | |
openstackgerrit | Sam Yaple proposed openstack-infra/shade: Update create_endpoint() https://review.openstack.org/289051 | 19:06 |
*** max_lobur has joined #openstack-infra | 19:07 | |
*** max_lobur1 has quit IRC | 19:10 | |
*** _nadya_ has joined #openstack-infra | 19:13 | |
*** Sukhdev has joined #openstack-infra | 19:14 | |
*** lezbar has joined #openstack-infra | 19:17 | |
*** _nadya_ has quit IRC | 19:18 | |
*** tiswanso has joined #openstack-infra | 19:20 | |
*** lezbar has quit IRC | 19:20 | |
*** lezbar has joined #openstack-infra | 19:21 | |
*** ddieterly[away] has quit IRC | 19:25 | |
*** tiswanso has quit IRC | 19:28 | |
*** lezbar has quit IRC | 19:31 | |
*** _nadya_ has joined #openstack-infra | 19:36 | |
*** lezbar has joined #openstack-infra | 19:37 | |
*** lezbar has quit IRC | 19:43 | |
*** lezbar has joined #openstack-infra | 19:43 | |
*** e0ne has joined #openstack-infra | 19:44 | |
*** e0ne has quit IRC | 19:48 | |
*** _nadya_ has quit IRC | 19:49 | |
*** e0ne has joined #openstack-infra | 19:51 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard-webclient: Add rudimentary comment "permalink" functionality https://review.openstack.org/289078 | 19:54 |
*** e0ne has quit IRC | 19:55 | |
*** thorst has joined #openstack-infra | 19:57 | |
*** mriedem has joined #openstack-infra | 19:58 | |
*** e0ne has joined #openstack-infra | 19:59 | |
*** e0ne has quit IRC | 20:07 | |
*** hdd has joined #openstack-infra | 20:08 | |
*** hdd has quit IRC | 20:08 | |
*** tricksters has quit IRC | 20:11 | |
*** tricksters has joined #openstack-infra | 20:12 | |
*** baoli has joined #openstack-infra | 20:13 | |
*** hdd has joined #openstack-infra | 20:13 | |
*** |-paul-| has joined #openstack-infra | 20:15 | |
*** hdd has quit IRC | 20:17 | |
*** jpr has joined #openstack-infra | 20:19 | |
craige | o/ | 20:19 |
*** briancline has quit IRC | 20:19 | |
*** briancline has joined #openstack-infra | 20:21 | |
pabelanger | nice, bindep-fallback working on fedora23 ATM | 20:24 |
*** aspiers has quit IRC | 20:24 | |
*** tiswanso has joined #openstack-infra | 20:24 | |
*** aspiers has joined #openstack-infra | 20:25 | |
*** maishsk has joined #openstack-infra | 20:29 | |
*** sgordon has joined #openstack-infra | 20:30 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Make gate-bindep-fallback-fedora-23 voting https://review.openstack.org/289081 | 20:31 |
pabelanger | AJaeger: fungi ^ | 20:31 |
pabelanger | I am working on cleaning up nodepool elements and validating a local DIB to ensure caching works now | 20:31 |
*** lezbar has quit IRC | 20:31 | |
tchaypo | Mikal: is the venue in Sydney available before 11? | 20:32 |
*** sdake has joined #openstack-infra | 20:32 | |
*** tiswanso has quit IRC | 20:36 | |
*** dims has joined #openstack-infra | 20:39 | |
*** greghaynes has quit IRC | 20:41 | |
*** salv-orlando has joined #openstack-infra | 20:42 | |
*** sdake_ has joined #openstack-infra | 20:45 | |
*** sdake has quit IRC | 20:47 | |
openstackgerrit | Sam Yaple proposed openstack-infra/shade: Update create_endpoint() https://review.openstack.org/289051 | 20:47 |
openstackgerrit | Sam Yaple proposed openstack-infra/shade: Test v3 params on v2.0 endpoint https://review.openstack.org/289083 | 20:47 |
*** salv-orlando has quit IRC | 20:49 | |
*** abregman|afk has quit IRC | 20:51 | |
*** zeih has joined #openstack-infra | 20:54 | |
*** greghaynes has joined #openstack-infra | 20:54 | |
*** maishsk has quit IRC | 20:56 | |
*** daemontool has joined #openstack-infra | 20:56 | |
*** baoli has quit IRC | 20:57 | |
*** baoli has joined #openstack-infra | 21:01 | |
*** max_lobur has quit IRC | 21:02 | |
*** dimtruck is now known as zz_dimtruck | 21:02 | |
*** esikachev has joined #openstack-infra | 21:05 | |
*** maishsk has joined #openstack-infra | 21:05 | |
*** maishsk has quit IRC | 21:05 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Use swap-partition.yaml environment https://review.openstack.org/289085 | 21:11 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Use swap-partition.yaml environment https://review.openstack.org/289085 | 21:11 |
*** abregman|afk has joined #openstack-infra | 21:12 | |
*** sdake_ has quit IRC | 21:16 | |
*** kzaitsev_mb has quit IRC | 21:17 | |
*** abregman|afk has quit IRC | 21:23 | |
*** zz_dimtruck is now known as dimtruck | 21:25 | |
*** ddieterly has joined #openstack-infra | 21:26 | |
*** zeih has quit IRC | 21:28 | |
*** esikachev has quit IRC | 21:29 | |
*** kevinsho_ has joined #openstack-infra | 21:30 | |
*** tiswanso has joined #openstack-infra | 21:33 | |
*** kevinsho_ has quit IRC | 21:35 | |
*** kevinsho_ has joined #openstack-infra | 21:36 | |
*** zeih has joined #openstack-infra | 21:37 | |
*** zeih has quit IRC | 21:38 | |
*** zeih has joined #openstack-infra | 21:38 | |
*** sdake has joined #openstack-infra | 21:40 | |
*** tiswanso has quit IRC | 21:43 | |
*** ddieterly is now known as ddieterly[away] | 21:45 | |
*** |-paul-| has quit IRC | 21:48 | |
*** salv-orlando has joined #openstack-infra | 21:52 | |
*** nt has quit IRC | 21:53 | |
*** ddieterly[away] has quit IRC | 21:56 | |
*** nt has joined #openstack-infra | 21:58 | |
*** mriedem has quit IRC | 22:00 | |
*** salv-orlando has quit IRC | 22:02 | |
*** zeih has quit IRC | 22:04 | |
*** nmagnezi has quit IRC | 22:15 | |
*** sdake has quit IRC | 22:17 | |
*** bpokorny has joined #openstack-infra | 22:18 | |
*** claudiub has joined #openstack-infra | 22:25 | |
*** bpokorny has quit IRC | 22:31 | |
*** kevinsho_ has quit IRC | 22:39 | |
*** tiswanso has joined #openstack-infra | 22:40 | |
*** tiswanso has quit IRC | 22:48 | |
*** dimtruck is now known as zz_dimtruck | 22:48 | |
*** bryan_att has joined #openstack-infra | 22:49 | |
*** doug-fish has quit IRC | 22:51 | |
*** doug-fish has joined #openstack-infra | 22:56 | |
*** mtanino has joined #openstack-infra | 22:57 | |
*** cloudtrainme has joined #openstack-infra | 22:58 | |
*** Jeffrey4l has quit IRC | 23:00 | |
*** salv-orlando has joined #openstack-infra | 23:02 | |
*** salv-orlando has quit IRC | 23:09 | |
ianw | clarkb: yeah, so upon further investigation, the trove-integration job seems to make it's own, but the trove dsvm job is still using the uploaded image | 23:17 |
ianw | http://git.openstack.org/cgit/openstack/trove/tree/devstack/plugin.sh#n203 | 23:18 |
*** Jeffrey4l has joined #openstack-infra | 23:19 | |
*** ddieterly has joined #openstack-infra | 23:20 | |
*** ddieterly is now known as ddieterly[away] | 23:28 | |
*** fawadkhaliq has joined #openstack-infra | 23:32 | |
ianw | greghaynes / SpamapS: when you're around -> https://review.openstack.org/#/c/281596 this should fix random f23 build failures | 23:33 |
*** Qiming has joined #openstack-infra | 23:42 | |
*** Daisy has joined #openstack-infra | 23:44 | |
*** tiswanso has joined #openstack-infra | 23:44 | |
*** Daisy has quit IRC | 23:49 | |
*** zz_dimtruck is now known as dimtruck | 23:49 | |
*** Jeffrey4l has quit IRC | 23:49 | |
*** Daisy has joined #openstack-infra | 23:49 | |
*** fawadkhaliq has quit IRC | 23:52 | |
*** aeng has joined #openstack-infra | 23:53 | |
*** Daisy has quit IRC | 23:54 | |
*** dingyichen has joined #openstack-infra | 23:54 | |
*** jcoufal has quit IRC | 23:54 | |
*** tiswanso has quit IRC | 23:56 | |
*** thorst has quit IRC | 23:58 | |
*** thorst has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!