Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the list of Kitchen Drivers #1139

Merged
merged 4 commits into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/content/workstation/config_yml_kitchen.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data across any combination of platforms and test suites:

This topic details functionality that is packaged with Chef Workstation.
See <https://kitchen.ci/docs/getting-started/> for more information
about Kitchen.
about Test Kitchen.

{{< /note >}}

Expand Down
36 changes: 19 additions & 17 deletions www/layouts/shortcodes/ws_test_kitchen_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ hypervisors, such as VMware, Hyper-V, or VirtualBox.

Chef Workstation includes many common Test Kitchen drivers.



</div>

</div>
Expand All @@ -38,44 +36,48 @@ Some popular drivers:
</thead>
<tbody>
<tr class="odd">
<td><a href="https://github.com/test-kitchen/kitchen-cloudstack">kitchen-cloudstack</a></td>
<td>A driver for CloudStack.</td>
<td><a href="https://github.com/test-kitchen/kitchen-azurerm">kitchen-azurerm</a></td>
<td>A driver for Microsoft Azure.</td>
</tr>
<tr class="even">
<td><a href="https://github.com/test-kitchen/kitchen-digitalocean">kitchen-digitalocean</a></td>
<td>A driver for DigitalOcean.</td>
<td><a href="https://github.com/test-kitchen/kitchen-cloudstack">kitchen-cloudstack</a></td>
<td>A driver for CloudStack.</td>
</tr>
<tr class="odd">
<td><a href="https://github.com/portertech/kitchen-docker">kitchen-docker</a></td>
<td>A driver for Docker.</td>
<td><a href="https://github.com/test-kitchen/kitchen-digitalocean">kitchen-digitalocean</a></td>
<td>A driver for DigitalOcean. This driver ships in Chef Workstation.</td>
</tr>
<tr class="even">
<td><a href="https://github.com/test-kitchen/kitchen-dokken">kitchen-dokken</a></td>
<td>A driver for Docker. This driver ships in Chef Workstation.</td>
</tr>
<tr class="odd">
<td><a href="https://github.com/test-kitchen/kitchen-dsc">kitchen-dsc</a></td>
<td>A driver for Windows PowerShell Desired State Configuration (DSC).</td>
</tr>
<tr class="odd">
<tr class="even">
<td><a href="https://github.com/test-kitchen/kitchen-ec2">kitchen-ec2</a></td>
<td>A driver for Amazon EC2. This driver ships in Chef Workstation.</td>
</tr>
<tr class="even">
<tr class="odd">
<td><a href="https://github.com/test-kitchen/kitchen-google">kitchen-google</a></td>
<td>A driver for Google Compute Engine. This driver ships in Chef Workstation</td>
</tr>
<tr class="odd">
<tr class="even">
<td><a href="https://github.com/test-kitchen/kitchen-hyperv">kitchen-hyperv</a></td>
<td>A driver for Hyper-V Server.</td>
<td>A driver for Microsoft Hyper-V Server. This driver ships in Chef Workstation.</td>
</tr>
<tr class="even">
<tr class="odd">
<td><a href="https://github.com/test-kitchen/kitchen-openstack">kitchen-openstack</a></td>
<td>A driver for OpenStack.</td>
<td>A driver for OpenStack. This driver ships in Chef Workstation.</td>
</tr>
<tr class="odd">
<tr class="even">
<td><a href="https://github.com/test-kitchen/kitchen-rackspace">kitchen-rackspace</a></td>
<td>A driver for Rackspace.</td>
</tr>
<tr class="even">
<tr class="odd">
<td><a href="https://github.com/test-kitchen/kitchen-vagrant">kitchen-vagrant</a></td>
<td>A driver for Vagrant. This driver ships in Chef Workstation.</td>
<td>A driver for HashiCorp Vagrant. This driver ships in Chef Workstation.</td>
</tr>
</tbody>
</table>