fix(terraform): Remove ansible dependency 98/40098/1
authorpmikus <peter.mikus@protonmail.ch>
Wed, 13 Dec 2023 09:51:01 +0000 (09:51 +0000)
committerpmikus <peter.mikus@protonmail.ch>
Wed, 13 Dec 2023 09:51:01 +0000 (09:51 +0000)
- terraform ansible is not supported on aarch

Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Ib463e47e9d2b9cf19bc25c6ea75c516578eac374

22 files changed:
fdio.infra.terraform/terraform-aws-1n-aws-c5n/hosts.tftpl
fdio.infra.terraform/terraform-aws-1n-aws-c5n/topology-1n-aws-c5n.tftpl
fdio.infra.terraform/terraform-aws-1n-c6in/hosts.tftpl
fdio.infra.terraform/terraform-aws-1n-c6in/topology-1n-c6in.tftpl
fdio.infra.terraform/terraform-aws-2n-aws-c5n/hosts.tftpl
fdio.infra.terraform/terraform-aws-2n-aws-c5n/topology-2n-aws-c5n.tftpl
fdio.infra.terraform/terraform-aws-2n-c6gn/hosts.tftpl
fdio.infra.terraform/terraform-aws-2n-c6gn/topology-2n-c6gn.tftpl
fdio.infra.terraform/terraform-aws-2n-c6in/hosts.tftpl
fdio.infra.terraform/terraform-aws-2n-c6in/topology-2n-c6in.tftpl
fdio.infra.terraform/terraform-aws-2n-c6in/variables.tf
fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl
fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl
fdio.infra.terraform/terraform-aws-3n-aws-c5n/hosts.tftpl
fdio.infra.terraform/terraform-aws-3n-aws-c5n/topology-3n-aws-c5n.tftpl
fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf
fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl
fdio.infra.terraform/terraform-aws-3n-c6gn/topology-3n-c6gn.tftpl
fdio.infra.terraform/terraform-aws-3n-c6in/hosts.tftpl
fdio.infra.terraform/terraform-aws-3n-c6in/topology-3n-c6in.tftpl
fdio.infra.terraform/terraform-aws-3n-c7gn/hosts.tftpl
fdio.infra.terraform/terraform-aws-3n-c7gn/topology-3n-c7gn.tftpl

index ca371b3..58594ef 100644 (file)
@@ -2,4 +2,4 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
\ No newline at end of file
index 649d7e7..1cf63d6 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,13 +18,13 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 50GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-50G
       port2:
         # tg_instance/p2 - 50GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link1
-        model: Amazon-Nitro-50G
+        model: Amazon-Nitro-50G
\ No newline at end of file
index f02586c..58594ef 100644 (file)
@@ -2,8 +2,4 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
-    sut:
-      hosts:
-        {{ dut1_public_ip | default() }}
-        {{ dut2_public_ip | default() }}
+        ${tg_public_ip}
\ No newline at end of file
index 7d3f4e5..5e8533d 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,13 +18,13 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 200GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-200G
       port2:
         # tg_instance/p2 - 200GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link1
-        model: Amazon-Nitro-200G
+        model: Amazon-Nitro-200G
\ No newline at end of file
index b943c3b..cb36dbb 100644 (file)
@@ -2,7 +2,7 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
+        ${dut1_public_ip}
\ No newline at end of file
index de43291..2f2a244 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,19 +18,19 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 50GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-50G
       port2:
         # tg_instance/p2 - 50GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-50G
   DUT1:
     type: DUT
