Skip to content
Snippets Groups Projects
Commit 1f5ec768 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.use real config as sample

parent d510ef8d
No related branches found
No related tags found
No related merge requests found
## 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
......
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment