Carla Araujo
2010-Oct-05 13:42 UTC
[libvirt-users] Puppet Module for Virtualization Management
Hi all! Puppet [0] is an Open Source data center automation and configuration management framework. Puppet provides system administration with a simplified platform that allows for consistent, transparent, and flexible system management. Puppet can be extended with new modules, which are reusable, sharable units of Puppet code. This year, during the Google Summer of Code [1], I developed a new Puppet's module: Puppet-virt. Puppet-virt [2] provides a new type that allows the administrator to deploy and manage virtual machines using r *uby-libvirt* . At first, only Xen fullyvirtualization, Xen paravirtualization, KVM and OpenVZ are supported. If you have any suggestion or contribution, fell free to contact me and/or fork the repository at github. :) Regards, Carla Souza [0] http://www.puppetlabs.com/ [1] http://socghop.appspot.com/ [2] http://github.com/carlasouza/puppet-virt -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20101005/43113eca/attachment.htm>
Justin Clift
2010-Oct-05 14:13 UTC
[libvirt-users] Puppet Module for Virtualization Management
On 10/06/2010 12:42 AM, Carla Araujo wrote:> Hi all! > > Puppet [0] is an Open Source data center automation and configuration > management framework. Puppet provides system administration with a > simplified platform that allows for consistent, transparent, and flexible > system management. Puppet can be extended with new modules, which are > reusable, sharable units of Puppet code. > > This year, during the Google Summer of Code [1], I developed a new Puppet's > module: Puppet-virt. Puppet-virt [2] provides a new type that allows the > administrator to deploy and manage virtual machines using r *uby-libvirt* . > At first, only Xen fullyvirtualization, Xen paravirtualization, KVM and > OpenVZ are supported.Cool, nifty project. Seems quite useful, so I should really get around to checking out Puppet. :)