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

openstack-ops-messaging (7) Versions 18.0.0

Provides the shared messaging configuration for Chef for OpenStack.

Policyfile
Berkshelf
Knife
cookbook 'openstack-ops-messaging', '= 18.0.0', :supermarket
cookbook 'openstack-ops-messaging', '= 18.0.0'
knife supermarket install openstack-ops-messaging
knife supermarket download openstack-ops-messaging
README
Dependencies
Quality 50%
OpenStack Chef Cookbook - ops-messaging ======================================= .. image:: https://governance.openstack.org/badges/cookbook-openstack-ops-messaging.svg :target: https://governance.openstack.org/reference/tags/index.html Description =========== This cookbook provides shared message queue configuration for the OpenStack deployment provided by Chef for OpenStack. The `OpenStack chef-repo`_ contains documentation for using this cookbook in the context of a full OpenStack deployment. It currently supports RabbitMQ and will soon other queues. .. _OpenStack chef-repo: https://opendev.org/openstack/openstack-chef Requirements ============ - Chef 14 or higher - chefdk 3.2.30 for testing (also includes berkshelf for cookbook dependency resolution) Platforms ========= - ubuntu - redhat - centos Cookbooks ========= The following cookbooks are dependencies: - 'openstack-common', '>= 18.0.0' - 'rabbitmq', '~> 5.7' 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 <#attributes>`__. Resources/Providers =================== None Templates ========= None Recipes ======= rabbitmq-server --------------- - Installs and configures RabbitMQ and is called via the server recipe 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"]["port"]`` - The port to bind the rabbit service to - ``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. .. _TESTING.md: cookbook-openstack-ops-messaging/src/branch/master/TESTING.md 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) | +-----------------+-------------------------------------------+ | **Author** | Jan Klare (j.klare@x-ion.de) | +-----------------+-------------------------------------------+ | **Author** | Lance Albertson (lance@osuosl.org) | +-----------------+-------------------------------------------+ +-----------------+---------------------------------------------+ | **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. | +-----------------+---------------------------------------------+ | **Copyright** | Copyright (c) 2019, Oregon State University | +-----------------+---------------------------------------------+ 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

openstack-common >= 18.0.0
rabbitmq ~> 5.7

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

18.0.0 passed this metric

Contributing File Metric
            

18.0.0 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
            

18.0.0 passed this metric

No Binaries Metric
            

18.0.0 passed this metric

Testing File Metric
            

18.0.0 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
            

18.0.0 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