diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2020-11-25 09:10:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-11-25 09:10:56 +0000 |
commit | 092de71ff79b23ab05d013ceb417b4f0b48dcc55 (patch) | |
tree | a5742662468d6b44217f2aa87fb35fbb43dbbdd2 /docs | |
parent | 104d58d57e60f3b7a2866b9b6d48a028a445a00a (diff) | |
parent | 9ec3918b56f1e8862fe140455928cdcd87a2554b (diff) |
Merge "Openstack: Using VSPERF to Test on Openstack."
Diffstat (limited to 'docs')
-rw-r--r-- | docs/openstack/index.rst | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/docs/openstack/index.rst b/docs/openstack/index.rst index fcc04c99..6009e669 100644 --- a/docs/openstack/index.rst +++ b/docs/openstack/index.rst @@ -1,14 +1,39 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. (c) OPNFV, Intel Corporation, AT&T, Red Hat, Spirent, Ixia and others. +.. (c) OPNFV, Spirent Communications, AT&T, Ixia and others. -.. OPNFV VSPERF Documentation master file. +.. OPNFV VSPERF With Openstack master file. *************************** OPNFV VSPERF with OPENSTACK *************************** -============ Introduction -============ +------------ +VSPERF performs the following, when run with openstack: + +1. Connect to Openstack (using the credentials) +2. Deploy Traffic-Generators in a required way (defined by scenarios) +3. Update the VSPERF configuration based on the deployment. +4. Use the updated configuration to run test in "Trafficgen" Mode. +5. Publish and store results. + + +What to Configure? +^^^^^^^^^^^^^^^^^^ +The configurable parameters are provided in *conf/11_openstackstack.conf*. The configurable parameters are: + +1. Access to Openstack Environment: Auth-URL, Username, Password, Project and Domain IDs/Name. +2. VM Details - Name, Flavor, External-Network. +3. Scenario - How many compute nodes to use, and how many instances of trafficgenerator to deploy. + +User can customize these parameters. Assume the customized values are placed in openstack.conf file. This file will be used to run the test. + +How to run? +^^^^^^^^^^^ +Add --openstack flag as show below + +.. code-block:: console + + vsperf --openstack --conf-file openstack.conf phy2phy_tput |