On 17.05.2013 16:12, Peter Krawetzky wrote:
Was wondering if someone has implemented the management of multiple
MySQL instances using puppet on the same server?  Essentially we want to
use the same MySQL binaries but implement multiple distinct MySQL
instances connecting via a specific port number.  Puppet Forge has a
great MySQL implementation including databases, users and permissions
but it doesn't seem to allow for managing multiple instances.
Any information would be greatly appreciated.

This is a fundamental limitation of all mysql modules I've seen. Implementing this is quite a big step up from the usual install package/manage databases setup as it requires configuring the new db cluster, and passing the port through all other defines.


I think the common solution is either kernel or h/w level virtualisation (e.g. openvz, xen, or kvm) instead of trying to cram multiple db clusters onto the same base installation.


Regards, David

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to