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.
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
.
See the kitchen.ci vCenter Driver Page for documentation on configuring this driver.
For information on contributing to this project see https://github.com/chef/chef/blob/master/CONTRIBUTING.md
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:
git checkout -b my-new-feature
)bundle exec rake spec
and bundle exec rake style
git commit -am 'Added some feature'
)git push origin my-new-feature
)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.