GithubHelp home page GithubHelp logo

nhhagen / vagrant-elasticsearch-box Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 17.0 287 KB

This is no longer maintained, use https://github.com/nhhagen/vagrant-dev-box and enable elasticsearch in "salt/roots/salt/top.sls" and "Vagrantfile"

License: MIT License

Scheme 100.00%

vagrant-elasticsearch-box's Introduction

Vagrant ElasticSearch box

Box to get an ElasticSearch environment quickly up and running in a VM.

Running the box

  1. 'git clone
  2. cd vagrant-elasticsearch-box
  3. `git submodule update
  4. vagrant up
  5. Open http://localhost:9200/

Dependencies

Install Vagrant

vagrant-elasticsearch-box's People

Contributors

nhhagen avatar sontek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vagrant-elasticsearch-box's Issues

Java 7 dependency not resolved

The standard apt-get install for Java 7 isn't working.
There's a 503 error when connecting to the oracle edelivery website.

error while doing vagrant up

Hi,

I've just git cloned your repo and did vagrant up . I am getting this error

stdin: is not a tty
Could not find class apt for precise64.wirelessap at /tmp/vagrant-puppet-1/manifests/default.pp:10 on node precise64.wirelessap
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

puppet apply --modulepath '/tmp/vagrant-puppet-1/modules-0:/etc/puppet/modules' --manifestdir /tmp/vagrant-puppet-1/manifests --detailed-exitcodes /tmp/vagrant-puppet-1/manifests/default.pp || [ $? -eq 2 ]

Stdout from the command:

Stderr from the command:

stdin: is not a tty
Could not find class apt for precise64.wirelessap at /tmp/vagrant-puppet-1/manifests/default.pp:10 on node precise64.wirelessap

I am using vagrant 1.5.1

Any help would be appreciated .

cheers
sp

Will not boot with multiple CPUs enabled

I had a problem booting this machine with default installations of vagrant and virtualbox on my machine. I figured out the problem was that the vagrantfile was configured with 2 cpus. ( v.customize ["modifyvm", :id, "--cpus", "2"] ) When changing this to 1 cpu the image started. Maybe this is a more robust setting?

config.vm.provider "virtualbox" do |v|
v.customize ["modifyvm", :id, "--cpus", "1"]
v.customize ["modifyvm", :id, "--memory", "1024"

Issues with the precise64 box

Got the following error:

Errors were encountered while processing:
 oracle-java7-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)

Needed to run:

vagrant ssh
sudo apt-get update
# wait for process to finish
exit
vagrant provision

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.