0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Chef support for Foreman Smart-Proxy
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Smart-proxy Chef plugin

This a plugin for foreman smart-proxy allowing uploading facts and reports from chef-client to a foreman and provides API for foreman to communicate with chef-server.

Installation

Add this line to your smart proxy bundler.d/chef.rb gemfile:

gem 'smart_proxy_chef'

And then execute:

$ bundle

Or install it yourself as:

$ gem install smart_proxy_chef

Usage

To configure this plugin you can use template from settings.d/chef.yml.example. You must place chef.yml config file (based on this template) to your smart-proxy config/settings.d/ directory.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/smart_proxy_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