0.03
A long-lived project that still receives updates
A Test Kitchen driver for VMware vRealize Automation (vRA)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.2
~> 0.10
~> 2.2.1
~> 13.0
~> 3.14

Runtime

>= 2.2.3, < 2.5.0
>= 1.6, < 4.0
~> 3.0, >= 3.2.0
 Project Readme

kitchen-vra

A driver to allow Test Kitchen to consume vRealize Automation (vRA) resources to perform testing.

Installation

Add this line to your application's Gemfile:

gem 'kitchen-vra'

And then execute:

bundle

Or install it yourself as:

gem install kitchen-vra

Or even better, install it via ChefDK:

chef gem install kitchen-vra

Configuration

See the kitchen.ci kitchen-vra docs for a complete list of configuration options.

License and Authors

Author:: Chef Partner Engineering (partnereng@chef.io)

Copyright:: Copyright (c) 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.

Contributing

We'd love to hear from you if this doesn't work in your vRA environment. Please log a GitHub issue, or even better, submit a Pull Request with a fix!

  1. Fork it ( https://github.com/chef-partners/kitchen-vra/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request