@iwienand:matrix.org | i don't think show-keys shows anything private, it just lists the keys it knows about | 00:00 |
---|---|---|
@clarkb:matrix.org | Right but you're giving it the private key | 00:00 |
@clarkb:matrix.org | I guess to me show me the private key is what the command naievely does | 00:01 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/nodepool] 841510: Use Zuul-style ZooKeeper connections https://review.opendev.org/c/zuul/nodepool/+/841510 | 00:01 | |
@iwienand:matrix.org | i mean it just lists the key fingerprints, rather than any content; you'd have to get into --export flags for that | 00:02 |
@clarkb:matrix.org | right I think those are the conventions that are lost on me :) | 00:02 |
@clarkb:matrix.org | I'm trying to avoid plugging my key in but it looks like I need to either do that or generate a new key to test and see what happens | 00:03 |
@clarkb:matrix.org | yup ok I've convinced myself locally now it is just the fingerprint | 00:07 |
@clarkb:matrix.org | ianw: I've approved it, but need to start on dinner so won't be able to check the results quickly | 00:08 |
@jim:acmegating.com | zuul has blog https://zuul-ci.org/blog/ | 00:10 |
-@gerrit:opendev.org- Zuul merged on behalf of Ian Wienand: [zuul/zuul-jobs] 840566: add-gpgkey: trust incoming key https://review.opendev.org/c/zuul/zuul-jobs/+/840566 | 00:23 | |
-@gerrit:opendev.org- likui proposed: [zuul/nodepool] 804837: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/zuul/nodepool/+/804837 | 01:12 | |
@iwienand:matrix.org | thanks, that fixed it -> gpg: /home/zuul/openafs/openafs_1.8.8.1-2~ppa1~jammy.dsc: Valid signature from 6392578763F14B1E | 01:20 |
-@gerrit:opendev.org- likui proposed: [zuul/nodepool] 804837: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/zuul/nodepool/+/804837 | 01:26 | |
@greggatron:matrix.org | Hello everybody, | 01:57 |
I was wondering if anyone has any advice on setting up a Zuul stack in docker-compose, kind of like the quick-start tutorial, but it uses bind mounts. I'm trying to host everything zuul-related in a separate drive at /mnt/docker/zuul for persistence. | ||
I already have Gerrit up and running in a separate compose file. | ||
I'm also using Traefik for my container routing. Does anyone have any article or blog links that may be related to this? | ||
Many thanks :) | ||
@clarkb:matrix.org | greggatron: you can look in https://opendev.org/opendev/system-config under playbooks/roles/ to see how OpenDev does it | 02:19 |
-@gerrit:opendev.org- Dominik Jaeger proposed: [zuul/zuul] 828125: Add support for filesets in job configuration https://review.opendev.org/c/zuul/zuul/+/828125 | 07:53 | |
@d-j-j:matrix.org | Hi, regarding the re2 topic it looks like there was some confusion on my part and some misunderstandings. There are in fact multiple python wrappers for re2 library with different features. I tried to clarify a bit in the fileset spec and proposed some general directions that could be taken: https://review.opendev.org/c/zuul/zuul/+/839550 | 09:43 |
A switch from fb-re2 (currently used in Zuul) to pyre2 (provides fallback for unsupported regex) was s attempted in the fileset implementation proposal https://review.opendev.org/c/zuul/zuul/+/828125 and the regression along with a simple additional test containing a negative lookahead regex have passed. | ||
@d-j-j:matrix.org | * Hi, regarding the re2 topic it looks like there was some confusion on my part and some misunderstandings. There are in fact multiple python wrappers for re2 library with different features. I tried to clarify a bit in the fileset spec and proposed some general directions that could be taken: https://review.opendev.org/c/zuul/zuul/+/839550 | 09:48 |
A switch from fb-re2 (currently used in Zuul) to pyre2 (provides fallback for unsupported regex) was attempted in the fileset implementation proposal https://review.opendev.org/c/zuul/zuul/+/828125 and the regression along with a simple additional test containing a negative lookahead regex have passed. | ||
@dpawlik:matrix.org | Albin Vass, corvus | 12:41 |
@dpawlik:matrix.org | Hey, could you check https://review.opendev.org/c/zuul/zuul/+/840679 please? | 12:41 |
@avass:vassast.org | dpawlik: I don't understand why that is needed for every installation of zuul needs passlib and it can't be handled with extra python packages? Does a standard module in ansible need passlib? | 13:04 |
@avass:vassast.org | * dpawlik: I don't understand why that every installation of zuul needs passlib and it can't be handled with extra python packages? Does a standard module in ansible need passlib? | 13:04 |
@fzzfh:matrix.org | Clark: hi, after I add floating_ip_source: 'neutron' and requires_floating_ip: True. nodepool boot openstack instance still haven't float-ip. Is there any other way to set floating IP | 14:36 |
clouds.yaml as follow | ||
``` | ||
clouds: | ||
packstack: | ||
auth: | ||
auth_url: http://172.0.37.47:5000/v3 | ||
password: 4f34252f23084dfc | ||
project_domain_name: Default | ||
project_name: admin | ||
user_domain_name: Default | ||
username: admin | ||
identity_api_version: '3' | ||
region_name: RegionOne | ||
volume_api_version: '3' | ||
floating_ip_source: 'neutron' | ||
requires_floating_ip: True | ||
networks: | ||
- name: ex-net | ||
routes_externally: false | ||
nat_destination: true | ||
- name: in-net | ||
``` | ||
-@gerrit:opendev.org- Matthieu Huin https://matrix.to/#/@mhuin:matrix.org proposed: [zuul/zuul] 841610: Handle jwt decoding error, fix exception default messages https://review.opendev.org/c/zuul/zuul/+/841610 | 14:58 | |
@y2kenny:matrix.org | Hi, I have fixed the test and other issues with this one, can it go in? https://review.opendev.org/c/zuul/zuul/+/837063 | 15:00 |
@clarkb:matrix.org | fzzf: I'm sorry I'm not sure then. You may need to enable debug logging for openstacksdk and see what it does when booting an instance and try to figure it out from that and your cloud logs if you have access to the cloud side logs | 15:28 |
@fungicide:matrix.org | Clark: fzzf: also the kind folks in #openstack-sdks pointed me to https://docs.openstack.org/openstacksdk/latest/user/config/configuration.html (thanks frickler!) | 15:34 |
@fungicide:matrix.org | not sure why i didn't find it there when i looked originally | 15:34 |
@fzzfh:matrix.org | Clark: by the way.how to enable these log. I modify nodepool/logging.conf seems not work. | 15:45 |
@fzzfh:matrix.org | * Clark: by the way. how to enable these log. I modify nodepool/logging.conf seems not work. | 15:45 |
@clarkb:matrix.org | fzzf: modifying the logging config file would be the way to do it | 15:46 |
@clarkb:matrix.org | you need to restart services for it to notice the update | 15:46 |
@fzzfh:matrix.org | fungi: I look this page. but I don't found floatip related. | 15:47 |
@fzzfh:matrix.org | Clark: okay, I get. | 15:48 |
@fungicide:matrix.org | yeah, it seems that floating_ip_source appeared in an example in the shade docs, but is really entirely undocumented: https://codesearch.opendev.org/?q=floating_ip_source | 16:06 |
@fungicide:matrix.org | i guess the other relevant part is on the nodepool configuration end: https://zuul-ci.org/docs/nodepool/latest/openstack.html#attr-providers.[openstack].pools.auto-floating-ip | 16:17 |
@clarkb:matrix.org | Zuulians 2 weeks has passed since this breaking change https://review.opendev.org/c/zuul/zuul-jobs/+/839593 was announced. I have removed my WIP so that we can land it. | 16:25 |
@clarkb:matrix.org | this stops configuring debian source repos by default | 16:25 |
-@gerrit:opendev.org- Matthieu Huin https://matrix.to/#/@mhuin:matrix.org proposed: [zuul/zuul] 841610: Handle jwt decoding error, fix exception default messages https://review.opendev.org/c/zuul/zuul/+/841610 | 16:48 | |
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-website] 841621: Update Citycloud to Cleura https://review.opendev.org/c/zuul/zuul-website/+/841621 | 17:05 | |
-@gerrit:opendev.org- Zuul merged on behalf of Clark Boylan: [zuul/zuul-jobs] 839593: Switch enable_src_repos to False in configure-mirrors https://review.opendev.org/c/zuul/zuul-jobs/+/839593 | 17:12 | |
@clarkb:matrix.org | I've just noticed that some of the zuul linter jobs run with older python which now fails to install zuul due to my python requires change. I think that this situation is accurate. You need python3.8 or newer to run zuul now and those jobs should be updated to use python3.8 or newer | 18:24 |
@clarkb:matrix.org | But I'm calling this out in case there is some situation where this is extremely problematic and we need to consider a revert of the python requires setting | 18:24 |
@clarkb:matrix.org | corvus: if you have time for a quick review https://review.opendev.org/c/zuul/zuul-website/+/841621 is something that citynetwork/cleura has requested | 20:09 |
-@gerrit:opendev.org- Zuul merged on behalf of Clark Boylan: [zuul/zuul-website] 841621: Update Citycloud to Cleura https://review.opendev.org/c/zuul/zuul-website/+/841621 | 20:40 | |
-@gerrit:opendev.org- Jeremy Stanley https://matrix.to/#/@fungicide:matrix.org proposed wip: [zuul/zuul-website] 840979: Meet the Zuul community in Berlin blog article https://review.opendev.org/c/zuul/zuul-website/+/840979 | 20:40 | |
@greggatron:matrix.org | Clark I'll take a look. Much appreciated! | 21:08 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-website] 841643: Add Acme Gating as a supporting company https://review.opendev.org/c/zuul/zuul-website/+/841643 | 21:31 | |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul-website] 841643: Add Acme Gating as a supporting company https://review.opendev.org/c/zuul/zuul-website/+/841643 | 21:51 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-website] 841645: Alphabetize community logos https://review.opendev.org/c/zuul/zuul-website/+/841645 | 21:53 | |
-@gerrit:opendev.org- Jeremy Stanley https://matrix.to/#/@fungicide:matrix.org proposed: [zuul/zuul-website] 840979: Meet the Zuul community in Berlin blog article https://review.opendev.org/c/zuul/zuul-website/+/840979 | 22:09 | |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul-website] 841645: Alphabetize community logos https://review.opendev.org/c/zuul/zuul-website/+/841645 | 22:14 | |
@jim:acmegating.com | Clark: can you take a look at https://zuul.opendev.org/t/zuul/build/3eaeb4092ff74d0fb65c0e6393ca775d ? | 22:14 |
@jim:acmegating.com | i just issued a recheck on that but that doesn't seem like it should be flakey | 22:15 |
@jim:acmegating.com | though... now that i'm trying to browse the ppa site in a browser and seeing requests timeout... maybe it is just flakey? | 22:17 |
@clarkb:matrix.org | looks like it failed in the amd64 pull somewhere? | 22:20 |
@clarkb:matrix.org | trying to parse through the interleaved builds is weird | 22:20 |
-@gerrit:opendev.org- Jeremy Stanley https://matrix.to/#/@fungicide:matrix.org proposed: [zuul/zuul-website] 840979: Meet the Zuul community in Berlin blog article https://review.opendev.org/c/zuul/zuul-website/+/840979 | 22:21 | |
@clarkb:matrix.org | http://ppa.launchpad.net/openstack-ci-core/vhd-util/ubuntu/pool/main/v/vhd-util/vhd-util_4.4.0-0ubuntu22~ppa0~focal_amd64.deb is the package pointed to by the Packages.gz and the file exists | 22:22 |
@clarkb:matrix.org | so ya I think it may have just been a network blip? but cc ianw as ianw has been doing PPA cleanups | 22:23 |
@iwienand:matrix.org | weird, yeah ~ppa0~focal is the right one and what was uploaded yesterday | 22:24 |
@iwienand:matrix.org | 2022-05-12 00:12:22 ... maybe it was copying packages about that time | 22:26 |
@iwienand:matrix.org | Published 21 hours ago, relative times annoy me when there's no way to see the actual timestamp | 22:27 |
@iwienand:matrix.org | if it's 22:27 UTC now, 21 hours ago puts it at about 00 i guess | 22:28 |
@iwienand:matrix.org | seem slikel | 22:28 |
@iwienand:matrix.org | seems likely | 22:28 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: | 23:29 | |
- [zuul/nodepool] 841510: Use Zuul-style ZooKeeper connections https://review.opendev.org/c/zuul/nodepool/+/841510 | ||
- [zuul/nodepool] 841651: Add the component registry from Zuul https://review.opendev.org/c/zuul/nodepool/+/841651 | ||
@jim:acmegating.com | Clark: ianw thanks... it looks like it did succeed after the recheck, so i guess it was a blip. that just surprised me as that's unusual, and we had just been doing a lot of image and package-related changes. | 23:30 |
@iwienand:matrix.org | seems likely sorry. now it's uploaded i doubt it will ever change again :) | 23:36 |
@jim:acmegating.com | ianw: are you trying to jinx it? ;) | 23:41 |
@iwienand:matrix.org | true! i also didn't try building against jammy, that is a problem for another time | 23:47 |
@iwienand:matrix.org | if anyone from rackspace is reading, i'd be very happy to try working on why we can't get vhd images expanding properly ... but we really need to understand what's happening behind the api | 23:48 |
@iwienand:matrix.org | zuul-main: https://review.opendev.org/c/zuul/zuul/+/837458 tries to fix up some string expansion in start-message and the like | 23:59 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!