Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

f5 (30) Versions 0.1.0

Resources for managing an F5 BigIP load balancer

Policyfile
Berkshelf
Knife
cookbook 'f5', '= 0.1.0', :supermarket
cookbook 'f5', '= 0.1.0'
knife supermarket install f5
knife supermarket download f5
README
Dependencies
Changelog
Quality -%

f5-cookbook

A LWRP to manage F5 VIPs and Pools. Currently a WIP. The documentation below may only refer to wishful thinking.

Supported Platforms

TBA

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['f5']['bacon']</tt></td>
<td>Boolean</td>
<td>whether to include bacon</td>
<td><tt>true</tt></td>
</tr>
</table>

Usage

f5::default

Not sure I'll use this.

Include f5 in your node's run_list:

{
  "run_list": [
    "recipe[f5::default]"
  ]
}

LWRP

In an application's recipe,

f5_pool 'mypool' do
  host 'value'
  port 'value'
  lb_method 'method' # LB_METHOD_ROUND_ROBIN default
end

f5_vip 'myvip' do
  address 'vipaddress'
  port 'vipport'
  protocol 'protocol' # TCP default
  pool 'mypool'
end

See the documentation for LocalLB::LBMethod and protocol.

Testing

Run bundle exec rspec to run the chefspec tests.

License and Authors

Author:: Sean Walberg (sean@ertw.com)

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of f5

No quality metric results found