FIX: Ansible storage bugs
[csit.git] / resources / tools / testbed-setup / ansible / inventories / lf_inventory / host_vars / 10.32.8.14.yaml
index 4c912e6..9a2f862 100644 (file)
@@ -28,16 +28,17 @@ nomad_certificates:
 nomad_datacenter: "yul1"
 nomad_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ=="
 nomad_name: "{{ hostname }}-{{ ansible_architecture }}"
-nomad_node_role: "both"
-nomad_node_class: "s5ci"
+nomad_node_role: "client"
+nomad_node_class: "builder"
 nomad_options:
   driver.raw_exec.enable: 1
   docker.cleanup.image: true
   docker.privileged.enabled: true
+  docker.volumes.enabled: true
   driver.whitelist: "docker,raw_exec,exec"
   fingerprint.network.disallow_link_local: true
 nomad_retry_servers: [ "10.30.51.30", "10.30.51.32", "10.30.51.33" ]
-nomad_servers: [ "10.30.51.32:4647", "10.30.51.33:4647" ]
+nomad_servers: [ "10.30.51.32:4647", "10.30.51.33:4647", "10.30.51.30:4647" ]
 nomad_volumes:
   - name: "prod-volume-data1-1"
     path: "/data"
@@ -46,24 +47,17 @@ nomad_volumes:
 # Consul settigs.
 consul_nomad_integration: true
 consul_certificates:
-  - src: "{{ vault_nomad_v3_ca_file }}"
+  - src: "{{ vault_consul_v1_ca_file }}"
     dest: "{{ consul_ca_file }}"
-  - src: "{{ vault_nomad_v3_cert_file }}"
+  - src: "{{ vault_consul_v1_cert_file }}"
     dest: "{{ consul_cert_file }}"
-  - src: "{{ vault_nomad_v3_key_file }}"
+  - src: "{{ vault_consul_v1_key_file }}"
     dest: "{{ consul_key_file }}"
 consul_datacenter: "yul1"
 consul_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ=="
 consul_node_name: "{{ hostname }}"
-consul_node_role: "both"
+consul_node_role: "client"
 consul_retry_servers:
   - "10.30.51.30"
   - "10.30.51.32"
-  - "10.30.51.33"
-  - "10.30.51.15"
-  - "10.30.51.16"
-consul_services:
-  - name: "storage1"
-    port: 9000
-  - name: "nginx1"
-    port: 443
\ No newline at end of file
+  - "10.30.51.33"
\ No newline at end of file