diff options
| author | Jeff Carr <[email protected]> | 2024-11-03 01:38:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-03 01:38:09 -0500 |
| commit | bd1ed6f513d9a84b22c74d5a3e5683817e3aae8e (patch) | |
| tree | d955fe18ed354641a4ffd7daef4e522146178c9b /argv.go | |
| parent | 173e9ef1f45fa889f4e1288b1c1f8a010134f416 (diff) | |
notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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. This app talks to your hypervisors via the virtigod daemon. -Import your existing libvirt xml files with: - - virtigo --libvirt /etc/libvirt/qemu/*.xml +At this time, this _only_ supports qcow2 images. If you need +something else you'll have to add it in virtigolib. 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': - 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. ` } |
