cookbook 'lldpad', '~> 0.1.0'
lldpad (1) Versions 0.1.0 Follow0
Installs/Configures lldpad
cookbook 'lldpad', '~> 0.1.0', :supermarket
knife supermarket install lldpad
knife supermarket download lldpad
lldpad Cookbook
This cookbooks contains recipes and custom resource to install and configure lldpad
Requirements
Platforms
-
centos
- not fully tested on centos, but should work -
redhat
- not fully tested on redhat, but should work -
fedora
- not fully tested on redhat, but should work -
scientific
- not fully tested on scientific, but should work -
ubuntu
- not fully tested on ubuntu, but should work -
debian
- not fully tested on debian, but should work
Chef
- Chef 12.0 or later
Attributes
lldpad::default
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['lldpad']['install_on_vm_guest']</tt></td>
<td>Boolean</td>
<td>whether to install lldpad on virtual machines</td>
<td><tt>false</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['disabled_int_type']</tt></td>
<td>Array</td>
<td>Types of interfaces that should be disabled (adminStatus=disabled)</td>
<td><tt>%w(team bond)</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['ignored_int_type']</tt></td>
<td>Array</td>
<td>Types of interfaces that should be left unconfigured</td>
<td><tt>%w(docker)</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['adminStatus']</tt></td>
<td>Symbol</td>
<td>Default lldp setting for interface.
:rx - Receive lldp packets
:tx - Transmit lldp packets
:rxtx - Receive and transmit lldp packets
:disabled - lldp doesn't work on this interface</td>
<td><tt>:rxtx</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['sysName']</tt></td>
<td>Boolean</td>
<td>Whether to transmit System Name TLV</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['sysDesc']</tt></td>
<td>Boolean</td>
<td>Whether to transmit System Description TLV</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['sysCap']</tt></td>
<td>Boolean</td>
<td>Whether to transmit System Caption TLV</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['portDesc']</tt></td>
<td>Boolean</td>
<td>Whether to transmit Port Description TLV</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['portID']['enableTx']</tt></td>
<td>Boolean</td>
<td>Whether to transmit Port ID TLV</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['portID']['subtype']</tt></td>
<td>Symbol</td>
<td>Value of Port ID TLV to be transmitted<br>
:PORT_ID_INTERFACE_NAME - Interface name<br>
:PORT_ID_MAC_ADDRESS - Mac address<br>
:PORT_ID_NETWORK_ADDRESS - IP address</td>
<td><tt>:PORT_ID_INTERFACE_NAME</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['chassisID']['enableTx']</tt></td>
<td>Boolean</td>
<td>Whether to transmit Chassis ID TLV</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['lldpad']['chassisID']['subtype']</tt></td>
<td>Symbol</td>
<td>Value of Port ID TLV to be transmitted<br>
:CHASSIS_ID_INTERFACE_NAME - Interface name<br>
:CHASSIS_ID_MAC_ADDRESS - Mac address<br>
:CHASSIS_ID_NETWORK_ADDRESS - IP address</td>
<td><tt>:PORT_ID_MAC_ADDRESS</tt></td>
</tr>
</table>
Usage
lldpad::default
Just include lldpad
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[lldpad]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Dmitry Shestoperov
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
lldpad CHANGELOG
This file is used to list changes made in each version of the lldpad cookbook.
0.1.0
- [dimsh99] - Initial release of lldpad
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Collaborator Number Metric
0.1.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.0 failed this metric
FC066: Ensure chef_version is set in metadata: lldpad/metadata.rb:1
FC070: Ensure supports metadata defines valid platforms: lldpad/metadata.rb:1
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:5
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:7
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:10
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:12
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:14
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:16
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:18
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:46
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 failed this metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.0 failed this metric
FC066: Ensure chef_version is set in metadata: lldpad/metadata.rb:1
FC070: Ensure supports metadata defines valid platforms: lldpad/metadata.rb:1
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:5
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:7
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:10
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:12
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:14
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:16
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:18
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:46
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 failed this metric
FC070: Ensure supports metadata defines valid platforms: lldpad/metadata.rb:1
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:5
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:7
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:10
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:12
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:14
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:16
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:18
FC117: Do not use kind_of in custom resource properties: lldpad/resources/default.rb:46
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.1.0 passed this metric
Testing File Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.0 failed this metric
0.1.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number