intial commit

This commit is contained in:
2022-03-30 21:30:13 +02:00
commit 9e66509ba1
10 changed files with 738 additions and 0 deletions

27
example-vm.yaml Normal file
View File

@@ -0,0 +1,27 @@
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