Infra: Cleanup Nomad configs
[csit.git] / fdio.infra.ansible / inventories / lf_inventory / host_vars / 10.30.51.24.yaml
index 1465995..ceb27c8 100644 (file)
@@ -26,7 +26,7 @@ nomad_certificates:
   - src: "{{ file_nomad_client_key_pem }}"
     dest: "{{ nomad_key_file }}"
 nomad_datacenter: "yul1"
-nomad_name: "{{ hostname }}-{{ ansible_architecture }}"
+nomad_node_name: "{{ hostname }}-{{ ansible_architecture }}"
 nomad_node_role: "client"
 nomad_node_class: "builder"
 nomad_options:
@@ -35,8 +35,14 @@ nomad_options:
   docker.privileged.enabled: true
   docker.volumes.enabled: true
   driver.whitelist: "docker,raw_exec,exec"
+nomad_retry_servers:
+  - "10.32.8.15"
+  - "10.32.8.16"
+  - "10.32.8.17"
 nomad_servers:
-  - "10.30.51.30:4647"
+  - "10.32.8.15:4647"
+  - "10.32.8.16:4647"
+  - "10.32.8.17:4647"
 
 # Consul settigs.
 consul_nomad_integration: true
@@ -48,10 +54,13 @@ consul_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ=="
 consul_node_name: "{{ hostname }}"
 consul_node_role: "client"
 consul_retry_servers:
-  - "10.30.51.30"
+  - "10.32.8.15"
+  - "10.32.8.16"
+  - "10.32.8.17"
+
 
 # Docker daemon settings.
 docker_daemon:
-  dns: [ "172.17.0.1" ]
+  dns: ["172.17.0.1"]
   dns-opts: []
-  dns-search: [ "{{ansible_hostname}}" ]
\ No newline at end of file
+  dns-search: ["{{ansible_hostname}}"]