diff options
author | bmichalo <bmichalo@redhat.com> | 2016-08-10 10:41:15 -0400 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-12 11:52:48 +0000 |
commit | deeedbf93d972e5bd5b101115bb3537ea7a179ff (patch) | |
tree | 096d589c763ab8f5a5c9ae0459bf16d260fe3bbb /docs | |
parent | cc4667ef7310b300cdf40202a2de0e19e85fa800 (diff) |
pkt_gen: Update MoonGen Documention
Updating MoonGen configuration guide
JIRA: VSPERF-370
Change-Id: I577491a6ece249a6162e1a3595a8682b826e5734
Signed-off-by: bmichalo <bmichalo@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/trafficgen.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/configguide/trafficgen.rst b/docs/configguide/trafficgen.rst index c323ae9d..c698b8d6 100644 --- a/docs/configguide/trafficgen.rst +++ b/docs/configguide/trafficgen.rst @@ -435,3 +435,18 @@ One can set up this ssh access by doing the following on both servers: ssh-keygen -b 2048 -t rsa ssh-copy-id <other server> + +Configuration +~~~~~~~~~~~~~ + +Connection information for your Xena Chassis must be supplied inside the +``10_custom.conf`` or ``03_custom.conf`` file. The following parameters must be +set to allow for proper connections to the chassis. + +.. code-block:: console + + TRAFFICGEN_MOONGEN_HOST_IP_ADDR = "" + TRAFFICGEN_MOONGEN_USER = "" + TRAFFICGEN_MOONGEN_BASE_DIR = "" + TRAFFICGEN_MOONGEN_PORTS = "" + TRAFFICGEN_MOONGEN_LINE_SPEED_GBPS = "" |