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

netdevops (2) Versions 0.2.7

Installs NetDevOps environment

Policyfile
Berkshelf
Knife
cookbook 'netdevops', '~> 0.2.7', :supermarket
cookbook 'netdevops', '~> 0.2.7'
knife supermarket install netdevops
knife supermarket download netdevops
README
Dependencies
Quality 17%

netdevops-cookbook

Build Status

netdevops transforms a Linux system into a NetDevOps environment

Supported Platforms

  • Ubuntu 14.04.2 LTS
  • CentOS 6.5+ / RHEL 6.5+ tested
  • CentOS 7.x / RHEL 7.x tested
  • Should work with minimal effort on most modern Debian-based platforms (Intel 64-bit-only)

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['netdevops']['default']</tt></td>
<td>Boolean</td>
<td>whether to include build</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['netdevops']['opencontrail']</tt></td>
<td>Boolean</td>
<td>whether to include contrail vnc_api</td>
<td><tt>false</tt></td>
</tr>
<tr>
<td><tt>['netdevops']['desktop']</tt></td>
<td>Boolean</td>
<td>whether to include Gnome graphical desktop</td>
<td><tt>false</tt></td>
</tr>
</table>

Usage

netdevops::default

Include netdevops in your node's run_list:

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

License and Authors

Author:: John Deatherage(john@routeoflastresort.com)

Dependent cookbooks

ark ~> 0.9
apt ~> 2.6
build-essential ~> 2.1.3
chef-dk ~> 3.0.0
chruby ~> 0.2.2
docker ~> 0.36
golang ~> 1.5
pyenv ~> 0.1.0
python ~> 1.4
rbenv ~> 1.7
vagrant ~> 0.2
yum ~> 3.5
yum-epel ~> 0.6.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.2.7 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.2.7 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.2.7 failed this metric

FC009: Resource attribute not recognised: netdevops/recipes/user.rb:21
FC066: Ensure chef_version is set in metadata: netdevops/metadata.rb:1
FC069: Ensure standardized license defined in metadata: netdevops/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: netdevops/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: netdevops/recipes/package.rb:20
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.7 passed this metric

Testing File Metric
            

0.2.7 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.2.7 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