intial commit
This commit is contained in:
27
example-vm.yaml
Normal file
27
example-vm.yaml
Normal 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
|
||||
Reference in New Issue
Block a user