parent
173e9ef1f4
commit
bd1ed6f513
10
argv.go
10
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.
|
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.
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue