Giter Site home page Giter Site logo

chef-hazelcast's Introduction

Description

Hazelcast is feature-rich, enterprise-ready and developer-friendly in-memory data grid solution. This cookbook installs the Community Edition and allows you to configure it. See more at

URL http://www.hazelcast.com/products-community.jsp

Kudos to the creators of Hazelcast, this is just a script. Please respect the work done, and improve it as you wish.

Requirements

Hazelcast is a java server, so it requires java cookbook. Also, it requires ark cookbook to ease download of the appropiate version of the server.

Attributes

All the configuration is done in a single XML file

Attributes used to deploy the server

default['hazelcast']['version']
default['hazelcast']['base_dir']
default['hazelcast']['current_dir']
default['hazelcast']['user']
default['hazelcast']['start_server']

Attributes for config file hazelcast.xml

default['hazelcast']['group_username']
default['hazelcast']['group_password']
default['hazelcast']['mgmt_center_enabled']
default['hazelcast']['network_port_auto_increment']
default['hazelcast']['network_multicast_enabled']
default['hazelcast']['network_multicast_group']
default['hazelcast']['network_multicast_port']
default['hazelcast']['network_tcp_ip_enabled']
default['hazelcast']['network_tcp_ip_interface']
default['hazelcast']['network_aws_enabled']
default['hazelcast']['network_aws_access_key']
default['hazelcast']['network_aws_secret_key']
default['hazelcast']['network_aws_region']
default['hazelcast']['network_aws_security_group']
default['hazelcast']['network_interfaces_enabled']
default['hazelcast']['network_interfaces_networks']
default['hazelcast']['network_ssl_enabled']
default['hazelcast']['network_socket_interceptor']
default['hazelcast']['network_ssl_sym_encryption_enabled']
default['hazelcast']['network_ssl_sym_encryption_alg']
default['hazelcast']['network_ssl_sym_encryption_salt']
default['hazelcast']['network_ssl_sym_encryption_password']
default['hazelcast']['network_ssl_sym_encryption_iteration_count']
default['hazelcast']['network_ssl_asym_encryption_enabled']
default['hazelcast']['network_ssl_asym_encryption_alg']
default['hazelcast']['network_ssl_asym_encryption_key_password']
default['hazelcast']['network_ssl_asym_encryption_key_alias']
default['hazelcast']['network_ssl_asym_encryption_store_type']
default['hazelcast']['network_ssl_asym_encryption_store_password']
default['hazelcast']['network_ssl_asym_encryption_store_path']
default['hazelcast']['partition_group_enabled']
default['hazelcast']['executor_core_pool_size']
default['hazelcast']['executor_max_pool_size']
default['hazelcast']['executor_keep_alive_seconds']
default['hazelcast']['queue_name']
default['hazelcast']['queue_max_size_per_jvm']
default['hazelcast']['queue_backing_map_ref']
default['hazelcast']['map_name']
default['hazelcast']['map_backup_count']
default['hazelcast']['map_async_backup_count']
default['hazelcast']['map_ttl_seconds']
default['hazelcast']['map_max_idle_seconds']
default['hazelcast']['map_eviction_policy']
default['hazelcast']['map_max_size_policy']
default['hazelcast']['map_eviction_percentage']
default['hazelcast']['map_merge_policy']
default['hazelcast']['semaphore_enabled']
default['hazelcast']['semaphore_name']
default['hazelcast']['semaphore_initial_permits']
default['hazelcast']['semaphore_factory_enabled']
default['hazelcast']['semaphore_factory_class_name']
default['hazelcast']['merge_policies_enabled']

Usage

To install hazelcast only use include_recipe 'hazelcast' in your own recipes.

By default, it will be installed on /opt/hazelcast and it uses upstart as init system.

Hazelcast is more about development with its libraries than a server itself. Please read the official documentation of Hazelcast at the following URL:

http://www.hazelcast.com/screencast.jsp

License

Released under the MIT License: www.opensource.org/licenses/mit-license.php

chef-hazelcast's People

Contributors

jmoratilla avatar

Stargazers

 avatar

Watchers

 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.