RETIRED, Chef Cookbook - Support Cookbook for Messaging
Go to file
Paul Czarkowski 205246d025 point berkshelf at supermarket.chef.io
Change-Id: I6c01967920b612fe8051726a49d89ed88b97008d
2015-02-16 19:51:08 -06:00
attributes Allow on-the-fly mq clusters 2015-01-21 14:24:00 +00:00
recipes Allow on-the-fly mq clusters 2015-01-21 14:24:00 +00:00
spec Merge "Trusty juno updates" 2015-02-10 19:07:31 +00:00
.gitignore add a Rakefile to structure test runs 2014-09-30 14:55:54 +02:00
.gitreview Initial commit of openstack-ops-messaging cookbook 2013-06-18 19:36:08 -04:00
.rubocop.yml add a Rakefile to structure test runs 2014-09-30 14:55:54 +02:00
Berksfile point berkshelf at supermarket.chef.io 2015-02-16 19:51:08 -06:00
CHANGELOG.md Allow on-the-fly mq clusters 2015-01-21 14:24:00 +00:00
CONTRIBUTING.md Workflow documentation is now in infra-manual 2014-12-05 03:30:44 +00:00
Gemfile Remove rake from Gemfile 2015-01-19 09:41:35 +08:00
LICENSE first commit 2013-05-06 16:45:32 -05:00
README.md Trusty juno updates 2015-02-02 16:34:19 -06:00
Rakefile add a Rakefile to structure test runs 2014-09-30 14:55:54 +02:00
TESTING.md Cleanup cookbook contact info 2014-10-14 10:18:44 -05:00
metadata.rb Control rabbitmq version within a range 2015-02-12 16:57:49 -06:00

README.md

Description

This cookbook provides shared message queue configuration for the OpenStack 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-14.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"]["cluster"] - whether or not to cluster rabbit, defaults to 'false'

The following attributes are defined in attributes/messaging.rb of the common cookbook, but are documented here due to their relevance:

  • openstack["endpoints"]["mq"]["host"] - The IP address to bind the rabbit service to
  • openstack["endpoints"]["mq"]["scheme"] - Unused at this time
  • openstack["endpoints"]["mq"]["port"] - The port to bind the rabbit service to
  • openstack["endpoints"]["mq"]["path"] - Unused at this time
  • openstack["endpoints"]["mq"]["bind_interface"] - The interface name to bind the rabbit service to
  • openstack["mq"]["rabbitmq"]["use_ssl"] - Enables/disables SSL for RabbitMQ, the default is false.

If the value of the "bind_interface" attribute is non-nil, then the rabbit service will be bound to the first IP address on that interface. If the value of the "bind_interface" attribute is nil, then the rabbit service will be bound to the IP address specified in the host attribute.

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)
Author Mark Vanderwiel (vanderwl@us.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-2014, 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.