-
Notifications
You must be signed in to change notification settings - Fork 32
OCPBUGS-44455: Merge https://github.com/kubernetes-sigs/cluster-api-provider-openstack:release-0.10 into release-4.17 #343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-4.17
Are you sure you want to change the base?
Conversation
When a floating is created, we need to make sure that `OpenStackCluster.Spec.DisableExternalNetwork` is not set to `True`. Otherwise, we'll have a nil pointer error. * Add a check in `reconcileBastion` to check that external network is not disabled before creating the floating IP for the bastion. * Add a check in `reconcileControlPlaneEndpoint` and `reconcileAPIServerLoadBalancer` to check that external network is not disabled (alongside the DisableAPIServerFloatingIP check) before creating the floating IP for the API server endpoint. * Add a safeguard in `GetOrCreateFloatingIP` to return a proper error (instead of a nil pointer error) when `openStackCluster.Status.ExternalNetwork` is nil. * Add API CEL to check that when DisableExternalNetwork is set and true, the bastion (if defined) doesn't have a floating IP defined and also that disableAPIServerFloatingIP (when set) is not False. (cherry picked from commit 5429b4b)
…-0.10-fip [release-0.10] 🐛 Better checks before creating Floating IPs
If the bastion image is missing or ambiguous, we do not have a bastion. In that case, we must continue with the deletion or be permanently stuck. Signed-off-by: Lennart Jern <[email protected]>
…ot/cherry-pick-2289-to-release-0.10 [release-0.10] 🌱 Automate the release process
Hi @shiftstack-merge-bot[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EmilienM The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ion-deletion-release-0.10 🐛 Fix deletion of cluster when bastion image missing
a8202ba
to
4ef1ea9
Compare
/lgtm |
This makes it possible to set up a local devstack on libvirt. It is probably not useful for running the full e2e suite (unless you have a very beefy PC), but it is enough for development with Tilt. Signed-off-by: Lennart Jern <[email protected]>
This is an attempt to make it more stable. Signed-off-by: Lennart Jern <[email protected]> (cherry picked from commit 5a86c5a)
While we investigate the issues with flatcar images further [1]. [1] https://bugs.launchpad.net/nova/+bug/2091114 Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit 0a28aae)
…ot/cherry-pick-2262-to-release-0.10 [release-0.10] 🌱 Add libvirt resource type for create_devstack.sh + Run devstack on ubuntu 24.04
4ef1ea9
to
9dd79c9
Compare
Configuring the following in devstack: ``` ENABLE_SYSCTL_MEM_TUNING="True" ENABLE_SYSCTL_NET_TUNING="True" ENABLE_ZSWAP="True" ``` That tuning is what is done in the `devstack-platform-ubuntu-noble` job. Example: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_d17/936669/2/check/devstack-platform-ubuntu-noble/d178dad/controller/logs/local_conf.txt
…ot/cherry-pick-2307-to-release-0.10 [release-0.10] 🐛 ci/devstack: host tuning
@EmilienM: This pull request references Jira Issue OCPBUGS-44455, which is valid. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
In this PR we'll control the version of OVN to align with the upstream devstack jobs building OVN and OVS from LTS versions. This is largely a workaround to address some timeout issues that we recently have and that with a controlled version of OVN we hope to reduce.
…ot/cherry-pick-2324-to-release-0.10 [release-0.10] 🌱 devstack: build OVN from source
This is an attempt to see if disk performance is what makes our CI unstable. Signed-off-by: Lennart Jern <[email protected]>
…ot/cherry-pick-2323-to-release-0.10 [release-0.10] 🌱 CI: Increase IOPS for the devstack disks
This makes it possible to choose if the devstack should be created with or without volumes when running on openstack. It also bumps the default image name to ubuntu-2404-lts to match the other resource types. Signed-off-by: Lennart Jern <[email protected]>
…ot/cherry-pick-2317-to-release-0.10 [release-0.10] 🌱 Devstack: Make boot volume optional on openstack
8af72be
to
972c6a8
Compare
/test e2e-techpreview |
The image used in the postsubmit job that builds staging images was outdated. It had an image with go1.18 and could not build the image. Signed-off-by: Lennart Jern <[email protected]>
…ot/cherry-pick-2366-to-release-0.10 [release-0.10] 🌱 Update cloudbuild image
Signed-off-by: Lennart Jern <[email protected]>
…0.10-lb-subnet-fix [release-0.10] 🐛 fix: create lbaas in specified subnet
…ot/cherry-pick-2372-to-release-0.10 [release-0.10] 🌱 Update OWNERS_ALIASES
972c6a8
to
9d520c4
Compare
New changes are detected. LGTM label has been removed. |
If port creation fails in the middle, and cleanup also fails, then we may end up with ports with missing tags or trunks. This could happen when hitting rate-limits for example or if there is a network outage. This commit addresses the issue by going through existing ports and ensuring that they have correct tags and trunks. Co-authored-by: Huy Mai <[email protected]> Signed-off-by: Lennart Jern <[email protected]>
…orts-tags-release-0.10 🐛 Ensure that existing ports also have correct tags and trunks
9d520c4
to
17bca54
Compare
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
…ot/cherry-pick-2541-to-release-0.10 [release-0.10] 🐛 allow switching from filter.name to id of network and subnets in OSC spec
17bca54
to
02682af
Compare
@shiftstack-merge-bot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
No description provided.