commit | d468a049a546441c74ae516f5d5feb302847e9c0 | [log] [tgz] |
---|---|---|
author | marco <m.celoud@tcpcloud.eu> | Tue Jun 14 22:13:03 2016 +0200 |
committer | marco <m.celoud@tcpcloud.eu> | Fri Jun 17 10:40:28 2016 +0200 |
tree | c211a0d4a55fb407fa96810d8c70591e9ff20919 |
Cassandra salt formula first version.
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls new file mode 100644 index 0000000..39230e3 --- /dev/null +++ b/tests/pillar/cluster.sls
@@ -0,0 +1,12 @@ +cassandra: + server: + enabled: true + version: 2 + name: 'cassandra' + bind: + address: 127.0.0.1 + rpc_port: 9160 + members: + - host: 127.0.0.1 + - host: 127.0.1.1 + - host: 127.0.2.1 \ No newline at end of file