Go to file
Jeff Carr 065b9439a1 set spice port
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-27 05:44:29 -05:00
.gitignore go vet works 2024-10-26 04:08:35 -05:00
LICENSE more common code 2024-10-26 10:12:07 -05:00
Makefile go vet works 2024-10-26 04:08:35 -05:00
README more common code 2024-10-26 10:12:07 -05:00
addDroplet.go validate code shouldn't be here 2024-10-27 02:30:00 -05:00
disks.go validate code shouldn't be here 2024-10-27 02:30:00 -05:00
libvirtxml.go virtigod does xml generate now 2024-10-26 12:32:52 -05:00
spice.go set spice port 2024-10-27 05:44:29 -05:00
start.go try building a package 2024-10-26 21:49:08 -05:00

README

This is the common libvirt xml handling code for virtigo & virtigod

This is used to import libvirt xml files (as used by virsh) and
save the information in a protocol buffer config file.

It re-creates the xml files needed for virsh on the hypervisor
and starts the vm with 'virsh create'