Skip to content

Commit

Permalink
cassandra: rewrote service from scratch
Browse files Browse the repository at this point in the history
Adds a replacement for the previously broken
`services.database.cassandra` and tests for a multi-node setup.
  • Loading branch information
Thomas Bach committed Jan 5, 2018
1 parent e76e9ea commit 6e04788
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 448 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/misc/ids.nix
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
pykms = 282;
kodi = 283;
restya-board = 284;
cassandra = 285;

# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!

Expand Down Expand Up @@ -570,6 +571,7 @@
pykms = 282;
kodi = 283;
restya-board = 284;
cassandra = 285;

# When adding a gid, make sure it doesn't match an existing
# uid. Users and groups with the same name should have equal
Expand Down
1 change: 1 addition & 0 deletions nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
./services/continuous-integration/jenkins/slave.nix
./services/databases/4store-endpoint.nix
./services/databases/4store.nix
./services/databases/cassandra.nix
./services/databases/clickhouse.nix
./services/databases/couchdb.nix
./services/databases/firebird.nix
Expand Down

0 comments on commit 6e04788

Please sign in to comment.