summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorCasey Ransom <casey.ransom@lookout.com>2016-07-22 13:29:35 -0400
committerCasey Ransom <casey.ransom@lookout.com>2016-08-02 20:58:35 -0400
commit9ecc587e3b116dcb614a3fbe5726afcb641783c1 (patch)
treef264b8977dce4402924ad9cc51ee90e7028c1732 /nixos/release.nix
parent6ce28ca5c0f27ef14132f28c83eb90474013eac0 (diff)
downloadnixpkgs-9ecc587e3b116dcb614a3fbe5726afcb641783c1.tar
nixpkgs-9ecc587e3b116dcb614a3fbe5726afcb641783c1.tar.gz
nixpkgs-9ecc587e3b116dcb614a3fbe5726afcb641783c1.tar.bz2
nixpkgs-9ecc587e3b116dcb614a3fbe5726afcb641783c1.tar.lz
nixpkgs-9ecc587e3b116dcb614a3fbe5726afcb641783c1.tar.xz
nixpkgs-9ecc587e3b116dcb614a3fbe5726afcb641783c1.tar.zst
nixpkgs-9ecc587e3b116dcb614a3fbe5726afcb641783c1.zip
cassandra service: init
The module will configure a Cassandra server with common options being
tweakable. Included is also a test which will spin up 3 nodes and
verify that the cluster can be formed, broken, and repaired.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index b059de34132..71fdcb962f7 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -212,6 +212,7 @@ in rec {
   tests.boot = callSubTests tests/boot.nix {};
   tests.boot-stage1 = callTest tests/boot-stage1.nix {};
   tests.cadvisor = hydraJob (import tests/cadvisor.nix { system = "x86_64-linux"; });
+  tests.cassandra = callTest tests/cassandra.nix {};
   tests.chromium = (callSubTests tests/chromium.nix { system = "x86_64-linux"; }).stable;
   tests.cjdns = callTest tests/cjdns.nix {};
   tests.containers-ipv4 = callTest tests/containers-ipv4.nix {};