joel

Results 44 comments of joel

I agree with elijahgagne's comments. JSON seems a good format to me. That's my preferred format for config files, these days. [BEGIN EDIT] One thing that would be helpful to...

I'm also okay with either JSON or dot-sourcing PS. It feels like some good thought and time has already gone into this endeavor, and I'd hate to see it lose...

It seems like a lot of the risk with integration tests might be able to be mitigated by utilizing a dedicated Pester partition, that's built up and torn down as...

I think this looks a lot cleaner and more manageable than the previous iteration, but I'm still trying to understand the end game here. Since the F5 session and external...

True, it would be a simple change, but it would also be a huge breaking change. Maybe if there were a way to preserve the name via an alias and...

@vercellone - we do already have [BIGIP](https://github.com/joel74/POSH-F5-BIGIP) as a possible jumping-off point. I had hoped this new module would require minimal breaking changes, but in theory we could keep all...

I like that idea. Maybe provide instructions to dot-source it in the module definition, but don't set that up by default.

Hi, guys, So Get-F5Status looks at the value of failover-status. The sync status endpoint (slightly different than what Elijah mentioned - https://LTM.domain.com/mgmt/tm/cm/sync-status) returns different info than the failover status endpoint....

I think I'll probably put together a Get-F5SyncStatus function, and maybe alias Get-F5Status to Get-F5FailoverStatus. I'm a fan of keeping the functionally in separate functions.

Thanks for posting this, Jeff. The tricky thing with getting values out of stats is that, since the module supports v 11.5/6 as well as 12+, we need to retrieve...