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

vmware_workstation (4) Versions 0.2.0

Installs and configures VMware Workstation 10

Policyfile
Berkshelf
Knife
cookbook 'vmware_workstation', '~> 0.2.0', :supermarket
cookbook 'vmware_workstation', '~> 0.2.0'
knife supermarket install vmware_workstation
knife supermarket download vmware_workstation
README
Dependencies
Changelog
Quality 33%

Build Status

vmware_workstation Cookbook

Installs and configures VMware Workstation 10

Requirements

Platforms

  • Ubuntu - 64-bit.
  • Windows - 32-bit and 64-bit.

Cookbooks

  • windows - required to use the windows_package resource that installs on the Windows platform.

Attributes

vmware_workstation::ubuntu

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['vmware_workstation']['accept_eula']</tt></td>
<td>Boolean</td>
<td>whether to accept the end user license agreement</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['vmware_workstation']['serial_number']</tt></td>
<td>String</td>
<td>the product serial number</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['vmware_workstation']['source_prefix']</tt></td>
<td>String</td>
<td>the uri of the source (do <u>not</u> include a trailing slash)</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['vmware_workstation']['install_file']</tt></td>
<td>String</td>
<td>the name of the installer file</td>
<td><tt>VMware-Workstation-Full-10.0.2-1744117.x86_64.bundle</tt></td>
</tr>
<tr>
<td><tt>['vmware_workstation']['checksum']</tt></td>
<td>String</td>
<td>the SHA1SUM checksum</td>
<td><tt>f32b72ecfc8b808731e97c3d478a1cda78427aaf</tt></td>
</tr>
</table>

vmware_workstation::windows

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['vmware_workstation']['accept_eula']</tt></td>
<td>Boolean</td>
<td>whether to accept the end user license agreement</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['vmware_workstation']['serial_number']</tt></td>
<td>String</td>
<td>the product serial number</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['vmware_workstation']['source_prefix']</tt></td>
<td>String</td>
<td>the uri of the source (do <u>not</u> include a trailing slash)</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['vmware_workstation']['install_file']</tt></td>
<td>String</td>
<td>the name of the installer file</td>
<td><tt>VMware-workstation-full-10.0.2-1744117.exe</tt></td>
</tr>
<tr>
<td><tt>['vmware_workstation']['checksum']</tt></td>
<td>String</td>
<td>the SHA1SUM checksum</td>
<td><tt>f7826612ceccadf2f6b09b24305c16c32865e48e</tt></td>
</tr>
</table>

Usage

vmware_workstation::default

Just include vmware_workstation in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[vmware_workstation]"
  ]
}

vmware_workstation::ubuntu

Include vmware_workstation::ubuntu in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[vmware_workstation::ubuntu]"
  ]
}

vmware_workstation::windows

Include vmware_workstation::windows in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[vmware_workstation::windows]"
  ]
}

Testing this cookbook

This cookbook uses chefspec and test-kitchen
along with kitchen-vagrant. Update the Vagrantfile and .kitchen.yml files wherever it has 'REPLACE_ME'.

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)
    • test-kitchen (minitest)
    • chef-spec
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: dl_teamengineering@daptiv.com

Dependent cookbooks

windows ~> 1.31.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for vmware_workstation

This file is used to list changes made in each version of vmware_workstation.

0.2.0:

Bad Supermarket upload created 0.1.0. Pushing 0.2.0 to fix upload.

0.0.2:

Updated travis to run more rake tests (foodcritic, tailor).

0.0.1:

Initial version.


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

Contributing File Metric
            

0.2.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.2.0 failed this metric

FC064: Ensure issues_url is set in metadata: vmware_workstation/metadata.rb:1
FC065: Ensure source_url is set in metadata: vmware_workstation/metadata.rb:1
FC066: Ensure chef_version is set in metadata: vmware_workstation/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.0 passed this metric

Testing File Metric
            

0.2.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.2.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