tests(packer): update & cleanup tests images.
This commit is contained in:
parent
a5cafe26ea
commit
03b777340d
12 changed files with 202 additions and 292 deletions
|
|
@ -22,12 +22,6 @@ variable "ssh_publickey" {
|
|||
default = "~/.ssh/id_ed25519.pub"
|
||||
}
|
||||
|
||||
variable "ssh_privatekey" {
|
||||
description = "Path to the ssh private key"
|
||||
type = string
|
||||
default = "~/.ssh/id_ed25519"
|
||||
}
|
||||
|
||||
variable "disk_size" {
|
||||
description = "Disk size of the VM to build"
|
||||
type = string
|
||||
|
|
@ -49,7 +43,7 @@ variable "base_dir" {
|
|||
variable "firmware" {
|
||||
description = "Path to the UEFI firmware"
|
||||
type = string
|
||||
default = "/usr/share/edk2-ovmf/x64/OVMF_CODE.fd"
|
||||
default = "/usr/share/edk2/x64/OVMF_CODE.fd"
|
||||
}
|
||||
|
||||
variable "output" {
|
||||
|
|
@ -83,7 +77,7 @@ variable "release" {
|
|||
version = string
|
||||
}))
|
||||
default = {
|
||||
"ubuntu" : {
|
||||
"ubuntu22" : {
|
||||
codename = "jammy",
|
||||
version = "22.04.2",
|
||||
},
|
||||
|
|
@ -99,5 +93,11 @@ variable "release" {
|
|||
codename = "tumbleweed",
|
||||
version = "",
|
||||
}
|
||||
"fedora" : {
|
||||
codename = "40",
|
||||
version = "1.14",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue