[Puppet Users] Puppet kick exists with 0 even when puppet run has failures

2013-07-22 Thread MrTeleBird
Hello, when applying this patch to my /usr/lib/ruby/site_ruby/1.8/puppet/application/kick.rb file: http://projects.puppetlabs.com/issues/6255 I get this error message: *undefined method `logs' for nil:NilClass* anyone knows what am i missing?? thanks!! Cesar -- You received this message

[Puppet Users] After update facter, puppet kick does not work anymore

2013-07-16 Thread MrTeleBird
Hello everyone, today I updated facter to ver sion 1.7.2 at both, master and clients. And since then, puppet kick does not work anymore. I see on the client that it triggered a run but then it stays there and does anything more :-(, any ideas what could be wrong?? Cheers, Cesar -- You

[Puppet Users] Re: After update facter, puppet kick does not work anymore

2013-07-16 Thread MrTeleBird
Mmm I have found something interessting. Puppet agent hangs only when the CentOS distro is 6.2, On Tuesday, July 16, 2013 1:45:16 PM UTC+2, MrTeleBird wrote: Hello everyone, today I updated facter to ver sion 1.7.2 at both, master and clients. And since then, puppet kick does not work

[Puppet Users] Re: After update facter, puppet kick does not work anymore

2013-07-16 Thread MrTeleBird
Hi, just an update: I downgraded from FACTER 1.7.2 to version 1.6.18 and the hang is gone. I think the issue might be related to this: https://github.com/puppetlabs/facter/pull/304/files or something similar. Cheers, Cesar -- You received this message because you are subscribed to the Google

[Puppet Users] puppet kick question

2013-04-02 Thread MrTeleBird
Hello, I have basically two questions regarding *puppet kick* (old puppetrun) when calling a puppet kick host1.com host2.com host3.com : first question) does puppet kick deploy the catalogue on the three hosts serially or in parallel?? and 2) what happens if for any reason the deployment

[Puppet Users] Re: how to call a class from different module than current

2013-03-25 Thread MrTeleBird
Hi John! yes, exactly that was the answer I was looking for. I think the next time I will not forget just to think easy ;-) cheers, Cesar -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails

[Puppet Users] how to call a class from different module than current

2013-03-22 Thread MrTeleBird
Hi dear Users, I've been looking in internet and on the puppet wiki website but i am still confused about this. Lets say I have 2 Modules: A and B What I want to do is call a class on module A directly from module B. I know it is possible to call different classes within a module by using

Re: [Puppet Users] Puppet F5: Graceful Server Shutdown

2013-02-11 Thread MrTeleBird
Hi Nan, cool, thanks for your reply. We are running both versions of F5, so i think i will give it a try and see if this works. Cheers, Cesar -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving

Re: [Puppet Users] Puppet F5: Graceful Server Shutdown

2013-02-11 Thread MrTeleBird
Another option (I do not know if this would work), would be to translate this script: https://devcentral.f5.com/wiki/icontrol.pspoolmembercontrol.ashx to ruby and execute it when deploying a new application. What do you think?? -- You received this message because you are subscribed to the

Re: [Puppet Users] Re: Puppet F5 module

2013-02-07 Thread MrTeleBird
Yes, the problem was version compatibility with my LTM. I upgrade to version 10.2.4 and voila, it works now!! Cheers -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email

[Puppet Users] Puppet F5: Graceful Server Shutdown

2013-02-07 Thread MrTeleBird
HI, How can I gracefully shut down my servers of a given pool member for maintenance without disrupting current user sessions using the F5 iControl module??...and of course, allowing for enabling and disabling of the server for a pool Has anyone done this before? Thanks -- You received

[Puppet Users] Puppet F5 module

2013-02-06 Thread MrTeleBird
Hi, following thishttps://puppetlabs.com/blog/managing-f5-big-ip-network-devices-with-puppet/tutorial, I finally made it till the part where I see the SSL cert request from my f5 load balancer. Then I signed it and configured in nodes.pp the same pool and irule as suggested in the tutorial.

[Puppet Users] Re: Puppet F5 module

2013-02-06 Thread MrTeleBird
Hi, well I think the problem is that there is no such method on my F5 load balancer. I verified directly on the webinterface of my BIG-IP: https://f5.puppetlabs.lan/iControl/iControlPortal.cgi?WSDL=System.SystemInfo For which F5 firmware version is this module supposed to work with?? thanks

Re: [Puppet Users] Re: Puppet F5 module

2013-02-06 Thread MrTeleBird
Hi Christopher! thanks for your reply. I am running LTM version BIG-IP 10.0.1 Build 283.0 Fina. This is a bit strange, isn't it? I will try to uncomment those lines on the WSDLs and see if i can do what i am looking for. If yes, then I guess i should upgrade to LTM 11. Thanks for your help

