* Generic Events We can try to use these generic events for script execution and storing of the output logs in events with `log` kind. * Lint issues * Cleanup events upon VM deletion * Basic integration test * Run an actual VM in tests * Apply suggestions from code review Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com> * Use POST * Make newEventKey private * Append events in batches * Lint issues * Private `scopePrefix` --------- Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com> |
||
|---|---|---|
| api | ||
| cmd/orchard | ||
| internal | ||
| pkg | ||
| .cirrus.star | ||
| .gitignore | ||
| .golangci.yml | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
Orchard
Orchard is an orchestration system for Tart.
Create a cluster of bare-metal Apple Silicon machines and manage dozens of VMs with ease!
Installation
go install github.com/cirruslabs/orchard/...@latest
Quick start
Start the Orchard Controller and the Worker in a single inocation:
orchard dev
Create a Virtual Machine resource:
orchard create vm --image ghcr.io/cirruslabs/macos-ventura-base:latest ventura-base
Check a list of VM resources to see if the Virtual Machine we've created above is already running:
orchard list vms