Re: [Puppet Users] f5 module usage/debugging tips?

2013-10-01 Thread Gavin Williams
All Just a quick note to confirm that this issue has been fixed in 3.3.1. I've just installed 3.3.1 rc2, and have been able to successfully create a new iRule on a v11 F5 device using Puppet. So now to try and sort out v11 support :) Cheers Gavin On Tuesday, 30 July 2013 07:57:19 UTC+1,

Re: [Puppet Users] f5 module usage/debugging tips?

2013-07-30 Thread Gavin Williams
Jeff/Chris/All Completely missed this topic when doing my own investigations on this issue... However the same problem discussed on Puppet-devhttps://groups.google.com/forum/#!topic/puppet-dev/bU0_X_MOiuohas highlighted the same issue... I have therefore raised Issue

Re: [Puppet Users] f5 module usage/debugging tips?

2013-06-18 Thread jgmchan
Hi Chris, I think I've narrowed the issue down. I'm able to use the 10.2.0.2 f5 gem in a simple script with F5 v11.3.0 to create an f5_node so it looks like the F5 is keeping some backwards-compatibility. The problem is only occurring when the F5 gem is used within puppet. The f5 gem is

Re: [Puppet Users] f5 module usage/debugging tips?

2013-06-11 Thread jgmchan
Hi Chris, How did you go with trying to use the Puppet F5 module with v11.3.0? I think I am having the same issue as you were. The puppet output would say that the resource was created but the iControl debug logs shows that it is being sent an empty SOAP create message. I've tried running a

Re: [Puppet Users] f5 module usage/debugging tips?

2013-06-11 Thread Christopher Wood
Unfortunately due to various non-puppet bigip upgrade issues I haven't been able to back to this yet. If I get anything useful working I will post. On Tue, Jun 11, 2013 at 03:32:56AM -0700, jgmc...@gmail.com wrote: Hi Chris, How did you go with trying to use the Puppet F5 module with

Re: [Puppet Users] f5 module usage/debugging tips?

2013-02-11 Thread Christopher Wood
(Following up to my own post for posterity's sake, see xkcd.com/979.) Short form: for me this isn't yet as easy as a file resource but the puppetized management payoff will be worth the work. My issues are most likely a reflection of my own puppet/ruby/iControl/SOAP skill. I am going to

Re: [Puppet Users] f5 module usage/debugging tips?

2013-02-11 Thread Nan Liu
On Mon, Feb 11, 2013 at 8:27 AM, Christopher Wood christopher_w...@pobox.com wrote: (Following up to my own post for posterity's sake, see xkcd.com/979.) Short form: for me this isn't yet as easy as a file resource but the puppetized management payoff will be worth the work. My issues are

Re: [Puppet Users] f5 module usage/debugging tips?

2013-02-11 Thread Christopher Wood
On Mon, Feb 11, 2013 at 12:40:12PM -0800, Nan Liu wrote: On Mon, Feb 11, 2013 at 8:27 AM, Christopher Wood [1]christopher_w...@pobox.com wrote: (Following up to my own post for posterity's sake, see [2]xkcd.com/979.) Short form: for me this isn't yet as easy as a file

[Puppet Users] f5 module usage/debugging tips?

2013-01-17 Thread Christopher Wood
The question: how can I get extra debugging/troubleshooting information to figure out why my F5 resources aren't applying? I see my puppet device command claiming to have applied an f5_node and f5_rule, but the irule and node respectively do not appear in the device's config. I have already

Re: [Puppet Users] f5 module usage/debugging tips?

2013-01-17 Thread Nan Liu
On Thu, Jan 17, 2013 at 2:59 PM, Christopher Wood christopher_w...@pobox.com wrote: The question: how can I get extra debugging/troubleshooting information to figure out why my F5 resources aren't applying? I see my puppet device command claiming to have applied an f5_node and f5_rule, but

Re: [Puppet Users] f5 module usage/debugging tips?

2013-01-17 Thread Christopher Wood
(inline) On Thu, Jan 17, 2013 at 03:27:40PM -0600, Nan Liu wrote: On Thu, Jan 17, 2013 at 2:59 PM, Christopher Wood [1]christopher_w...@pobox.com wrote: The question: how can I get extra debugging/troubleshooting information to figure out why my F5 resources aren't applying?

Re: [Puppet Users] f5 module usage/debugging tips?

2013-01-17 Thread Nan Liu
On Thu, Jan 17, 2013 at 3:37 PM, Christopher Wood christopher_w...@pobox.com wrote: Usually when I make a change via the gui or tmsh I see the change reflected in the text config right away. Good to know. If you run puppet again does it attempt to make the same changes again? Yes,

Re: [Puppet Users] f5 module usage/debugging tips?

2013-01-17 Thread Christopher Wood
On Thu, Jan 17, 2013 at 03:48:08PM -0600, Nan Liu wrote: On Thu, Jan 17, 2013 at 3:37 PM, Christopher Wood [1]christopher_w...@pobox.com wrote: Usually when I make a change via the gui or tmsh I see the change reflected in the text config right away. Good to know. �