openminds / sneakers

Sneakers is a simple, fast way to mimick Openminds Shared and Cloud hosting environments using vagrant/virtualbox, and provisioned by Chef.
25 stars 11 forks source link

Feature/elasticsearch #46

Closed Dextro closed 2 years ago

Dextro commented 10 years ago

Plain simple default elasticsearch support (issue #8) Java is also added through a community cookbook. If this needs to change to your own cookbook, you can remove the depended cookbooks "aws" and "windows".

In the Vagrantfile, I added a custom clustername, but I just don't work. The name of the VM is now the clustername and not elasticsearch_name . I haven't find the reason why this won't work.

I added the depended cookbooks instead of using Berkshelf to minimize the dependencies of Sneakers.

Greetings!

Zhann commented 10 years ago

Note to @openminds:

current chef-repo has checkout 8d4c08a656dfc3cd2665a4e8ba492db4fb967f43 on cookbooks/elasticsearch (0.3.3-11-g8d4c08a).

we probably want to replace community java cookbook with our own.