Compare commits
2 commits
dea2425e27
...
06043e438e
Author | SHA1 | Date | |
---|---|---|---|
06043e438e | |||
fc8df77023 |
3 changed files with 3 additions and 9 deletions
|
@ -5,9 +5,10 @@
|
|||
start_all()
|
||||
|
||||
with subtest("should form cluster"):
|
||||
for machine in machines:
|
||||
nodes = [ n for n in machines if n != nowhere ]
|
||||
for machine in nodes:
|
||||
machine.succeed("systemctl start consul-ready.service")
|
||||
for machine in machines:
|
||||
for machine in nodes:
|
||||
consulConfig = json.loads(machine.succeed("cat /etc/consul.json"))
|
||||
addr = consulConfig["addresses"]["http"]
|
||||
port = consulConfig["ports"]["http"]
|
||||
|
|
|
@ -29,7 +29,6 @@ in
|
|||
reflection = ./reflection;
|
||||
shell-config = ./shell-config;
|
||||
ssh = ./ssh;
|
||||
system-info = ./system-info;
|
||||
system-recovery = ./system-recovery;
|
||||
systemd-extras = ./systemd-extras;
|
||||
tested = ./tested;
|
||||
|
@ -56,7 +55,6 @@ in
|
|||
motd
|
||||
networking
|
||||
nix-config-server
|
||||
system-info
|
||||
system-recovery
|
||||
tested
|
||||
];
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ depot, ... }:
|
||||
|
||||
{
|
||||
system.configurationRevision = depot.rev or null;
|
||||
}
|
Loading…
Add table
Reference in a new issue