Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 911 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 911 Bytes

targetcli Chef Cookbook

This cookbook fetches the latest targetcli code from the Datera git repositories, builds it and installs it on Ubuntu. The targetcli utility is the general management utility for Linux-IO Target (also known as LIO).

To use with Vagrant, you must first install Vagrant as well as the [ChefDK](https://downloads .chef.io/chef-dk) and the vagrant-berkshelf Vagrant plugin. Then, simply clone this repository and run vagrant up.

This cookbook is accompanied by Serverspec tests which can be run through [Test Kitchen] (http://kitchen.ci). To run these tests, simply clone this repository and run kitchen test. Note that Vagrant is required to run Serverspec tests.

Enjoy!