-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Piggyback on mysql cookbook #15
Piggyback on mysql cookbook #15
Conversation
@patcon I'm not familiar with this current initiative. I would certainly be happy to consider it. Can you point me at some reference documentation so I can see what would be involved and how these changes would affect the current project? Thanks! |
haha sorry, no official initiative at all, just trying to remove the chaos of all the cookbooks :) I suppose the closest thing to real written docs would be the recent
http://tickets.opscode.com/browse/COOK-1236 Also, forgot that this guy was interested in drop-in replacements for mysql too. He might be interested in helping out too: //cc jschneiderhan |
Maybe we could move discussion into the more general, let's-work-together thread for now? EDIT: oops, can't close this myself... |
@patcon no problem. We'll continue this discussion at customink-webops/percona-install#6. |
Hm. Sorry to be a bother, but I guess this is still the best place to discuss the refactoring that would need to happen for the actual dependency. My bad. Reopen? Just wanted to post that this ticket is the final piece needed in order to have mysql be used in a percona recipe. Still waiting on the merge. |
I was hoping to do this without pushing anything onto you, but it seems you've diverged a bit since you forked the mysql cookbook (?). There's lots that's the same, but some that different. Any chance you could take a look when you get the time and see whether you think it's possible to reconcile? (with PR's to the mysql cookbook, or otherwise) Cheers! |
@patcon I'm definitely open to these updates. This cookbook was started from scratch and was not a fork from any existing cookbooks. I just merged one of your other pull requests and now this can't be automatically merged at the moment. Would you mind rebasing and pushing so I can take a closer look? Thanks! |
Oh god, it wasn't ready to merge anyhow :) I'll reroll the in-progress changes though |
@patcon any movement on this? I've got another window to look at it with you if you're still interested. |
Unfortunately no movement, as my cookbook (in extending the mysql cookbook) solved my needs at the time, and it was always just a personal itch to scratch in backporting the extra features of this cookbook :) I've commented on a few issues, but my thoughts are that this is the canonical issue that makes sense to work on before duplicating efforts in resolving some of the others. I have no pressing plans to backport, but it's still something I'd like to do when I revisit the depending project /cc @santiagogil since he was interested in this as well. Cheers! |
This pull request is pretty out of date at this point. I am closing it for now but will re-open if there is any new activity. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Opscode has recently made efforts to decouple the mysql cookbook from using specifically mysql, so that it can be used as a dependency for drop-in replacements.
I was working on a cookbook to scratch my own itch, and was wondering whether you'd consider accepting a PR to move your own cookbook in that direction. I'm totally willing to do the legwork :)
Here's my repo:
https://github.com/myplanetdigital/chef-percona