summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
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-25start date works on eventsJeff 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-25fails on imports with duplicate mac addrsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25show droplet total countJeff 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-25more xml fixesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25better libvirt xml processingJeff 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-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-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]>
2024-10-23things to add xml filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23add some double checking on writing config filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23keep removing old junkJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23set a homedirJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22global hypervisor poll delayJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22allow trigger of saving the configJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22deprecate hypervisor file. yay!Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22dumped droplet fileJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22start to deprecate dumb droplets fileJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22compilesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22start migration to protobufsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22compiles and runsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18simple ethernet mac settingsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18xml file does virsh createJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18start simple xml handlingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18write out xml file for virsh create (maybe?)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-17make STDOUT output easier to readJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13checking for the grid to be 'stable' before starting new dropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13last version restarted virtigod to libvirt hangJeff Carr
it would appear at this point there is some sort of bug that hangs libvirtd. stracing it isn't obvious to me due to my lack of experience with really working with strace much. When virtigod hangs, 'virsh list' also hangs from the command line. If I kill virtigod, everything starts working again and I get lots of output from libvirtd --listen but I haven't investigated any of the errors yet or looked further. I probably will just work around this problem rather than solving it in this case since my need here is to get to working on riscv uboot development where my usefullness is better. hopefully. Or, maybe it's what I'm more interested in. maybe this bug doesn't exist on riscv. haha to you reading this, virtualization with riscv doesn't really even exist much yet. The chips are still too new! Signed-off-by: Jeff Carr <[email protected]>
2024-10-13attempt to generate an event. next up: protobufJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13cleanup STDOUT debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12add daemon modeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12first basic check to tell if the cluster is healthyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12polling duration times workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12watchdog for each hypervisorJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12ugly but limping along progressJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12the beginning of somethingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-11initial something. doesn't do anything yet.v0.0.1Jeff Carr