diff options
author | Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> | 2018-02-21 14:08:16 +0000 |
---|---|---|
committer | Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> | 2018-03-16 16:08:09 +0000 |
commit | a9184757a78ce976aa3a0e63c522c0e5ba7d1489 (patch) | |
tree | e45cde326d1a8e9a199b3b20283f50ad37cb98e6 /docs/testing/user/userguide/code/single-yardstick-pod.conf | |
parent | a6a54f115cb55a4cf91df24e9b894f89b232dae8 (diff) |
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 <volodymyrx.mytnyk@intel.com>
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" |