Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Atom Powers
On Thu, Apr 25, 2013 at 7:04 PM, Tom Limoncelli wrote > > The benefit of a message queue system is that the distribution of > messages to all the endpoints is highly optimized. Many of these > systems use multicast for all systems on a particular IP subnet and > other interesting techniques to ma

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread John Stoffel
> "Morgan" == Morgan Blackthorne writes: Morgan> Newer versions of Chef actually embed everything; just drop Morgan> and go. They call it the omnibus versions. It's great for not Morgan> having to deal with the headaches of ruby versions... you can Morgan> still install it via gem if you want

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread John Stoffel
Corey> On Apr 25, 2013, at 1:58 PM, "John Stoffel" wrote: >> So looking at Salt and seeing that it requires Python is still a >> gotcha, but possibly one I can deal with now. Corey> So does yum. :-) Show me yum on Solaris... Corey> On a pristine CentOS6 system it only grabs the zeromq bin

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Jan Schaumann
Tom Limoncelli wrote: > >From your workstation open 10,000 SSH connections (as if you are > updating 10,000 machines). Chances are your machine doesn't have > enough RAM for that many /usr/bin/ssh processes. Heh, been there, done that: $ w 10:45 AM up 51 days, 22:19, 11 users, load averages:

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Tom Limoncelli
On Thu, Apr 25, 2013 at 8:02 PM, Michael Tiernan wrote: > Can I ask a side question about this statement? On the whole, I can > believe the statement but I'd like to ask for a bit more clarification > on it. Not to question the statement in general but to learn more > about the overall process. H

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Robert Hajime Lanning
On 04/25/13 17:02, Michael Tiernan wrote: Please tell me if I get this wrong but as I see it, each one of these connections (individually) has four stages to it. Stage 1, network request & handshake to establish connection to now talk to "ssh". TCP handshake in kernel plus allocation of buf

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Michael Tiernan
> "Chef works atop ssh, which – while the gold standard for cryptographically > secure systems management – is computationally expensive to the point where > most master servers fall over under the weight of 700-1500 clients." Can I ask a side question about this statement? On the whole, I can bel

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Tom Limoncelli
Corey, Related to this point... On Thu, Apr 25, 2013 at 3:32 PM, Atom Powers wrote: > Because configuration management is about a lot more than "running ssh in a > 'for' loop." Your blog post makes the point that Salt is more than that and give an example of specifying config management idempot

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Corey Quinn
Thanks to Paul, Morgan, and Elijah for pointing out an inaccuracy: On Apr 25, 2013, at 2:46 PM, Paul Graydon wrote: > On 04/25/2013 11:33 AM, Morgan Blackthorne wrote: >> >> "Chef works atop ssh, which – while the gold standard for cryptographically >> secure systems management – is computatio

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Matthew Barr
On Apr 25, 2013, at 5:45 PM, Chris Snell wrote: > On Thu, 25 Apr 2013, Paul Graydon wrote: > >> On 04/25/2013 10:58 AM, John Stoffel wrote: >>> Chef, puppet, etc all seemed to want me to first install python or >>> ruby or something else that wasn't part of my base systems. This has >>> change

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Chris Snell
On Thu, 25 Apr 2013, Paul Graydon wrote: On 04/25/2013 10:58 AM, John Stoffel wrote: Chef, puppet, etc all seemed to want me to first install python or ruby or something else that wasn't part of my base systems. This has changed over time, and esp as I've finally moved away from Solaris 8 in a

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Paul Graydon
On 04/25/2013 11:33 AM, Morgan Blackthorne wrote: "Chef works atop ssh, which -- while the gold standard for cryptographically secure systems management -- is computationally expensive to the point where most master servers fall over under the weight of 700-1500 clients." This is factually

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Morgan Blackthorne
On Thu, Apr 25, 2013 at 1:58 PM, John Stoffel wrote: > This has been the big issue keeping me from deploying configuration > management at $WORK, because I have to convince all the rest of the > team that it's really worth the hassle and change in mind set. > > For me, supporting Solaris 8/10 Spa

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Paul Graydon
On 04/25/2013 10:58 AM, John Stoffel wrote: Phillip> Maybe I'm misunderstanding, but you seem to be implying that Phillip> Salt is not helping you do anything more than run commands. Phillip> If so, it's important to note that it can both run commands Phillip> and manage config ala puppet style.

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Elijah Wright
On Thu, Apr 25, 2013 at 10:58 AM, Corey Quinn wrote: > I haven't picked a fight in a while, so I wrote a blog post about Salt. > > > http://blog.smartbear.com/software-quality/bid/283535/A-Taste-of-Salt-Like-Puppet-Except-It-Doesn-t-Suck > > What's this in your post about chef requiring ssh to ru

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Corey Quinn
On Apr 25, 2013, at 1:58 PM, "John Stoffel" wrote: > > So looking at Salt and seeing that it requires Python is still a > gotcha, but possibly one I can deal with now. So does yum. :-) On a pristine CentOS6 system it only grabs the zeromq bindings, the YAML parser, and a couple of other pyt

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread John Stoffel
> "Phillip" == Phillip Steinbachs writes: Phillip> On Thu, 25 Apr 2013, Atom Powers wrote: >> Because configuration management is about a lot more than "running ssh in a >> 'for' loop." >> >> I've been using CfEngine for about a decade and recently moved to a puppet >> infrastructure. I can

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Josh Smift
AP> Because configuration management is about a lot more than "running ssh in a AP> 'for' loop." PS> Maybe I'm misunderstanding, but you seem to be implying that Salt is PS> not helping you do anything more than run commands. If so, it's PS> important to note that it can both run commands and mana

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Phillip Steinbachs
On Thu, 25 Apr 2013, Atom Powers wrote: Because configuration management is about a lot more than "running ssh in a 'for' loop." I've been using CfEngine for about a decade and recently moved to a puppet infrastructure. I can say with confidence that there are times when you want to have more

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Allen S. Rout
On 04/25/2013 03:32 PM, Atom Powers wrote: > Because configuration management is about a lot more than "running ssh in a > 'for' loop." > This. The point of entering a configuration-management paradigm is to benefit from the art of those who have gone before you, not to free yourself from constr

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Atom Powers
; *Sent:* Thursday, April 25, 2013 11:58 AM > *To:* LOPSA Discuss > *Subject:* [lopsa-discuss] Saltstack Blog Post > > ** ** > > I haven't picked a fight in a while, so I wrote a blog post about Salt.*** > * > > ** ** > > > http:/

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Phil Pennock
On 2013-04-25 at 12:19 -0400, Will Dennis wrote: > Intrigued... I'd like to hear a (reasoned) argument against using Salt, > especially for those of us on the cusp of rolling out a new config mgmt. > system... Here's a slightly redacted version of an analysis I wrote on Jan 2nd for a different aud

Re: [lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Will Dennis
13 11:58 AM To: LOPSA Discuss Subject: [lopsa-discuss] Saltstack Blog Post I haven't picked a fight in a while, so I wrote a blog post about Salt. http://blog.smartbear.com/software-quality/bid/283535/A-Taste-of-Salt-Li ke-Puppet-Except-It-Doesn-t-Suck

[lopsa-discuss] Saltstack Blog Post

2013-04-25 Thread Corey Quinn
I haven't picked a fight in a while, so I wrote a blog post about Salt. http://blog.smartbear.com/software-quality/bid/283535/A-Taste-of-Salt-Like-Puppet-Except-It-Doesn-t-Suck -- Corey___ Discuss mailing list Discuss@lists.lopsa.org https://lists.lopsa