Forum Discussion

Twirrim_94896's avatar
Twirrim_94896
Icon for Nimbostratus rankNimbostratus
Oct 01, 2012

Python management scripts

Not sure if anyone will find these useful, but figured we'd get these up and out there. To help us manage our F5s we knocked up a set of python scripts to allow us to handle the iRule, pool and monitor configuration from flat files (with enforcement that changes must be checked in to our version control system)

 

https://github.com/twirrim/f5-deploy

 

Feel free to use, enhance, critique or whatever! They're based around our specific needs rather than an attempt to implement everything at the moment. For example, monitoring only supports TTYPE_HTTP, TTYPE_HTTPS and TTYPE_TCP_HALF_OPEN for now.