Sha256: 4c7afd94974644b89612273dafbfd755080be23af4031e15597a5f91b518a063
Contents?: true
Size: 1.65 KB
Versions: 6
Compression:
Stored size: 1.65 KB
Contents
# 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: ```ruby gem 'kitchen-vra' ``` And then execute: ```shell bundle ``` Or install it yourself as: ```shell gem install kitchen-vra ``` Or even better, install it via ChefDK: ```shell chef gem install kitchen-vra ``` ## Configuration See the [kitchen.ci kitchen-vra docs](https://kitchen.ci/docs/drivers/vra/) 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 ```text 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
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
kitchen-vra-3.3.3 | README.md |
kitchen-vra-3.3.2 | README.md |
kitchen-vra-3.3.1 | README.md |
kitchen-vra-3.3.0 | README.md |
kitchen-vra-3.2.1 | README.md |
kitchen-vra-3.2.0 | README.md |