summaryrefslogtreecommitdiff
path: root/addDroplet.go
AgeCommit message (Collapse)Author
2024-10-26more moved into virtigoxmlJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26validate moved into virtigoxml. maybe a bad name?Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26move this into a common package?Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26more common code. it might work again. would be niceJeff Carr
to have a kuma check, but no. I fucking deleted it. and of course with no backup or memory of where I mapped it to. kuma needs an undelete! or an event log of changes to kuma. ironic since all it does is track changes in state but it doesn't track it's own changes Signed-off-by: Jeff Carr <[email protected]>
2024-10-26compiles and lists hypervisorsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26new config filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26still worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26using lib/virtigoxml and it seems to actually workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25--xml-ignore-disk=true worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25checking for duplicate filenames worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25check for duplicate disk namesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25print out change eventsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25more xml checksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25pretty good XML handling at this pointv0.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25dumb nil panicJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25fails on imports with duplicate mac addrsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25better mac addr checkingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25dump out xml for networks that don't parseJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25ignore bridge name changes by defaultJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25try writing out eventsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25return network changesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25todo: need to generate mac addrsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25more xml fixesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25better network checkingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25cleaner xml processingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25better libvirt xml processingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25make a change memory size eventJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25works, it's neat, but do I really want this?Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-24cleanup instructionsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-24cleanup helpJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23another check for custom cpu xmlJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23more xml importingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23working but not working yetJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23switched to pb.DropletState enumJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23check if spice port has changedJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23keep processing my libvirt xml filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23puts the spice port in the protobufJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23save qemu machine and archJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23make something to dump out all the 'standard' xmlJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23dump 'standard' libvirt xml stuffJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23cleanup STDOUT loggingv0.0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23added some xml filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23maybe adds new droplets from libvirt xmlJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23save drive filenameJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23update memory, cpus and maybe mac addr workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23start processing mac addrJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23work on adding droplets from libvirt xml filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23compiles and runs. logic wrongJeff Carr
Signed-off-by: Jeff Carr <[email protected]>