From dac27e31b5cdf7f9aa382cd342dcfa79423a0f69 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 24 Oct 2024 16:16:47 -0500 Subject: [PATCH] update thinking in the notes Signed-off-by: Jeff Carr --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 988cd43..3365488 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -the libvirt xml files are just a bit much at this point - They are what to use for starting droplets with virsh, -but for making a cluster or "home cloud" or something -like virtigo, I think it's going to be better to do -something simple. Anyway, this is that attmept. +but for making a cluster or "home cloud" with virtigo + +When possible & sensible, use the same variable names as libvirt + +virtigo needs to coordinate all the virtual machine +information centrally. The information in the libvirt xml +files are imported into these protobuf definitions and +passed around as protobufs + +virtigo recreates the libvirt xml files and calls +'virsh create' -Nonetheless, when possible, use the same names as libvirt