cookbook 'conntrack', '= 0.2.0'
The conntrack cookbook has been deprecated
Author provided reason for deprecation:
The conntrack cookbook has been deprecated and is no longer being maintained by its authors. Use of the conntrack cookbook is no longer recommended.
conntrack (2) Versions 0.2.0 Follow1
Installs/Configures conntrack
cookbook 'conntrack', '= 0.2.0', :supermarket
knife supermarket install conntrack
knife supermarket download conntrack
Description
Installs and configures conntrack to track the maximum number of concurrent network connections to maintain.
Requirements
Platform
- Ubuntu 14.04
Attributes
node['conntrack']['hashsize']
- (32,768) Default value to usenode['conntrack']['max']
- (computed) value 4x thehashsize
Usage
Add conntrack
to the node's run_list and optionally set either or both the hashsize
and max
values.
{
"name": "foo.example.com",
...
"run_list": [
...
"recipe[conntrack]"
],
"default_attributes": {
...
"conntrack": {
"hashsize": 32768
}
}
License and Author
Copyright:: 2012-2015, Rackspace
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
License Metric
0.2.0 passed this metric
0.2.0 passed this metric