so it shows up on pkg.go.dev
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
1e03cd4377
commit
4883c26547
|
@ -1,6 +1,8 @@
|
||||||
virtigo: a control panel for your virtual machine cluster
|
# virtigo: a control panel for your virtual machine cluster
|
||||||
|
|
||||||
This is an attempt to make something that should:
|
There is no greater thrill for a linux sys admin than running your own cloud.
|
||||||
|
|
||||||
|
# This is an attempt to make something that should:
|
||||||
|
|
||||||
* Maintain the master list of virtual machines that should be running at all times
|
* Maintain the master list of virtual machines that should be running at all times
|
||||||
* Work with a cluster of dom0 hypervisiors via libvirt and/or qemu
|
* Work with a cluster of dom0 hypervisiors via libvirt and/or qemu
|
||||||
|
@ -12,7 +14,7 @@ This is an attempt to make something that should:
|
||||||
* Work in GUI mode (GTK/QT/etc) but ALSO the console (ncurses)
|
* Work in GUI mode (GTK/QT/etc) but ALSO the console (ncurses)
|
||||||
* GPL'd with the intent for use with homelab and personal hobbyists
|
* GPL'd with the intent for use with homelab and personal hobbyists
|
||||||
|
|
||||||
Notes & Goals:
|
# Notes & Goals:
|
||||||
|
|
||||||
* Be super easy to use.
|
* Be super easy to use.
|
||||||
* Automatically map access to serial and graphical consoles
|
* Automatically map access to serial and graphical consoles
|
||||||
|
@ -26,7 +28,7 @@ Notes & Goals:
|
||||||
* Automatic live migration to decommission nodes
|
* Automatic live migration to decommission nodes
|
||||||
* Implement iptable rules via the virtigo daemon
|
* Implement iptable rules via the virtigo daemon
|
||||||
|
|
||||||
Inspired by:
|
# Inspired by:
|
||||||
|
|
||||||
* kvm
|
* kvm
|
||||||
* virt-manager
|
* virt-manager
|
Loading…
Reference in New Issue