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

4.0.0 release #257

Merged
merged 5 commits into from
Apr 24, 2015
Merged

4.0.0 release #257

merged 5 commits into from
Apr 24, 2015

Conversation

jjasghar
Copy link
Contributor

This has a ton of changes and feature requests.

I'm betting it's a Major release, but i'd like some feedback.

end

def set_cluster_name(resource_name) # rubocop:disable AccessorMethodName
ChefSpec::Matchers::ResourceMatcher.new(:rabbitmq_cluster, :change_cluster_node_type, resource_name)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Humm, this looks like a typo, should be :set_cluster_name as 2nd parm?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, it looks like it's referenced as :change_cluster_node_type

@jjasghar jjasghar changed the title Probably a Major release 4.0.0 release Apr 24, 2015
@@ -32,6 +32,16 @@ class Chef::Resource # rubocop:disable all
# logrotate is a package dependency of rabbitmq-server
package 'logrotate'

# dpkg, imma let you finish but don't start services automatically
# https://jpetazzo.github.io/2013/10/06/policy-rc-d-do-not-start-services-automatically/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this hack same on all platforms?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's in the debian family section. Line 31

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, the hack will only apply to debian platform_families although other commits in that PR do fix the root issue on both RHEL and Debian platform_families

@kramvan1
Copy link
Contributor

Added some minor comments. With this new lwrp, certainly seems like this could be a 4.x release, but if this new lwrp is not used in default path, it could be justified as just a minor enhancement.

@jjasghar
Copy link
Contributor Author

With rolling in the clustering cookbook i feel justified on the 4.x release, if i can get someone other than me verify that kitchen and the specs pass i'm ready to merge this.

jjasghar pushed a commit that referenced this pull request Apr 24, 2015
@jjasghar jjasghar merged commit 8aa251c into master Apr 24, 2015
@jjasghar jjasghar deleted the major_release branch April 24, 2015 21:29
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

Successfully merging this pull request may close these issues.

3 participants