aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/vagrant.yaml
blob: 6c724c495f15c62a798461d424cae071d9d90790 (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
---
metadata:
  version: 0.1
  schema:
    - resources/topology_schemas/3_node_topology.sch.yaml
    - resources/topology_schemas/topology.sch.yaml
  tags: [vagrant, 3-node]

nodes:
  TG:
    type: TG
    host: "192.168.255.100"
    port: 22
    username: csit
    password: csit
    interfaces:
      port3:
        mac_address: ""
        pci_address: "0000:00:09.0"
        link: link1
        driver: e1000
      port5:
        mac_address: ""
        pci_address: "0000:00:0a.0"
        link: link2
        driver: e1000
  DUT1:
    type: DUT
    host: "192.168.255.101"
    port: 22
    username: csit
    password: csit
    interfaces:
      port1:
        mac_address: ""
        pci_address: "0000:00:09.0"
        link: link1
        driver: e1000
      port3:
        mac_address: ""
        pci_address: "0000:00:0a.0"
        link: link3
        driver: e1000
  DUT2:
    type: DUT
    host: "192.168.255.102"
    port: 22
    username: csit
    password: csit
    interfaces:
      port1:
        mac_address: ""
        pci_address: "0000:00:09.0"
        link: link2
        driver: e1000
      port3:
        mac_address: ""
        pci_address: "0000:00:0a.0"
        link: link3
        driver: e1000