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

iproute2 (10) Versions 0.1.0

Provides custom resources for iproute2 commands

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

iproute2 Cookbook

Build Status Cookbook Version

Provides custom resources for iproute commands
* ip-netns
* ip-link

todo

  • ip-address
  • ip-route
  • ip-rule
  • ip-tunnel
  • ip-xfrm

  • ip-maddress

  • ip-addrlabel

  • ip-l2tp

  • ip-monitor

  • ip-mroute(8)

  • ip-neighbour

  • ip-ntable

  • ip-tcp_metrics

Platforms

  • Debian/Ubuntu
  • RHEL/CentOS/Scientific/Amazon/Oracle
  • Fedora
  • OpenSUSE

Chef

  • Chef 12.7+

Recipes

Installs iproute package

custom resources

ip-netns

Add netns

ip_netns 'vpn'

or

ip_netns 'vpn' do
action :add
end

ip_link 'dumb0' do
  action [:add, :set]
  type 'dummy'
  state 'down'
end

TODO: Add the allowed types

ip_link 'dumb1' do
  action :set
  mtu 1400
  state 'up'
end

create vpn netns

ip_netns 'vpn'

add link to the netns

ip_link 'dumb2' do
action :set
mtu 1400
state 'up'
netns 'vpn
end

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

iproute2 cookbook CHANGELOG

0.0.1

0.0.2

  • Karthik: basic ip link operations

0.0.3

  • Karthik: network namespace capability

0.1.0

  • Karthik: Update readme for ip-link and ip-netns

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 passed this metric

License Metric
            

0.1.0 failed this metric

iproute2 does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, Apache 2.0, MIT, mit, GPL-2.0, gplv2, GNU Public License 2.0, GPL-3.0, gplv3, GNU Public License 3.0.

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