Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-03 01:38:09 -05:00
parent 173e9ef1f4
commit bd1ed6f513
1 changed files with 6 additions and 4 deletions

10
argv.go
View File

@ -34,14 +34,16 @@ This maintains a master list of all your vm's (aka 'droplets')
in your homelab cloud. You can import libvirt xml files. in your homelab cloud. You can import libvirt xml files.
This app talks to your hypervisors via the virtigod daemon. This app talks to your hypervisors via the virtigod daemon.
Import your existing libvirt xml files with: At this time, this _only_ supports qcow2 images. If you need
something else you'll have to add it in virtigolib.
virtigo --libvirt /etc/libvirt/qemu/*.xml
This runs a http server so you can control your virtual machines. This runs a http server so you can control your virtual machines.
For example to start a vm called 'www.wit.com' your cluster 'foo.bar.com': For example to start a vm called 'www.wit.com' your cluster 'foo.bar.com':
curl http://foo.bar.com/start?www.wit.com curl http://virtigo.foo.com/start?www.wit.com
Use 'virtigoctl' to import xml files from libvirt and configure new
hypervisors in your cluster.
` `
} }