Manage KVM instances under SMF control
Kvmadm takes care of setting up kvm instances on illumos derived operating systems with SMF support. The kvm hosts run under smf control. Each host will show up as a separate SMF service instance.
Kvmadm uses only core perl, so it should install out of the box on any machine with a current perl installation.
wget https://github.com/hadfl/kvmadm/releases/download/v0.4.0/kvmadm-0.4.0.tar.gz
tar zxvf kvmadm-0.4.0.tar.gz
cd kvmadm-0.4.0
./configure --prefix=/opt/kvmadm-0.4.0
Now you can run
make install
By default this will also install the kvmadm smf manifest in
/var/svc/manifest/site
you can disable this behavior by calling
configure with --disable-svcimport
If you find a problem with kvmadm, please open an Issue on GitHub.
And if you have a contribution, please send a pull request.
Enjoy!
Dominik Hassler & Tobi Oetiker 2014-11-10