diff options
author | 2025-02-13 12:35:51 +0100 | |
---|---|---|
committer | 2025-02-13 14:02:18 +0100 | |
commit | bac4e7f900182e62cc89c501091c0217c0709a83 (patch) | |
tree | ded576bdde79b50fbd2d411b9298e0e758c4d33c /fdio.infra.terraform/terraform-aws-2n-c7gn | |
parent | af7831884feb221591abf5007c47eb3e0ab695b3 (diff) |
feat(core): Unify topology files
Signed-off-by: Peter Mikus <peter.mikus@icloud.com>
Change-Id: I2acd9ecbe0f62e1909ff0984670bfdd0fd90173f
Diffstat (limited to 'fdio.infra.terraform/terraform-aws-2n-c7gn')
-rw-r--r-- | fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl b/fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl index 986157dc48..50a61ccb99 100644 --- a/fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl +++ b/fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl @@ -10,6 +10,7 @@ nodes: TG: type: TG subtype: TREX + model: AWS host: "${tg_public_ip}" arch: x86_64 port: 6001 @@ -30,6 +31,7 @@ nodes: model: Amazon-Nitro-100G DUT1: type: DUT + model: AWS host: "${dut1_public_ip}" arch: x86_64 port: 22 |