-    host: "{{ dut1_public_ip }}"
+    host: ${dut1_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -39,13 +39,13 @@ nodes:
     interfaces:
       port1:
         # dut1_instance/p1 - 50GE port1 on ENA NIC.
-        mac_address: {{ dut1_if1_mac }}
+        mac_address: ${dut1_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-50G
       port2:
         # dut1_instance/p2 - 50GE port2 on ENA NIC.
-        mac_address: {{ dut1_if2_mac }}
+        mac_address: ${dut1_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
-        model: Amazon-Nitro-50G
+        model: Amazon-Nitro-50G
\ No newline at end of file
index b943c3b..cb36dbb 100644 (file)
@@ -2,7 +2,7 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
+        ${dut1_public_ip}
\ No newline at end of file
index e693f6c..eb2e410 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,19 +18,19 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-100G
       port2:
         # tg_instance/p2 - 100GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-100G
   DUT1:
     type: DUT
-    host: "{{ dut1_public_ip }}"
+    host: ${dut1_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -39,13 +39,13 @@ nodes:
     interfaces:
       port1:
         # dut1_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ dut1_if1_mac }}
+        mac_address: ${dut1_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-100G
       port2:
         # dut1_instance/p2 - 100GE port2 on ENA NIC.
-        mac_address: {{ dut1_if2_mac }}
+        mac_address: ${dut1_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
-        model: Amazon-Nitro-100G
+        model: Amazon-Nitro-100G
\ No newline at end of file
index b943c3b..cb36dbb 100644 (file)
@@ -2,7 +2,7 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
+        ${dut1_public_ip}
\ No newline at end of file
index ef7b464..e81d34c 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: "${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,19 +18,19 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 200GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-200G
       port2:
         # tg_instance/p2 - 200GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-200G
   DUT1:
     type: DUT
-    host: "{{ dut1_public_ip }}"
+    host: ${dut1_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -39,13 +39,13 @@ nodes:
     interfaces:
       port1:
         # dut1_instance/p1 - 200GE port1 on ENA NIC.
-        mac_address: {{ dut1_if1_mac }}
+        mac_address: ${dut1_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-200G
       port2:
         # dut1_instance/p2 - 200GE port2 on ENA NIC.
-        mac_address: {{ dut1_if2_mac }}
+        mac_address: ${dut1_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
-        model: Amazon-Nitro-200G
+        model: Amazon-Nitro-200G
\ No newline at end of file
index d9d2200..51af958 100644 (file)
@@ -11,7 +11,7 @@ variable "region" {
 variable "resource_prefix" {
   description = "Resources name prefix."
   type        = string
-  default     = "csit-2n-c6gn"
+  default     = "csit-2n-c6in"
 }
 
 variable "testbed_name" {
index b943c3b..cb36dbb 100644 (file)
@@ -2,7 +2,7 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
+        ${dut1_public_ip}
\ No newline at end of file
index e693f6c..eb2e410 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,19 +18,19 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-100G
       port2:
         # tg_instance/p2 - 100GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-100G
   DUT1:
     type: DUT
-    host: "{{ dut1_public_ip }}"
+    host: ${dut1_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -39,13 +39,13 @@ nodes:
     interfaces:
       port1:
         # dut1_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ dut1_if1_mac }}
+        mac_address: ${dut1_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-100G
       port2:
         # dut1_instance/p2 - 100GE port2 on ENA NIC.
-        mac_address: {{ dut1_if2_mac }}
+        mac_address: ${dut1_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
-        model: Amazon-Nitro-100G
+        model: Amazon-Nitro-100G
\ No newline at end of file
index f02586c..e88c8ba 100644 (file)
@@ -2,8 +2,8 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
-        {{ dut2_public_ip | default() }}
+        ${dut1_public_ip}
+        ${dut2_public_ip}
\ No newline at end of file
index b353aa5..7df7cf3 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,19 +18,19 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 50GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-50G
       port2:
         # tg_instance/p2 - 50GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-50G
   DUT1:
     type: DUT
-    host: "{{ dut1_public_ip }}"
+    host: ${dut1_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -39,19 +39,19 @@ nodes:
     interfaces:
       port1:
         # dut1_instance/p1 - 50GE port1 on ENA NIC.
-        mac_address: {{ dut1_if1_mac }}
+        mac_address: ${dut1_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-50G
       port2:
         # dut1_instance/p2 - 50GE port2 on ENA NIC.
-        mac_address: {{ dut1_if2_mac }}
+        mac_address: ${dut1_if2_mac}
         pci_address: "0000:00:07.0"
         link: link21
         model: Amazon-Nitro-50G
   DUT2:
     type: DUT
-    host: "{{ dut2_public_ip }}"
+    host: ${dut2_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -60,14 +60,13 @@ nodes:
     interfaces:
       port1:
         # dut2_instance/p1 - 50GE port1 on ENA NIC.
-        mac_address: {{ dut2_if1_mac }}
+        mac_address: ${dut2_if1_mac}
         pci_address: "0000:00:06.0"
         link: link21
         model: Amazon-Nitro-50G
       port2:
         # dut2_instance/p2 - 50GE port1 on ENA NIC.
-        mac_address: {{ dut2_if2_mac }}
+        mac_address: ${dut2_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
-        model: Amazon-Nitro-50G
-
+        model: Amazon-Nitro-50G
\ No newline at end of file
index 259f720..d64dd5b 100644 (file)
@@ -11,7 +11,7 @@ variable "region" {
 variable "resource_prefix" {
   description = "Resources name prefix."
   type        = string
-  default     = "csit-2n-aws-c5n"
+  default     = "csit-3n-aws-c5n"
 }
 
 variable "testbed_name" {
index f02586c..e88c8ba 100644 (file)
@@ -2,8 +2,8 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
-        {{ dut2_public_ip | default() }}
+        ${dut1_public_ip}
+        ${dut2_public_ip}
\ No newline at end of file
index 295d457..4fb97d5 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,19 +18,19 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-100G
       port2:
         # tg_instance/p2 - 100GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-100G
   DUT1:
     type: DUT
-    host: "{{ dut1_public_ip }}"
+    host: ${dut1_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -39,19 +39,19 @@ nodes:
     interfaces:
       port1:
         # dut1_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ dut1_if1_mac }}
+        mac_address: ${dut1_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-100G
       port2:
         # dut1_instance/p2 - 100GE port2 on ENA NIC.
-        mac_address: {{ dut1_if2_mac }}
+        mac_address: ${dut1_if2_mac}
         pci_address: "0000:00:07.0"
         link: link21
         model: Amazon-Nitro-100G
   DUT2:
     type: DUT
-    host: "{{ dut2_public_ip }}"
+    host: ${dut2_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -60,13 +60,13 @@ nodes:
     interfaces:
       port1:
         # dut2_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ dut2_if1_mac }}
+        mac_address: ${dut2_if1_mac}
         pci_address: "0000:00:06.0"
         link: link21
         model: Amazon-Nitro-100G
       port2:
         # dut2_instance/p2 - 100GE port1 on ENA NIC.
-        mac_address: {{ dut2_if2_mac }}
+        mac_address: ${dut2_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-100G
index f02586c..e88c8ba 100644 (file)
@@ -2,8 +2,8 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
-        {{ dut2_public_ip | default() }}
+        ${dut1_public_ip}
+        ${dut2_public_ip}
\ No newline at end of file
index c280f4e..e9ecfb6 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,19 +18,19 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 200GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-200G
       port2:
         # tg_instance/p2 - 200GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-200G
   DUT1:
     type: DUT
-    host: "{{ dut1_public_ip }}"
+    host: ${dut1_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -39,19 +39,19 @@ nodes:
     interfaces:
       port1:
         # dut1_instance/p1 - 200GE port1 on ENA NIC.
-        mac_address: {{ dut1_if1_mac }}
+        mac_address: ${dut1_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-200G
       port2:
         # dut1_instance/p2 - 200GE port2 on ENA NIC.
-        mac_address: {{ dut1_if2_mac }}
+        mac_address: ${dut1_if2_mac}
         pci_address: "0000:00:07.0"
         link: link21
         model: Amazon-Nitro-200G
   DUT2:
     type: DUT
-    host: "{{ dut2_public_ip }}"
+    host: ${dut2_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -60,13 +60,13 @@ nodes:
     interfaces:
       port1:
         # dut2_instance/p1 - 200GE port1 on ENA NIC.
-        mac_address: {{ dut2_if1_mac }}
+        mac_address: ${dut2_if1_mac}
         pci_address: "0000:00:06.0"
         link: link21
         model: Amazon-Nitro-200G
       port2:
         # dut2_instance/p2 - 200GE port1 on ENA NIC.
-        mac_address: {{ dut2_if2_mac }}
+        mac_address: ${dut2_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-200G
index f02586c..e88c8ba 100644 (file)
@@ -2,8 +2,8 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
-        {{ dut2_public_ip | default() }}
+        ${dut1_public_ip}
+        ${dut2_public_ip}
\ No newline at end of file
index 295d457..4fb97d5 100644 (file)
@@ -10,7 +10,7 @@ nodes:
   TG:
     type: TG
     subtype: TREX
-    host: "{{ tg_public_ip }}"
+    host: ${tg_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -18,19 +18,19 @@ nodes:
     interfaces:
       port1:
         # tg_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ tg_if1_mac }}
+        mac_address: ${tg_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-100G
       port2:
         # tg_instance/p2 - 100GE port2 on ENA NIC.
-        mac_address: {{ tg_if2_mac }}
+        mac_address: ${tg_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-100G
   DUT1:
     type: DUT
-    host: "{{ dut1_public_ip }}"
+    host: ${dut1_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -39,19 +39,19 @@ nodes:
     interfaces:
       port1:
         # dut1_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ dut1_if1_mac }}
+        mac_address: ${dut1_if1_mac}
         pci_address: "0000:00:06.0"
         link: link1
         model: Amazon-Nitro-100G
       port2:
         # dut1_instance/p2 - 100GE port2 on ENA NIC.
-        mac_address: {{ dut1_if2_mac }}
+        mac_address: ${dut1_if2_mac}
         pci_address: "0000:00:07.0"
         link: link21
         model: Amazon-Nitro-100G
   DUT2:
     type: DUT
-    host: "{{ dut2_public_ip }}"
+    host: ${dut2_public_ip}
     arch: x86_64
     port: 22
     username: testuser
@@ -60,13 +60,13 @@ nodes:
     interfaces:
       port1:
         # dut2_instance/p1 - 100GE port1 on ENA NIC.
-        mac_address: {{ dut2_if1_mac }}
+        mac_address: ${dut2_if1_mac}
         pci_address: "0000:00:06.0"
         link: link21
         model: Amazon-Nitro-100G
       port2:
         # dut2_instance/p2 - 100GE port1 on ENA NIC.
-        mac_address: {{ dut2_if2_mac }}
+        mac_address: ${dut2_if2_mac}
         pci_address: "0000:00:07.0"
         link: link2
         model: Amazon-Nitro-100G