opendevreview | Ian Wienand proposed opendev/system-config master: gerrit: update git https://review.opendev.org/c/opendev/system-config/+/871202 | 00:46 |
---|---|---|
opendevreview | Clark Boylan proposed opendev/system-config master: Update gitea to 1.18.2 https://review.opendev.org/c/opendev/system-config/+/870851 | 00:54 |
clarkb | The 1.18.2 tag reappeared | 00:54 |
clarkb | no delta in template files between 1.18.1 and 1.18.2 so that update was straightforward but we should probably hold a node and check it out direclty after we bump to 1.17.4 | 00:54 |
opendevreview | Merged opendev/system-config master: gerrit: update git https://review.opendev.org/c/opendev/system-config/+/871202 | 03:10 |
ianw | that is ^ https://hub.docker.com/layers/opendevorg/gerrit/3.6/images/sha256-8a8fa3356b5e7a79870fcb755f28cbd5e817cc6548fc568408818ed640d8abd8?context=explore | 03:14 |
ianw | "RepoDigests": [ | 03:16 |
ianw | "opendevorg/gerrit@sha256:8a8fa3356b5e7a79870fcb755f28cbd5e817cc6548fc568408818ed640d8abd8" | 03:16 |
ianw | ], | 03:16 |
ianw | i've pulled that | 03:16 |
ianw | i'll do a quick down/up of it in a minute | 03:17 |
ianw | #status log restarted gerrit to pick up https://review.opendev.org/c/opendev/system-config/+/871202 | 03:33 |
opendevstatus | ianw: finished logging | 03:33 |
*** bhagyashris is now known as bhagyashris|ruck | 04:53 | |
opendevreview | Ian Wienand proposed openstack/diskimage-builder master: cache-url: Give up on curl install for Redhat platforms https://review.opendev.org/c/openstack/diskimage-builder/+/871212 | 05:13 |
opendevreview | Ian Wienand proposed openstack/project-config master: nodepool: drop linaro-us https://review.opendev.org/c/openstack/project-config/+/871196 | 06:17 |
opendevreview | Ian Wienand proposed openstack/project-config master: nodepool: empty linaro-us cloud https://review.opendev.org/c/openstack/project-config/+/871220 | 06:17 |
opendevreview | Ian Wienand proposed openstack/diskimage-builder master: cache-url: Give up on curl install for Redhat platforms https://review.opendev.org/c/openstack/diskimage-builder/+/871212 | 06:29 |
frickler | melwitt: doh, I even saw that fix earlier, but didn't make the connection to my patch. so I guess I can safely recheck now. thanks for digging | 07:18 |
frickler | regarding this ansible-galaxy mess, a colleague of mine is currently developing a mirroring tool for offline installation purposes. once this stabilizes it might be an alternative to the proxying setup https://github.com/osism/python-ansible-wormhole | 08:07 |
*** Tengu is now known as Tengu|rover | 08:12 | |
Tengu|rover | jrosser: guess the actual improvement is the ansible-galaxy "cache" thingy - the very thing that is crashing because they pass full URI (with fqdn and all) instead of using the "server" passed in CLI option (or the default one set in the code). | 08:22 |
Tengu|rover | jrosser: no wonder their server crashed so often when I see the way galaxy works. It's really horrible. | 08:22 |
Tengu|rover | fungi: heya! I just saw something interesting in the httpd config : I used, in the substitute, $port - and it actually works. | 08:30 |
*** ysandeep is now known as ysandeep|afk | 08:46 | |
*** jpena|off is now known as jpena | 08:47 | |
*** ysandeep|afk is now known as ysandeep | 10:05 | |
*** dviroel|out is now known as dviroel | 10:41 | |
*** rlandy|out is now known as rlandy | 11:04 | |
*** soniya29 is now known as soniya29|afk | 11:26 | |
fungi | Tengu|rover: that seems to be a static part of the vhost though, it's not being read from each individual request | 12:25 |
Tengu|rover | fungi: yeah, probably explain why it's working fine.... | 12:26 |
Tengu|rover | vars in macro != httpd dynamic vars | 12:26 |
fungi | right, that's essentially a replacement that gets made by the configuration parser at the time i reads in the configuration file | 13:13 |
fungi | so what ends up passed into mod_substitute is still the raw value for $port | 13:14 |
Tengu|rover | yeah... | 13:23 |
Tengu|rover | humpf. | 13:23 |
fungi | anyway, looking at what we're doing presently, i think just stuffing a string into each of the mirror*.yaml files at https://opendev.org/opendev/system-config/src/branch/master/inventory/service/host_vars should suffice | 13:31 |
fungi | right now we only use those to list the hostnames we want ssl certs for, but could add a new var like mirror_name or something | 13:32 |
fungi | and then use that instead of the current ansible variable in the vhost templates | 13:33 |
Tengu|rover | so that the substitute would push the correct name, and no change on the CI job will be needed? | 13:51 |
fungi | right | 14:09 |
opendevreview | Ade Lee proposed zuul/zuul-jobs master: Add ubuntu to enable-fips role https://review.opendev.org/c/zuul/zuul-jobs/+/866881 | 14:43 |
*** dasm|off is now known as dasm | 14:52 | |
*** dviroel is now known as dviroel|lunch | 15:49 | |
opendevreview | Clark Boylan proposed openstack/project-config master: Set allow-other-connections: false on post-review pipeline https://review.opendev.org/c/openstack/project-config/+/871300 | 16:06 |
clarkb | fungi: corvus frickler ^ thats related to the recent zuul upgrade | 16:06 |
clarkb | other changes I've got that may be interesting: https://review.opendev.org/c/opendev/system-config/+/870850 upgrade from gitea 1.17.3 to 1.17.4. Should be straight forward. https://review.opendev.org/c/opendev/system-config/+/870874 on this one I'm more looking for feedback than anything else as it converts our gerrit image over to using python base. THis will allow us to update | 16:11 |
clarkb | python in our gerrit image to 3.10 or 3.11 as well as eventually switch to java 17. | 16:11 |
*** ysandeep is now known as ysandeep|out | 16:15 | |
clarkb | I've just asked in the gerrit discord about whether or not the java 17 workaround for addUrl is our long term solution or if we should expect a fix for that. I don't understand enough of java's internals to know if this is fixable in a straightforward manner myself | 16:17 |
*** marios is now known as marios|out | 16:43 | |
*** dviroel|lunch is now known as dviroel | 16:46 | |
*** jpena is now known as jpena|off | 17:42 | |
opendevreview | Merged openstack/project-config master: Set allow-other-connections: false on post-review pipeline https://review.opendev.org/c/openstack/project-config/+/871300 | 17:51 |
*** dhill is now known as Guest1961 | 19:01 | |
*** dviroel is now known as dviroel|out | 21:22 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!