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

cloudfoundry-ruby-runtime (7) Versions 1.2.1

Installs/Configures cloudfoundry-ruby-runtime

Policyfile
Berkshelf
Knife
cookbook 'cloudfoundry-ruby-runtime', '~> 1.2.1', :supermarket
cookbook 'cloudfoundry-ruby-runtime', '~> 1.2.1'
knife supermarket install cloudfoundry-ruby-runtime
knife supermarket download cloudfoundry-ruby-runtime
README
Dependencies
Quality 17%

Description

Install support for running Ruby applications on
Cloud Foundry. This also enables support for
Ruby on Rails and Sinatra.

Requirements

  • Ubuntu

Tested on:

  • Ubuntu 10.04
  • Ubuntu 12.04

Attributes

  • node['cloudfoundry_ruby_runtime']['ruby18']['version'] - The exact version of Ruby 1.8.7 that should be installed. Defaults to 1.8.7-p334.
  • node['cloudfoundry_ruby_runtime']['ruby19']['version'] - The exact version of Ruby 1.9.2 that should be installed. Defaults to 1.9.2-p290.
  • node['cloudfoundry_ruby_runtime']['ruby193']['version'] - The exact version of Ruby 1.9.3 that should be installed. Defaults to 1.9.3-p286.
  • node['cloudfoundry_ruby_runtime']['bundler_version'] - The exact version of the Bundler gem that should be installed. Defaults to 1.1.3.

Recipes

ruby18

Installs Ruby 1.8.7 for use by DEAs.

ruby19

Installs Ruby 1.9.2 for use by DEAs.

ruby193

Installs Ruby 1.9.3 for use by DEAs.

Usage

Add one of the recipes to the run list of a DEA node to
enable support for Ruby-based applications on that DEA.

Note that other Cloud Foundry components also use Ruby internally; those
cookbooks handle installation of any version of Ruby they require. This
cookbook only manages support for running user applications.

Dependent cookbooks

cloudfoundry ~> 1.3.0
rbenv >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.2.1 failed this metric

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

Contributing File Metric
            

1.2.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
            

1.2.1 failed this metric

FC064: Ensure issues_url is set in metadata: cloudfoundry-ruby-runtime/metadata.rb:1
FC065: Ensure source_url is set in metadata: cloudfoundry-ruby-runtime/metadata.rb:1
FC066: Ensure chef_version is set in metadata: cloudfoundry-ruby-runtime/metadata.rb:1
FC069: Ensure standardized license defined in metadata: cloudfoundry-ruby-runtime/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.2.1 passed this metric

Testing File Metric
            

1.2.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
            

1.2.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 include a tag that matches this cookbook version number