Increase volume size of base image
This commit is contained in:
parent
244f6bc354
commit
5374f720a7
1 changed files with 1 additions and 3 deletions
4
jobs/user-vms/distro.hcl
Executable file → Normal file
4
jobs/user-vms/distro.hcl
Executable file → Normal file
|
@ -23,7 +23,7 @@ job "distro-vm" {
|
||||||
}
|
}
|
||||||
|
|
||||||
artifact {
|
artifact {
|
||||||
source = "https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2"
|
source = "http://136.206.16.5:8000/base-images/debian-12-genericcloud-amd64-30G.qcow2"
|
||||||
destination = "local/distro-vm.qcow2"
|
destination = "local/distro-vm.qcow2"
|
||||||
mode = "file"
|
mode = "file"
|
||||||
}
|
}
|
||||||
|
@ -32,9 +32,7 @@ job "distro-vm" {
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image_path = "local/distro-vm.qcow2"
|
image_path = "local/distro-vm.qcow2"
|
||||||
|
|
||||||
accelerator = "kvm"
|
accelerator = "kvm"
|
||||||
|
|
||||||
drive_interface = "virtio"
|
drive_interface = "virtio"
|
||||||
|
|
||||||
args = [
|
args = [
|
||||||
|
|
Loading…
Reference in a new issue