-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Sev deprecation #11380
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
Sev deprecation #11380
Conversation
83e87a4
to
dc64293
Compare
tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh
Outdated
Show resolved
Hide resolved
Thx @arvindskumar99 I think this code changes is so large. My main concern about the deprecated action is its backgroud and the deprecation plan. |
dc64293
to
913c4ca
Compare
0f7afb2
to
8e45d05
Compare
As this deprecation plan in WIP, whether should we also do this work in runtime-rs ? what do you think @pmores |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is frustrating as I'm re-doing the same reviews from the previous PR and you've missed a bunch of things that were in that code. Please ensure you check through it yourself again
tools/packaging/kata-deploy/runtimeclasses/kata-runtimeClasses.yaml
Outdated
Show resolved
Hide resolved
Agreed, and it should be a much smaller change in runtime-rs too I guess. However I think we'd better merge #10968 first to complete SNP functionality. An SEV deprecation PR would likely conflict with #10968, and I assume finishing required functionality is more important than removing deprecated functionality anyway. |
f978b68
to
705ffdf
Compare
sure @pmores , make the required function done first and move it forward. |
@@ -436,6 +436,7 @@ install_image_confidential() { | |||
|
|||
#Install cbl-mariner guest image | |||
install_image_mariner() { | |||
export IMAGE_SIZE_ALIGNMENT_MB=2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this related to the SEV removal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @zvonkok, not sure how that change got pulled into this PR, I think there was a mix up with the files that Adi had shared with me and some previous PR. I went ahead and reverted it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zvonkok Do you have any other comments on this PR?
705ffdf
to
e15b304
Compare
b1391b9
to
fd03004
Compare
bbc36a0
to
ef7b395
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM. Thanks for the updates
tools/packaging/kernel/configs/fragments/x86_64/confidential/sev.conf
Outdated
Show resolved
Hide resolved
d39f88a
to
24bd9a4
Compare
Removing files related to SEV, responsible for installing and configuring Kata containers. Co-authored-by: Adithya Krishnan Kannan <AdithyaKrishnan.Kannan@amd.com> Signed-off-by: Arvind Kumar <arvinkum@amd.com>
Removing files pertaining to SEV from the CI framework. Co-authored-by: Adithya Krishnan Kannan <AdithyaKrishnan.Kannan@amd.com> Signed-off-by: Arvind Kumar <arvinkum@amd.com>
Removing runtime SEV functionality, such as the kbs, ovmf, VMSA handling, and SEV configs as part of deprecating SEV from kata. Co-authored-by: Adithya Krishnan Kannan <AdithyaKrishnan.Kannan@amd.com> Signed-off-by: Arvind Kumar <arvinkum@amd.com>
Removing kernel config files realting to SEV as part of the SEV deprecation efforts. Co-authored-by: Adithya Krishnan Kannan <AdithyaKrishnan.Kannan@amd.com> Signed-off-by: Arvind Kumar <arvinkum@amd.com>
24bd9a4
to
afedad0
Compare
Follow up PR for PR kata-containers#11380. Continuing deprecation of SEV from Kata by removing references from the OVMF. Signed-off-by: Arvind Kumar <arvinkum@amd.com>
This PR is continuing from where @AdithyaKrishnan left off in 11070 for the SEV deprecation from kata.