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

teamforge (1) Versions 0.1.1

Installs/Configures CollabNet TeamForge

Policyfile
Berkshelf
Knife
cookbook 'teamforge', '~> 0.1.1', :supermarket
cookbook 'teamforge', '~> 0.1.1'
knife supermarket install teamforge
knife supermarket download teamforge
README
Dependencies
Quality 33%

Description

Installs and configures CollabNet TeamForge Server or the command line client.

Requirements

TeamForge Server is supported on the following platforms:

  • RedHat Enterprise Linux 6.x
  • CentOS 6.x
  • SuSE Linux Enterprise Server 11

Attributes

See attributes/default.rb for default values.

server

  • node['teamforge']['server']['public_site_name'] - The public hostname of your TeamForge server (e.g. "teamforge.example.com")
  • node['teamforge']['server']['local_features'] - Features to run on the local TeamForge server.
  • node['teamforge']['server']['version'] - The version of TeamForge to install
  • node['teamforge']['server']['install_dir'] - Where TeamForge is installed
  • node['teamforge']['server']['scm_default_shared_secret'] - The SCM shared secret used by SCM integrations. If not set, a random one will be generated and saved to the node object.
  • node['teamforge']['server']['listen_ports'] - Ports to open to the public, for use in the iptables firewall rule

codesight

  • node['teamforge']['codesight']['public_site_name'] - The public hostname of your Black Duck Code Sight server
  • node['teamforge']['codesight']['ssl'] - Whether to enable SSL with Black Duck Code Sight.

cli

  • node['teamforge']['cli']['frsid'] - The CollabNet FRS ID where the cli tools are located. If not set, automatically determines based on the host architecture.
  • node['teamforge']['cli']['checksum'] - Checksum of the foregoing
  • node['teamforge']['cli']['url'] - The URL to retrieve the CLI from

The CLI recipe will also set up a basic .ctf_cli preferences file pointing to your TeamForge server, using the following attributes:

  • node['teamforge']['cli']['api_url'] - The SOAP API URL (typically the same as the public site URL for your TeamForge server)
  • node['teamforge']['cli']['api_alias'] - The SOAP API alias in the .ctf_cli
  • node['teamforge']['cli']['api_user'] - The API USER
  • node['teamforge']['cli']['api_password'] - A hash of the API password

Recipes

default

Does nothing.

server

Installs the TeamForge Server from RPMs in unattended mode.

codesight

Installs Black Duck Code Sight on the TeamForge server, or another server (doesn't have to be on the same box as TeamForge itself)

cli

Installs the CLI tool to interact with TeamForge's SOAP API.

License and Author

Author:: Julian Dunn (jdunn@opscode.com)

Copyright:: 2013, Opscode, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

dmg >= 0.0.0
iptables >= 0.0.0
yum >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.1 failed this metric

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

Contributing File Metric
            

0.1.1 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.1.1 failed this metric

FC009: Resource attribute not recognised: teamforge/recipes/server.rb:27
FC064: Ensure issues_url is set in metadata: teamforge/metadata.rb:1
FC065: Ensure source_url is set in metadata: teamforge/metadata.rb:1
FC066: Ensure chef_version is set in metadata: teamforge/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: teamforge/metadata.rb:1
FC069: Ensure standardized license defined in metadata: teamforge/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: teamforge/resources/frsfile.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: teamforge/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 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.1.1 passed this metric