diff --git a/init.settings b/init.settings index 9fbb53f00ad109bb14e54bfb22452938c085c4b1..068441ec3d8df29ba46ce9da5be40ddca0bf1fa4 100644 --- a/init.settings +++ b/init.settings @@ -1,7 +1,8 @@ ## init VM from cloudimg # name;cloudimg;disk;username;password (space will be trimmed) -ndpa-build ;focal-server-cloudimg-amd64.img;60G;r;1 -gitlab-ci-ms;focal-server-cloudimg-amd64.img;50G;r;1 +ndpa-build ;focal-server-cloudimg-amd64.img ;60G;r;1 +gitlab-ci-ms;focal-server-cloudimg-amd64.img ;50G;r;1 +archtest ;Arch-Linux-x86_64-cloudimg.qcow2;50G;r;1 ## or init VM from pre-deployed backing image (please put it into data/base/) # name;existing_img_fname diff --git a/runtime.settings b/runtime.settings index 023e8ee5cb1f109e6554420ac51b0aa28622c57d..69075b7ca8bdf2b6510e397318e4085a4e185dc6 100644 --- a/runtime.settings +++ b/runtime.settings @@ -1,5 +1,6 @@ # name;options (name will be trimmed, options will be passed as-is) ubuntucorp ;-m 2G -smp 2 -vnc :10 -net user,hostfwd=tcp::30471-:22 ndpa-build ;-m 8G -smp 4 -vnc :11 -net user,hostfwd=tcp::30472-:22 -bios /usr/share/edk2-ovmf/x64/OVMF.fd +archtest ;-m 4G -smp 4 -vnc :14 -net user,hostfwd=tcp::30474-:22 -bios /usr/share/edk2-ovmf/x64/OVMF.fd gitlab-ci-ms;-m 4G -smp 3 -vnc :12 -net user,hostfwd=tcp::30473-:22 -bios /usr/share/edk2-ovmf/x64/OVMF.fd devbox ;-m 8G -smp 8 -vnc :13 -bios /usr/share/edk2-ovmf/x64/OVMF.fd -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time -nic tap,ifname=vnic0,script=no,downscript=no,mac=10:11:11:11:11:10 -chardev socket,id=chrtpm,path=/extradisk/swtpm/mytpm.sock -tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0