Git Product home page Git Product logo

orientdb-cookbook's Introduction

Build Status

OrientDB Cookbook

This cookbook installs OrientDB

Requirements

It has been tested on Ubuntu 12.04, but should work on any platform where Java 1.6 works.

The java and apt cookbooks are needed, as usual may be handled with Berkshelf.

General Attributes:

Attribute Description Default value
node['orientdb']['user']['id'] User name orientdb
node['orientdb']['version'] Database version 2.0.3
node['orientdb']['flavour'] Flavour to be installed, now only community community
node['orientdb']['base_tarball_url'] Partial location of the tarball url, flavour, version and extension removed http://www.orientechnologies.com/[email protected]&os=linux&file=orientdb
node['orientdb']['installation_directory'] Absolute install dir, dependent on the base install dir /opt/orientdb
node['orientdb']['default_init_script'] Full path to tarball's init script /opt/orientdb/bin/orientdb.sh
node['orientdb']['init_script'] Full path to actual init script /etc/init.d/orientdb
node['orientdb']['db_user'] Admin DB user admin
node['orientdb']['db_password'] Admin DB password admin

Distributed Attributes:

Attribute Description Default value
node['orientdb']['hazelcast']['nodeName'] Node Name {node.name}
node['orientdb']['hazelcast']['enabled'] Enable Hazelcast plugin true
node['orientdb']['hazelcast']['group']['name'] Hazelcast group name orientdb
node['orientdb']['hazelcast']['group']['password'] Hazelcast group password orientdb
node['orientdb']['hazelcast']['network']['join']['multicast']['enabled'] Enable Hazelcast multicast orientdb
node['orientdb']['hazelcast']['network']['join']['multicast']['group'] Hazelcast multicast host orientdb
node['orientdb']['hazelcast']['network']['join']['multicast']['port'] Hazelcast multicast port orientdb
node['orientdb']['node_search_criteria'] Chef Search criteria for locating peers. Match on hazelcast group name & password (from above)
node['orientdb']['hazelcast']['network']['join']['tcp-ip']['members'] Array of hostname:port of peer hazelcast members to populate hazelcast.xml file. hostname:port list from node_search_criteria (above)
node['orientdb']['distributed']['clusters']['servers'] Array of hostnames to populate default-distributed-db-config.json file. hostname list from node_search_criteria (above)

Running the tests

For the unit tests just execute the default rake task:

$ bundle install
$ bundle exec rake

Run the integration tests through test kitchen (Vagrant and VirtualBox are needed for this):

$ bundle exec kitchen test

Vagrant usage

For testing the cookbook with Vagrant 1.2+ you just have to execute bootstrap.sh:

$ bootstrap.sh

It installs the required Vagrant plugins and launchs the machine. After the process you have a orientdb instance running in orientdb.local host, ip 33.33.33.33 (you may need to provide root privileges to allow vagrant-hostmanager do its duty).

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

MIT License

Authors: Federico Gimenez Nieto [email protected]

orientdb-cookbook's People

Contributors

fgimenez avatar mdbelt avatar bitdeli-chef avatar

Watchers

Leonid Rashkovsky 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.