Wednesday, 2024-08-21

-@gerrit:opendev.org- Zuul merged on behalf of Dong Zhang: [zuul/zuul] 926139: Update doc regarding merge mode https://review.opendev.org/c/zuul/zuul/+/92613907:04
-@gerrit:opendev.org- Felix Edel proposed: [zuul/zuul] 926722: Show window size and queue length per queue on new status page https://review.opendev.org/c/zuul/zuul/+/92672209:49
-@gerrit:opendev.org- Felix Edel proposed: [zuul/zuul] 926723: Exlude non-live items from pipeline/queue length https://review.opendev.org/c/zuul/zuul/+/92672309:55
-@gerrit:opendev.org- Felix Edel proposed on behalf of Benjamin Schanzel: [zuul/zuul] 926617: WIP: Prevent pipeline cards from flickering https://review.opendev.org/c/zuul/zuul/+/92661710:47
-@gerrit:opendev.org- Felix Edel proposed:10:47
- [zuul/zuul] 926722: Show window size and queue length per queue on new status page https://review.opendev.org/c/zuul/zuul/+/926722
- [zuul/zuul] 926723: Exlude non-live items from pipeline/queue length https://review.opendev.org/c/zuul/zuul/+/926723
-@gerrit:opendev.org- Felix Edel proposed on behalf of Benjamin Schanzel: [zuul/zuul] 926617: WIP: Prevent pipeline cards from flickering https://review.opendev.org/c/zuul/zuul/+/92661710:57
-@gerrit:opendev.org- Benjamin Schanzel proposed: [zuul/zuul] 926617: WIP: Prevent pipeline cards from flickering https://review.opendev.org/c/zuul/zuul/+/92661711:01
-@gerrit:opendev.org- Felix Edel proposed on behalf of Benjamin Schanzel: [zuul/zuul] 926617: WIP: Prevent pipeline cards from flickering https://review.opendev.org/c/zuul/zuul/+/92661713:04
-@gerrit:opendev.org- Felix Edel proposed:13:04
- [zuul/zuul] 926537: Use queue.name to differentiate between different queue visualizations https://review.opendev.org/c/zuul/zuul/+/926537
- [zuul/zuul] 926570: Overwrite job result label colors to match the old status page design https://review.opendev.org/c/zuul/zuul/+/926570
- [zuul/zuul] 926612: Show job waiting status in tooltip https://review.opendev.org/c/zuul/zuul/+/926612
- [zuul/zuul] 926642: Hide skipped jobs on new status page by default https://review.opendev.org/c/zuul/zuul/+/926642
- [zuul/zuul] 926722: Show window size and queue length per queue on new status page https://review.opendev.org/c/zuul/zuul/+/926722
- [zuul/zuul] 926723: Exlude non-live items from pipeline/queue length https://review.opendev.org/c/zuul/zuul/+/926723
-@gerrit:opendev.org- Felix Edel proposed on behalf of Benjamin Schanzel: [zuul/zuul] 926617: WIP: Prevent pipeline cards from flickering https://review.opendev.org/c/zuul/zuul/+/92661713:35
-@gerrit:opendev.org- Felix Edel proposed:13:35
- [zuul/zuul] 926722: Show window size and queue length per queue on new status page https://review.opendev.org/c/zuul/zuul/+/926722
- [zuul/zuul] 926723: Exlude non-live items from pipeline/queue length https://review.opendev.org/c/zuul/zuul/+/926723
-@gerrit:opendev.org- Tristan Cacqueray https://matrix.to/#/@tristanc_:matrix.org proposed: [zuul/zuul] 926803: Add support for log_url bigger than 255 characters https://review.opendev.org/c/zuul/zuul/+/92680315:25
@sameer_deshpande1:matrix.org17:06
I am looking for some assistance in defining networks for nodepool using Openstack driver . Current Openstack setup has
1) Network1 - provides fixed ip (internal network)
2) Network2 - provides floating ip (external network)
The way VM networking works in the current Openstack setup is , VM boots with Network1 and then it needs to be associated with Network2 to provide floating ip for external connectivity
Tried specifying both the networks in nodepool.yaml as
networks:
- Network1
- Network2
However VM creation fails . Looking for some assistance for handling this scenario in nodepool
@clarkb:matrix.orgSameer Deshpande: I think you would only configure the internal network then set a flag that says floating IPs are required17:19
@clarkb:matrix.orgI don't know what that flag is or if it has to go in clouds.yaml or in your network config in the cloud. But you shouldn't configure the network floating ips come from on anything if using floating ips17:19
@clarkb:matrix.orgsicne floating ips occur through a different process rather than direct interface attachment (its NAT behind the scenes not a new interface)17:20
@clarkb:matrix.orglooks like you set floating_ip_source in clouds.yaml to point to the floating ip pool/network17:20
@sameer_deshpande1:matrix.orgThanks Clark for your prompt response . That flag I think is **auto-floating-ip**  in nodepool.yaml.  will try to set the floating ip pool in clouds.yaml and test . 17:22
@jangutter:matrix.orghttps://zuul-ci.org/docs/nodepool/latest/openstack.html#attr-providers.[openstack].pools.auto-floating-ip <--- might this be the flag?17:23
-@gerrit:opendev.org- Tristan Cacqueray https://matrix.to/#/@tristanc_:matrix.org proposed: [zuul/zuul] 926803: Add support for log_url bigger than 255 characters https://review.opendev.org/c/zuul/zuul/+/92680317:23
@jangutter:matrix.orgI think the default behavior of nodepool is to allocate a floating IP unless it thinks the network has external connectivity. And yeah, I think you need to select only the internal network in your clouds.yaml config.17:24
@sameer_deshpande1:matrix.orgThanks jangutter 17:25
@jangutter:matrix.orgIn a weird twist of fate, the only Zuul setups I've worked with had no floating IP's and the networks had external routing. Most of my debugging was to try to get the opposite scenario to work.17:26
@fungicide:matrix.orgmost of our providers in opendev are the same way. i definitely prefer that, nat is a terrible kluge that ipv6 was supposed to cure us of decades ago17:52
@clarkb:matrix.orgfloating IPs really only make sense for instances that you can't update firewall rules for so need a consistent ip address for longer periods of time. CI nodes definitely don't need that but a lot of clouds assume this is how things should operate17:53
@fungicide:matrix.orgthe cpython community is running a survey about typed python, and has specifically said they're also interested in feedback from python-based projects that don't do any typing to better understand where the problems are with it: https://docs.google.com/forms/d/e/1FAIpQLSdWzZ6xKZhe2vRcXgd54CtcI4goi4c0S3Q7ndYF9CXg62sBew/viewform18:47
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed on behalf of Tobias Henkel: [zuul/zuul] 922450: Add spec for OIDC Workload Identity Federation https://review.opendev.org/c/zuul/zuul/+/92245020:26
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 926862: Remove docs python version pin https://review.opendev.org/c/zuul/zuul/+/92686222:54
@jim:acmegating.comClark: that combined with your change https://review.opendev.org/c/opendev/system-config/+/926861 to fix the opendev mirror situation should hopefully clear the noble issues in zuul.  i think we can wait for those to merge and don't need to do any emergency pins to jammy now.22:56
@clarkb:matrix.orgok, to be clear I'm not offended if we do resort to emergency pins either. If we do see new problems please point them out to me so I can make sure there aren't larger system level things that need to be addressed like the docker mirror one22:56
@jim:acmegating.comyep, me neither.  just saying i think no rush right now.  if we can't merge stuff tomorrow, we should probably pin.  :)22:57
@clarkb:matrix.org++22:58
@clarkb:matrix.orgcorvus: now you have the pillow error. I think your docs fix change needs to edit bindep.txt23:20
@clarkb:matrix.orgI think we need to add libjpeg-dev but maybe other packages too23:21
@clarkb:matrix.orghrm libjpeg-dev is already listed23:26
@clarkb:matrix.orgoh but not with the [doc] tag23:26
@jim:acmegating.comah will update23:26
@jim:acmegating.com(just running through it locally first)23:35
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 926862: Remove docs python version pin https://review.opendev.org/c/zuul/zuul/+/92686223:39
@jim:acmegating.comlooks like that's the only pkg23:40
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 926865: Fix regex syntax warning in docs/conf.py https://review.opendev.org/c/zuul/zuul/+/92686523:47
@jim:acmegating.combut i did notice that too23:47

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