vm-bench/backend
Claus Lohmar 4082250740 feat: VMware VMX config detection — parse .vmx files for CPU, RAM, firmware, OS type
- _parse_vmx_config reads numvcpus, memSize, firmware, guestOS from .vmx
- Configure page pre-fills CPU cores, RAM, boot type, VM name from VMX
- Banner shows detected config: 'VMware VMX config detected. Settings pre-filled'
- Works alongside OVF detection — OVF takes priority if both present
2026-07-27 10:29:38 +00:00
..
app.py fix: use full path /usr/sbin/pvesm, add debug logging, remove local-lvm fallback 2026-07-27 09:18:08 +00:00
converter.py feat: VMware VMX config detection — parse .vmx files for CPU, RAM, firmware, OS type 2026-07-27 10:29:38 +00:00
models.py feat: VMware VMX config detection — parse .vmx files for CPU, RAM, firmware, OS type 2026-07-27 10:29:38 +00:00
provisioner.py feat: OVA/OVF import via qm importovf — reads VM config from appliance descriptor 2026-07-27 10:27:32 +00:00
requirements.txt chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
vm-bench-backend.service chore: add AGENTS.md, move install.sh to root, rename frontend install.sh → setup.sh 2026-07-25 17:40:59 +00:00