質問

人形に関するアドバイスを探しています。主に、人が人形マスターのハードウェアに使用するものと、人形マスターが役立つ可能性があるノードの最大数に制限があるものです。

私は数千のサーバーを管理するために人形クラスターを設定し、このプロジェクトでどのくらいのハードウェアを投げる必要があるかは興味がありました。

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top