chef-rundeck

所属分类:Git
开发工具:Ruby
文件大小:0KB
下载次数:0
上传日期:2023-06-26 00:23:49
上 传 者sh-1993
说明:  Integrates Chef with RunDeck, we are referring users to <https://github.com/atheiman/better-chef-rundeck> as this repository is inactive at this time.,stars:97, update:2016-10-12 23:21:15
(Integrates Chef with RunDeck, we are referring users to <a href="https://github.com/atheiman/better-chef- rundeck">https://github.com/atheiman/better-chef-rundeck</a> as this repos... , stars:97, update:2016-10-12 23:21:15)

文件列表:
.document (60, 2015-11-26)
.travis.yml (244, 2015-11-26)
LICENSE (10850, 2015-11-26)
NOTICE (170, 2015-11-26)
Rakefile (1462, 2015-11-26)
VERSION (5, 2015-11-26)
bin/ (0, 2015-11-26)
bin/chef-rundeck (3934, 2015-11-26)
changelog.md (8538, 2015-11-26)
chef-rundeck.gemspec (2359, 2015-11-26)
gemfiles/ (0, 2015-11-26)
gemfiles/Gemfile.chef-10 (88, 2015-11-26)
gemfiles/Gemfile.chef-11 (88, 2015-11-26)
lib/ (0, 2015-11-26)
lib/chef-rundeck.rb (12321, 2015-11-26)
lib/partial_search.rb (2584, 2015-11-26)
spec/ (0, 2015-11-26)
spec/chef-rundeck_spec.rb (6157, 2015-11-26)
spec/spec.opts (8, 2015-11-26)
spec/spec_helper.rb (380, 2015-11-26)
spec/support/ (0, 2015-11-26)
spec/support/chef-rundeck.json (235, 2015-11-26)
spec/support/client.rb (284, 2015-11-26)
spec/support/setup-test.sh (244, 2015-11-26)
spec/support/travis.pem (1675, 2015-11-26)

# chef-rundeck [![Gem Version](https://badge.fury.io/rb/chef-rundeck.png)](http://badge.fury.io/rb/chef-rundeck) [![Build Status](https://secure.travis-ci.org/oswaldlabs/chef-rundeck.png?branch=master)](http://travis-ci.org/oswaldlabs/chef-rundeck) [![Dependency Status](https://gemnasium.com/oswaldlabs/chef-rundeck.png?travis)](https://gemnasium.com/oswaldlabs/chef-rundeck) [![Code Climate](https://codeclimate.com/github/oswaldlabs/chef-rundeck.png)](https://codeclimate.com/github/oswaldlabs/chef-rundeck) A simple Sinatra app that presents matching node results of a Chef search formatted as a RunDeck resource list. ## Usage Install the gem and fire up chef-rundeck. Point it at a Chef client config file (a knife config would be ideal) using the `-c` flag and provide the URI for your Chef server's web UI. ## Configuration Notes chef-rundeck binds to "localhost," which may result in it binding to an IPv6-only address in certain configurations. If this isn't what you want, try starting chef-rundeck with the `-o` switch, e.g. `-o 0.0.0.0`. You can use the `-u` switch to override the username that is inserted into a project as the remote user that Rundeck should use for execution. The default is the system user that executes chef-rundeck, which may not be what you expect. chef-rundeck now supports partial search against Enterprise Chef and OSS Chef servers running version 11 or greater! If your organization has many nodes and you notice slow performance from chef-rundeck, try turning it on with `--partial-search true`. chef-rundeck caches the generated resource XML for a project by default for 30 seconds. If this behavior ruins your day, change the number of seconds a document is cached by using the `-t` switch. Further configuration details can be found on the [wiki] (https://github.com/oswaldlabs/chef-rundeck/wiki/). ## Rundeck Configuration Ensure each project has the URL Source under Resource Model Source. By default, the sinatra app is on localhost, port 9980 (http://localhost:9980). ## Notes on Patches/Pull Requests We want your cool additional feature. Here's how to give it to us: * Fork the project. * Make your feature addition or bug fix. * Add tests for it. *THIS IS IMPORTANT* as it ensures no one else will break your feature accidentally somewhere down the line. * If you're adding a feature, please also add documentation. * *Exception:* Please don't change the Rakefile, version or history files! * Commit your changes and push them to your GitHub repo. Bonus points for committing your changes to a named topic branch ("awesome_new_feature" > "master") * Send us a pull request through the GitHub UI. # Copyright Original code 2010 Adam Jacob. Released to the open source community under the Apache license in 2013. See the LICENSE file for details.

近期下载者

相关文件


收藏者