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

Test multiple distros #21

Merged
merged 8 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
terraform: Disable secureboot
Signed-off-by: Stéphane Graber <[email protected]>
stgraber committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c53896d10cfd322c33a07fab3f1f18ed8f62d420
5 changes: 3 additions & 2 deletions terraform/baremetal-incus/main.tf
Original file line number Diff line number Diff line change
@@ -30,8 +30,9 @@ resource "incus_profile" "this" {
description = "Profile to be used by the cluster VMs"

config = {
"limits.cpu" = "4"
"limits.memory" = var.memory
"limits.cpu" = "4"
"limits.memory" = var.memory
"security.secureboot" = "false"
}

device {