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

teamcity_server (1) Versions 0.0.0

Installs TeamCity CI from JetBrains

Policyfile
Berkshelf
Knife
cookbook 'teamcity_server', '~> 0.0.0', :supermarket
cookbook 'teamcity_server', '~> 0.0.0'
knife supermarket install teamcity_server
knife supermarket download teamcity_server
README
Dependencies
Quality 17%

Description

Installs TeamCity CI from JetBrains.

Requirements

Cookbooks

  • bluepill
  • java

Attributes

Used by both recipes:

  • node["teamcity_server"]["version"] - TeamCity version. node is 7.1.4.

Used by Build Agent:

  • node["teamcity_server"]["build_agent"]["server"] - TeamCity server address. Default value is nil. If value isn't changed then server is fist node with recipe teamcity_server::server.
  • node["teamcity_server"]["build_agent"]["name"] - Build Agent name. Default is nil.

Used by Sever:

  • node["teamcity_server"]["server"]["address"] - Address for listening. Default is 0.0.0.0.
  • node["teamcity_server"]["server"]["port"] — Port for listening. Default is 8111.

Recipes

This cookbook provides two recipes:

  • build_agent.rb: Installs TeamCity Build Agent. Usually should be extended.
  • server.rb: Installs TeamCity Server.

Dependent cookbooks

bluepill >= 0.0.0
java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.0.0 failed this metric

FC010: Invalid search syntax: teamcity_server/recipes/build_agent.rb:4
FC064: Ensure issues_url is set in metadata: teamcity_server/metadata.rb:1
FC065: Ensure source_url is set in metadata: teamcity_server/metadata.rb:1
FC066: Ensure chef_version is set in metadata: teamcity_server/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: teamcity_server/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.0.0 passed this metric

Testing File Metric
            

0.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number