Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

go_cd (5) Versions 0.1.0

Installs/Configures go-server

Policyfile
Berkshelf
Knife
cookbook 'go_cd', '= 0.1.0', :supermarket
cookbook 'go_cd', '= 0.1.0'
knife supermarket install go_cd
knife supermarket download go_cd
README
Dependencies
Quality 100%

go_cd Cookbook

Chef cookbook for managing GoCD.

Description

This cookbook install and configures ThoughtWorks GoCD server and agent.
This cookbook is adapted from the othetr community GoCD cookbook to support running agents as custom user.

Usage

Either assign the relevent recipes (server or agent) directly to node's run list or use include_recipe from wrapper recipes.

The agent recipe uses node['go_cd']['server_ip'] attribute to configure the GoCD server. By default this points to localhost. If you are using chef solo, use role or environment to override this value, if you are using chef search capabilties, you can use wrapper recipes as well to specify the GoCD server ip. Example:

node.default['go_cd']['server_ip'] = search(:node, 'name:gocd-server').first.ipaddress
include_recipe 'go_cd::agent'

This cookbook is used along side container and xml_file cookbooks to create Continuous Integration servers, capable of running unprivileged LXC containers as part of their build/test pipelines. An example can be found here (dogfood :-))

License

Apache 2

Contributing

  1. Fork it ( https://github.com/GoatOS/go_cd/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

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

goatos Applicable Versions

Foodcritic Metric
            

0.1.0 passed this metric