- KVM module with connection configuration (local/SSH) - VM lifecycle management (create/start/stop/destroy/delete) - Network management (create/delete isolated virtual networks) - Volume management (create/delete storage volumes) - Example: OKD HA cluster deployment with OPNsense firewall - All VMs configured for PXE boot with isolated network The KVM module uses virsh command-line tools for management and is fully integrated with Harmony's architecture. It provides a clean Rust API for defining VMs, networks, and volumes. The example demonstrates deploying a complete OKD high-availability cluster (3 control planes, 3 workers) plus OPNsense firewall on an isolated network.
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"ollama": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "Ollama sto1",
|
|
"options": {
|
|
"baseURL": "http://192.168.55.132:11434/v1"
|
|
},
|
|
"models": {
|
|
"qwen3-coder-next:q4_K_M": {
|
|
"name": "qwen3-coder-next:q4_K_M"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|