initial commit
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user