nixos/mesos: Parameterize mesos slave attributes

Added attributes to nixos/tests/mesos.nix to verify that mesos-slave
attributes work. If the generated attributes are invalid, the daemon
should fail to start.

Change-Id: I5511245add30aba658b1af22cd7355b0bbf5d15c
This commit is contained in:
Benjamin Staffin
2014-12-18 14:47:24 -08:00
parent 718666204a
commit c47cefd05e
2 changed files with 43 additions and 18 deletions
+4
View File
@@ -8,6 +8,10 @@ import ./make-test.nix {
slave = {
enable = true;
master = "zk://localhost:2181/mesos";
attributes = {
tag1 = "foo";
tag2 = "bar";
};
};
master = {
enable = true;