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

rabbitmq-win (6) Versions 1.0.3

Installs/Configures rabbitmq and erlang on windows

Policyfile
Berkshelf
Knife
cookbook 'rabbitmq-win', '= 1.0.3', :supermarket
cookbook 'rabbitmq-win', '= 1.0.3'
knife supermarket install rabbitmq-win
knife supermarket download rabbitmq-win
README
Dependencies
Quality 67%

RabbitMQ Windows cookbook

Build Status

This cookbook can be used to install erlang and RabbitMQ on Windows nodes

Simple usage

Define the variables

default['rabbitmq-win']['erl-version'] = '21.2'
default['rabbitmq-win']['version'] = '3.7.10'
default['rabbitmq-win']['base'] = ''

and include the rabbitmq_win::default recipe. This will install erlang, set the ERLANG_HOME variable, install rabbitmq, start the service and install rabbit mq management console.
If the base variable is left empty, RabbitMQ will use a path in the users home directory. You should set this variable for servers.

Usage with wrapper cookbooks

The cookbook defines two resources, rabbitmq_win_erlang and rabbit_mq_win.

Usage example to install RabbitMQ:

rabbitmq_win_erlang "21.2" do
  action :install
end

rabbitmq_win "3.7.10" do
  action :install
  base 'C:\rabbitmq\data'
end

rabbitmq_win_plugin 'management'

Example to remove a plugin

rabbitmq_win_plugin 'mqtt' do
  action :remove
end

Usage example to remove RabbitMQ:

rabbitmq_win "3.7.10" do
  action :remove
end

rabbitmq_win_erlang "21.2" do
  action :remove
end

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.3 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.3 passed this metric

Foodcritic Metric
            

1.0.3 passed this metric

No Binaries Metric
            

1.0.3 passed this metric

Testing File Metric
            

1.0.3 passed this metric

Version Tag Metric
            

1.0.3 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