Fixed document for Grafana Port usage
[yardstick.git] / tests / unit / benchmark / contexts / nodes_duplicate_sample_new.yaml
1 nodes:
2 -
3     name: sriov
4     role: Sriov1
5     ip: 10.123.123.122
6     user: root
7     auth_type: password
8     password: password
9     vf_macs:
10      - "00:00:00:00:00:00"
11      - "00:00:00:00:00:00"
12     phy_ports: # Physical ports to configure sriov
13      - "0000:06:00.0"
14      - "0000:06:00.1"
15     phy_driver:    i40e # kernel driver
16     images: "/var/lib/libvirt/images/ubuntu1.img"
17 -
18     name: sriov
19     role: Sriov1
20     ip: 10.123.123.111
21     user: root
22     auth_type: password
23     password: password
24     vf_macs:
25      - "00:00:00:00:00:00"
26      - "00:00:00:00:00:00"
27     phy_ports: # Physical ports to configure sriov
28      - "0000:06:00.0"
29      - "0000:06:00.1"
30     phy_driver:    i40e # kernel driver
31     images: "/var/lib/libvirt/images/ubuntu1.img"                                     
32