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

'Example HA Policies' should be commented out in default attributes #287

Closed
cringdahl opened this issue Jul 14, 2015 · 8 comments
Closed

Comments

@cringdahl
Copy link

If recipe[rabbitmq::policy_management] is added to a run_list, the 'ha-all' and 'ha-two' example policies will be automatically added. Since this is likely not an intended default, they should be commented out, or moved to README.

Thanks!

@jjasghar
Copy link
Contributor

Could you put together a PR for this? I like the idea of this being tunable.

@jklare
Copy link
Contributor

jklare commented Nov 1, 2016

This commit causes errors in version 4.9.0 and 4.10.0 since node['rabbitmq']['policies'] and node['rabbitmq']['disabled_policies'] is now undefined and in the recipe '.each' is called on them (leads to a nil:NilClass error). I will push a patch for this shortly.

@jklare
Copy link
Contributor

jklare commented Nov 16, 2016

Hi,

any chance we can backport that to the two tags that where affected (v4.9.0 and v4.10.0)? Or are you planning to release another version soon?

Cheers,
Jan

@jjasghar
Copy link
Contributor

I'd like to release a new version, but there a ton of errors and dependancies issues in the travis runs. I need to clean those up before i can confidently do a release.

@jjasghar jjasghar reopened this Nov 16, 2016
@johngun3
Copy link

There's no reason why you can't release a 4.9.1 and 4.10.1. I just wasted a bunch of time trying to figure out why chef was failing and it turns out it was because of #399. It's shocking that the released version of the cookbook has a known simple bug and a new release with that bug fix hasn't been created.

@michaelklishin
Copy link
Member

@jjasghar FWIW I think #399 is something that can be back ported to earlier series.

@jjasghar
Copy link
Contributor

Understood.

I've been attempting to fix the testing and Travis runs; but unfortunately I only have so many cycles. We have the fixed merge, and I was happy you found the fix. It will be released when the testing is resolved.

@michaelklishin
Copy link
Member

This seems to be addressed in attributes/default.rb.

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

5 participants