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-dea (8) Versions 1.1.5

Installs/Configures cloudfoundry-dea

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

Description

Install the Cloud Foundry DEA
(Droplet Execution Agent), a mandatory component of a
Cloud Foundry installation.

NOTE: for the DEA to be useful at all, you need to also install one or more
runtimes. Currently supported runtimes are:

Requirements

Chef

This cookbook is fully supported on Chef 10.x starting with 10.14.x, as well
as Chef 11.

NOTE: at this time the other cookbooks for runtimes are not officially
supported on Chef 11; testing is in progress. If you do try running them on
Chef 11, please make sure to file a GitHub issue for any problem you may find.

Tested on:

  • Chef 10.14.4
  • Chef 11.4.0

Platform

  • Ubuntu

Tested on:

  • Ubuntu 10.04
  • Ubuntu 12.04

Cookbooks

  • cloudfoundry
  • rbenv

Attributes

  • node['cloudfoundry_dea']['pid_file'] - Where to write the DEA's pid file. Defaults to File.join(node['cloudfoundry']['pid_dir'], "dea.pid").
  • node['cloudfoundry_dea']['log_file'] - Where to write the DEA's logs. Defaults to File.join(node['cloudfoundry']['log_dir'], "dea.log").
  • node['cloudfoundry_dea']['base_dir'] - TODO (trotter): Find out what is stored here. Defaults to /var/vcap/data/dea".
  • node['cloudfoundry_dea']['filter_port'] - TODO (trotter): Find out what this does. Defaults to 12345.
  • node['cloudfoundry_dea']['heartbeat'] - Interval (in seconds) between heartbeats sent to the Health Manager. Defaults to 10.
  • node['cloudfoundry_dea']['advertise'] - Interval (in seconds) for sending advertisments of available resources. Defaults to 5.
  • node['cloudfoundry_dea']['log_level'] - Log level for the DEA. Defaults to info".
  • node['cloudfoundry_dea']['max_memory'] - The maximum amount of memory this DEA is allowed to allocate across all its applications. Defaults to 4096.
  • node['cloudfoundry_dea']['secure_env'] - TODO (trotter): Find out what this does. Defaults to false.
  • node['cloudfoundry_dea']['multi_tenant'] - Allow the DEA to manage more than one application. Defaults to true.

Usage

The default recipe will install the CloudFoundry DEA on the target node along
with the necessary configuration files and init scripts to run it. Simply add
it to your run list:

run_list "recipe[cloudfoundry-dea]"

To also install support for ruby apps:

run_list "recipe[cloudfoundry-dea]", "recipe[cloudfoundry-ruby-runtime]"

License and Author

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

cloudfoundry ~> 1.3.0
rbenv >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.1.5 failed this metric

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

Contributing File Metric
            

1.1.5 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.1.5 failed this metric

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

No Binaries Metric
            

1.1.5 passed this metric

Testing File Metric
            

1.1.5 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.1.5 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