fix disabling cloud-init and system shutdown. increase ram/cpu of base vm. shrink disk_size to 6G for testing

This commit is contained in:
m0duspwnens
2025-01-17 21:25:40 -05:00
parent 60387651d2
commit a74ed0daf0
2 changed files with 16 additions and 13 deletions

View File

@@ -122,7 +122,7 @@ create_vm_sool9:
cmd.run:
- name: |
virt-install --name sool9 \
--memory 4096 --vcpus 4 --cpu host \
--memory 12288 --vcpus 8 --cpu host \
--disk /nsm/libvirt/images/sool9/sool9.qcow2,format=qcow2,bus=virtio \
--disk /nsm/libvirt/images/sool9/sool9-cidata.iso,device=cdrom \
--network bridge=br0,model=virtio \