This is a Chef Test Kitchen driver for CloudBolt. It requires the Ruby api client.
$ gem build kitchen-cloudbolt.gemspec
$ gem install kitchen-cloudbolt-{VERSION}.gem
Shell
$ export CLOUDBOLT_HOST=<hostname>
$ export CLOUDBOLT_USER=<username>
$ export CLOUDBOLT_PASS=<password>
Ruby
ENV['CLOUDBOLT_HOST'] = "hostname"
ENV['CLOUDBOLT_USER'] = "username"
ENV['CLOUDBOLT_PASS'] = "passowrd"
See kitchen.yml for sample config
This project is licensed under the terms of the MIT license located in LICENSE.md.
By contributing to this project, you are agreeing to release your contributions under the MIT License.