From 5b5790e52de6562ec6d5e6a9ddf2df24f8be7993 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 4 Aug 2021 13:11:35 +0000 Subject: Infra: Update monitoring for new layout Signed-off-by: pmikus Change-Id: I299515fc676a9995e006bbb197068160044dbd98 --- .../inventories/lf_inventory/host_vars/10.30.51.39.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.39.yaml') diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.39.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.39.yaml index 1cabe134ce..0124697533 100644 --- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.39.yaml +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.39.yaml @@ -36,7 +36,15 @@ nomad_options: docker.privileged.enabled: true docker.volumes.enabled: true driver.whitelist: "docker,raw_exec,exec" -nomad_servers: [ "10.30.51.30:4647", "10.30.51.32:4647", "10.30.51.33:4647" ] +nomad_retry_servers: + - "10.32.8.15" + - "10.32.8.16" + - "10.32.8.17" +nomad_servers: + - "10.32.8.15:4647" + - "10.32.8.16:4647" + - "10.32.8.17:4647" + nomad_cpu_total_compute: "40000" # Consul settigs. @@ -49,9 +57,9 @@ consul_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ==" consul_node_name: "{{ hostname }}" consul_node_role: "client" consul_retry_servers: - - "10.30.51.30" - - "10.30.51.32" - - "10.30.51.33" + - "10.32.8.15" + - "10.32.8.16" + - "10.32.8.17" # Docker daemon settings. docker_daemon: -- cgit 1.2.3-korg