Pregunta

Solo estoy buscando un consejo sobre títere.Principalmente lo que todos usan para el hardware de su master de títeres y si hay un límite en el número máximo de nodos que puede servir un maestro de títeres.

Estoy mirando a la configuración de un clúster de títeres para administrar unos pocos miles de servidores y fue curioso cuánto hardware necesitaría tirar en este proyecto.

¿Fue útil?

Solución

I do not manage much servers ( less than 10 ) for the moment, so I cannot help you much, but if scaling is a issue, you can have a masterless deployment, using git and running puppet with cron ( http://current.workingdirectory.net/posts/2011/puppet-without-masters/ ).

You just need to deploy your config, using cron ( and the vcs of your choice ), and to apply it, using cron too ( or fabric, or mcollective ). Then the only thing that need to scale is the vcs server, and this is much easier to do. You can even simply use rsync or nfs, and I think serving a few thousand server would not be a problem.

However, the issue would be stored configs.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top