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

lldpad (1) Versions 0.1.0

Installs/Configures lldpad

Policyfile
Berkshelf
Knife
cookbook 'lldpad', '~> 0.1.0', :supermarket
cookbook 'lldpad', '~> 0.1.0'
knife supermarket install lldpad
knife supermarket download lldpad
README
Dependencies
Changelog
Quality 17%

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

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. 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