-@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/+/926139 | 07: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/+/926722 | 09: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/+/926723 | 09: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/+/926617 | 10: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/+/926617 | 10:57 | |
-@gerrit:opendev.org- Benjamin Schanzel proposed: [zuul/zuul] 926617: WIP: Prevent pipeline cards from flickering https://review.opendev.org/c/zuul/zuul/+/926617 | 11: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/+/926617 | 13: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/+/926617 | 13: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/+/926803 | 15:25 | |
@sameer_deshpande1:matrix.org | 17: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.org | Sameer Deshpande: I think you would only configure the internal network then set a flag that says floating IPs are required | 17:19 |
@clarkb:matrix.org | I 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 ips | 17:19 |
@clarkb:matrix.org | sicne 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.org | looks like you set floating_ip_source in clouds.yaml to point to the floating ip pool/network | 17:20 |
@sameer_deshpande1:matrix.org | Thanks 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.org | https://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/+/926803 | 17:23 | |
@jangutter:matrix.org | I 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.org | Thanks jangutter | 17:25 |
@jangutter:matrix.org | In 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.org | most 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 ago | 17:52 |
@clarkb:matrix.org | floating 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 operate | 17:53 |
@fungicide:matrix.org | the 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/viewform | 18: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/+/922450 | 20: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/+/926862 | 22:54 | |
@jim:acmegating.com | Clark: 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.org | ok, 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 one | 22:56 |
@jim:acmegating.com | yep, 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.org | corvus: now you have the pillow error. I think your docs fix change needs to edit bindep.txt | 23:20 |
@clarkb:matrix.org | I think we need to add libjpeg-dev but maybe other packages too | 23:21 |
@clarkb:matrix.org | hrm libjpeg-dev is already listed | 23:26 |
@clarkb:matrix.org | oh but not with the [doc] tag | 23:26 |
@jim:acmegating.com | ah will update | 23: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/+/926862 | 23:39 | |
@jim:acmegating.com | looks like that's the only pkg | 23: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/+/926865 | 23:47 | |
@jim:acmegating.com | but i did notice that too | 23:47 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!