diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-03-16 17:20:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-16 17:20:43 +0000 |
commit | a33f35ec70f454fa25d147120a0ad16e8611da63 (patch) | |
tree | 677206036875624b63a6ca7f6fce6ec9a4bc828b /docs/testing/user/userguide/code/single-yardstick-pod.conf | |
parent | 700e7a8d92b373b42e0f406b9c58c6961c7f9e6f (diff) | |
parent | a9184757a78ce976aa3a0e63c522c0e5ba7d1489 (diff) |
Merge "NSB userguide: run TC in heat context & sriov ports"
Diffstat (limited to 'docs/testing/user/userguide/code/single-yardstick-pod.conf')
-rw-r--r-- | docs/testing/user/userguide/code/single-yardstick-pod.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/code/single-yardstick-pod.conf b/docs/testing/user/userguide/code/single-yardstick-pod.conf new file mode 100644 index 000000000..421246d60 --- /dev/null +++ b/docs/testing/user/userguide/code/single-yardstick-pod.conf @@ -0,0 +1,22 @@ +nodes: +- + name: trafficgen_1 + role: tg__0 + ip: <TG-HOST-IP> + user: <TG-USER> + password: <TG-PASS> + interfaces: + xe0: # logical name from topology.yaml and vnfd.yaml + vpci: "0000:18:00.0" + driver: i40e # default kernel driver + dpdk_port_num: 0 + local_ip: "10.1.1.150" + netmask: "255.255.255.0" + local_mac: "00:00:00:00:00:01" + xe1: # logical name from topology.yaml and vnfd.yaml + vpci: "0000:18:00.1" + driver: i40e # default kernel driver + dpdk_port_num: 1 + local_ip: "10.1.1.151" + netmask: "255.255.255.0" + local_mac: "00:00:00:00:00:02" |