Reputation: 141
I'm interested in using RethinkDB as an OpsWorks Layer in my existing Stack but I'm having trouble getting my cookbooks to work. If someone has a cookbook repo they could share, or any pointers that would be fantastic.
I added rethink and rethink::start to the setup phase of the layer, but when it runs it can't find apt.
Any help would be greatly appreciated.
Upvotes: 1
Views: 264
Reputation: 141
With a bit of digging, I was able to sort out many of the differences between OpsWorks Chef and official Chef releases. I've included all OpsWorks cookbooks and trimmed the RethinkDB on down to the basics. Now it works and I just have cleanup / replication. Thanks everyone!
Upvotes: 0
Reputation: 1348
What is the exact error message you're getting?
One thing I see in the recipe is that the RethinkDB version is set to 1.7.1. The current version is 1.11.3 -- I'd try to set that in the recipe.
Upvotes: 0