Question

Je cherche juste des conseils sur la marionnette.Principalement ce que tout le monde utilise pour leur matériel de maîtrise de marionnettes et s'il existe ou non une limite sur le nombre maximal de nœuds qu'un maître de marionnettes peut servir.

Je cherche à mettre en place un groupe de marionnettes pour gérer quelques milliers de serveurs et était curieux de savoir combien de matériel que j'aurais besoin de lancer dans ce projet.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top