Skip to content

update test from yoga to zed in devstack #1598

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

Closed
wants to merge 1 commit into from

Conversation

dulek
Copy link
Contributor

@dulek dulek commented Jun 29, 2023

What this PR does / why we need it:
This updates DevStack to Zed.

Special notes for your reviewer:

Release note:


@netlify
Copy link

netlify bot commented Jun 29, 2023

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

Name Link
🔨 Latest commit 07cbaea
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-cluster-api-openstack/deploys/64a2a27d35d0f4000831f21d
😎 Deploy Preview https://deploy-preview-1598--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.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dulek
Once this PR has been reviewed and has the lgtm label, please assign lentzi90 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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 cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 29, 2023
@dulek
Copy link
Contributor Author

dulek commented Jun 29, 2023

Looks like Ubuntu repos are returning 503. I'll wait for that to get fixed.

@dulek
Copy link
Contributor Author

dulek commented Jun 29, 2023

/retest

2 similar comments
@dulek
Copy link
Contributor Author

dulek commented Jun 29, 2023

/retest

@dulek
Copy link
Contributor Author

dulek commented Jun 30, 2023

/retest

@dulek
Copy link
Contributor Author

dulek commented Jun 30, 2023

/retest

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 3, 2023
@dulek
Copy link
Contributor Author

dulek commented Jul 3, 2023

@jichenjc: Can you help me debug this one? Seems like DevStack installation went smoothly here, but some tests failed.

@dulek
Copy link
Contributor Author

dulek commented Jul 3, 2023

/retest

Let's see if it's not a flake.

@dulek
Copy link
Contributor Author

dulek commented Jul 3, 2023

/retest

@jichenjc
Copy link
Contributor

jichenjc commented Jul 3, 2023

Jul 03 12:52:02 capo-e2e-controller systemd[1]: cloud-final.service: Main process exited, code=exited, status=1/FAILURE
Jul 03 12:52:02 capo-e2e-controller systemd[1]: cloud-final.service: Failed with result 'exit-code'.
Jul 03 12:52:02 capo-e2e-controller systemd[1]: Failed to start Execute cloud user/final scripts.

seems cloud-final failed but not showing helpful info about the reason.. this seems failed even earlier than my previous try...

@dulek
Copy link
Contributor Author

dulek commented Jul 3, 2023

@k8s-ci-robot
Copy link
Contributor

@dulek: 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 07cbaea 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/test-infra repository. I understand the commands that are listed here.

@jichenjc
Copy link
Contributor

jichenjc commented Jul 4, 2023

https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-openstack/1598/pull-cluster-api-provider-openstack-e2e-test/1675850397253636096/artifacts/devstack/controller-devstack.log

has a lot of errors like this ,I think it might indicate why we have failure?


Jul 03 13:06:25 capo-e2e-controller [email protected][101417]: �[01;31mERROR keystone.server.flask.application [�[01;36mNone req-8f447b10-d874-440b-ae5b-6a9d7080b767 �[00;36mNone admin�[01;31m] �[01;35m�[01;31mCould not find role: admin.�[00m: keystone.exception.RoleNotFound: Could not find role: admin.
Jul 03 13:06:25 capo-e2e-controller [email protected][101417]: ERROR keystone.server.flask.application �[01;35m�[00mTraceback (most recent call last):
Jul 03 13:06:25 capo-e2e-controller [email protected][101417]: ERROR keystone.server.flask.application �[01;35m�[00m  File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1820, in full_dispatch_request
Jul 03 13:06:25 capo-e2e-controller [email protected][101417]: ERROR keystone.server.flask.application �[01;35m�[00m    rv = self.dispatch_request()

Jul 03 14:25:35 capo-e2e-controller neutron-server[138850]: ERROR oslo_messaging.rpc.server �[01;35m�[00mneutron_lib.exceptions.InvalidInput: Invalid input for operation: Network type value vxlan not supported, host: capo-e2e-worker with tunnel IP: 10.0.3.16.

thus I am wondering whether the devstack need special handling , e.g https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-openstack/1597/pull-cluster-api-provider-openstack-e2e-test/1674606228522668032/artifacts/devstack/controller-devstack.log which using yoga doesn't have above error

I knew some changes recently regarding the role (https://docs.openstack.org/keystone/latest/admin/service-api-protection.html) so I guess we need re-visit the devstack setup again and at least check whether we can fix those errors ,or compare with existing functional zed env ?

by the way, seems we should try with Antolope as anyway A is the latest release already

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 13, 2023
@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

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/test-infra repository.

@dulek dulek closed this Oct 13, 2023
@EmilienM
Copy link
Contributor

taking over it via #1804

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants