From a9184757a78ce976aa3a0e63c522c0e5ba7d1489 Mon Sep 17 00:00:00 2001 From: "Mytnyk, Volodymyr" Date: Wed, 21 Feb 2018 14:08:16 +0000 Subject: NSB userguide: run TC in heat context & sriov ports Add section that describeds steps to be able to run sample vFW TC in heat context with sriov ports confiured in the OpenStack. JIRA: YARDSTICK-1022 Change-Id: I764933e26ca7cb10aa1094901ec3304156054333 Signed-off-by: Mytnyk, Volodymyr --- .../user/userguide/code/single-yardstick-pod.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/testing/user/userguide/code/single-yardstick-pod.conf (limited to 'docs/testing/user/userguide/code/single-yardstick-pod.conf') 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: + user: + password: + 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" -- cgit 1.2.3-korg