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