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

wip: update k3s and use debian 11 in devstack machine #2109

Closed
wants to merge 2 commits into from

Conversation

zetaab
Copy link
Member

@zetaab zetaab commented Feb 18, 2023

What this PR does / why we need it:

see #2108 (comment)
this is why debian 11 was chosen instead of ubuntu to host devstack

Which issue this PR fixes(if applicable):
fixes #

Special notes for reviewers:

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 18, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from zetaab. 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

@zetaab zetaab changed the title update k3s and use debian 11 in devstack machine wip: update k3s and use debian 11 in devstack machine Feb 18, 2023
@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 18, 2023
@zetaab
Copy link
Member Author

zetaab commented Feb 18, 2023

/test openstack-cloud-csi-cinder-e2e-test
/test openstack-cloud-controller-manager-e2e-test
/test openstack-cloud-csi-manila-e2e-test

@zetaab
Copy link
Member Author

zetaab commented Feb 18, 2023

/test openstack-cloud-csi-cinder-sanity-test
/test openstack-cloud-csi-manila-sanity-test
/test openstack-cloud-keystone-authentication-authorization-test

@zetaab
Copy link
Member Author

zetaab commented Feb 18, 2023

perhaps same bug exists still in debian 11 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004742 seems that fix is part only in experimental line (currently debian 12)...

root@ip-10-0-0-245:~/cloud-provider-openstack# apt-get install libgpgme11
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libgpgme11 is already the newest version (1.14.0-1+b2).
libgpgme11 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
root@ip-10-0-0-245:~/cloud-provider-openstack# pip list|grep gpg
gpg                    1.14.0-unknown
root@ip-10-0-0-245:~/cloud-provider-openstack# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@ip-10-0-0-245:~/cloud-provider-openstack# uname -a
Linux ip-10-0-0-245 5.10.0-21-cloud-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux

@zetaab zetaab closed this Feb 18, 2023
@zetaab zetaab deleted the trydebian branch February 18, 2023 12:16
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. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants