[Puppet Users] Puppet features

2011-02-28 Thread Luis Miguel Silva
Dear all, I'm a software integrator and i'm currently evaluating Puppet to understand how we can potentially integrate our products with it. I've been reading documentation on it and i'm currently installing a Puppet system but i have some questions that i was hoping someone could answer? a) In t

[Puppet Users] Puppet Enterprise

2011-02-28 Thread Luis Miguel Silva
Dear all, I've been watching the installation how to video on PuppetLabs's website but i don't understand where to get mcollective OR how to clone the repos with all the modules (all at once)? http://www.puppetlabs.com/misc/pe-files/ I noticed there are mcollective-common, mcollective-server and

Re: [Puppet Users] Puppet Enterprise

2011-02-28 Thread Luis Miguel Silva
Thanks Nan, ill try that! Luis Miguel Silva On Feb 28, 2011, at 4:41 PM, Nan Liu wrote: > On Mon, Feb 28, 2011 at 4:17 PM, Luis Miguel Silva > wrote: >> Dear all, >> >> I've been watching the installation how to video on PuppetLabs's >> website but i d

Re: [Puppet Users] Re: Puppet features

2011-03-01 Thread Luis Miguel Silva
Thank you so much Luke, that was very helpful! Luis On Tue, Mar 1, 2011 at 1:52 AM, luke.bigum wrote: > On Feb 28, 7:50 pm, Luis Miguel Silva > wrote: >> Dear all, >> >> I'm a software integrator and i'm currently evaluating Puppet to >> understand how w

Re: [Puppet Users] Re: Puppet features

2011-03-01 Thread Luis Miguel Silva
gt; > (It doesn't do class building either, afaik nothing does right now.) > > On Tue, Mar 1, 2011 at 1:28 PM, Luis Miguel Silva > wrote: >> >> Thank you so much Luke, that was very helpful! >> >> Luis >> >> On Tue, Mar 1, 2011 at 1:52 AM, lu

Re: [Puppet Users] Re: Puppet features

2011-03-01 Thread Luis Miguel Silva
Thank you! On Tue, Mar 1, 2011 at 2:48 PM, James Turnbull wrote: > Luis Miguel Silva wrote: >> Thanks! >> >> Has anybody seen docs / information on using, for instance, xCAT or >> Cobbler with Puppet? >> > > Cobbler: &g

[Puppet Users] Puppet API?

2011-03-01 Thread Luis Miguel Silva
Dear all, Is there an api we can use to externally add / remove or update classes in Puppet or add them to nodes? Or is changing config files / running puppet commands the only way to interface with Puppet? Thank you, Luis -- You received this message because you are subscribed to the Google Gr

Re: [Puppet Users] Puppet API?

2011-03-01 Thread Luis Miguel Silva
Exactly what i was looking for, thanks! On Tue, Mar 1, 2011 at 3:09 PM, Jacob Helwig wrote: > On Tue, 01 Mar 2011 15:06:13 -0700, Luis Miguel Silva wrote: >> >> Dear all, >> >> Is there an api we can use to externally add / remove or update >> classes in Pupp

Re: [Puppet Users] Puppet Enterprise

2011-03-01 Thread Luis Miguel Silva
;, jump => "ACCEPT", } But where do i specify this in the dashboard? (specific class parameters)? And how do i configure it in a site.pp ? That's the only two questions i have (and i promise not to bother you anymore)! :o) Thanks a lot for your help, Luis On Tue, Mar 1, 20

Re: [Puppet Users] Puppet Enterprise

2011-03-01 Thread Luis Miguel Silva
igure them with individual parameters (via both the dashboard and site.pp). Thanks! Luis On Tue, Mar 1, 2011 at 8:12 PM, Luis Miguel Silva wrote: > Nan, > > I'm really confused here. Thanks to your tips, i was able to download > an extra-module (i tried downloading puppetlabs/apa

[Puppet Users] How to remove a class from a node (using dashboard)

2011-03-01 Thread Luis Miguel Silva
Dear all, I finally managed to load an extra module (apache) via dashboard but i'm having trouble removing it? My expectation was that, once i removed the class from the node (stopped including it), Puppet would call some sort of deprovisioning mechanism that would remove the class (so, in my case

Re: [Puppet Users] Puppet Enterprise

2011-03-01 Thread Luis Miguel Silva
Thank you Nan, i will try that out. Thanks a lot for taking the time to help me! Luis On Tue, Mar 1, 2011 at 9:48 PM, Nan Liu wrote: > On Tue, Mar 1, 2011 at 8:28 PM, Luis Miguel Silva > wrote: >> Oh k, i just figured out how does Puppet get the node classes from the >> das

Re: [Puppet Users] Re: How to remove a class from a node (using dashboard)

2011-03-02 Thread Luis Miguel Silva
Thanks Luke, that helps clarify things for me :o) Luis Miguel Silva On Mar 2, 2011, at 2:29 AM, "luke.bigum" wrote: > Puppet will not do anything you don't tell it to do. Try think of it > more along the lines of your modules and manifests describing how a > server s

Re: [Puppet Users] Re: How to remove a class from a node (using dashboard)

2011-03-02 Thread Luis Miguel Silva
Yeah, that's good to know. I figured that was the way it worked after i removed the class from the node and the service stood there BUT was assuming that it would go away (i.e. the class had a unprovisioning method of some sort) :o). Thanks a lot, Luis On Wed, Mar 2, 2011 at 8:29 AM, jcbollinger