Pergunta

Estou apenas procurando por alguns conselhos sobre fantoche.Principalmente o que todo mundo usa para o hardware do mestre de fantoche e se há ou não um limite no número máximo de nós que um mestre de fantoches pode servir.

Estou olhando para configurar um cluster de marionetes para gerenciar alguns milhares de servidores e foi curioso quanto hardware eu precisaria jogar neste projeto.

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top