ansible: match vpp device config to perf config
[csit.git] / fdio.infra.ansible / inventories / lf_inventory / host_vars / 10.30.51.70.yaml
index 48b2ef1..cb82c28 100644 (file)
@@ -7,7 +7,7 @@ vfs_data_file: "csit-initialize-vfs-tx2.sh"
 grub:
   hugepagesz: "2M"
   hugepages: 32768
-  iommu: "on"
+  iommu.passthrough: "1"
 cpu_microarchitecture: "thunderx2"
 
 # User management.
@@ -32,7 +32,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: "csitarm"
 nomad_options:
@@ -41,7 +41,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_service_mgr: "systemd"
+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.
@@ -54,13 +62,14 @@ 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"
+consul_service_mgr: "systemd"
 
 # Docker settings.
 docker_daemon:
-  dns: [ "172.17.0.1" ]
+  dns: ["172.17.0.1"]
   dns-opts: []
-  dns-search: [ "{{ ansible_hostname }}" ]
-  storage-driver: "overlay2"
\ No newline at end of file
+  dns-search: ["{{ansible_hostname}}"]
+  storage-driver: "overlay2"