From 2150e0956bbffb995e15e29dc7f5415eb9a2e1dd Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 4 Dec 2021 21:55:48 +0100 Subject: Nomad and consul: single region now --- site/neptune.nix | 3 --- site/pluton.nix | 3 --- 2 files changed, 6 deletions(-) (limited to 'site') diff --git a/site/neptune.nix b/site/neptune.nix index 7fa6252..a42e2a7 100644 --- a/site/neptune.nix +++ b/site/neptune.nix @@ -6,10 +6,7 @@ interface = "eno1"; }; - services.consul.extraConfig.datacenter = "neptune"; services.nomad.settings.datacenter = "neptune"; - services.consul.extraConfig.bootstrap_expect = 3; - services.nomad.settings.server.bootstrap_expect = 3; # ---- diff --git a/site/pluton.nix b/site/pluton.nix index 10ef4a5..22bea08 100644 --- a/site/pluton.nix +++ b/site/pluton.nix @@ -6,10 +6,7 @@ interface = "enp0s25"; }; - services.consul.extraConfig.datacenter = "pluton"; services.nomad.settings.datacenter = "pluton"; - services.consul.extraConfig.bootstrap_expect = 1; - services.nomad.settings.server.bootstrap_expect = 1; networking.firewall.allowedTCPPorts = [ 80 443 ]; } -- cgit v1.2.3