Frage

Ich suche nur nach einigen Ratschlägen auf der Puppe.Hauptsächlich, was jeder für die Hardware ihres Puppet-Masters verwendet und ob es eine Grenze für die maximale Anzahl von Knoten gibt, die ein Puppet-Master dienen kann.

Ich sehe ein Puppet-Cluster ein, um ein paar tausend Server zu verwalten, und war neugierig, wie viel Hardware ich in dieses Projekt werfen müsste.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top