Skip to content
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

[release-0.9] 🌱 Add libvirt resource type for create_devstack.sh + Run devstack on ubuntu 24.04 #2306

Open
wants to merge 5 commits into
base: release-0.9
Choose a base branch
from

Conversation

k8s-infra-cherrypick-robot
Copy link

@k8s-infra-cherrypick-robot k8s-infra-cherrypick-robot commented Dec 6, 2024

This is an manual cherry-pick of recent PRs to update the version of Ubuntu and OpenStack + some tuning.

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]>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 6, 2024
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 6, 2024
Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!

Name Link
🔨 Latest commit 8a5f974
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-cluster-api-openstack/deploys/6759b5e4208f030008cfd619
😎 Deploy Preview https://deploy-preview-2306--kubernetes-sigs-cluster-api-openstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@EmilienM
Copy link
Contributor

EmilienM commented Dec 6, 2024

/approve
/lgtm
/hold for CI

@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Dec 6, 2024
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 6, 2024
@EmilienM EmilienM mentioned this pull request Dec 6, 2024
3 tasks
lentzi90 and others added 2 commits December 5, 2024 22:10
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)
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 6, 2024
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@EmilienM EmilienM changed the title [release-0.9] 🌱 Add libvirt resource type for create_devstack.sh [release-0.9] 🌱 Add libvirt resource type for create_devstack.sh + Run devstack on ubuntu 24.04 Dec 6, 2024
@EmilienM
Copy link
Contributor

EmilienM commented Dec 6, 2024

/assign lentzi90

@EmilienM
Copy link
Contributor

EmilienM commented Dec 6, 2024

/test pull-cluster-api-provider-openstack-e2e-test

1 similar comment
@EmilienM
Copy link
Contributor

EmilienM commented Dec 6, 2024

/test pull-cluster-api-provider-openstack-e2e-test

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

(cherry picked from commit 5eb8b23)
@EmilienM
Copy link
Contributor

EmilienM commented Dec 9, 2024

Seems like a flake, unrelated to the previous failures
/test pull-cluster-api-provider-openstack-e2e-test

@EmilienM
Copy link
Contributor

EmilienM commented Dec 9, 2024

meh
/test pull-cluster-api-provider-openstack-e2e-test

@EmilienM
Copy link
Contributor

/test pull-cluster-api-provider-openstack-e2e-test

@EmilienM
Copy link
Contributor

/hold
I added a test commit.

@EmilienM
Copy link
Contributor

/test pull-cluster-api-provider-openstack-e2e-test

@EmilienM EmilienM force-pushed the cherry-pick-2262-to-release-0.9 branch from e8b9520 to 99012b8 Compare December 10, 2024 20:58
@EmilienM
Copy link
Contributor

/test pull-cluster-api-provider-openstack-e2e-test

@EmilienM EmilienM force-pushed the cherry-pick-2262-to-release-0.9 branch from 0d27514 to 8a5f974 Compare December 11, 2024 15:55
@k8s-ci-robot
Copy link
Contributor

@k8s-infra-cherrypick-robot: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-openstack-e2e-test 8a5f974 link true /test pull-cluster-api-provider-openstack-e2e-test

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
Status: Inbox
Development

Successfully merging this pull request may close these issues.

5 participants