parent
fd9880e00d
commit
b5aab9d19d
2 changed files with 7 additions and 11 deletions
devices/cluster/modules
|
@ -59,17 +59,13 @@ in {
|
|||
nodes = [
|
||||
{
|
||||
name = "thingone";
|
||||
nodeid = "1";
|
||||
addrs = [
|
||||
{addr = "10.0.0.244";}
|
||||
];
|
||||
nodeid = 1;
|
||||
ring_addrs = ["10.0.0.244"];
|
||||
}
|
||||
{
|
||||
name = "thingtwo";
|
||||
nodeid = "2";
|
||||
addrs = [
|
||||
{addr = "10.0.0.159";}
|
||||
];
|
||||
nodeid = 2;
|
||||
ring_addrs = ["10.0.0.159"];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue