Sunday, 2016-03-06

*** smulc has joined #openstack-infra00:00
smulchowdy00:00
*** thorst has quit IRC00:01
clarkbhello00:01
smulcis there anyway to pull per queue stats about jobs entering and leaving queues from zuul?00:01
smulcI think the data in status.json is transient?00:01
smulcI guess I'm ideally looking for a rest api similar to the jenkins rest api00:01
*** Qiming has joined #openstack-infra00:02
clarkbgraphite.openstack.org will track that I think00:02
smulcI 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
smulcmaybe I'm looking in the wrong place though00:04
clarkbit will be per pipeline00:04
clarkbso gate check post etc00:04
smulcsorry yes00:04
smulcbut it doesn't give me anything but the total changes00:04
smulci.e. not whats entering, leaving00:04
clarkbyou want the actual changes?00:05
clarkbnot just counts?00:05
smulcthat'd be great00:05
smulcbut for now really looking for changes entering, changes merged, changes failed00:06
smulcthat sort of thing00:06
smulcmaybe thats in the project drill-downs?00:06
clarkbyou could listen to the gerrit event stream00:06
clarkbbut there is no persistent aggregate beyond the gerrit api for that00:06
smulcI'm familiar with gerrit query, but not listening to the event stream - any docs on that?00:08
clarkbhttps://review.openstack.org/Documentation/cmd-stream-events.html00:09
clarkbthe gerrit api will give you new patchsets, changes merged and jenkins negative comments00:09
smulcexcellent, that looks very useful00:10
smulcthanks a lot!00:10
clarkbwhich shoukd cover your three things00:10
*** hdd has joined #openstack-infra00:13
*** ddieterly has quit IRC00:14
*** mriedem has quit IRC00:14
*** dkehn has quit IRC00:15
*** dkehn has joined #openstack-infra00:15
*** hdd has quit IRC00:16
*** fawadkhaliq has quit IRC00:19
*** baoli has joined #openstack-infra00:19
*** tiswanso has joined #openstack-infra00:20
*** baoli has quit IRC00:20
*** baoli has joined #openstack-infra00:21
*** tiswanso has quit IRC00:22
*** gildub has joined #openstack-infra00:22
*** ihrachys has joined #openstack-infra00:24
*** baoli has quit IRC00:27
*** ihrachys has quit IRC00:29
*** baoli has joined #openstack-infra00:34
*** yamamoto has joined #openstack-infra00:34
*** jamesmcarthur has quit IRC00:45
*** salv-orlando has joined #openstack-infra00:47
*** max_lobur has quit IRC00:47
*** angdraug has quit IRC00:51
clarkbgreghaynes: you around? what is process for trying to minimize these qcow2 images with zerofree, convert to raw, mount, zerofree, convery to qcow2?00:52
clarkbbkero: ^00:52
* clarkb reads some qemu-img manpage00:52
greghaynesclarkb: yea, zerofree you point at a block device, so convert to raw, losetup the raw file, then zerofree /dev/loopNX00:53
greghaynesthen unloopback, convert to qcow00:53
*** yamamoto has quit IRC00:54
fungiin this case i guess we can just do it to the raw before converting to a qcow2?00:55
clarkbya we have raw output to will start with that00:55
fungibut if that works, it means we have an order of operations problem in dib, in my opinion00:55
clarkbfungi: do you mind if I install zerofree on nodepool.o.o so I don't have to copy a 17GB image elsewhere?00:55
fungigo for it00:55
dhellmannfungi : +2a00:55
dhellmannfungi : and thank you00:56
greghaynesYou could also do the dd trick if you don't want to install that, I think the only downside is its slower00:56
clarkbya just going to zerofree00:56
clarkbits what we would use in dib00:56
clarkbif this fixs00:56
fungidhellmann: 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 job00:57
clarkbI am however going to cp that 17GB file so that I am not making changes to something that we may need later00:57
*** thorst has joined #openstack-infra00:58
clarkbwait wat00:58
*** sdake has joined #openstack-infra00:58
fungiclarkb: 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 images00:58
clarkbthe current builds size in qcow2 is 6gb00:58
clarkbthis is so confusing00:58
greghaynesfungi: yep, I agree00:58
clarkbheh and now the fedora-23 image is much larger than expected so this may not be completely determinisitc00:59
clarkbanyways going to see if I can get the fedora-23 smaller than 9.5GB with zerofree00:59
fungibecause zerofree is still not as efficient as a fresh file copy into the image, due to lack of contiguousness after deletes00:59
clarkbalso I meant to see how big the stackforge local git mirror is to see if it makes any sense to not cache that01:00
clarkbmy guess is it owuld be around a gig01:00
clarkbwhich is probably worth chopping out01:00
fungii have my doubts it's that large, but would not be surprised to be wrong01:03
*** salv-orlando has quit IRC01:05
*** thorst has quit IRC01:05
*** grue_pm has quit IRC01:08
*** grue_pm has joined #openstack-infra01:10
clarkbI was way off http://paste.openstack.org/show/489451/01:12
clarkbso we would say ~120MB uncompressed by cleaning out those repos01:13
*** baoli has quit IRC01:13
clarkbwhich maybe is a thing to do for the raw/vhd images01:13
clarkbbut not dramatic01:13
clarkbfungi: also there are two images losetup'd on loop0 and loop1 any idea if we can detach those?01:13
*** grue_pm has quit IRC01:14
clarkbI am also going to try a conversion without the compat=0.10 to see if the resulting sizes are dramatically different01:15
*** grue_pm has joined #openstack-infra01:15
clarkbactivity-board is 158MB01:17
*** baoli has joined #openstack-infra01:17
fungiclarkb: could have sworn i did losetup -d on those01:17
fungidid i not?01:17
clarkbfungi: maybe its dib not cleaning up after itself01:17
clarkbI am not sure if they are yours or its or something elses01:17
clarkbok after zero free the image size is 5.4GB01:18
clarkbwhen converted to qcow201:18
clarkblet me paste some stuff01:18
greghaynesWhat was it without zerofree?01:18
fungiyeah, 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
clarkbgreghaynes: http://paste.openstack.org/show/489452/ 9.5GB01:20
greghaynesOh, awesome01:20
greghaynesso now the question is what is being run in cleanup.d01:20
greghaynesbecause youall disable the apt-get clean which would run then01:21
fungiso, yeah, something during the dib run is leaving a royal mess behind01:21
clarkbthis is a fedora image01:21
greghaynesah01:21
clarkbso I don't think its realted to apt things01:21
clarkbubuntu-trusty was affected when we looked the other day but isn't currently01:21
greghayneswe might have a similar thing in cleanup.d01:21
clarkbso this isn't deterministic01:21
clarkbat least not in a way I understand01:21
greghaynesclarkb: whats the image name?01:22
clarkbgreghaynes: fedora-2301:22
clarkbgreghaynes: and ubuntu-trusty01:22
clarkbbut the one I hav edata on right now is fedora-2301:22
*** baoli has quit IRC01:22
*** tiswanso has joined #openstack-infra01:23
dstufftkrotscheck: 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 linux01:24
dstufftkrotscheck: for whatever it's worth01:24
clarkbdstufft: we do, how does that work?01:24
greghayneslooks like youall run ccache cleanup01:24
*** sarob has joined #openstack-infra01:25
fungiclarkb: you build a wheel on centos 5.x01:25
fungiand then assume it will work everywhere01:25
dstufftclarkb: 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
greghaynesgrub installation stuff, and then also log removal01:25
dstufftanything else you have to provide in your own wheel01:25
*** |-paul-| has joined #openstack-infra01:25
clarkbdstufft: I'm guessing that libvirt and lxml and numpy don't pass that rule check01:25
clarkbso we probably can't use it01:26
dstufftclarkb: you'd have to statically link those01:26
clarkbor just do what we do01:26
*** sarob has quit IRC01:26
greghaynesoh, finalise.d also gets run after we mv stuff in to the fs01:27
dstufftsure, 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
clarkbya I think it would be interesting if our most expensive compiles could work with it01:27
fungidstufft: 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 them01:27
clarkbbut sounds like no01:27
*** baoli has joined #openstack-infra01:27
dstufftIt's primary purpose is to make it possible for say, lxml to publish a wheel to PyPI that'll work on most Linux machines01:28
fungiwhat 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 ourselves01:28
clarkbcompat=0.10 vs no compat=0.10 is the same size01:28
clarkb5.4GB01:28
fungithough also i'm skeptical we'd want to maintain centos 5.x machines to do manylinux1 wheel builds of other people's software01:29
clarkbif 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 image01:30
bkeroclarkb: convert to raw, zerofeee, convert to qcow201:30
funginice01:30
bkeroshould be it01:30
clarkbbkero: yup resulted in 4GB smaller image01:30
fungibkero: can skip the convert to raw step. we start with raw anyway01:30
*** sarob has joined #openstack-infra01:31
*** sarob has quit IRC01:31
*** thorst has joined #openstack-infra01:31
*** sarob has joined #openstack-infra01:31
bkeroyeH01:31
bkeroi thought was existing image01:31
clarkbbkero: it is, we keep 3 formats for each image. vhd, qcow2, raw because all the clouds01:31
fungiwell, it is an existing image but we don't discard the raw we started with01:31
fungiyeah, different clouds want uploads in different formats01:32
fungibecause awesomestack01:32
dstufftfungi: 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 some01:32
greghaynesthe two suspicious things I see in the nodepool image logs are ccache build dir cleanup and grub tmpdir cleanup01:32
greghaynesfor stuff that might actually free up a reasonable amount of space01:33
fungidstufft: yep, was following the discussions about all of that on distutils-sig. the auditwheel tool is interesting01:33
*** tiswanso has quit IRC01:34
clarkbwe have ~650 MB of apt archive, 6.8GB of git repos, ~700MB of nested VM image cache, then the rest appears to be the os01:34
*** akshai has joined #openstack-infra01:34
*** _sarob has joined #openstack-infra01:35
clarkbI think this means that without cheaper os and smaller git repos we aren't going to get much smaller than we are today01:36
clarkbmakes getting the qcow2 images to an optimal size (5.4GB instead of 9.5GB) more important01:36
clarkbfungi: 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 wheel01:38
*** sarob has quit IRC01:38
*** sdake_ has joined #openstack-infra01:39
clarkbheh file doens't know what version the no compat qcow2 is01:40
*** thorst has quit IRC01:40
*** sdake has quit IRC01:40
*** thorst has joined #openstack-infra01:41
greghaynesok, 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
greghaynesthat dictates that we also have to do things like apt cleanup after that01:43
clarkband zerofree01:43
greghaynesyea, I think the original idea was that we dont need zerofree because we copy in the rootfs to the filesystem and dont do much after01:44
greghaynesbut that is not what we are doing01:44
*** ddieterly has joined #openstack-infra01:44
greghaynesso 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 chroot01:45
greghaynesWe 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 mounted01:46
openstackgerritClark Boylan proposed openstack-infra/project-config: Fix copy pasta typos in OSIC grafana graphs  https://review.openstack.org/28895601:46
*** jamielennox is now known as jamielennox|away01:47
fungipossibly should consider mounting tempfs in directories which will be emptied after that phase so they don't touch actual blocks01:47
fungier, tmpfs01:47
clarkbfungi: might be good to just push 288956 through to correct that small acocunting erorr01:48
fungior a ramdisk, or bind-mounting a tree from the host or something01:48
greghaynesI think we do bind mount in temp, but I dont remember if theres some optional aspect to that01:48
fungiclarkb: is it an accounting error? looks cosmetic to me (labels) but i'm probably misreading01:49
clarkboh right it isn't affecting the graph data just the labels01:49
fungianyway, approved. looks simple enough01:49
*** yamamoto has joined #openstack-infra01:55
*** yamamoto has quit IRC02:01
openstackgerritClark Boylan proposed openstack-infra/project-config: Don't cache inactive repos  https://review.openstack.org/28895802:02
clarkbthat isn't going to make a big impact but seems like its an easy 120MB per job run saved02:02
openstackgerritMerged openstack-infra/project-config: Fix copy pasta typos in OSIC grafana graphs  https://review.openstack.org/28895602:02
*** jpeeler has quit IRC02:06
*** salv-orlando has joined #openstack-infra02:12
*** bryan_att has quit IRC02:12
*** ihrachys has joined #openstack-infra02:12
*** ihrachys has quit IRC02:18
*** akshai_ has joined #openstack-infra02:19
*** salv-orlando has quit IRC02:20
*** akshai has quit IRC02:21
*** |-paul-| has quit IRC02:23
*** sdake_ is now known as sdkae02:25
*** tiswanso has joined #openstack-infra02:30
*** sdkae is now known as sdake02:32
*** tiswanso has quit IRC02:44
*** Daisy has joined #openstack-infra02:44
*** Daisy has quit IRC02:44
*** Daisy has joined #openstack-infra02:45
*** gildub has quit IRC02:47
*** hdd has joined #openstack-infra02:48
*** _sarob has quit IRC02:49
*** hdd has quit IRC02:49
*** Daisy has quit IRC02:49
openstackgerritClark Boylan proposed openstack-infra/project-config: Add FIP graphs to OSIC grafyaml  https://review.openstack.org/28896702:51
clarkbnow with floating ip grpahs02:51
*** ddieterly is now known as ddieterly[away]02:54
*** gildub has joined #openstack-infra03:00
*** ihrachys has joined #openstack-infra03:08
*** baoli has quit IRC03:11
*** ihrachys has quit IRC03:13
*** fedexo has joined #openstack-infra03:13
clarkbthe logstash workers have been flaking flaking out (possibly due to the cluster flaking out) but worker20 where I have logstash2.0 running is fine03:13
clarkbso I would like to get that deployed next week03:13
*** baoli has joined #openstack-infra03:18
*** doug-fish has quit IRC03:35
*** doug-fish has joined #openstack-infra03:36
*** tiswanso has joined #openstack-infra03:41
*** sdake_ has joined #openstack-infra03:41
*** sdake has quit IRC03:44
clarkbrestarting jenkins02 now to finish up with the work there03:46
clarkbgreghaynes: so do you think there should be a 99-zeroconf in finalise.d?03:49
clarkbor possibly built into disk-image-create directly if the fs is ext* and zeroconf is present?03:49
greghaynesI think in clean.d, that runs after finalise03:50
clarkbah03:50
clarkband should it be a separate element in dib or part of dib itself03:50
greghaynesElement03:50
greghaynesIf it can be an element then it is03:50
clarkber s/zeroconf/zerofree/03:50
greghaynesYep03:50
clarkbya ust seems like something that shouldn't need to be explicitly added03:50
clarkbbut that is a simple way to do it03:51
clarkband allows people using not ext* to do someting else03:51
greghaynesWe have an element called base which was intended for that kind of thing03:51
clarkbah ok, can just test for presence of zerofree and ext filesystem before running out of base03:51
*** tiswanso has quit IRC03:51
greghaynesSo I would have base depend on it, but you all build without base for -minimal so I would also add it03:51
greghaynesI think you do, at least03:52
clarkbI have no idea03:52
clarkbthe only element-deps in ubuntu-minimal is deboostrap so probably don't use base03:52
greghaynesEr, I mean make a new element but add that element to element-deps in zerofree03:53
greghaynesBase is always included unless you pass -n03:53
greghaynesBut I think glean and base are incompatible03:53
clarkbwe don't pass -n03:53
greghaynesWhich is why I assume that03:53
greghaynesHrm03:53
greghaynesMaybe we fixed base03:53
*** dims has joined #openstack-infra03:54
greghaynesBasically  base did some cloud-init stuff because we had an assumption that you would always cloud-init when we made it03:54
clarkba03:54
clarkb*ah03:54
*** ddieterly[away] has quit IRC03:55
*** Sukhdev has joined #openstack-infra03:55
clarkbso you think add a zerofree element and have base depend on that03:55
*** doug-fish has quit IRC03:55
greghaynesYep03:55
*** doug-fish has joined #openstack-infra03:55
greghaynesAnd write the scripts in a way where they will always be safe to run03:55
greghaynesIf it's xfs for example03:56
clarkbyup03:56
clarkbbasically check target fs and if zerofree is present03:56
greghaynesYep03:56
clarkbgreghaynes: base/cleanup.d/99-tidy-logs should be moved up to ~95 ?03:57
greghayneshrm, so if you want to do us a favor03:57
clarkbyum/cleanup.d/99-remove-yum-repo-conf needs moving up too03:58
greghayneswe really should make everyting be between 10 and 9003:58
greghaynesso that users can always make elements run after03:58
greghaynesso if youre moving that, id move it up to before 9003:58
greghaynesand then make yours 9003:58
greghaynesif thats a pain then yes, just do 9503:58
clarkbhrm there are a lot of kernel and bootloader and other things that run at 99 or 10003:58
clarkbthough we probably need to move some of those up before zerofree and some after03:59
greghaynesI think you want zerofree to be absolute last03:59
*** Sukhdev has quit IRC03:59
clarkboh ya I think you are right03:59
*** doug-fish has quit IRC03:59
clarkbsince it opreates on the result03:59
clarkbso even the bootloader and other things can go first04:00
greghaynesyep04:00
clarkb99-fix-grub is not +x04:00
clarkbdib should probably check tat04:00
clarkbin testing04:00
clarkbok depending on how my day goe stomorrow this should be a good set of stuff to cleanup04:01
greghaynes\o/04:01
clarkba single find command returning results might be sufficient to check that04:01
greghaynesdib-lint is a script where we have a bunch of those04:02
clarkbfind all files in *.d/[0-9]+.* that are not +x04:02
clarkbif >0 fail04:02
*** ihrachys has joined #openstack-infra04:03
greghaynesoh, so I think I know why that doesnt exist04:03
greghaynesit is totally valid to have non exec files in one of those dirs04:04
greghaynesand some elements depend on that04:04
clarkbgreghaynes: but they won't have a run parts number04:04
clarkbwhich is why the regex above matches that04:04
greghaynes(they may use it for copying a config file into the chroot)04:04
greghaynesah, yea, you could do that04:04
greghaynesbut even easier04:04
clarkbrun parts implies executable I think04:04
greghaynesin the main dib repo we really should not depend on that behavior04:04
greghaynesIMO that is purely a backwards compat thingc04:05
greghaynespackage-installs used to depend on that behavior, but I think nowdays we have no reason to depend on it04:05
clarkblooks like you should fsck before and after zerofree04:07
clarkbnot sure how conservative we need to be04:07
*** dims has quit IRC04:07
clarkbwill dig more laster04:07
greghayneshrm, something that just occured to me - its possible someone might not want zerofree installed in the image04:07
greghaynesfor now i'd still just make it an element, though04:08
clarkbgreghaynes: it won't be the image it will be the boot host04:08
clarkbs/boot/build/04:08
clarkbso it becomes a dep like qemu-img but I think we make it optional04:08
greghaynesclarkb: oh right, finalise runs out of the chroot04:08
*** ihrachys has quit IRC04:08
clarkbif which zerofree and /dev/foo1 is ext then zerofree else return04:08
greghaynesactually, no04:08
greghaynesfinalize looks like it runs in chroot04:09
clarkbgreghaynes: I think it is outside, there are lots of paths that refer to where the image is mounted04:09
greghayneshrm, dib does 'run_d_in_target finalise'04:09
clarkblike in base/cleanup.d/99-tidy-logs it rms in $TARGET_ROOT04:09
*** jamesmcarthur has joined #openstack-infra04:10
greghayneseasy enough to test04:10
clarkbyup04:10
openstackgerritMerged openstack-infra/release-tools: Remove other-requirements.txt  https://review.openstack.org/28890504:11
greghaynesclarkb: oh, thats cleanup.d04:14
greghaynesclarkb: yea, so do cleanup.d, for some reason I was looking at finalise04:14
*** thorst has quit IRC04:17
*** thorst has joined #openstack-infra04:18
*** boris-42 has joined #openstack-infra04:19
*** Sukhdev has joined #openstack-infra04:22
*** Sukhdev has quit IRC04:26
*** thorst has quit IRC04:26
*** [1]Thelo has joined #openstack-infra04:29
*** doug-fish has joined #openstack-infra04:30
*** Sukhdev has joined #openstack-infra04:30
*** Thelo has quit IRC04:32
*** [1]Thelo is now known as Thelo04:32
*** jamesmcarthur has quit IRC04:32
*** doug-fish has quit IRC04:34
*** jamesmcarthur has joined #openstack-infra04:34
*** doug-fish has joined #openstack-infra04:34
*** baoli has quit IRC04:35
*** doug-fis_ has joined #openstack-infra04:37
*** doug-fish has quit IRC04:39
*** salv-orlando has joined #openstack-infra04:40
*** doug-fis_ has quit IRC04:41
*** treaki__ has joined #openstack-infra04:42
*** treaki_ has quit IRC04:46
*** tiswanso has joined #openstack-infra04:48
*** lucas-beer has quit IRC04:50
*** tiswanso has quit IRC04:56
*** lucasagomes has joined #openstack-infra04:56
*** zz_dimtruck is now known as dimtruck04:56
*** harlowja_at_home has joined #openstack-infra04:56
*** salv-orlando has quit IRC04:58
*** ihrachys has joined #openstack-infra04:59
*** ihrachys has quit IRC05:05
*** rguillebert has quit IRC05:07
*** yamahata has joined #openstack-infra05:12
*** jamesmcarthur has quit IRC05:15
*** thorst has joined #openstack-infra05:24
*** ihrachys has joined #openstack-infra05:24
*** doug-fish has joined #openstack-infra05:28
*** ihrachys has quit IRC05:29
*** thorst has quit IRC05:32
*** doug-fish has quit IRC05:32
*** hdd has joined #openstack-infra05:34
*** dimtruck is now known as zz_dimtruck05:36
*** sdake_ has quit IRC05:45
*** sdake has joined #openstack-infra05:45
*** Daisy has joined #openstack-infra05:46
*** tiswanso has joined #openstack-infra05:52
*** Daisy has quit IRC06:02
*** Daisy has joined #openstack-infra06:02
*** Daisy has quit IRC06:03
*** Daisy has joined #openstack-infra06:04
*** Daisy has quit IRC06:05
*** tiswanso has quit IRC06:06
*** Daisy has joined #openstack-infra06:06
*** Daisy has quit IRC06:07
*** Daisy has joined #openstack-infra06:08
*** salv-orlando has joined #openstack-infra06:08
*** hdd has quit IRC06:12
*** _nadya_ has joined #openstack-infra06:13
*** sdake has quit IRC06:15
*** Daisy has quit IRC06:15
*** Daisy has joined #openstack-infra06:16
*** salv-orlando has quit IRC06:24
*** Daisy has quit IRC06:25
*** palendae has left #openstack-infra06:25
*** Daisy has joined #openstack-infra06:26
*** Daisy_ has joined #openstack-infra06:27
*** Daisy_ has quit IRC06:28
*** Daisy_ has joined #openstack-infra06:28
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/28884906:29
*** thorst has joined #openstack-infra06:29
*** Daisy has quit IRC06:30
*** Daisy_ has quit IRC06:31
*** Daisy has joined #openstack-infra06:31
*** abregman has joined #openstack-infra06:32
*** sdake has joined #openstack-infra06:32
*** sdake has quit IRC06:36
*** thorst has quit IRC06:36
*** Daisy has quit IRC06:42
*** Daisy has joined #openstack-infra06:42
*** fedexo has quit IRC06:43
*** _nadya_ has quit IRC06:45
*** Daisy has quit IRC06:47
*** jtomasek has joined #openstack-infra06:50
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: ubuntu-trusty: misc,openstack-planet,...  https://review.openstack.org/28887406:53
*** zhurong has joined #openstack-infra06:57
*** tiswanso has joined #openstack-infra07:02
*** yamamoto has joined #openstack-infra07:06
*** tiswanso has quit IRC07:10
clarkbgreghaynes: cleanup.d wont work because the fs is still mounted at that point. may not worl as an element07:12
*** nmagnezi has joined #openstack-infra07:17
*** sdake has joined #openstack-infra07:22
*** salv-orlando has joined #openstack-infra07:33
*** thorst has joined #openstack-infra07:34
*** thorst has quit IRC07:41
*** salv-orlando has quit IRC07:45
openstackgerritSean M. Collins proposed openstack-infra/project-config: Neutron multinode dvr - add missing PROJECTS variable  https://review.openstack.org/28898707:46
*** sdake has quit IRC07:50
*** yamamoto has quit IRC07:50
*** yamamoto has joined #openstack-infra07:50
*** yamamoto has quit IRC07:55
*** zhurong has quit IRC07:55
*** tiswanso has joined #openstack-infra08:08
*** [HeOS] has joined #openstack-infra08:17
*** tiswanso has quit IRC08:18
*** HeOS has quit IRC08:19
*** esikachev has joined #openstack-infra08:30
*** _nadya_ has joined #openstack-infra08:36
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Use ubuntu-trusty for checklang  https://review.openstack.org/28899008:37
*** thorst has joined #openstack-infra08:38
*** _nadya_ has quit IRC08:39
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove constraint jobs from neutron-{fwaas,lbaas}  https://review.openstack.org/28899108:45
*** thorst has quit IRC08:47
*** esikachev has quit IRC08:52
*** salv-orlando has joined #openstack-infra08:52
AJaegerfungi, currently over 2800 jobs use bare-trusty. Before I send further changes, we need to merge what's in the queue...08:54
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove constraints jobs  https://review.openstack.org/28899408:55
*** yamamoto has joined #openstack-infra08:55
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove constraints jobs  https://review.openstack.org/28899408:56
*** Sukhdev has quit IRC09:01
AJaeger2800 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 IRC09:02
*** zhurong has joined #openstack-infra09:03
*** e0ne has joined #openstack-infra09:09
*** kzaitsev_mb has joined #openstack-infra09:13
*** tiswanso has joined #openstack-infra09:14
*** e0ne has quit IRC09:14
*** e0ne has joined #openstack-infra09:18
*** jtomasek_ has joined #openstack-infra09:20
*** tiswanso has quit IRC09:23
*** max_lobur has joined #openstack-infra09:23
*** salv-orlando has quit IRC09:24
*** e0ne has quit IRC09:27
*** zhurong has quit IRC09:36
*** jtomasek_ has quit IRC09:36
*** e0ne has joined #openstack-infra09:40
*** eantyshev has quit IRC09:40
*** thorst has joined #openstack-infra09:44
*** e0ne has quit IRC09:44
*** kzaitsev_mb has quit IRC09:47
*** e0ne has joined #openstack-infra09:49
*** smulc has quit IRC09:49
*** thorst has quit IRC09:51
*** e0ne has quit IRC09:54
*** e0ne_ has joined #openstack-infra09:59
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add an "in_reply_to" column to comments  https://review.openstack.org/28899710:00
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add an "in_reply_to" column to comments  https://review.openstack.org/28899710:04
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Archive cards instead of deleting them  https://review.openstack.org/28539210:04
*** e0ne_ has quit IRC10:06
*** jcoufal has joined #openstack-infra10:10
*** tiswanso has joined #openstack-infra10:19
*** salv-orlando has joined #openstack-infra10:26
*** max_lobur has quit IRC10:26
*** kzaitsev_mb has joined #openstack-infra10:29
*** tiswanso has quit IRC10:29
*** |-paul-| has joined #openstack-infra10:30
*** max_lobur has joined #openstack-infra10:36
*** salv-orlando has quit IRC10:43
*** |-paul-| has quit IRC10:47
*** thorst has joined #openstack-infra10:49
*** thorst has quit IRC10:56
*** flepied has quit IRC11:02
*** flepied has joined #openstack-infra11:03
*** |-paul-| has joined #openstack-infra11:04
*** __oanson has quit IRC11:05
*** kzaitsev_mb has quit IRC11:19
*** tiswanso has joined #openstack-infra11:25
*** tiswanso has quit IRC11:33
*** aspiers has joined #openstack-infra11:41
*** salv-orlando has joined #openstack-infra11:42
*** rguillebert has joined #openstack-infra11:46
*** thorst has joined #openstack-infra11:54
*** salv-orlando has quit IRC11:56
*** doug-fish has joined #openstack-infra11:59
*** dims has joined #openstack-infra12:00
*** thorst has quit IRC12:02
openstackgerritdayanjer proposed openstack-infra/jenkins-job-builder: add support for node-parameters option for multijob builder  https://review.openstack.org/28900612:03
*** doug-fish has quit IRC12:04
*** kzaitsev_mb has joined #openstack-infra12:04
*** yamamoto has joined #openstack-infra12:06
*** dims has quit IRC12:07
*** dims has joined #openstack-infra12:08
*** hdd has joined #openstack-infra12:11
*** dayanjer has joined #openstack-infra12:13
*** e0ne has joined #openstack-infra12:14
*** e0ne has quit IRC12:18
*** dims has quit IRC12:20
*** kzaitsev_mb has quit IRC12:22
*** e0ne has joined #openstack-infra12:22
*** yamamoto has quit IRC12:22
*** zeih_ has joined #openstack-infra12:24
*** e0ne has quit IRC12:26
*** e0ne has joined #openstack-infra12:29
*** tiswanso has joined #openstack-infra12:30
*** yamamoto has joined #openstack-infra12:30
*** kzaitsev_mb has joined #openstack-infra12:33
*** e0ne has quit IRC12:35
*** yamamoto has quit IRC12:35
*** kzaitsev_mb has quit IRC12:38
*** salv-orlando has joined #openstack-infra12:41
*** tiswanso has quit IRC12:42
*** ddieterly has joined #openstack-infra12:45
*** dayanjer has quit IRC12:47
*** e0ne has joined #openstack-infra12:51
*** e0ne has quit IRC12:55
*** |-paul-| has quit IRC12:57
odyssey4medoes anyone know what the preferred tool is to be used for putting images together to illustrate documentation?12:57
*** thorst has joined #openstack-infra12:59
*** gildub has quit IRC13:02
*** dims has joined #openstack-infra13:03
*** thorst has quit IRC13:06
*** hdd has quit IRC13:12
*** zeih_ has quit IRC13:13
*** zeih_ has joined #openstack-infra13:14
*** yamamoto has joined #openstack-infra13:16
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Fixup case sensitive names in upper-constraints  https://review.openstack.org/28901113:17
openstackgerritDavanum Srinivas (dims) proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/28884913:20
*** dims has quit IRC13:26
*** thorst has joined #openstack-infra13:35
*** ddieterly is now known as ddieterly[away]13:35
*** tiswanso has joined #openstack-infra13:39
AJaegerodyssey4me: the documentation prefers image *formats* that can be edited by open source programs. SVG works for example13:41
odyssey4meok, so no prescription - just anything that can be edited by an appropriate tool for the format13:42
odyssey4meAJaeger it does seem like most of the pics in the architecture/networking guides, for example and just PNG's13:42
AJaegerodyssey4me: yep. If you want some suggestions, better ask on the openstack-docs mailing list.13:43
*** harlowja_at_home has quit IRC13:43
*** zeih_ has quit IRC13:43
AJaegerodyssey4me: PNG is the format for displaying - we ask for a "source" format as well, so that it's easy to edit them13:43
*** __oanson has joined #openstack-infra13:43
odyssey4meAJaeger yeah, I see that the networking guide has .svg and .graffle13:44
odyssey4methanks AJaeger13:44
AJaegerAnd 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
odyssey4meyep, makes sense13:47
*** __oanson has quit IRC13:49
AJaegerodyssey4me: looking forward to some nice graphs ;)13:49
*** esikachev has joined #openstack-infra13:49
AJaegerodyssey4me: what do you want to document?13:49
*** tiswanso has quit IRC13:50
* AJaeger will be back later13:51
odyssey4meAJaeger 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 guides13:51
*** esikachev has quit IRC13:53
*** salv-orlando has quit IRC13:57
*** openstackgerrit_ has quit IRC13:57
*** openstackgerrit_ has joined #openstack-infra13:59
*** openstackgerrit_ has quit IRC14:06
*** amotoki has joined #openstack-infra14:08
*** maishsk has joined #openstack-infra14:12
*** flepied has quit IRC14:22
*** flepied has joined #openstack-infra14:24
*** ddieterly[away] is now known as ddieterly14:26
*** [1]Thelo has joined #openstack-infra14:30
*** kzaitsev_mb has joined #openstack-infra14:30
*** _nadya_ has joined #openstack-infra14:31
*** ddieterly is now known as ddieterly[away]14:31
*** Thelo has quit IRC14:32
*** [1]Thelo is now known as Thelo14:32
*** zeih has joined #openstack-infra14:33
openstackgerritEmilien Macchi proposed openstack-infra/project-config: Add puppet-octavia in Puppet OpenStack project  https://review.openstack.org/28902414:36
*** dims has joined #openstack-infra14:36
*** dims has quit IRC14:39
*** zhurong has joined #openstack-infra14:41
*** zeih has quit IRC14:42
*** tiswanso has joined #openstack-infra14:47
*** dims has joined #openstack-infra14:48
*** Daisy has joined #openstack-infra14:50
*** kzaitsev_mb has quit IRC14:54
*** asselin__ has joined #openstack-infra14:56
*** jpr has joined #openstack-infra14:59
*** tiswanso has quit IRC14:59
*** asselin has quit IRC15:00
openstackgerritMerged openstack/requirements: Fixup case sensitive names in upper-constraints  https://review.openstack.org/28901115:10
*** zhurong has quit IRC15:16
*** jpr has quit IRC15:21
SamYaplehey 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 IRC15:25
bgmccollumSamYaple same problem in OSA...interested in solution too.15:26
*** max_lobur has quit IRC15:27
SamYaplebgmccollum: yea i was thinking about you guys too15:27
SamYaplethe 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 cool15:28
bgmccollumfor 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
SamYapledont listen to him hes comlpicating it!15:31
bgmccollumhah15:31
*** ddieterly[away] has quit IRC15:31
bgmccollumim just getting under your skin so you can come up with a better solution15:31
SamYaplejoking aside, this type of patch has uses outisde of Kolla/OSA or other deployments tools for that matter15:32
*** kevinsho_ has quit IRC15:33
*** max_lobur has joined #openstack-infra15:35
clarkbSamYaple: 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 child15:36
clarkbbut that sort of setup depends on the job, zuul is just constructing git trees, the jobs have to check them out15:36
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove constraints jobs  https://review.openstack.org/28899415:37
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Use ubuntu-trusty for docs jobs  https://review.openstack.org/28903415:37
AJaegerclarkb, 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 IRC15:38
AJaegerSo, if you build the image in the second job - the one that has the depends-on, it would work.15:38
AJaegerBut that's moving building from one job to another and might not be what you really want.15:38
*** clayton has joined #openstack-infra15:40
*** dims has quit IRC15:42
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Convert -tarball jobs to use ubuntu-trusty  https://review.openstack.org/28903515:42
*** esikachev has joined #openstack-infra15:50
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Convert gate-{name}-puppet-syntax to ubuntu-trusty  https://review.openstack.org/28903615:50
SamYapleAJaeger: that might work though15:51
openstackgerritAkihiro Motoki proposed openstack-infra/project-config: Translation script: honor comments for translators  https://review.openstack.org/28903815:52
SamYapleAJaeger: 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 gates15:52
SamYaplereally it soundsl ike testing is in order. ill get on that15:53
AJaegerSamYaple: building it in multiple jobs means you will have far slower jobs, won't you?15:53
*** Qiming has quit IRC15:53
AJaegerSo, 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 IRC15:54
SamYapleAJaeger: 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 gate15:56
*** tiswanso has joined #openstack-infra15:56
SamYapleoverall it will be _less_ resources used as we can move the tested out of the Kolla repo, into the mesos repo15:56
AJaegerwow15:56
SamYaplethat means we will over all consume less gates15:56
*** krtaylor has quit IRC15:59
*** maishsk has quit IRC16:00
*** salv-orlando has joined #openstack-infra16:01
*** pcrews__ has quit IRC16:03
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Convert some tox jobs to ubuntu-trusty  https://review.openstack.org/28904016:03
*** tiswanso has quit IRC16:05
*** esikachev has joined #openstack-infra16:06
*** dims has joined #openstack-infra16:06
openstackgerritSam Yaple proposed openstack-infra/project-config: Add experimental gate to kolla-mesos  https://review.openstack.org/28904216:08
openstackgerritSam Yaple proposed openstack-infra/project-config: The bash script has moved from tests/ to tools/  https://review.openstack.org/28904316:09
*** krtaylor has joined #openstack-infra16:10
*** esikachev has quit IRC16:10
openstackgerritSam Yaple proposed openstack-infra/project-config: Add experimental gate to kolla-mesos  https://review.openstack.org/28904216:11
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Remove constraints jobs  https://review.openstack.org/28899416:12
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Use ubuntu-trusty for docs jobs  https://review.openstack.org/28903416:13
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Convert -tarball jobs to use ubuntu-trusty  https://review.openstack.org/28903516:14
openstackgerritSam Yaple proposed openstack-infra/project-config: Make python3 gate voting in kolla  https://review.openstack.org/28904516:15
openstackgerritSam Yaple proposed openstack-infra/project-config: Add python3 non-voting job to kolla-mesos  https://review.openstack.org/28904616:17
*** akshai has joined #openstack-infra16:17
*** dizquierdo has joined #openstack-infra16:19
*** salv-orlando has quit IRC16:21
*** akshai_ has quit IRC16:21
*** Jeffrey4l has joined #openstack-infra16:21
openstackgerritSam Yaple proposed openstack-infra/project-config: Add experimental gate to kolla-mesos  https://review.openstack.org/28904216:22
openstackgerritSam Yaple proposed openstack-infra/project-config: Add python3 non-voting job to kolla-mesos  https://review.openstack.org/28904616:22
*** boris-42 has quit IRC16:24
*** Daisy has quit IRC16:25
*** Daisy has joined #openstack-infra16:26
*** Daisy has quit IRC16:26
*** Daisy has joined #openstack-infra16:26
*** Daisy has quit IRC16:27
*** Daisy has joined #openstack-infra16:27
*** nikhil has quit IRC16:32
*** Daisy has quit IRC16:32
*** dims has quit IRC16:33
*** pcrews has joined #openstack-infra16:35
*** dizquierdo has quit IRC16:54
*** abregman is now known as abregman|afk16:56
*** tiswanso has joined #openstack-infra17:01
*** dizquierdo has joined #openstack-infra17:04
*** jamesmcarthur has joined #openstack-infra17:07
*** doug-fish has joined #openstack-infra17:10
*** tiswanso has quit IRC17:13
openstackgerritReinhard Tartler proposed openstack-infra/jenkins-job-builder: Add support for disable-strict-forbidden-file-verification  https://review.openstack.org/24036017:17
openstackgerritReinhard Tartler proposed openstack-infra/jenkins-job-builder: Add support for disable-strict-forbidden-file-verification  https://review.openstack.org/24036017:17
openstackgerritSam Yaple proposed openstack-infra/shade: Update create_endpoint()  https://review.openstack.org/28905117:18
openstackgerritSam Yaple proposed openstack-infra/shade: [WIP] Add update_endpoint()  https://review.openstack.org/28905217:18
*** noorul has joined #openstack-infra17:23
*** eliqiao has quit IRC17:26
*** salv-orlando has joined #openstack-infra17:27
*** eliqiao has joined #openstack-infra17:27
*** jamesmcarthur has quit IRC17:27
*** thorst has quit IRC17:30
*** thorst has joined #openstack-infra17:31
*** jamesmcarthur has joined #openstack-infra17:32
*** salv-orlando has quit IRC17:37
*** thorst has quit IRC17:39
openstackgerritClark Boylan proposed openstack/diskimage-builder: Zerofree the image if possible  https://review.openstack.org/28905417:45
openstackgerritClark Boylan proposed openstack/diskimage-builder: Zerofree the image if possible  https://review.openstack.org/28905417:46
jheskethMorning17:49
*** lucasagomes has quit IRC17:53
*** ddieterly has joined #openstack-infra17:54
*** noorul has quit IRC17:57
*** noorul has joined #openstack-infra17:57
*** lucasagomes has joined #openstack-infra17:59
*** jamesmcarthur has quit IRC17:59
AJaegermorning, jhesketh !18:02
*** ddieterly is now known as ddieterly[away]18:04
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Convert some tox jobs to ubuntu-trusty  https://review.openstack.org/28904018:04
*** ddieterly[away] is now known as ddieterly18:05
*** ddieterly is now known as ddieterly[away]18:05
AJaegerjhesketh: 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
AJaegerianw ^18:09
*** tiswanso has joined #openstack-infra18:09
AJaegerif 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-infra18:10
*** dizquierdo has quit IRC18:12
*** _nadya_ has quit IRC18:12
jheskethAJaeger: thanks for the heads up. I'll keep an eye out18:14
AJaegerthanks, jhesketh18:15
clarkbjhesketh: also OSIC is fully configured in nodepool at this point. Haven't seen anything bad happen as a result18:16
*** ddieterly[away] is now known as ddieterly18:16
AJaegerclarkb: good point!18:16
jheskethclarkb: awesome stuff!18:16
AJaegerclarkb: 1.9 nodes in use there ;) http://grafana.openstack.org/dashboard/db/nodepool-osic18:17
clarkbya quiet weekend, should pick up as we roll into the new week18:17
AJaegerjhesketh: 100 additional nodes in OSIC18:17
clarkbwe are not configured to run most multinode jobs there yet18:17
clarkbwill try to run the experimental jobs there before adding the others18:18
jheskethOkay sounds good18:18
AJaegerI 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 IRC18:20
* AJaeger just got a 502 from gerrit ;(18:20
*** tiswanso has quit IRC18:23
*** ddieterly is now known as ddieterly[away]18:24
fungithis is probably a good time for a gerrit restart, rather than letting it impact more people on a (non-aussie) monday18:27
fungii can do that if it's starting to misbehave consistently18:27
AJaegerjust got the 502 once18:27
*** e0ne has joined #openstack-infra18:33
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Convert first DB using tox jobs to ubuntu-trusty  https://review.openstack.org/28905918:36
*** zz_dimtruck is now known as dimtruck18:37
*** salv-orlando has joined #openstack-infra18:37
*** e0ne has quit IRC18:40
*** doug-fish has quit IRC18:40
fungimaybe i'll give it a go in a little while if it's not falling over yet18:41
*** max_lobur1 has joined #openstack-infra18:42
*** max_lobur has quit IRC18:44
*** e0ne has joined #openstack-infra18:44
*** doug-fish has joined #openstack-infra18:49
*** e0ne has quit IRC18:49
*** e0ne has joined #openstack-infra18:54
*** hamzy has joined #openstack-infra18:55
*** e0ne has quit IRC18:56
*** salv-orlando has quit IRC18:56
*** kzaitsev_mb has joined #openstack-infra18:58
openstackgerritSam Yaple proposed openstack-infra/shade: Update create_endpoint()  https://review.openstack.org/28905119:06
*** max_lobur has joined #openstack-infra19:07
*** max_lobur1 has quit IRC19:10
*** _nadya_ has joined #openstack-infra19:13
*** Sukhdev has joined #openstack-infra19:14
*** lezbar has joined #openstack-infra19:17
*** _nadya_ has quit IRC19:18
*** tiswanso has joined #openstack-infra19:20
*** lezbar has quit IRC19:20
*** lezbar has joined #openstack-infra19:21
*** ddieterly[away] has quit IRC19:25
*** tiswanso has quit IRC19:28
*** lezbar has quit IRC19:31
*** _nadya_ has joined #openstack-infra19:36
*** lezbar has joined #openstack-infra19:37
*** lezbar has quit IRC19:43
*** lezbar has joined #openstack-infra19:43
*** e0ne has joined #openstack-infra19:44
*** e0ne has quit IRC19:48
*** _nadya_ has quit IRC19:49
*** e0ne has joined #openstack-infra19:51
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add rudimentary comment "permalink" functionality  https://review.openstack.org/28907819:54
*** e0ne has quit IRC19:55
*** thorst has joined #openstack-infra19:57
*** mriedem has joined #openstack-infra19:58
*** e0ne has joined #openstack-infra19:59
*** e0ne has quit IRC20:07
*** hdd has joined #openstack-infra20:08
*** hdd has quit IRC20:08
*** tricksters has quit IRC20:11
*** tricksters has joined #openstack-infra20:12
*** baoli has joined #openstack-infra20:13
*** hdd has joined #openstack-infra20:13
*** |-paul-| has joined #openstack-infra20:15
*** hdd has quit IRC20:17
*** jpr has joined #openstack-infra20:19
craigeo/20:19
*** briancline has quit IRC20:19
*** briancline has joined #openstack-infra20:21
pabelangernice, bindep-fallback working on fedora23 ATM20:24
*** aspiers has quit IRC20:24
*** tiswanso has joined #openstack-infra20:24
*** aspiers has joined #openstack-infra20:25
*** maishsk has joined #openstack-infra20:29
*** sgordon has joined #openstack-infra20:30
openstackgerritPaul Belanger proposed openstack-infra/project-config: Make gate-bindep-fallback-fedora-23 voting  https://review.openstack.org/28908120:31
pabelangerAJaeger: fungi ^20:31
pabelangerI am working on cleaning up nodepool elements and validating a local DIB to ensure caching works now20:31
*** lezbar has quit IRC20:31
tchaypoMikal: is the venue in Sydney available before 11?20:32
*** sdake has joined #openstack-infra20:32
*** tiswanso has quit IRC20:36
*** dims has joined #openstack-infra20:39
*** greghaynes has quit IRC20:41
*** salv-orlando has joined #openstack-infra20:42
*** sdake_ has joined #openstack-infra20:45
*** sdake has quit IRC20:47
openstackgerritSam Yaple proposed openstack-infra/shade: Update create_endpoint()  https://review.openstack.org/28905120:47
openstackgerritSam Yaple proposed openstack-infra/shade: Test v3 params on v2.0 endpoint  https://review.openstack.org/28908320:47
*** salv-orlando has quit IRC20:49
*** abregman|afk has quit IRC20:51
*** zeih has joined #openstack-infra20:54
*** greghaynes has joined #openstack-infra20:54
*** maishsk has quit IRC20:56
*** daemontool has joined #openstack-infra20:56
*** baoli has quit IRC20:57
*** baoli has joined #openstack-infra21:01
*** max_lobur has quit IRC21:02
*** dimtruck is now known as zz_dimtruck21:02
*** esikachev has joined #openstack-infra21:05
*** maishsk has joined #openstack-infra21:05
*** maishsk has quit IRC21:05
openstackgerritJames Slagle proposed openstack-infra/tripleo-ci: Use swap-partition.yaml environment  https://review.openstack.org/28908521:11
openstackgerritJames Slagle proposed openstack-infra/tripleo-ci: Use swap-partition.yaml environment  https://review.openstack.org/28908521:11
*** abregman|afk has joined #openstack-infra21:12
*** sdake_ has quit IRC21:16
*** kzaitsev_mb has quit IRC21:17
*** abregman|afk has quit IRC21:23
*** zz_dimtruck is now known as dimtruck21:25
*** ddieterly has joined #openstack-infra21:26
*** zeih has quit IRC21:28
*** esikachev has quit IRC21:29
*** kevinsho_ has joined #openstack-infra21:30
*** tiswanso has joined #openstack-infra21:33
*** kevinsho_ has quit IRC21:35
*** kevinsho_ has joined #openstack-infra21:36
*** zeih has joined #openstack-infra21:37
*** zeih has quit IRC21:38
*** zeih has joined #openstack-infra21:38
*** sdake has joined #openstack-infra21:40
*** tiswanso has quit IRC21:43
*** ddieterly is now known as ddieterly[away]21:45
*** |-paul-| has quit IRC21:48
*** salv-orlando has joined #openstack-infra21:52
*** nt has quit IRC21:53
*** ddieterly[away] has quit IRC21:56
*** nt has joined #openstack-infra21:58
*** mriedem has quit IRC22:00
*** salv-orlando has quit IRC22:02
*** zeih has quit IRC22:04
*** nmagnezi has quit IRC22:15
*** sdake has quit IRC22:17
*** bpokorny has joined #openstack-infra22:18
*** claudiub has joined #openstack-infra22:25
*** bpokorny has quit IRC22:31
*** kevinsho_ has quit IRC22:39
*** tiswanso has joined #openstack-infra22:40
*** tiswanso has quit IRC22:48
*** dimtruck is now known as zz_dimtruck22:48
*** bryan_att has joined #openstack-infra22:49
*** doug-fish has quit IRC22:51
*** doug-fish has joined #openstack-infra22:56
*** mtanino has joined #openstack-infra22:57
*** cloudtrainme has joined #openstack-infra22:58
*** Jeffrey4l has quit IRC23:00
*** salv-orlando has joined #openstack-infra23:02
*** salv-orlando has quit IRC23:09
ianwclarkb: 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 image23:17
ianwhttp://git.openstack.org/cgit/openstack/trove/tree/devstack/plugin.sh#n20323:18
*** Jeffrey4l has joined #openstack-infra23:19
*** ddieterly has joined #openstack-infra23:20
*** ddieterly is now known as ddieterly[away]23:28
*** fawadkhaliq has joined #openstack-infra23:32
ianwgreghaynes / SpamapS: when you're around -> https://review.openstack.org/#/c/281596 this should fix random f23 build failures23:33
*** Qiming has joined #openstack-infra23:42
*** Daisy has joined #openstack-infra23:44
*** tiswanso has joined #openstack-infra23:44
*** Daisy has quit IRC23:49
*** zz_dimtruck is now known as dimtruck23:49
*** Jeffrey4l has quit IRC23:49
*** Daisy has joined #openstack-infra23:49
*** fawadkhaliq has quit IRC23:52
*** aeng has joined #openstack-infra23:53
*** Daisy has quit IRC23:54
*** dingyichen has joined #openstack-infra23:54
*** jcoufal has quit IRC23:54
*** tiswanso has quit IRC23:56
*** thorst has quit IRC23:58
*** thorst has joined #openstack-infra23:59

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