Skip to content

libertymutual/kitchen-cloudbolt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is a Chef Test Kitchen driver for CloudBolt. It requires the Ruby api client.

Build

$ gem build kitchen-cloudbolt.gemspec

Install

$ gem install kitchen-cloudbolt-{VERSION}.gem

Usage

Environment Variables

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"

Config File

See kitchen.yml for sample config

LICENSE

This project is licensed under the terms of the MIT license located in LICENSE.md.

CONTRIBUTING

By contributing to this project, you are agreeing to release your contributions under the MIT License.

About

Chef Test Kitchen driver for CloudBolt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%