All Projects → chef → kitchen-vcenter

chef / kitchen-vcenter

Licence: Apache-2.0 license
A test-kitchen driver for vCenter REST API

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to kitchen-vcenter

AsBuiltReport.VMware.vSphere
Repository for AsBuiltReport VMware vSphere module
Stars: ✭ 75 (+226.09%)
Mutual labels:  vsphere, vcenter
vmware.vmware rest
Ansible Collection for VMWare (REST modules)
Stars: ✭ 60 (+160.87%)
Mutual labels:  vsphere, vsphere-sdk
SDDC.Lab
Ansible playbooks for automated deployment and configuration of a nested vSphere environment with NSX-T
Stars: ✭ 117 (+408.7%)
Mutual labels:  vsphere, vcenter
Knife Vsphere
Chef knife plug-in for VMware vSphere
Stars: ✭ 200 (+769.57%)
Mutual labels:  vsphere, chef
bosh-vsphere-cpi-release
BOSH vSphere CPI
Stars: ✭ 29 (+26.09%)
Mutual labels:  vsphere, vcenter
vSphere-6.5-API-Playbook-Examples
Examples of how to create Ansible playbooks to leverage vSphere 6.5 RESTful APIs. Playbooks will be isolate to specific APIs and roles added for example use cases.
Stars: ✭ 16 (-30.43%)
Mutual labels:  vsphere, vcenter
chef
Chef-Server API client in golang
Stars: ✭ 78 (+239.13%)
Mutual labels:  chef
kitchen-google
Google Compute Engine driver for Test-Kitchen
Stars: ✭ 47 (+104.35%)
Mutual labels:  test-kitchen
standalone-configuration-management
Basic examples of how to use each of chef, puppet, salt and ansible as standalone configuration management systems.
Stars: ✭ 14 (-39.13%)
Mutual labels:  chef
memcached
Development repository for the memcached cookbook
Stars: ✭ 50 (+117.39%)
Mutual labels:  chef
chef-chrome
Chef cookbook to install Google Chrome browser
Stars: ✭ 16 (-30.43%)
Mutual labels:  chef
transmission
Development repository for the transmission cookbook
Stars: ✭ 14 (-39.13%)
Mutual labels:  chef
pyVirtualize
A python interface to access and manage VMware vSphere and ~Horizon View~
Stars: ✭ 13 (-43.48%)
Mutual labels:  vsphere
chef-postgres-hardening
This chef cookbook provides security configuration for PostgreSQL.
Stars: ✭ 26 (+13.04%)
Mutual labels:  chef
vspheretools
vSphereTools is a set of scripts from DevOpsHQ to support working with vSphere and virtual machines (VMs) on it, which are based on the pysphere library.
Stars: ✭ 19 (-17.39%)
Mutual labels:  vsphere
vic-ui
vSphere Integrated Containers Plug-In for vSphere Client provides information about your VIC setup and allows you to deploy VCHs directly from the vSphere Client.
Stars: ✭ 23 (+0%)
Mutual labels:  vsphere
tfc-agent
Examples related to the Terraform Cloud Agent, a remote runner for Terraform Cloud Business and Terraform Enterprise
Stars: ✭ 44 (+91.3%)
Mutual labels:  vsphere
ansible-vsphere-gos-validation
Guest OS validation test set for vSphere using Ansible
Stars: ✭ 28 (+21.74%)
Mutual labels:  vsphere
firewall
Development repository for the firewall cookbook
Stars: ✭ 97 (+321.74%)
Mutual labels:  chef
kafka
Development repository for the kafka cookbook
Stars: ✭ 87 (+278.26%)
Mutual labels:  chef

kitchen-vcenter

Gem Version Build status

This is the official Test Kitchen plugin for VMware vCenter via the vCenter REST API. This plugin allows Test Kitchen the ability to create, bootstrap, and test VMs in VMware infrastructures.

Please refer to the CHANGELOG for version history and known issues.

Requirements

  • Ruby 2.6 or higher
  • VMware vCenter/vSphere 5.5 or higher
  • VMs or templates to clone, with open-vm-tools installed
  • DHCP server to assign IPs to kitchen instances

Installation

The kitchen-vcenter driver ships as part of Chef Workstation. The easiest way to use this driver is to Download Chef Workstation.

If you want to install the driver directly into a Ruby installation:

gem install kitchen-vcenter

If you're using Bundler, simply add it to your Gemfile:

gem "kitchen-vcenter"

... and then run bundle install.

Configuration

See the kitchen.ci vCenter Driver Page for documentation on configuring this driver.

Contributing

For information on contributing to this project see https://github.com/chef/chef/blob/master/CONTRIBUTING.md

Development

Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example:

  1. Fork the repo
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Run the tests and chefstyle, bundle exec rake spec and bundle exec rake style
  4. Commit your changes (git commit -am 'Added some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

License

Copyright:: Copyright (c) 2017-2022 Chef Software, Inc.

License:: Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].