|
|
|
|
|
by e1ven
5666 days ago
|
|
I did a midrange deployment with bcfg2 (~250 machines), and what I found is that it was slow to use. Firing off a bcfg2 push would take almost 20 minutes, which was pretty unusable; The big problem was that it didn't handle large numbers of connections simultaneously well, so I ended up having to stagger them. CFengine was able to do the same push in < 30 seconds. Win. I'll be looking at Chef again in the near future. It's got a LOT of nice features; Hopefully we can make it scale out quickly. |
|