cookbook 'vmware_workstation', '~> 0.2.0', :supermarket
vmware_workstation (4) Versions 0.2.0 Follow3
Installs and configures VMware Workstation 10
cookbook 'vmware_workstation', '~> 0.2.0'
knife cookbook site install vmware_workstation
knife cookbook site download vmware_workstation
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
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- test-kitchen (minitest)
- chef-spec
- Run the tests, ensuring they all pass
- 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 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
0.2.0 failed this metric
vmware_workstation 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.2.0 passed this metric
Publish Metric
0.2.0 passed this metric
Supported Platforms 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 passed this metric
0.2.0 passed this 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 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
0.2.0 failed this metric
vmware_workstation 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.2.0 passed this metric
Publish Metric
0.2.0 passed this metric
Supported Platforms 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 passed this metric
0.2.0 failed this metric
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 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.2.0 failed this metric
vmware_workstation 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.2.0 passed this metric
Publish Metric
0.2.0 passed this metric
Supported Platforms 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 passed this metric
0.2.0 passed this metric
0.2.0 passed this metric
Supported Platforms 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 passed this metric
0.2.0 passed this 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 passed this metric
0.2.0 passed this metric