wip: convert ekman to new cluster sturcture (not complete)
This commit is contained in:
13
ekman/etcdCluster.nix
Normal file
13
ekman/etcdCluster.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
enable = true;
|
||||
existing = true;
|
||||
nodes =
|
||||
{
|
||||
frontend = "10.255.241.99";
|
||||
fs-work = "10.255.241.90";
|
||||
fs-backup = "10.255.241.80";
|
||||
# ekman = "10.255.241.100";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user