RETIRED, Chef Cookbook - Support Cookbook for Messaging
Go to file
galstrom21 e4c5a5db52 Adding ChefSpec::Coverage to spec_helper.rb
Change-Id: Ia40b7be0c24afd4220550e043833304a25e88e93
Addresses: blueprint lint-and-unit-testing-for-havana
2014-02-18 14:04:08 +00:00
attributes Clean up cookbook for bp/clean-up-attr-for-mq-and-db 2014-01-28 21:19:07 +00:00
recipes Upgrade/Update rubocop 2014-02-04 16:03:30 -05:00
spec Adding ChefSpec::Coverage to spec_helper.rb 2014-02-18 14:04:08 +00:00
.gitignore Remove Berksfile.lock from dev branches 2014-01-20 17:31:01 +00:00
.gitreview Initial commit of openstack-ops-messaging cookbook 2013-06-18 19:36:08 -04:00
.rubocop.yml Upgrade/Update rubocop 2014-02-04 16:03:30 -05:00
Berksfile Initial commit of openstack-ops-messaging cookbook 2013-06-18 19:36:08 -04:00
CHANGELOG.md make AMQP support when develop_mode=false 2013-12-24 08:46:12 +00:00
Gemfile Upgrade/Update rubocop 2014-02-04 16:03:30 -05:00
Gemfile.lock Upgrade/Update rubocop 2014-02-04 16:03:30 -05:00
LICENSE first commit 2013-05-06 16:45:32 -05:00
README.md Remove Berksfile.lock from dev branches 2014-01-20 17:31:01 +00:00
Strainerfile Single .rubocop.yml file for all Ruby files, attributes cleanup. 2014-01-17 15:13:17 -06:00
TESTING.md Single .rubocop.yml file for all Ruby files, attributes cleanup. 2014-01-17 15:13:17 -06:00
metadata.rb Single .rubocop.yml file for all Ruby files, attributes cleanup. 2014-01-17 15:13:17 -06:00

README.md

Description

This cookbook provides shared message queue configuration for the OpenStack Havana reference deployment provided by Chef for OpenStack. The http://github.com/mattray/chef-openstack-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. It currently supports RabbitMQ and will soon other queues.

Requirements

Chef 11 with Ruby 1.9.x required.

Platforms

  • Ubuntu-12.04

Cookbooks

The following cookbooks are dependencies:

  • openstack-common
  • rabbitmq

Usage

The usage of this cookbook is optional, you may choose to set up your own messaging service without using this cookbook. If you choose to do so, you will need to provide all of the attributes listed under the Attributes.

Resources/Providers

None

Templates

None

Recipes

server

  • message queue server configuration, selected by attributes

rabbitmq-server

  • configures the RabbitMQ server for OpenStack

Attributes

  • openstack["mq"]["bind_interface"] - bind to interfaces IPv4 address
  • openstack["mq"]["cluster"] - whether or not to cluster rabbit, defaults to 'false'

Testing

Please refer to the TESTING.md for instructions for testing the cookbook.

Berkshelf

Berks will resolve version requirements and dependencies on first run and store these in Berksfile.lock. If new cookbooks become available you can run berks update to update the references in Berksfile.lock. Berksfile.lock will be included in stable branches to provide a known good set of dependencies. Berksfile.lock will not be included in development branches to encourage development against the latest cookbooks.

License and Author

Author John Dewey (john@dewey.ws)
Author Matt Ray (matt@opscode.com)
Author Craig Tracey (craigtracey@gmail.com)
Author Ionut Artarisi (iartarisi@suse.cz)
Author JieHua Jin (jinjhua@cn.ibm.com)
Copyright Copyright (c) 2013, Opscode, Inc.
Copyright Copyright (c) 2013, Craig Tracey
Copyright Copyright (c) 2013, AT&T Services, Inc.
Copyright Copyright (c) 2013, SUSE Linux GmbH.
Copyright Copyright (c) 2013, IBM Corp.

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.