From b8570d735d1ba52ee9c6d8bb1f93d5f9608c34c1 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 29 May 2019 18:46:25 +0000 Subject: --- doc/todo/dhcp_support_for_Propellor.Property.Libvirt.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/todo/dhcp_support_for_Propellor.Property.Libvirt.mdwn (limited to 'doc') diff --git a/doc/todo/dhcp_support_for_Propellor.Property.Libvirt.mdwn b/doc/todo/dhcp_support_for_Propellor.Property.Libvirt.mdwn new file mode 100644 index 00000000..dd1a80d9 --- /dev/null +++ b/doc/todo/dhcp_support_for_Propellor.Property.Libvirt.mdwn @@ -0,0 +1,14 @@ +I'd like a convenient way to add dhcp info for libvirt guests (to libvirt's internal dhcp server). + +I'm thinking something along the lines of + + Libvirt.dhcp "default" (MAC "52:54:00:00:00:01") (IPv4 "192.168.122.31") + +where I guess the MAC (or a better name?) has to be defined. "default" is the libvirt network name. +That property (and the undo) would translate into some call to "virsh net-update". + +This presumably needs a way to assign a matching MAC to the guest. We could maybe provide a convenience API that did both to avoid mismatches. + +I don't so far see a nice way to update the mac address on the guest. There is a --network mac= for virt-install, so maybe an optional parameter for defined? I guess it needs to be different function, called by defined to avoid breaking API? + + -- cgit v1.2.3