Automating Web App Deployments with Opscode Chef and iControl
Chef is a systems integration framework developed here in Seattle by Opscode. It provides a number of configuration management facilities for deploying systems rapidly and consistently. For inst...
Published Jul 08, 2011
Version 1.0George_Watkins_
Historic F5 Account
Joined September 17, 2008
George_Watkins_
Historic F5 Account
Joined September 17, 2008
Prince_Tambar_1
Jul 23, 2014Nimbostratus
Same way how we disable it ;)
For enabling
================================
state = 'STATE_ENABLED'
bigip['LocalLB.PoolMember'].set_monitor_state( [pool_name], [ [ { 'member' => Member.new(node_address, node_port), 'monitor_state' => state } ] ] )
For disabling
=============================
state = 'STATE_DISABLED'
bigip['LocalLB.PoolMember'].set_monitor_state( [pool_name], [ [ { 'member' => Member.new(node_address, node_port), 'monitor_state' => state } ] ] )