Install Apache Cassandra from the [DataStax Community Edition] 1.
node 'seed1' { class { 'cassandra': cluster_name => 'testCassandra', package_name => 'cassandra', seeds => [ '192.168.100.2'], version => '2.0.10', listen_address => "192.168.100.2" } } node 'node1' { class { 'cassandra': cluster_name => 'testCassandra', package_name => 'cassandra', seeds => [ '192.168.100.2'], version => '2.0.10', listen_address => "192.168.100.3" } } The module has been tested on the following operating systems. Testing and patches for other platforms are welcome.
- Debian Linux 7.0 (Wheezy)
Please create bug reports and feature requests in [GitHub issues] 2.
Copyright (c) 2012-2013 smarchive GmbH, 2013 Gini GmbH
This script is licensed under the [Apache License, Version 2.0] 3.
