You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be easy enough to provide a way to manage the libvirt hook scripts, that would allow you to set up the natting you require.
Since people might want a static file or a template, this would probably require 2 parameters per hook script - something like:
class { 'libvirt ':
qemu_hook_source => puppet:///some/file,
}
or
class { 'libvirt ':
qemu_hook_content => template('some/file.erb')
}
It would be nice to be able to provide port forwards for nat setups.
A script like
http://www.torrycrass.com/2013/03/09/kvm-qemu-libvirt-nat-and-firewall-networking/
works really nice.
The text was updated successfully, but these errors were encountered: