Wednesday, 2019-11-13

*** ociuhandu has joined #openstack-infra00:13
clarkbok ptg recap email sent00:15
ianwStep 3/3 : RUN assemble00:17
ianw ---> Running in 0d9bd5f0a7ee00:17
ianwmordred: ^ i'm not seeing what has removed that script in the nodepool-builder images00:18
*** ociuhandu has quit IRC00:18
clarkblooking at syslog on ask.o.o I notice that we did update our logrotate config for apache there00:31
*** yamamoto has joined #openstack-infra00:32
clarkbwe went from restarting apache to reloading apache. Reading opendev/puppet-httpd/manifests/logrotate.pp we don't seem to have changed that recently00:32
clarkbI think that implies that maybe apache2's package updated recently on that host and then puppet ran and updated the logrotate config to be a reload instead of a restart?00:32
clarkbpossible this was an upstream bug that got fixed in that update maybe?00:33
mordredianw: that script isn't in the nodepool-builder images - it's in the python-builder image00:36
ianwmordred: but doesn't isn't it inherited?00:36
mordredianw: for building the nodepool images, we use the python-builder image for building wheels with their build-deps installed, then the final image is based on python-base and the wheels are copied in00:37
ianwohh, ok, i think i see00:38
mordredianw: we could do a similar thing for the test-specific image - use python-builder to build a wheel of dib, then have the second image be based on nodepool-builder and have it copy in the wheels and install them00:38
mordredno reason that shouldn't work :)00:38
ianwok, yep let me try00:38
ianwbasically two "COPY --from=builder /output/ /output"00:39
ianw(but with --from=dib or something)00:39
*** yamamoto has quit IRC00:41
mordredyeah00:43
*** yamamoto has joined #openstack-infra00:46
paladoxmordred it appears the thread issue we were having was either the hardware or the kernel (more the kernel)..00:50
paladoxwe haven't had the issue in over >3 weeks00:50
paladox(since the move to the new server && os upgrade (jessie -> buster))00:50
openstackgerritzhurong proposed openstack/project-config master: Grant permissions for murano-dashboard to horizon-core  https://review.opendev.org/69114000:51
clarkbinfra-root I think https://review.opendev.org/#/c/693915/1 is ready to go in now00:52
clarkbThen when that is in we can land https://review.opendev.org/#/c/691966/00:52
mordredpaladox: oh joy00:53
clarkbthat should remove the opensuse-150 image completely00:53
paladoxyup00:53
clarkbone less EOL'd image to worry about00:53
paladoxmordred things are much much much more stable now!00:53
paladoxat least the threads look much healthier then a year ago (and before the problem started too)00:53
mordred\o/00:53
ianwmordred: cool, that work-ish00:54
mordredianw: yay00:54
ianwhrrm, it seemed to install, but that container is giving errors that look like the old dib00:55
mordredianw: paste your dockerfile?00:55
*** tosky has quit IRC00:55
ianwmordred: http://paste.openstack.org/show/786005/00:56
ianwit installed (this is in the dib source dir) http://paste.openstack.org/show/786006/00:57
*** armax has quit IRC00:58
mordredianw: that certainly _looks_ right01:00
openstackgerritMerged openstack/project-config master: Remove opensuse-150  https://review.opendev.org/69391501:00
ianwmordred: oh, bah i think it is, i don't think i pulled the change i thought i did into the local tree01:04
mordredianw: whoops :)01:04
openstackgerritzhurong proposed openstack/project-config master: Grant permissions for murano-dashboard to horizon-core  https://review.opendev.org/69114001:06
*** rlandy|rover has quit IRC01:08
*** goldyfruit has joined #openstack-infra01:12
*** rlandy has joined #openstack-infra01:14
*** rlandy has quit IRC01:15
ianwcurl: command not found ... but it's getting a lot closer; it actually starts building something01:15
mordredyay01:16
*** ociuhandu has joined #openstack-infra01:16
mordredianw: we might want to put curl into the actual nodepool-builder image :)01:16
ianwyeah, ps was another thing it complained about01:18
mordredianw: maybe those should go into https://review.opendev.org/#/c/693306 once you've got the list01:20
mordredianw: pabelanger has a good idea in the comments on https://review.opendev.org/#/c/693306 - I wonder if we shouldn't combine what he's saying with what you're doing for this test image ...01:24
*** ociuhandu has quit IRC01:24
ianwmordred: yeah, i was sort of thinking that too01:25
mordredianw: but invert it - so we make and publish a dib image with the extra bits in it we need - then in the nodepool dockerfile, we make the nodepool-builder image FROM opendevorg/diskimage-builder and duplicate the --from=builder /output/ /output stuff01:26
mordredit would mean a little bit of duplication - the whole FROM opendevorg/python-base as nodepool block would essentially need to be duplicated01:27
mordredoh - or ...01:27
ianwmordred: yeah, the thing i'm most interested in is the speculative execution of it all01:27
mordredwe could just make opendevorg/nodepool built on top of the dib image - we don't NEED it in the laucher image - but it would certainly simplify things conceptully01:27
ianwi was thinking in the nodepool func test, it builds a new image from /home/zuul/src/opendev.org/openstack/diskimage-builder and uses that for testing01:28
mordredyeah - but if we re-parent nodepool image on a dib image - then specualtive images would work properly in both directions01:28
mordredianw: if you want - I can work on putting some patches together for that in parellel to what you're working on01:29
ianwI think what i was about to do was create a Dockerfile in dib01:30
mordredkk01:30
*** yamamoto has quit IRC01:30
mordredI'm going to do a few errands - let me know where you get and I'll try to pick up work on it when I'm back01:30
ianwbut the job setup to get that pulled in to the nodepoool func tests i'm not sure on01:30
ianwthat would be where we create the temp registry, then the nodepool job would clone the dib image we just created from it?01:31
*** ociuhandu has joined #openstack-infra01:36
*** jamesmcarthur has joined #openstack-infra01:39
*** yamamoto has joined #openstack-infra01:39
*** gyee has quit IRC01:41
*** ociuhandu has quit IRC01:46
*** yamamoto has quit IRC01:48
mordredianw: yeah - that's right. this is where the buildset registry bits just make everything magically work01:51
*** armax has joined #openstack-infra02:08
*** jamesmcarthur has quit IRC02:13
*** armax has quit IRC02:17
*** armax has joined #openstack-infra02:18
openstackgerritTristan Cacqueray proposed zuul/zuul master: config: blacklist pipeline names that can not be used in template  https://review.opendev.org/69396102:20
*** armax has quit IRC02:23
openstackgerritTristan Cacqueray proposed zuul/zuul master: config: blacklist pipeline names that can not be used in template  https://review.opendev.org/69396102:27
*** roman_g has quit IRC02:34
*** yamamoto has joined #openstack-infra02:34
*** jamesmcarthur has joined #openstack-infra02:40
*** jamesmcarthur has quit IRC02:43
*** yamamoto has quit IRC02:46
*** jamesmcarthur has joined #openstack-infra02:54
*** ccamacho has quit IRC03:13
*** ociuhandu has joined #openstack-infra03:17
*** ociuhandu has quit IRC03:22
*** mgutehall has quit IRC03:25
*** rkukura has quit IRC03:27
*** udesale has joined #openstack-infra03:42
*** liuyulong has quit IRC03:46
ianwmordred: i think it also solves a lot of package install issues as dib has a bindep.txt03:48
*** jamesmcarthur has quit IRC04:11
*** Lucas_Gray has joined #openstack-infra04:11
*** dave-mccowan has joined #openstack-infra04:12
*** rh-jelabarre has quit IRC04:18
*** yamamoto has joined #openstack-infra04:24
*** tkajinam has quit IRC04:26
*** tkajinam has joined #openstack-infra04:33
*** ykarel|away has joined #openstack-infra04:35
*** ociuhandu has joined #openstack-infra04:43
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Add a Dockerfile and related jobs  https://review.opendev.org/69397104:46
*** ociuhandu has quit IRC04:48
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Add a Dockerfile and related jobs  https://review.opendev.org/69397104:58
*** goldyfruit has quit IRC05:00
*** dave-mccowan has quit IRC05:05
*** tkajinam_ has joined #openstack-infra05:08
*** surpatil has joined #openstack-infra05:10
*** tkajinam has quit IRC05:11
*** mgutehall has joined #openstack-infra05:18
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Update bindep.txt for some missing dependencies  https://review.opendev.org/69397505:21
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Dockerfile: install vhd-util  https://review.opendev.org/69397605:21
*** mgutehal_ has joined #openstack-infra05:23
*** mgutehall has quit IRC05:23
*** soniya29 has joined #openstack-infra05:27
*** Lucas_Gray has quit IRC05:28
*** yamamoto has quit IRC05:30
*** ociuhandu has joined #openstack-infra05:31
*** tkajinam_ has quit IRC05:34
*** ociuhandu has quit IRC05:35
*** tkajinam has joined #openstack-infra05:36
*** yamamoto has joined #openstack-infra05:42
*** ykarel|away is now known as ykarel05:47
*** tkajinam has quit IRC06:03
*** tkajinam has joined #openstack-infra06:05
*** mgutehal_ has quit IRC06:09
*** SurajPatil has joined #openstack-infra06:22
*** surpatil has quit IRC06:24
*** SurajPatil has quit IRC06:28
*** surpatil has joined #openstack-infra06:28
*** tkajinam has quit IRC06:30
*** tkajinam has joined #openstack-infra06:31
*** tkajinam has quit IRC06:31
*** dtantsur|afk is now known as dtantsur06:34
*** slaweq has quit IRC06:45
*** yamamoto has quit IRC06:47
*** yamamoto has joined #openstack-infra06:47
*** yamamoto_ has joined #openstack-infra06:50
*** yamamoto has quit IRC06:52
*** tkajinam has joined #openstack-infra07:01
openstackgerritAndreas Jaeger proposed openstack/diskimage-builder master: Remove unused job  https://review.opendev.org/69399007:01
*** dpawlik has joined #openstack-infra07:05
*** florianf has joined #openstack-infra07:09
*** florianf has left #openstack-infra07:10
*** dpawlik has quit IRC07:10
*** odicha has joined #openstack-infra07:19
*** dklyle has quit IRC07:19
*** dklyle has joined #openstack-infra07:19
*** dpawlik has joined #openstack-infra07:20
*** igordc has quit IRC07:25
*** pgaxatte has joined #openstack-infra07:34
*** ociuhandu has joined #openstack-infra07:35
*** ociuhandu has quit IRC07:41
*** yamamoto_ has quit IRC07:52
*** yamamoto has joined #openstack-infra07:55
*** trident has quit IRC07:57
*** surpatil has quit IRC07:57
*** georgk has left #openstack-infra07:58
*** tesseract has joined #openstack-infra08:00
*** raukadah is now known as chandankumar08:04
*** trident has joined #openstack-infra08:06
*** tosky has joined #openstack-infra08:13
*** jtomasek has quit IRC08:13
*** rpittau|afk is now known as rpittau08:17
*** dchen has quit IRC08:24
*** jtomasek has joined #openstack-infra08:25
*** amoralej|off is now known as amoralej08:25
*** ralonsoh has joined #openstack-infra08:29
*** surpatil has joined #openstack-infra08:29
*** pkopec has joined #openstack-infra08:31
*** dpawlik has quit IRC08:32
*** tkajinam has quit IRC08:35
*** ykarel is now known as ykarel|lunch08:37
*** xek_ has joined #openstack-infra08:38
*** zhurong has joined #openstack-infra08:40
zhuronghello infra cores, I am the PTL of Telemetry, but now I haven't in ceilometer-stable-maint group, could anyone can add me into the group, thanks08:43
*** aedc has joined #openstack-infra08:45
*** dpawlik has joined #openstack-infra08:47
*** jpena|off is now known as jpena08:48
*** jtomasek has quit IRC08:49
*** Lucas_Gray has joined #openstack-infra08:50
*** slaweq has joined #openstack-infra08:52
ttxzhurong: The groups is controlled by stable-maint-core (https://review.opendev.org/#/admin/groups/530,members) so you should probably ask on #openstack-stable (or send an email to openstack-discuss)08:52
*** sshnaidm|afk is now known as sshnaidm|rover08:55
*** iurygregory has joined #openstack-infra09:02
*** armax has joined #openstack-infra09:02
*** ociuhandu has joined #openstack-infra09:03
*** roman_g has joined #openstack-infra09:06
*** armax has quit IRC09:06
*** ociuhandu has quit IRC09:09
*** ociuhandu has joined #openstack-infra09:10
*** ccamacho has joined #openstack-infra09:12
*** Lucas_Gray has quit IRC09:13
*** yamamoto has quit IRC09:18
*** yamamoto has joined #openstack-infra09:19
*** jistr has quit IRC09:19
*** jistr has joined #openstack-infra09:20
*** yamamoto has quit IRC09:21
*** ociuhandu has quit IRC09:25
*** ociuhandu has joined #openstack-infra09:26
*** Lucas_Gray has joined #openstack-infra09:26
*** ociuhandu has quit IRC09:29
*** jistr has quit IRC09:29
*** ociuhandu has joined #openstack-infra09:30
*** ociuhandu has quit IRC09:31
*** ociuhandu has joined #openstack-infra09:31
*** ccamacho has quit IRC09:32
openstackgerritHarald JensÃ¥s proposed openstack/diskimage-builder master: Add IPv6 support in dhcp-all-interfaces  https://review.opendev.org/69211009:32
*** jistr has joined #openstack-infra09:36
*** ccamacho has joined #openstack-infra09:36
*** ociuhandu has quit IRC09:37
*** ociuhandu has joined #openstack-infra09:37
zhurongthanks ttx, I will send a maillist09:42
*** ykarel|lunch is now known as ykarel09:49
*** priteau has joined #openstack-infra10:04
*** gfidente has joined #openstack-infra10:06
*** ociuhandu has quit IRC10:13
*** ociuhandu has joined #openstack-infra10:14
*** ociuhandu has quit IRC10:19
*** zbr has quit IRC10:21
*** ianychoi has quit IRC10:24
*** jtomasek has joined #openstack-infra10:44
*** yamamoto has joined #openstack-infra10:46
*** zbr has joined #openstack-infra10:47
*** yamamoto has quit IRC10:50
*** pgaxatte has quit IRC11:01
*** ralonsoh has quit IRC11:07
*** jamesmcarthur has joined #openstack-infra11:09
*** ralonsoh has joined #openstack-infra11:09
*** jamesmcarthur has quit IRC11:10
*** ociuhandu has joined #openstack-infra11:14
*** udesale has quit IRC11:15
*** ociuhandu has quit IRC11:18
*** yamamoto has joined #openstack-infra11:22
*** yamamoto has quit IRC11:29
*** ociuhandu has joined #openstack-infra11:36
AJaegerclarkb: we missed some openstack-ansible opensuse-150 changes, I'm on it... I thought we had them all but apparently not :(11:52
*** rfolco has joined #openstack-infra11:56
*** yamamoto has joined #openstack-infra11:59
*** kaisers has quit IRC12:02
*** kaisers has joined #openstack-infra12:05
*** dpawlik has quit IRC12:06
*** electrofelix has joined #openstack-infra12:12
*** dpawlik has joined #openstack-infra12:12
*** sshnaidm|rover is now known as sshnaidm|bbl12:14
*** dpawlik has quit IRC12:14
*** dpawlik has joined #openstack-infra12:17
*** dpawlik has quit IRC12:17
*** priteau has quit IRC12:19
*** priteau has joined #openstack-infra12:21
*** dpawlik has joined #openstack-infra12:22
*** yamamoto has quit IRC12:26
*** dpawlik has quit IRC12:26
*** dpawlik has joined #openstack-infra12:27
*** Lucas_Gray has quit IRC12:28
*** ociuhandu has quit IRC12:35
*** ociuhandu has joined #openstack-infra12:35
*** ociuhandu has quit IRC12:36
*** ociuhandu has joined #openstack-infra12:37
*** yamamoto has joined #openstack-infra12:38
*** yamamoto has quit IRC12:38
*** yamamoto has joined #openstack-infra12:38
*** jpena is now known as jpena|lunch12:40
*** surpatil has quit IRC12:44
*** yamamoto has quit IRC12:44
*** Goneri has quit IRC12:44
*** yamamoto has joined #openstack-infra12:44
*** pgaxatte has joined #openstack-infra12:47
*** pgaxatte has quit IRC12:51
*** pgaxatte has joined #openstack-infra12:51
*** rlandy has joined #openstack-infra12:52
*** rlandy is now known as rlandy|rover12:52
*** rcernin has quit IRC12:54
*** dtantsur is now known as dtantsur|afk12:57
*** rh-jelabarre has joined #openstack-infra12:59
*** ianychoi has joined #openstack-infra13:00
openstackgerritSean McGinnis proposed openstack/pbr master: Remove DeprecationWarning: invalid escape sequence issues  https://review.opendev.org/69406613:02
*** rlandy|rover is now known as rlandy|rover|mtg13:05
*** yamamoto has quit IRC13:05
*** ociuhandu has quit IRC13:08
*** amoralej is now known as amoralej|lunch13:09
*** ociuhandu has joined #openstack-infra13:09
*** ociuhandu has quit IRC13:14
*** jamesmcarthur has joined #openstack-infra13:16
*** aaronsheffield has joined #openstack-infra13:20
*** dpawlik has quit IRC13:24
*** lajoskatona has joined #openstack-infra13:27
smcginnisAnyone have some background on openstackci being a maintainer for PrettyTable?13:28
smcginnisLooks like last release was in 2013 - https://pypi.org/project/PrettyTable/#history13:28
smcginnisAnd this would seem to indicate it is no longer maintained - https://code.google.com/archive/p/prettytable/issues/6713:29
smcginnisSo my guess is we tried to take it over at some point, but by the time the PyPi maintainers gave us permissions whoever was driving that forgot about it?13:29
*** jpena|lunch is now known as jpena13:30
smcginnisReally concerned that this package will stop working soon. And really surprised there was enough py3 compat baked in back in 2013 that it hasn't been an issue yet.13:30
lajoskatonaHi, I would like to start periodic unit tests and doc jobs for networking-l2gw, is that possible from resource point of view?13:30
*** jamesmcarthur has quit IRC13:32
*** jamesmcarthur has joined #openstack-infra13:33
*** yamamoto has joined #openstack-infra13:34
*** jamesmcarthur has quit IRC13:35
fungilajoskatona: sure, just add a periodic pipeline section to the project entry in your .zuul/project.yaml (or wherever you add jobs for your projects). it'll look like the check and gate sections13:36
openstackgerritDaniel Bengtsson proposed openstack/cookiecutter master: Use python -m pip instead pip command.  https://review.opendev.org/69406913:37
lajoskatonafungi: thanks, I do that13:39
*** ykarel is now known as ykarel|afk13:39
fungismcginnis: a web search for "site:lists.openstack.org prettytable" turned up this (lengthy) thread from early 2016 as the first hit: http://lists.openstack.org/pipermail/openstack-dev/2016-January/083586.html13:44
* fungi sometimes feels like a meat-based search engine ;)13:45
*** Goneri has joined #openstack-infra13:47
*** rlandy|rover|mtg is now known as rlandy|rover13:52
*** mriedem has joined #openstack-infra13:53
*** jamesmcarthur has joined #openstack-infra13:53
*** dpawlik has joined #openstack-infra13:54
*** eharney has joined #openstack-infra13:56
*** lajoskatona has left #openstack-infra13:58
fungismcginnis: skimming the leaves of that discussion tree, it was proposed that we host the source via https://review.opendev.org/265278 but that was abandoned for the alternative of broader python community maintenance at https://jazzband.co/projects/prettytable which seems to be continuing there off and on (according to master branch commit history) but doesn't appear to be generating releases14:03
fungihttps://github.com/jazzband/prettytable/issues/18 is an issue requesting they start releasing to pypi14:04
*** amoralej|lunch is now known as amoralej14:05
*** rlandy|rover is now known as rlandy|rover|mtg14:08
*** yamamoto has quit IRC14:09
*** yamamoto has joined #openstack-infra14:10
*** yamamoto has quit IRC14:10
*** yamamoto has joined #openstack-infra14:11
fungiperhaps reaching out to flaper87 through alternative channels, or offering to help with it ourselves, could move it along?14:12
*** yamamoto has quit IRC14:15
openstackgerritFelix Schmidt proposed zuul/zuul master: Report retried builds via sql reporter.  https://review.opendev.org/63350114:21
*** rlandy|rover|mtg is now known as rlandy|rover14:26
smcginnisfungi: Thanks, I didn't think to search the list.14:36
smcginnis"There are no members yet who have volunteered to lead this project." - Maybe it could use our help.14:37
openstackgerritPaul Belanger proposed zuul/zuul master: Support Ansible 2.9  https://review.opendev.org/67485414:37
*** ykarel|afk has quit IRC14:43
*** ociuhandu has joined #openstack-infra14:44
*** sshnaidm|bbl is now known as sshnaidm|ruck14:45
*** dpawlik has quit IRC14:48
*** ykarel has joined #openstack-infra14:49
*** yamamoto has joined #openstack-infra14:51
*** tesseract has quit IRC14:52
*** tesseract has joined #openstack-infra14:55
*** yamamoto has quit IRC14:55
*** liuyulong has joined #openstack-infra14:58
*** lpetrut has joined #openstack-infra14:58
*** ociuhandu has quit IRC15:04
*** armax has joined #openstack-infra15:05
*** ociuhandu has joined #openstack-infra15:06
*** armax has quit IRC15:10
*** pgaxatte has quit IRC15:11
*** ociuhandu has quit IRC15:11
*** liuyulong has quit IRC15:11
*** pgaxatte has joined #openstack-infra15:13
openstackgerritSlawek Kaplonski proposed openstack/project-config master: Add 'Review-Priority' for Neutron repos  https://review.opendev.org/69409515:30
*** jamesmcarthur has quit IRC15:31
*** soniya29 has quit IRC15:33
*** odicha has quit IRC15:35
*** armax has joined #openstack-infra15:36
openstackgerritSlawek Kaplonski proposed openstack/project-config master: Add 'Review-Priority' for Neutron repos  https://review.opendev.org/69409515:36
*** whoami-rajat has joined #openstack-infra15:45
roman_gHello team. We seem to have had some problems with etherpad, and need to get it restored (not right now, but in an hour or so). https://etherpad.openstack.org/p/Airship_bootstrap15:49
roman_gWho could help us with that? Thank you.15:49
openstackgerritJens Harbott (frickler) proposed opendev/system-config master: Restart apache2 on logrotate on ask.o.o  https://review.opendev.org/69410515:55
fricklerclarkb: sorry for the confusion, I was testing the restart action on ask.o.o, effectively like that ^^ it did work, but it didn't crash on reload this morning either. maybe wait a couple more days15:56
fungiroman_g: what is it you need done?15:59
fungiroman_g: ahh, looking at the replay it looks like things went sideways (someone deleted all the content?) right after revision 1387516:02
fungii can attempt https://etherpad.org/doc/v1.6.2/#index_restorerevision_padid_rev on it if you want16:05
*** ccamacho has quit IRC16:06
*** lpetrut has quit IRC16:08
*** auristor has quit IRC16:12
*** ykarel is now known as ykarel|away16:16
*** gyee has joined #openstack-infra16:18
openstackgerritMerged openstack/pbr master: Mark strings as raw  https://review.opendev.org/67876916:18
openstackgerritMerged openstack/pbr master: Update to latest hacking  https://review.opendev.org/67877016:18
*** ociuhandu has joined #openstack-infra16:20
*** arif-ali has joined #openstack-infra16:21
*** auristor has joined #openstack-infra16:22
*** iurygregory has quit IRC16:24
*** yamamoto has joined #openstack-infra16:28
*** ociuhandu has quit IRC16:30
*** ociuhandu has joined #openstack-infra16:31
*** jtomasek has quit IRC16:32
*** yamamoto has quit IRC16:32
roman_gfungi: yes, please. You can go on and restore.16:38
roman_gfungi: I will add new content, copied it already.16:39
roman_gsomehow we got all coloring removed a few weeks ago, but that's not a big problem16:40
openstackgerritMerged openstack/pbr master: trivial: Use 'open' context manager  https://review.opendev.org/67877116:41
roman_gfungi: done?16:41
*** pgaxatte has quit IRC16:43
*** ociuhandu has quit IRC16:44
*** jpena is now known as jpena|brb16:45
*** jaosorior has joined #openstack-infra16:51
fungiroman_g: nope, had stepped away for a moment, but i can do it now if you're ready16:54
*** goldyfruit has joined #openstack-infra16:55
fungiahh, you said at 16:38z to "go on and restore" so i'll assume you're okay for me to do it at any time. restoring now17:01
*** ociuhandu has joined #openstack-infra17:01
*** igordc has joined #openstack-infra17:02
fungi#status log performed an etherpad restoreRevision for padID=Airship_bootstrap&rev=13875 per roman_g's request17:03
openstackstatusfungi: finished logging17:03
fungiafter reloading my browser tab for the pad i can see it has restored to that earlier revision successfuly17:03
*** rpittau is now known as rpittau|afk17:08
*** jaosorior has quit IRC17:12
*** jpena|brb is now known as jpena17:17
*** apetrich has quit IRC17:24
*** igordc has quit IRC17:32
*** rlandy|rover is now known as rlandy|rover|mtg17:32
*** stewie925 has joined #openstack-infra17:33
*** jpena is now known as jpena|brb17:35
*** rlandy|rover|mtg has quit IRC17:35
*** igordc has joined #openstack-infra17:35
*** rlandy|rover|mtg has joined #openstack-infra17:35
*** rlandy|rover|mtg has quit IRC17:38
*** rlandy has joined #openstack-infra17:38
*** rlandy is now known as rlandy|rover|mtg17:39
*** diablo_rojo__ has joined #openstack-infra17:42
*** tosky has quit IRC17:47
*** jpena|brb is now known as jpena17:51
*** ykarel|away has quit IRC17:51
*** jcoufal has joined #openstack-infra17:59
*** rkukura has joined #openstack-infra18:13
*** yamamoto has joined #openstack-infra18:17
*** ociuhandu has quit IRC18:17
*** ociuhandu has joined #openstack-infra18:18
*** jpena is now known as jpena|off18:20
*** yamamoto has quit IRC18:21
*** rlandy|rover|mtg is now known as rlandy|rover18:23
*** ociuhandu has quit IRC18:23
*** slaweq has quit IRC18:25
clarkbAJaeger: odd that zuul didnt -1 the nodeset removal this time. I guess they define their own nodesets in osa?18:29
clarkbAJaeger: let me know if I can help, but having a slow start today18:29
*** Goneri has quit IRC18:30
clarkbfrickler: oh ok. In that case ya I'm not finding much on the ask problem. Likely next step would be capturing coredumps and asking gdb I guess18:30
*** priteau has quit IRC18:32
fungii want to say in the past we saw similar behavior (not sure if it was for ask.o.o or another server) where there was something along the lines of duplicate/competing log rotation firing and apache got a signal while it was already in the middle of handling another one18:35
*** tesseract has quit IRC18:35
*** chandankumar is now known as raukadah18:41
*** kjackal has joined #openstack-infra18:44
*** pkopec has quit IRC18:47
*** jamesmcarthur has joined #openstack-infra19:00
AJaegerclarkb: zuul did -1 the nodeset removal - that's why I saw it. I merged three changes to osa today, all looks green now (final? verify)19:05
*** electrofelix has quit IRC19:06
clarkbah19:06
AJaegerclarkb: https://review.opendev.org/691966 looks fine, want to finish off opensuse-15.0 removal with approving it?19:10
*** jamesmcarthur has quit IRC19:10
*** odyssey4me has quit IRC19:11
clarkb++19:11
*** odyssey4me has joined #openstack-infra19:11
*** ralonsoh has quit IRC19:25
openstackgerritMerged opendev/base-jobs master: Remove opensuse-150 nodeset  https://review.opendev.org/69196619:27
clarkbAJaeger: ^ thank you!19:27
AJaegerclarkb: thanks to you as well!19:28
AJaegerdirk: FYI, 15.0 is done ^19:28
AJaeger#status log openSUSE 15.0 has been removed from infra19:29
openstackstatusAJaeger: finished logging19:29
clarkbI've approved https://review.opendev.org/#/c/693924/ and will test it with https://review.opendev.org/#/c/680178/ once merged19:31
roman_gfungi: thank you!19:32
openstackgerritAndreas Jaeger proposed opendev/system-config master: Remove mirroring of openSUSE 15.0  https://review.opendev.org/69416219:34
AJaegerclarkb, fungi, one more change for openSUSE 15.0 ^19:34
clarkbgood catch19:34
*** yamamoto has joined #openstack-infra19:36
AJaegerfungi, another cleanup (has already +2 from clarkb): Please review https://review.opendev.org/#/c/686763/19:40
*** yamamoto has quit IRC19:41
openstackgerritMerged opendev/base-jobs master: Timeout cleanup playbook tasks  https://review.opendev.org/69392419:41
clarkbwe haev ~400GB of free disk on nb01 now19:41
openstackgerritMerged openstack/project-config master: Add 'Review-Priority' for Neutron repos  https://review.opendev.org/69409519:41
clarkbI think this cleanup ahs been good for our builders, freed up space to add new images19:41
rosmaitaAJaeger: thanks19:44
AJaegerconfig-core, another cleanup: Remove old jobs/template: https://review.opendev.org/692639 and https://review.opendev.org/692640 . Note it removes it from a dead repo...19:45
AJaegerrosmaita: you're welcome19:46
*** Goneri has joined #openstack-infra19:46
*** amoralej is now known as amoralej|off19:47
*** kjackal has quit IRC19:47
AJaegerclarkb: what do you think of https://review.opendev.org/#/c/685597/ - and first force-merging https://review.opendev.org/#/c/685599/ ? I'd like to get rid of the job and it's only broken usage19:47
clarkbAJaeger: I can merge https://review.opendev.org/#/c/685599/119:49
clarkbwe have +2 from neutron-stable-maint but ya that likely isn't merging on its own. I'll merge it19:50
*** ociuhandu has joined #openstack-infra19:50
AJaegerfixing that branch is rather involved ;(19:50
AJaegerthanks, clarkb19:50
*** jamesmcarthur has joined #openstack-infra19:50
*** jamesmcarthur has quit IRC19:51
clarkbAJaeger: done19:52
*** jamesmcarthur has joined #openstack-infra19:52
AJaegergreat19:52
AJaegerconfig-core, please review https://review.opendev.org/#/c/685597 to remove a now unsed job19:53
*** jamesmcarthur has quit IRC19:53
*** ociuhandu has quit IRC19:56
*** ociuhandu has joined #openstack-infra19:59
*** slaweq has joined #openstack-infra20:01
*** gfidente is now known as gfidente|afk20:04
*** diablo_rojo__ has quit IRC20:05
*** kjackal has joined #openstack-infra20:05
*** ociuhandu has quit IRC20:06
openstackgerritMerged openstack/project-config master: Cleanup publish-openstack-releasenotes jobs  https://review.opendev.org/68559720:08
*** yamamoto has joined #openstack-infra20:11
*** yamamoto has quit IRC20:15
*** ociuhandu has joined #openstack-infra20:16
*** dklyle has quit IRC20:20
*** dklyle has joined #openstack-infra20:23
*** ociuhandu has quit IRC20:25
*** jaosorior has joined #openstack-infra20:26
openstackgerritMerged opendev/system-config master: Remove arm64ci (3/2)  https://review.opendev.org/68676320:27
*** whoami-rajat has quit IRC20:34
*** kjackal has quit IRC20:39
*** jcoufal has quit IRC20:48
openstackgerritMerged opendev/system-config master: Remove mirroring of openSUSE 15.0  https://review.opendev.org/69416220:53
openstackgerritAlex Schultz proposed openstack/project-config master: Add tripleo-operator-ansible  https://review.opendev.org/69394520:54
*** eernst has joined #openstack-infra20:55
*** eernst has quit IRC20:59
*** ociuhandu has joined #openstack-infra21:00
*** eernst has joined #openstack-infra21:01
*** ociuhandu has quit IRC21:06
*** eernst has quit IRC21:07
*** kjackal has joined #openstack-infra21:07
*** eernst has joined #openstack-infra21:08
*** eernst has quit IRC21:12
*** eernst has joined #openstack-infra21:12
*** priteau has joined #openstack-infra21:17
*** priteau has quit IRC21:18
*** priteau has joined #openstack-infra21:19
*** priteau has quit IRC21:25
*** jtomasek has joined #openstack-infra21:31
*** stewie925 has quit IRC21:38
*** rfolco has quit IRC21:43
*** eharney has quit IRC21:54
openstackgerritVitaliy Lotorev proposed zuul/zuul master: Add propagate=0 for loggers in logging.conf-sample  https://review.opendev.org/69417022:04
*** yamamoto has joined #openstack-infra22:05
*** slaweq has quit IRC22:06
openstackgerritVitaliy Lotorev proposed zuul/zuul master: Add propagate=0 for loggers in logging.conf-sample  https://review.opendev.org/69417022:09
*** yamamoto has quit IRC22:10
*** jtomasek has quit IRC22:13
*** yamamoto has joined #openstack-infra22:15
openstackgerritTristan Cacqueray proposed zuul/zuul master: DNM: test zuul-stream-functional jobs  https://review.opendev.org/69417122:21
*** aedc has quit IRC22:32
*** rcernin has joined #openstack-infra22:32
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Start a buildset registry with docker image creation  https://review.opendev.org/69417522:49
*** tosky has joined #openstack-infra22:53
*** jaosorior has quit IRC22:55
*** kjackal has quit IRC22:59
openstackgerritIan Wienand proposed zuul/nodepool master: [dnm] testing docker registry with dib  https://review.opendev.org/69417723:00
smcginnisHello infra folks. We have a bad requirements job that is causing a lot of failures and rechecks to happen.23:02
smcginnisThe fix is in gate now. Wondering if it's worth promoting that to get it through and avoiding some of the rechecks that are going to happen from failing patches until it lands.23:03
smcginnishttps://review.opendev.org/69396723:03
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Start a buildset registry with docker image creation  https://review.opendev.org/69417523:04
smcginnisUnfortunately I need to run, but I'll check back later. Or it will just go through in a several hours anyway.23:04
*** tkajinam has joined #openstack-infra23:06
openstackgerritIan Wienand proposed zuul/nodepool master: [dnm] testing docker registry with dib  https://review.opendev.org/69417723:06
clarkbthere are only two requirements changes in zuul right now. One of which is that change23:06
clarkbit is probably ok to leave it unpromoted as a result unless this is affecting all requirements jobs in other projects23:06
*** aaronsheffield has quit IRC23:10
openstackgerritIan Wienand proposed zuul/nodepool master: [dnm] testing docker registry with dib  https://review.opendev.org/69417723:18
*** yamamoto has quit IRC23:20
*** xek_ has quit IRC23:24
*** igordc has quit IRC23:26
*** rlandy|rover is now known as rlandy|rover|bbl23:27
openstackgerritIan Wienand proposed openstack/project-config master: zuul layout: include dib in zuul tenant for jobs  https://review.opendev.org/69417823:29
ianwclarkb/mordred: ^ i think that does it, and would allow nodepool to build the dib image and then base the builder image on it23:30
*** ociuhandu has joined #openstack-infra23:31
ianw(not that i think we're 100% sure on that approach as such, but it would allow testing it, anyway)23:31
*** diablo_rojo__ has joined #openstack-infra23:33
*** ociuhandu has quit IRC23:35
*** kjackal has joined #openstack-infra23:37
*** HenryG has quit IRC23:46
*** goldyfruit has quit IRC23:49
*** HenryG has joined #openstack-infra23:49
*** dchen has joined #openstack-infra23:56

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