summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-24 16:16:47 -0500
committerJeff Carr <[email protected]>2024-10-24 16:16:47 -0500
commitdac27e31b5cdf7f9aa382cd342dcfa79423a0f69 (patch)
treed392fe1afaf0cbcf9511521554402d8e7d09e6dc
parent5b7c1879c6ed68ec37c3b89f9eec82775a5d891a (diff)
update thinking in the notes
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--README.md17
1 files 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