From 545ac1820fcf556949f60f968e843759e5b1225b Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Tue, 23 Apr 2019 05:03:07 +0200 Subject: nixos/cassandra: Test seedAddresses --- nixos/tests/cassandra.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'nixos/tests/cassandra.nix') diff --git a/nixos/tests/cassandra.nix b/nixos/tests/cassandra.nix index a5925e234c4db..6779a0172dbdc 100644 --- a/nixos/tests/cassandra.nix +++ b/nixos/tests/cassandra.nix @@ -9,13 +9,7 @@ let inherit clusterName; listenAddress = ipAddress; rpcAddress = ipAddress; - extraConfig = - { start_native_transport = true; - seed_provider = - [{ class_name = "org.apache.cassandra.locator.SimpleSeedProvider"; - parameters = [ { seeds = "192.168.1.1"; } ]; - }]; - }; + seedAddresses = [ "192.168.1.1" ]; package = testPackage; }; nodeCfg = ipAddress: extra: {pkgs, config, ...}: -- cgit 1.4.1