Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To install version 3.6.6 #414

Closed
raju-divakaran opened this issue Mar 17, 2017 · 4 comments
Closed

To install version 3.6.6 #414

raju-divakaran opened this issue Mar 17, 2017 · 4 comments

Comments

@raju-divakaran
Copy link

raju-divakaran commented Mar 17, 2017

Hello,

I am using this cookbook, and created like a wrapper cookbook. Which is pretty simple, where am just including the needed recipes from this cookbook.

My attribute file looks like

default['rabbitmq']['version'] = '3.6.6'

default['rabbitmq']['clustering']['enable'] = true
default['rabbitmq']['erlang_cookie'] = 'AnyAlphaNumericStringWillDo'
default['rabbitmq']['clustering']['cluster_partition_handling'] = 'ignore'
default['rabbitmq']['clustering']['use_auto_clustering'] = false
default['rabbitmq']['clustering']['cluster_name'] = 'rbq_cluster'
default['rabbitmq']['clustering']['cluster_nodes'] = [
    {
        :name => 'rabbit@rabbit1',
        :type => 'disc'
    },
    {
        :name => 'rabbit@rabbit2',
        :type => 'disc'
    },
    {
        :name => 'rabbit@rabbit3',
        :type => 'disc'
    }
]

default['rabbitmq']['policies']['ha-two']['pattern'] = '*'
default['rabbitmq']['policies']['ha-two']['params'] = { 'ha-mode' => 'exactly', 'ha-params' => 2 }
default['rabbitmq']['policies']['ha-two']['priority'] = 1

default['rabbitmq']['default_user'] = 'admin'
default['rabbitmq']['default_pass'] = 'admin'

default['rabbitmq']['community_plugins'] = {

      'rabbitmq-delayed-message-exchange' => 'https://bintray.com/rabbitmq/community-plugins/download_file?file_path=rabbitmq_delayed_message_exchange-0.0.1.ez'
}

and the recipe is

include_recipe 'rabbitmq::default'
include_recipe 'rabbitmq::cluster'
include_recipe 'rabbitmq::community_plugins'

Can anyone suggest a work around or faced the same issue !? May be I am missing something really small.

Thanks,

~Raju.

@michaelklishin
Copy link
Member

Thank you for your time.

Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. This assumes we have a certain amount of information to work with. Questions, investigations, root cause analysis, discussions for potential features are all considered to be mailing list material by our team. When/if we have enough details and evidence we'd be happy to file a new issue.

Please post this to rabbitmq-users. Thank you.

@michaelklishin
Copy link
Member

I don't understand what the issue is. Please go into a bit more detail on the mailing list.

@raju-divakaran
Copy link
Author

Thanks. To make it simple, I am trying to install rabbitmq version 3.6.6 and the cookbook keep installing 3.6.1.

@michaelklishin
Copy link
Member

I don't think you want to modify default cookbook attributes. Environment, role or node attributes seem more appropriate to me? See https://docs.chef.io/attributes.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants