A little bit of Puppet, and a dash of Vagrant, and BOOM. Elasticsearch cluster
Go to file
R. Tyler Croy 7b9f7c7acb Upgrade the cluster to use the 1.2.x repository 2014-06-03 14:53:03 -07:00
manifests Upgrade the cluster to use the 1.2.x repository 2014-06-03 14:53:03 -07:00
.gitignore Initial commit of the instant-elasticsearch code 2014-03-23 22:09:02 -07:00
Gemfile Upgrade to the latest Vagrant and vagrant-aws 2014-05-12 13:24:42 -07:00
Gemfile.lock Upgrade to the latest Vagrant and vagrant-aws 2014-05-12 13:24:42 -07:00
Puppetfile Upgrade to the v0.3.1 ES Puppet module which includes some owner/group fixes 2014-04-22 09:13:51 -07:00
Puppetfile.lock Upgrade to the v0.3.1 ES Puppet module which includes some owner/group fixes 2014-04-22 09:13:51 -07:00
README.md Mention the Ruby 2.0 dependency in the README 2014-04-19 12:12:45 -07:00
Vagrantfile Create differently named nodes in the Vagrantfile 2014-04-10 16:38:21 -07:00

README.md

instant-elasticsearch

A little bit of Puppet, and a dash of Vagrant, and BOOM. Elasticsearch cluster.

Getting Started

Create the following files:

  • .vagrant_secret_access_key - AWS secret access key
  • .vagrant_key_id - AWS key ID
  • .vagrant_keypair_name - Name of a Keypair already configured in AWS

Note: This requires Ruby 2.0 or later to be the default Ruby that you're using

Then blindly run the following commands in your terminal:


bundle install
librarian-puppet install
vagrant up