Files
pyvmm/example-vm.yaml
2022-03-30 21:30:13 +02:00

27 lines
497 B
YAML

networks:
- name: net1
type: vde
images:
- name: centos-native
source: centos-stream-9
version: '20220330.1'
archs: [native, x86_64]
resize: 40G
virtual_machines:
- name: test-vm
arch: native
machine:
cores: 2
drives:
- type: hdd
name: fs
disk_from:
type: image
base: centos
arch: native
- type: cdrom
name: cidata
disk_from:
type: cidata
network:
- type: nic