Seiso::ImportChef

Gem Version Build Status Inline docs

Imports Chef data into Seiso. See Integrate Chef Server Data Using Seiso for more details.

Installation

Add this line to your application's Gemfile:

gem 'seiso-import_chef'

And then execute:

$ bundle

Or install it yourself as:

$ gem install seiso-import_chef

Usage

  1. Create a directory ~/.seiso-importers
  2. Place appropriately modified copies of chef.yml.sample and seiso.yml.sample in there.
  3. Run seiso-import-chef to do the import.

Contributing

  1. Fork it ( https://github.com/ExpediaDotCom/seiso-import_chef/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.