summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22write out json cfg fileJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18simple ethernet mac settingsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18cleanup old codeJeff 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-18more mac and filename statsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18set the qcow2 filenameJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18simpleDisk() to add qcow2 fileJeff 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-17clean up logging of initial scan of dropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-16faviconJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-16crudsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-16this is such stupid code because I haven't switched to protobufJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-15start from the command line worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13fix hypervisor active logic upsidedownJeff 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-13trigger start over httpJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13track the global killcount of virtigod restartsJeff 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-13more accurate totalsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13show totalsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13start a tally of working, totals, not working, etcJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13track hypervisor daemon kill countJeff 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-12state changes if droplet rebootsJeff 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-12poll all the hostsJeff 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