diff --git a/jobs/user-vms/admin-exams.hcl b/jobs/user-vms/admin-exams.hcl index 4ddf716..e353638 100644 --- a/jobs/user-vms/admin-exams.hcl +++ b/jobs/user-vms/admin-exams.hcl @@ -14,21 +14,21 @@ job "admin-exams" { task "ayden-vm" { resources { - cpu = 12000 + cpu = 12000 memory = 4096 } artifact { - source = "http://vm-resources.service.consul:8000/res/base-images/debian-12-genericcloud-amd64-30G.qcow2" + source = "http://vm-resources.service.consul:8000/res/base-images/debian-12-genericcloud-amd64-30G.qcow2" destination = "local/ayden-vm.qcow2" - mode = "file" + mode = "file" } driver = "qemu" config { - image_path = "local/ayden-vm.qcow2" - accelerator = "kvm" + image_path = "local/ayden-vm.qcow2" + accelerator = "kvm" drive_interface = "virtio" args = [ @@ -56,21 +56,21 @@ job "admin-exams" { task "hypnoant-vm" { resources { - cpu = 12000 + cpu = 12000 memory = 4096 } artifact { - source = "http://vm-resources.service.consul:8000/res/base-images/debian-12-genericcloud-amd64-30G.qcow2" + source = "http://vm-resources.service.consul:8000/res/base-images/debian-12-genericcloud-amd64-30G.qcow2" destination = "local/hypnoant-vm.qcow2" - mode = "file" + mode = "file" } driver = "qemu" config { - image_path = "local/hypnoant-vm.qcow2" - accelerator = "kvm" + image_path = "local/hypnoant-vm.qcow2" + accelerator = "kvm" drive_interface = "virtio" args = [ diff --git a/jobs/user-vms/bastion-vm.hcl b/jobs/user-vms/bastion-vm.hcl index c236276..790c9b0 100644 --- a/jobs/user-vms/bastion-vm.hcl +++ b/jobs/user-vms/bastion-vm.hcl @@ -13,21 +13,21 @@ job "bastion-vm" { task "bastion-vm" { resources { - cpu = 12000 + cpu = 12000 memory = 4096 } artifact { - source = "http://vm-resources.service.consul:8000/bastion/bastion-vm-latest.qcow2" + source = "http://vm-resources.service.consul:8000/bastion/bastion-vm-latest.qcow2" destination = "local/bastion-vm.qcow2" - mode = "file" + mode = "file" } driver = "qemu" config { - image_path = "local/bastion-vm.qcow2" - accelerator = "kvm" + image_path = "local/bastion-vm.qcow2" + accelerator = "kvm" drive_interface = "virtio" args = [ diff --git a/jobs/user-vms/distro-vm.hcl b/jobs/user-vms/distro-vm.hcl index bf6f816..2616747 100644 --- a/jobs/user-vms/distro-vm.hcl +++ b/jobs/user-vms/distro-vm.hcl @@ -14,21 +14,21 @@ job "distro-vm" { task "distro-vm" { resources { - cpu = 12000 + cpu = 12000 memory = 4096 } artifact { - source = "http://vm-resources.service.consul:8000/res/base-images/debian-12-genericcloud-amd64-30G.qcow2" + source = "http://vm-resources.service.consul:8000/res/base-images/debian-12-genericcloud-amd64-30G.qcow2" destination = "local/distro-vm.qcow2" - mode = "file" + mode = "file" } driver = "qemu" config { - image_path = "local/distro-vm.qcow2" - accelerator = "kvm" + image_path = "local/distro-vm.qcow2" + accelerator = "kvm" drive_interface = "virtio" args = [ diff --git a/jobs/user-vms/vm-resources.hcl b/jobs/user-vms/vm-resources.hcl index bca1f91..3a8c53a 100644 --- a/jobs/user-vms/vm-resources.hcl +++ b/jobs/user-vms/vm-resources.hcl @@ -9,7 +9,7 @@ job "vm-resources" { network { port "http" { static = "8000" - to = "80" + to = "80" } }