Files
jagacloud/README.md
2025-11-23 11:29:12 +07:00

13 lines
558 B
Markdown

# Jagacloud Hypervisor (v1 scaffolding)
Minimal single-node-first hypervisor inspired by Proxmox patterns but using a clean Go node-agent with libvirt, LXC, and Podman-in-LXC.
Contents:
- cmd/node-agent: main entrypoint
- pkg: API handlers and adapters for libvirt, LXC, Podman, storage, network, config, tasks
- templates: starter templates for libvirt, LXC, Podman, network, storage configs
- ansible: host preparation playbooks and roles
- docs: API and config reference (see api/openapi.yaml)
This is a skeleton; real implementations are TODO-marked.