Re: [Puppet Users] Re: Puppet F5 module

2013-02-06 Thread MrTeleBird
I found this information from F5-devcentral's guys: *Versioning* Contained within the Gem is the iControl Ruby Library and the WSDLshttp://en.wikipedia.org/wiki/Web_Services_Description_Languagefor the most recent iControl SDK

[Puppet Users] Re: Puppet F5 Connection Refused

2013-01-10 Thread MrTeleBird
:28:43 UTC, MrTeleBird wrote: Hello, when I run on my proxy server: # puppet device --debug --deviceconf /etc/puppet/device/F5-lb-test.conf I get this error: info: starting applying configuration to F5-lb-test at https://operating:operating4lbtest@F5-lb-test/Common debug: Puppet::Device

[Puppet Users] Re: Puppet F5 Connection Refused

2013-01-10 Thread MrTeleBird
this problem?? Thanks On Thursday, January 10, 2013 10:06:25 AM UTC+1, MrTeleBird wrote: Hi Gavin! ok, yes that make sense. We do have a firewall in-between and I had only enable access to the BIG-IP from the proxy not from the pupept master. I will give it a try. Thanks a lot for the hint

Re: [Puppet Users] Problem: Managing F5 BIG-IP Network Devices with Puppet

2013-01-09 Thread MrTeleBird
Hi I have already solved the issue!! for the record. I forgot to export RUBYLIB path: # export RUBYLIB=/etc/puppet/modules/f5/lib/:$RUBYLIB on both master and proxy. After that it run smoothly. Thanks On Wednesday, January 9, 2013 8:47:58 AM UTC+1, MrTeleBird wrote: Hi Christopher, yes I

[Puppet Users] Re: Puppet F5 Network device

2013-01-09 Thread MrTeleBird
Hi, you have to set RUBYLIB path: # export RUBYLIB=/etc/puppet/modules/f5/lib/:$RUBYLIB on both master and proxy. Cheers, Cesar On Friday, November 2, 2012 11:55:53 AM UTC+1, Gavin Williams wrote: Hi all I'm trying to test the F5 network device support in Puppet 3.0 However I seem to

[Puppet Users] Puppet F5 Connection Refused

2013-01-09 Thread MrTeleBird
Hello, when I run on my proxy server: # puppet device --debug --deviceconf /etc/puppet/device/F5-lb-test.conf I get this error: info: starting applying configuration to F5-lb-test at https://operating:operating4lbtest@F5-lb-test/Common debug: Puppet::Device::F5: connecting to F5 device

[Puppet Users] Problem: Managing F5 BIG-IP Network Devices with Puppet

2013-01-08 Thread MrTeleBird
Hello everyone! I am facing a problem by configuring the F5 Big-IP Module: http://puppetlabs.com/blog/managing-f5-big-ip-network-devices-with-puppet/ I installed GEM f5-icontrol on both, the master and the proxy. the file device.conf is configured on my proxy too. However, when i run: # puppet

Re: [Puppet Users] Problem: Managing F5 BIG-IP Network Devices with Puppet

2013-01-08 Thread MrTeleBird
/device (LoadError) :-(( Any other idea what am I missing?? Thanks On Tuesday, January 8, 2013 6:31:51 PM UTC+1, Christopher Wood wrote: (inline) On Tue, Jan 08, 2013 at 08:30:23AM -0800, MrTeleBird wrote: Hello everyone! I am facing a problem by configuring the F5 Big-IP

[Puppet Users] Need help with Foreman and Puppet Run

2012-10-31 Thread MrTeleBird
Hi everyone, is there a way to pass options when calling Run Puppet from Foreman?? Something similar as when called via CLI: sudo puppet kick --tag module_name What i want to achieve is to run a specific module and not the whole catalog with the entire classes. is there a way to do this??

[Puppet Users] Take out hosts from load balancer while deploying with Puppet

2012-08-23 Thread MrTeleBird
Hello erveryone, I have a question, what is the best way to take hosts out from load balancer pool when deploying a module/catalog?? In our case we use a F5 Load Balancer... anyone with experience or ideas on how to do this?? I found this module: http://forge.puppetlabs.com/puppetlabs/f5

[Puppet Users] Re: Puppet Versioning

2012-06-20 Thread MrTeleBird
: On Tuesday, June 19, 2012 10:01:42 AM UTC-5, MrTeleBird wrote: Hello everyone, everytime I run on a puppet host: #puppet agent --test I see this commet: info: Applying configuration version '01' then lets say I deploy a new package from my local repository, from which I would get

[Puppet Users] Puppet Versioning

2012-06-19 Thread MrTeleBird
configuration version '02' ...question: is there a way to deploy back an older version, in this case '01'? and how? Thanks a lot! MrTeleBird -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users