Add scripts to setup CC with qemu on a single node#7
Open
amshinde wants to merge 1 commit into
Open
Conversation
Author
|
@ruomengh Please take a look. |
254280f to
9f94ca1
Compare
ruomengh
reviewed
Aug 14, 2024
| } | ||
|
|
||
| install_pre_reqs() { | ||
| sudo -E apt install -y qemu-utils guestfs-tools virtinst genisoimage libvirt-daemon-system libvirt-daemon cloud-init |
There was a problem hiding this comment.
@amshinde Qemu and libvirt should already be installed via Canonical before running setup_cc.sh.
Author
There was a problem hiding this comment.
Yes, I just added this in case these are uninstalled. In any case if these are already installed, this will just be no-op.
|
@amshinde Seems the launch_k8s or launch_k3s part is not implemented yet. Also a few inline comments. Thanks. |
chavafg
reviewed
Aug 16, 2024
8c07a99 to
bd2b7a7
Compare
bd2b7a7 to
a5f36cb
Compare
a5f36cb to
02c1b79
Compare
Author
|
@ruomengh I have addressed your review comments last week itself. Any pending typos including changing all usage of |
02c1b79 to
9d87630
Compare
9d87630 to
5afad01
Compare
Scripts create a VM image with TDX support, install required dependencies and start qemu with confidential cluster running on it. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
5afad01 to
9bb8fa1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scripts create a VM image with TDX support, installs required dependencies such as docker and kubernetes, sets up proxy setttings for systemd services and provides instructions to launch a kubernetes cluster.
Note:
This is a work-in-progress PR intended to get initial feedback on the workflow. While parts of it are verified, there still needs to be additional verification done.