update thinking in the notes
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
5b7c1879c6
commit
dac27e31b5
17
README.md
17
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,
|
They are what to use for starting droplets with virsh,
|
||||||
but for making a cluster or "home cloud" or something
|
but for making a cluster or "home cloud" with virtigo
|
||||||
like virtigo, I think it's going to be better to do
|
|
||||||
something simple. Anyway, this is that attmept.
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue