Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
I dont know how to stop it? Please tell me how to do do this? -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-dev+unsubscr...@googlegroups.com. To po

[Puppet-dev] Re: [Puppet Users] Re: Announce: Puppet 3.1.0 Available

2013-02-04 Thread Matthaus Owens
Absolutely right. Apologies. That was a copy/paste error on my part from a previous 3.1.0-rc release email. Thanks for catching that Jeff! On Mon, Feb 4, 2013 at 5:47 PM, Jeff McCune wrote: > On Mon, Feb 4, 2013 at 12:07 PM, Matthaus Owens > wrote: >> >> Available in native package format in the

[Puppet-dev] Re: Announce: Puppet 3.1.0 Available

2013-02-04 Thread Jeff McCune
On Mon, Feb 4, 2013 at 12:07 PM, Matthaus Owens wrote: > Available in native package format in the pre-release repositories at: > http://yum.puppetlabs.com and http://apt.puppetlabs.com Puppet 3.1.0 is in the "main" repository that is enabled by default and not the pre-release repository, right?

Re: [Puppet-dev] Welcome Adrien Thebo to the Platform Team

2013-02-04 Thread Matthaus Owens
Welcome Adrien! On Mon, Feb 4, 2013 at 4:09 PM, Jeff McCune wrote: > Hi everyone, > > I'd like to welcome Adrien Thebo to the platform team. His first day is > today and he's diving right into reviewing community pull requests. Adrien > will be working with the platform team and him and I will

[Puppet-dev] Welcome Adrien Thebo to the Platform Team

2013-02-04 Thread Jeff McCune
Hi everyone, I'd like to welcome Adrien Thebo to the platform team. His first day is today and he's diving right into reviewing community pull requests. Adrien will be working with the platform team and him and I will continue to focus on community contributions and pull requests. Please expect

[Puppet-dev] Announce: Puppet 3.1.0 Available

2013-02-04 Thread Matthaus Owens
Puppet 3.1.0 is a feature release for the 3.x series of Puppet. To see a list of the issues addressed by this release, check out the 3.1.0 version in our issue tracker at: https://projects.puppetlabs.com/versions/288 This is the first "minor" release in the Puppet 3 series. It introduces some new

[Puppet-dev] Announce: PuppetDB 1.1.1 Available!

2013-02-04 Thread Matthaus Owens
PuppetDB 1.1.1 is now available for download! This is a bug-fix release of PuppetDB. For details on the new features in PuppetDB 1.1.x, check out the blog post at https://puppetlabs.com/blog/announcing-puppetdb-1-1-do-more-with-your-data/ = ### Downloads###

Re: [Puppet-dev] PuppetDB

2013-02-04 Thread Chris Price
Actually, puppet is only going to attempt to connect to puppetdb on the SSL port, so the setting in jetty.ini that you'll want to look at is the "ssl-host" setting. The "host" one will also be useful if you'd like to be able to access the PuppetDB dashboard in a browser. On Mon, Feb 4, 2013 at 5

Re: [Puppet-dev] Puppet via Mcollective

2013-02-04 Thread Brendan O'Bra
Using MCollective, it's still not really push (as I think you are envisioning it): MCollective is used to notify the agent(s) that they should check in with the master - ultimately, the agent run still works the same - MCollective is used to start the agent run. On Mon, Feb 4, 2013 at 3:31 AM, so

Re: [Puppet-dev] PuppetDB

2013-02-04 Thread Ken Barber
(puppet-users is more appropriate for this question btw, next time use that mailing list instead of this one). 'Connection refused' is a generic TCP message telling us that the port is not open on the host you specified. This usually means its not running, or not listening on the host port combina

Re: [Puppet-dev] PuppetDB

2013-02-04 Thread Andy Parker
Sonal, There appears to be a problem that either puppetdb is not running, not listening on the port/interface, or being blocked by a firewall and so the connection to puppet db is being refused. You should take this and your other question to the puppet-dev mailing list. This list is mainly for d

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread R.I.Pienaar
- Original Message - > From: "sonal" > To: puppet-dev@googlegroups.com > Sent: Monday, February 4, 2013 12:54:56 PM > Subject: Re: [Puppet-dev] puppet agent plugin with Mcollective > > I have used different puppet server puppet-server.example.com and puppet > agent is puppet-agent.examp

[Puppet-dev] PuppetDB

2013-02-04 Thread sonal
When i m using puppetDB n Postgre sql database, following error is coming. err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for abcd.example.com to PuppetDB at puppet-DB.example.com:8081: Connection refused - connect(2) -- You

[Puppet-dev] PuppetDB

2013-02-04 Thread sonal
When i m using puppetDB n Postgre sql database, following error is coming. err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for abcd.example.com to PuppetDB at puppet-DB.example.com:8081: Connection refused - connect(2) -- You

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
I have used different puppet server puppet-server.example.com and puppet agent is puppet-agent.example.com. I have installed these things... Puppet server Mcollective Client, Mcollective common, ActiveMQ, and installed puppet agent plugin from https://github.com/puppetlabs/mcollective-puppet-age

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread R.I.Pienaar
- Original Message - > From: "sonal" > To: puppet-dev@googlegroups.com > Sent: Monday, February 4, 2013 12:21:24 PM > Subject: Re: [Puppet-dev] puppet agent plugin with Mcollective > > Actually i want to push configuration from puppet server, dont want puppet > agent to pull the configu

[Puppet-dev] Puppet via Mcollective

2013-02-04 Thread sonal
i want to push configuration from puppet server, dont want puppet agent to pull the configuration. thats why i have to use mcollective instead of puppet kick (as it is depreciated in puppet 3). But from https://github.com/puppetlabs/mcollective-puppet-agent i m trying push the configuration in

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
Actually i want to push configuration from puppet server, dont want puppet agent to pull the configuration. thats why i have to use mcollective instead of puppet kick (as it is depreciated in puppet 3). But from https://github.com/puppetlabs/mcollective-puppet-agent i m trying push the configur

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
Actually i want to push configuration from puppet server, dont want puppet agent to pull the configuration. thats why i have to use mcollective instead of puppet kick (as it is depreciated in puppet 3). But from https://github.com/puppetlabs/mcollective-puppet-agent i m trying push the configur

Re: [Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread Andy Parker
Sonal, I think what you are hitting is that the mcollective agent for puppet will try to signal the running puppet daemon, but the way the puppet daemon works it cannot be given a new set of parameters to use for its next run. I believe that if you use "puppet agent --onetime --no-daemonize" from

[Puppet-dev] I've been traveling

2013-02-04 Thread Andy Parker
I'll also give a quick update of what I've been up to, which should explain why I haven't been around for the past week :) On Monday I went to my previous employer and sat with the Ops team/visited friends. Answered a couple questions about puppet, and got a lot of interest when I mentioned that w

[Puppet-dev] puppet agent plugin with Mcollective

2013-02-04 Thread sonal
Hi I m implementing mcollective in puppet 3.0.2, I have installed in properly and i also have installed puppet agent plugin. Now i m trying to pushing configuration using mco puppet runonce. This works fine. All the modules are being pushed in puppet agent, but i want to push particular modules