From 1f5ec7681e027956dda3090f3d8969681bc705c7 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Tue, 16 Jan 2024 16:48:21 -0800 Subject: [PATCH] .use real config as sample --- init.settings | 5 +++-- runtime.settings | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/init.settings b/init.settings index 9fbb53f..068441e 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 023e8ee..69075b7 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 -- GitLab