Thursday, 2026-07-23

@tkajinam:matrix.orgI wonder what needs to be configured additionally so that lp bugs for cursive are updated automatically by zuul ?03:39
@tkajinam:matrix.orghttps://review.opendev.org/c/openstack/cursive/+/998022 doesn't sent update to https://bugs.launchpad.net/cursive/+bug/1825013 , for example03:40
@tkajinam:matrix.orgI checked project-config but couldn't find anything looking relevant so far03:40
-@gerrit:opendev.org- Michal Nasiadka proposed: [openstack/project-config] 998419: Add check-sources propose job for kolla https://review.opendev.org/c/openstack/project-config/+/99841908:44
-@gerrit:opendev.org- Michal Nasiadka proposed: [openstack/project-config] 998419: Add check-sources propose job for kolla https://review.opendev.org/c/openstack/project-config/+/99841909:12
-@gerrit:opendev.org- Zuul merged on behalf of Dmitriy Rabotyagov: [openstack/project-config] 997256: Add noop jobs for Vitrage xstatic libraries https://review.opendev.org/c/openstack/project-config/+/99725609:23
@fungicide:matrix.orgtkajinam: make OpenStack Infra (hudson-openstack) a member of https://launchpad.net/~cursive-bugs/+members so that it has permission to assign/adjust bugtasks and target series13:25
@tkajinam:matrix.orgah, ok. thanks13:34
@mordred:waterwanders.comfungi: "hudson-openstack" :)14:52
@fungicide:matrix.orgso much history packed into such a tiny name14:53
@jangutter:matrix.orgI’m preparing an internal talk and I’m extensively referencing https://xahteiwi.eu/blog/2022/05/10/drizzle/17:29
@fungicide:matrix.orgoh yeah, i totally forgot florian had published that17:34
@mordred:waterwanders.comjangutter: hah, thanks for the link to that! I'd forgotten about that post too. not that it's super important for your talk, but we've recently revived drizzle and rehomed it in opendev - https://opendev.org/drizzle/drizzle - you know, to complete the circle17:37
@fungicide:matrix.orgit even has a foundation again: https://www.spi-inc.org/projects/drizzle/17:38
@jangutter:matrix.orgThat is pretty interesting! I will pass that on to folks who had heard of Drizzle, but not Zuul!17:38
@mordred:waterwanders.comit's a small small world :)17:42
@fungicide:matrix.orgi went ahead and single-core approved the gitea 1.26.4 upgrade ( https://review.opendev.org/994326 ), will monitor the servers closely during/after upgrade since i expect to be around all afternoon anyway18:19
@fungicide:matrix.orgthere is a newer 1.27.0 as well, as i mentioned in tuesday's meeting, but that seems a little more risky at the moment18:22
@fungicide:matrix.orgzuul's estimating an hour for that to merge18:43
-@gerrit:opendev.org- Zuul merged on behalf of Clark Boylan: [opendev/system-config] 994326: Update gitea to 1.26.4 https://review.opendev.org/c/opendev/system-config/+/99432619:44
@fungicide:matrix.orginfra-prod-service-gitea is running19:47
@fungicide:matrix.orgit's up to gitea1119:51
@fungicide:matrix.orgit's donew20:00
@fungicide:matrix.orgsoft refresh got kinda weird not wanting to load javascript assets, maybe some odd interaction with anubis, hard refresh was fine though20:01
@fungicide:matrix.orgso far git and web interactions seem fine20:07
@fungicide:matrix.orghttps://opendev.org/openstack/ironic-python-agent/commit/b68e1b2 is a merge commit from after the upgrade, so replication is working fine too20:14
-@gerrit:opendev.org- Anil Shashikumar Belur proposed on behalf of Clark Boylan: [opendev/system-config] 983318: Use Haproxy PROXY Protocol with Gitea https://review.opendev.org/c/opendev/system-config/+/98331822:59
@abelur:matrix.org@Clark I dug into why 983318 (PROXY protocol for Gitea) fails system-config-run-gitea - it's the ::1 case. With `RemoteIPProxyProtocol On` , the gate's git clone https://localhost:3081 resolves to ::1  and hits Apache directly with no PROXY header, so mod_remoteip drops it since only 127.0.0.1 is excepted. One-line fix:  RemoteIPProxyProtocolExceptions 127.0.0.1 ::1. Reproduced end-to-end (incl. a two-host PROXY run) here: https://github.com/askb/gitea-proxy - I've got this rebased patchset onto your change if the approach looks good. Mind taking a look when you have a few cycles? TIA23:16
@clarkb:matrix.orgAnil Belur: I should be able to look Monday and thanks for digging into it23:50
@abelur:matrix.orgthank you23:53

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!