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

Installs/Configures cloudfoundry-dea

Policyfile
Berkshelf
Knife
cookbook 'cloudfoundry-dea', '= 1.1.4', :supermarket
cookbook 'cloudfoundry-dea', '= 1.1.4'
knife supermarket install cloudfoundry-dea
knife supermarket download cloudfoundry-dea
README
Dependencies
Quality -%

Description

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

Requirements

Platform

  • Ubuntu

Tested on:

  • Ubuntu 10.04
  • Ubuntu 12.04

Cookbooks

  • cloudfoundry

Attributes

  • cloudfoundry_dea[:pid_file] - Where to write the DEA's pid file. Default is File.join(node['cloudfoundry']['pid_dir'], "dea.pid").
  • cloudfoundry_dea[:log_file] - Where to write the DEA's logs. Default is File.join(node['cloudfoundry']['log_dir'], "dea.log").
  • cloudfoundry_dea[:runtimes] - Array of hashes storing the name, cookbook, executable, version, and version_flag for each runtime supported by this DEA. TODO (trotter): Make the runtime's cookbook contain most of this info Default is [.
  • cloudfoundry_dea[:base_dir] - TODO (trotter): Find out what is stored here. Default is /var/vcap/data/dea".
  • cloudfoundry_dea[:filter_port] - TODO (trotter): Find out what this does. Default is 12345.
  • cloudfoundry_dea[:heartbeat] - Interval (in seconds) between heartbeats sent to the Health Manager. Default is 10.
  • cloudfoundry_dea[:advertise] - Interval (in seconds) for sending advertisments of available resources. Default is 5.
  • cloudfoundry_dea[:log_level] - Log level for the DEA. Default is info".
  • cloudfoundry_dea[:max_memory] - The maximum amount of memory this DEA is allowed to allocate across all its applications. Default is 4096.
  • cloudfoundry_dea[:secure_env] - TODO (trotter): Find out what this does. Default is false.
  • cloudfoundry_dea[:multi_tenant] - Allow the DEA to manage more than one application. Default is 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]"

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.

No quality metric results found