summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-03 01:38:09 -0500
committerJeff Carr <[email protected]>2024-11-03 01:38:09 -0500
commitbd1ed6f513d9a84b22c74d5a3e5683817e3aae8e (patch)
treed955fe18ed354641a4ffd7daef4e522146178c9b /argv.go
parent173e9ef1f45fa889f4e1288b1c1f8a010134f416 (diff)
notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go10
1 files changed, 6 insertions, 4 deletions
diff --git a/argv.go b/argv.go
index 218b4ca..67186e2 100644
--- a/argv.go
+++ b/argv.go
@@ -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.
`
}