-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSPECFILE
More file actions
32 lines (32 loc) · 1.12 KB
/
SPECFILE
File metadata and controls
32 lines (32 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
title: Cassandra 1.2.x Salt Formula
description: Salt formula for installing components of Cassandra 1.2.x. Please note
that seed and regular nodes are the same exact thing, however, to make
it easy for users to pick which hosts will be seeds we have separated
them to easily find using the grain system in salt.
root_path: cassandra
components:
- title: Seed Node
description: A seed node in the Cassandra cluster
sls_path: cassandra.seed
- title: Regular Node
description: A regular node in the Cassandra cluster
sls_path: cassandra.node
- title: OpsCenter
description: The OpsCenter component of the cassandra formula
sls_path: cassandra.opscenter
pillar_defaults:
cassandra:
version: 1.2.11-1
cluster_name: MyCassandraCluster
landing_page: true
num_tokens: 256
rpc_address: 0.0.0.0
endpoint_snitch: SimpleSnitch
data_file_directory: /mnt/cassandra/data
commitlog_directory: /mnt/cassandra/commitlog
saved_caches_directory: /mnt/cassandra/saved_caches
java_opts:
xss: 280k
opscenter:
port: 8888
interface: 0.0.0.0