Skip to content

innovationfactory/cloudfoundry-vblob-service-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Install and configure the CloudFoundry vBlob service.

Requirements

Cookbooks

  • cloudfoundry
  • cloudfoundry_service
  • vblob

Platform

  • Ubuntu

Tested on:

  • Ubuntu 11.10

Attributes

Vblob gateway

  • node['cloudfoundry_vblob_service']['gateway']['log_level'] - Controls the amount of details that is logged. Defaults to info
  • node['cloudfoundry_vblob_service']['gateway']['node_timeout'] - How long (in seconds) should the gateway wait for an answer from a node on provisioning requests. Defaults to 30
  • node['cloudfoundry_vblob_service']['gateway']['timeout'] - How long (in seconds) should the cloud_controller wait for an answer from the gateway. Defaults to 15

Vblob node

  • node['cloudfoundry_vblob_service']['node']['index'] - Unique index of the given service node. This must be unique among all nodes in a single cluster. Defaults to 0
  • node['cloudfoundry_vblob_service']['node']['capacity'] - Maximum number of service instances for this node. Defaults to 200
  • node['cloudfoundry_vblob_service']['node']['log_level'] - Controls the amount of details that is logged. Defaults to info
  • node['cloudfoundry_vblob_service']['node']['port_range']['first'] / ['last'] - Range of ports assigned to service instances on this node. Defaults to 25000-40000
  • node['cloudfoundry_vblob_service']['node']['op_time_limit'] = Time limit (in seconds) for the node to complete the provisioning of a new instance. Defaults to 6

Usage

License and Author

Author:: Innovation Factory ([email protected])

Copyright:: 2012 Innovation Factory

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages