Skip to content

Commit 1f5ec76

Browse files
committed
.use real config as sample
1 parent d510ef8 commit 1f5ec76

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

init.settings

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## init VM from cloudimg
22
# name;cloudimg;disk;username;password (space will be trimmed)
3-
ndpa-build ;focal-server-cloudimg-amd64.img;60G;r;1
4-
gitlab-ci-ms;focal-server-cloudimg-amd64.img;50G;r;1
3+
ndpa-build ;focal-server-cloudimg-amd64.img ;60G;r;1
4+
gitlab-ci-ms;focal-server-cloudimg-amd64.img ;50G;r;1
5+
archtest ;Arch-Linux-x86_64-cloudimg.qcow2;50G;r;1
56

67
## or init VM from pre-deployed backing image (please put it into data/base/)
78
# name;existing_img_fname

runtime.settings

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# name;options (name will be trimmed, options will be passed as-is)
22
ubuntucorp ;-m 2G -smp 2 -vnc :10 -net user,hostfwd=tcp::30471-:22
33
ndpa-build ;-m 8G -smp 4 -vnc :11 -net user,hostfwd=tcp::30472-:22 -bios /usr/share/edk2-ovmf/x64/OVMF.fd
4+
archtest ;-m 4G -smp 4 -vnc :14 -net user,hostfwd=tcp::30474-:22 -bios /usr/share/edk2-ovmf/x64/OVMF.fd
45
gitlab-ci-ms;-m 4G -smp 3 -vnc :12 -net user,hostfwd=tcp::30473-:22 -bios /usr/share/edk2-ovmf/x64/OVMF.fd
56
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

0 commit comments

Comments
 (0)