f5devcentral / f5-puppet

Puppet modules for F5 BIG-IP
Apache License 2.0
13 stars 27 forks source link

sync-failover device group support #53

Closed gmathes closed 5 years ago

gmathes commented 5 years ago

We currently run our LTMs in active-standby pairs. However, the management interface does not float to the active device during failover, so Puppet needs to be able to talk to each LTM separately.

This update adds a fact for failover state, so our manifest can determine whether the current device is active (and apply changes).

It also add the ability to choose the correct 'item' returned from '/mgmt/tm/cm/device' for the selfDevice.

eRaid6 commented 5 years ago

I'd like to see this get integrated as well.

gmathes commented 5 years ago

Closing, needs updates that I can't provide.

@theblackvista, feel free to copy this if it is still needed.