A driver to allow Test Kitchen to consume vRealize Automation (vRA) resources to perform testing.
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
See the kitchen.ci kitchen-vra docs for a complete list of configuration options.
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.
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!
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)