Giter VIP home page Giter VIP logo

salt-elasticsearch's Introduction

salt-elasticsearch

Deploy elasticsearch using saltstack.

vagrant

This repository is meant to be used as a local development environment. Easiest way to get started is to use virtualbox provider.

vagrant up

Vagrant environment will also deploy a dedicated saltmaster VM, in order to reflect realistic production setup. However, we do not pre-seed minion keys, allowing minion to generate new certificate requests upon each vagrant up. Therefore, developer must accept key manually within the saltmaster VM.

vagrant ssh saltmaster
sudo salt-key -L
sudo salt-key -A -y
salt '*' test.ping

Note that developer does not need superuser privileges to use salt execution modules as vagrant user. This is due to pre-configured ACL within salt-master config file. However, local system administration tasks (e.g. accepting certificate requests) still require elevation. You can deploy elasticsearch cluster within saltmaster VM once the vagrant environment is operational.

salt '*' state.highstate

Requirements

This deployment has been tested on a PC host with following specs:

  • Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz
  • 16GB RAM
  • 100Gig-ish free disk space
  • Ubuntu 16.04 LTS
  • Vagrant 1.8 and 1.9
  • Functional internet connection (10-50Mbit/s)

salt-elasticsearch's People

Contributors

markuskont avatar

Watchers

Ian De Croix avatar

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.