aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/lf_3n_emr_testbed29.yaml
blob: 1e49a1c8ec2b1a12695011dbd08119b41327cdb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
metadata:
  version: 0.1
  schema:
    - resources/topology_schemas/3_node_topology.sch.yaml
    - resources/topology_schemas/topology.sch.yaml
  tags: [hw, 3-node]

nodes:
  TG:
    type: TG
    subtype: TREX
    host: "10.30.51.43"
    arch: x86_64
    port: 6001
    username: testuser
    password: Csit1234
    bus:
      device1:
        pci_address: "0000:6a:01.0"
        driver: idxd
        model: Intel-DSA
    cryptodev:
      device1:
        pci_address: "0000:70:00.0"
        driver: "4xxx"
        model: "HW_4xxx"
        module: "qat_4xxx"
        numvfs: 8
    interfaces:
      port1:
        # s41-t29-tg1-c4/p1 - 100GE port1 Intel E810-2C-Q2 2p100GE.
        mac_address: "40:a6:b7:ca:2b:f8"
        pci_address: "0000:27:00.0"
        ip4_address: "172.16.10.1"
        driver: ice
        link: link1
        model: Intel-E810CQ
      port2:
        # s41-t29-tg1-c4/p1 - 100GE port2 Intel E810-2C-Q2 2p100GE.
        mac_address: "40:a6:b7:ca:2a:70"
        pci_address: "0000:29:00.0"
        ip4_address: "172.16.30.1"
        driver: ice
        link: link3
        model: Intel-E810CQ
  DUT1:
    type: DUT
    host: "10.30.51.42"
    arch: x86_64
    port: 6001
    username: testuser
    password: Csit1234
    uio_driver: vfio-pci
    bus:
      device1:
        pci_address: "0000:6a:01.0"
        driver: idxd
        model: Intel-DSA
    cryptodev:
      device1:
        pci_address: "0000:70:00.0"
        driver: "4xxx"
        model: "HW_4xxx"
        module: "qat_4xxx"
        numvfs: 8
    interfaces:
      port1:
        # s40-t29-sut1-c4/p1 - 100GE port1 Intel E810-2C-Q2 2p100GE.
        mac_address: "40:a6:b7:ca:2b:f0"
        pci_address: "0000:27:00.0"
        ip4_address: "172.16.20.1"
        driver: ice
        link: link2
        model: Intel-E810CQ
      port2:
        # s40-t29-sut1-c4/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE.
        mac_address: "40:a6:b7:ca:2b:f4"
        pci_address: "0000:29:00.0"
        ip4_address: "172.16.30.2"
        driver: ice
        link: link3
        model: Intel-E810CQ
  DUT2:
    type: DUT
    host: "10.30.51.42"
    arch: x86_64
    port: 6002
    username: testuser
    password: Csit1234
    uio_driver: vfio-pci
    bus:
      device1:
        pci_address: "0000:e7:01.0"
        driver: idxd
        model: Intel-DSA
    cryptodev:
      device1:
        pci_address: "0000:ed:00.0"
        driver: "4xxx"
        model: "HW_4xxx"
        module: "qat_4xxx"
        numvfs: 8
    interfaces:
      port1:
        # s40-t29-sut2-c9/p1 - 100GE port1 Intel E810-2C-Q2 2p100GE.
        mac_address: "40:a6:b7:ca:2a:a0"
        pci_address: "0000:a8:00.0"
        ip4_address: "172.16.20.2"
        driver: ice
        link: link2
        model: Intel-E810CQ
      port2:
        # s40-t29-sut2-c9/p2 - 100GE port2 Intel E810-2C-Q2 2p100GE.
        mac_address: "40:a6:b7:ca:2a:a4"
        pci_address: "0000:aa:00.0"
        ip4_address: "172.16.10.2"
        driver: ice
        link: link1
        model: Intel-E810CQ