opendevreview | Merged openstack/project-config master: Add new Gerrit submodule java-prettify to Zuul https://review.opendev.org/c/openstack/project-config/+/901479 | 00:13 |
---|---|---|
JN_Something | Hi all, im not sure if this is the correct channel. But i have been trying to get OS installed into my RPI4 cluster on Ubuntu 22.04. Im getting stuck at a hurdle with Keystone. I have found a bug already raised with my exact issue https://bugs.launchpad.net/keystone/+bug/2042744 Does anyone happen to know a fix for this ? | 10:18 |
ykarel | Hi is there some recent change in periodic/periodic-weekly runs where branch ref updated from master -> refs/heads/master ? | 12:01 |
ykarel | I am not able to filter build/builds with the new ref | 12:02 |
ykarel | https://zuul.openstack.org/buildsets?project=openstack%2Fneutron&branch=refs%2Fheads%2Fmaster&pipeline=periodic | 12:02 |
ykarel | any suggestion? | 12:03 |
opendevreview | Takashi Kajinami proposed opendev/system-config master: Re-add Fedora 37 and replace Fedora 36 https://review.opendev.org/c/opendev/system-config/+/901543 | 12:28 |
fungi | JN_Something: JN_Something: this is the channel for discussion of the opendev collaboratory's developer tooling so not really on-topic, if you have a keystone-specific change you might want to ask in #openstack-keystone, but probably more people will see your question if you use the openstack-discuss@lists.openstack.org mailing list instead | 13:40 |
fungi | ykarel: i'm observing the same behavior, and not just for neutron. still investigating but it might be a ui regression | 13:40 |
ykarel | Thanks fungi | 13:53 |
fungi | ykarel: do you have a recollection as to how recently you saw it working? | 13:54 |
ykarel | fungi, 2 weeks back it worked for sure as we had our CI meeting | 13:54 |
fungi | we auto-upgrade zuul every saturday, so may be able to narrow it down to a window of time for identifying suspect commits | 13:55 |
fungi | i'm asking in the zuul matrix room in case anyone else has already seen this and knows the underlying cayse | 14:01 |
fungi | cause | 14:01 |
clarkb | The gerrit 3.9 changes both pass now. We should be ready to land the 3.7 removal and add 3.9 stuff whenever we're confident we won't rollback to 3.7 | 15:52 |
fungi | ykarel: just circling back around, corvus has spotted the problem and it's something we should hopefully be able to fix with an online db migration. no eta but in the short term you can drop the branch parameter from your query and hopefully just visually filter out results for the branches you don't care about until it gets addressed | 15:59 |
clarkb | looks like uwsgi may support python3.12 now. I'll refresh the container image build change(s) after my morning meetings | 16:01 |
fungi | ykarel: once it's fixed, i think the proper query string will use just "branch=master" (instead of the full refs/heads/master) | 16:05 |
opendevreview | Tony Breeds proposed opendev/system-config master: Add a helper script for doing the LVM setup on mirror nodes. https://review.opendev.org/c/opendev/system-config/+/901504 | 16:25 |
opendevreview | Clark Boylan proposed opendev/system-config master: Make bookworm the python Dockerfile parent default image https://review.opendev.org/c/opendev/system-config/+/898755 | 17:06 |
opendevreview | Clark Boylan proposed opendev/system-config master: Add python3.12 bookworm base images https://review.opendev.org/c/opendev/system-config/+/898756 | 17:06 |
clarkb | the python3.12 stuff needed a reabase to deal with the python 3.9 removal merge conflict. I'm hopeful that those will pass testing now and be mergable as is | 17:06 |
tonyb | Looking and launch_node and I see: https://opendev.org/opendev/system-config/src/branch/master/launch/src/opendev_launch/launch_node.py#L435-L441 | 17:09 |
tonyb | my assuption is that this is still valid | 17:09 |
opendevreview | Clark Boylan proposed opendev/system-config master: Cleanup the Fedora 36 mirror content https://review.opendev.org/c/opendev/system-config/+/894575 | 17:11 |
clarkb | tonyb: yes I believe so but you can check if the info is in the metadata post boot to double check | 17:11 |
clarkb | tonyb: also if the cloud init config works for it then the interface would be configured. All that flag in launch does is skip testing of ipv6 but things should configure if able to | 17:12 |
clarkb | then we can do manual ipv6 testing if they did and modify that flag to stop skipping automated checks | 17:12 |
opendevreview | Kendall Nelson proposed opendev/system-config master: Setup ML for FLOSS Mentorship Group https://review.opendev.org/c/opendev/system-config/+/901610 | 17:17 |
ykarel | Thanks fungi for the update | 17:17 |
tonyb | clarkb: okay got it | 17:29 |
clarkb | https://zuul.opendev.org/t/openstack/build/1ebacb6b7990474f9f24f5ca8a98b243 is an interesting error. | 18:19 |
clarkb | we run some sort of afs sanity check | 18:20 |
clarkb | and that fails | 18:20 |
clarkb | python3.12 uwsgi images build now. We can add 3.12 images if we want: https://review.opendev.org/c/opendev/system-config/+/898756 and its parent | 18:20 |
clarkb | I think having tools like that available early are good even if uptake is slow. Ensures we aren't the limitation for people checking | 18:20 |
tonyb | "rw = get_last_update(volume)[0]\nIndexError: list index out of range\n')." | 18:23 |
fungi | i guess that means it returned an empty list | 18:24 |
tonyb | Yup. Is /opt/afs-release/release-volumes.py one of our tools? | 18:25 |
opendevreview | Tony Breeds proposed opendev/system-config master: Add a helper script for doing the LVM setup on mirror nodes. https://review.opendev.org/c/opendev/system-config/+/901504 | 18:25 |
clarkb | yes its the script that releases docs and other volumes regularly via cron iirc | 18:29 |
clarkb | in this case it is suspposed to noop according to the test content | 18:29 |
clarkb | let me recheck to see if it is consistent | 18:29 |
clarkb | perhaps it is a timing thing based on vos release status against the actual openafs stuff? | 18:29 |
clarkb | the recheck for ^ passed | 20:13 |
corvus | fungi: ykarel https://review.opendev.org/901624 should fix the zuul periodic branch issue. if/when folks are happy with that change, i'm happy to just run that manually in production without waiting for a deployment to go ahead and fix the data. | 20:33 |
fungi | it's probably not urgent if we want to just wait for it to get rolled out over the weekend with our automated upgrade | 20:34 |
corvus | either way works for me | 20:34 |
opendevreview | Tony Breeds proposed opendev/zone-opendev.org master: Add DNS records for mirror02.bhs1.ovh and mirror03.gra1.ovh https://review.opendev.org/c/opendev/zone-opendev.org/+/901627 | 21:20 |
opendevreview | Tony Breeds proposed opendev/system-config master: Add a helper script for doing the LVM setup on mirror nodes. https://review.opendev.org/c/opendev/system-config/+/901504 | 21:27 |
opendevreview | Tony Breeds proposed opendev/system-config master: Add invebntory/LE records for mirror02.bhs1.ovh and mirror03.gra1.ovh https://review.opendev.org/c/opendev/system-config/+/901628 | 21:27 |
clarkb | tonyb: fwiw ti does look like the bhs1 server at least configured its ipv6 address | 22:41 |
clarkb | that implies the data is now retrievable via metadata apis (not sure about config drive as these don't use config drive) | 22:42 |
clarkb | the gra1 server as well | 22:42 |
clarkb | tonyb: left some comments on those changes. On the whole looks good. DNS change needs a small update though | 22:48 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!