diff options
author | 2017-02-09 09:54:13 -0600 | |
---|---|---|
committer | 2017-02-09 09:54:13 -0600 | |
commit | 0655e7e09e0e4368c962c96b0db537b4c7a7cd37 (patch) | |
tree | 6a9e22f50220d057e0e948a69feb2dd43ae69bbf /docs/testing | |
parent | f203fb89c37f7b8ae471346fa3fb59bc929290da (diff) |
Update for Danube doc structure
JIRA: VES-1
Change-Id: I4c804f65e485f4d4d539263c6702212015d9c99b
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/index.rst | 13 | ||||
-rw-r--r-- | docs/testing/usecases.rst | 30 |
2 files changed, 43 insertions, 0 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst new file mode 100644 index 0000000..1f5cb52 --- /dev/null +++ b/docs/testing/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a +.. Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2015-2017 AT&T Intellectual Property, Inc + +================= +OPNFV VES Testing +================= + +.. toctree:: + :maxdepth: 1 + + usecases.rst diff --git a/docs/testing/usecases.rst b/docs/testing/usecases.rst new file mode 100644 index 0000000..7c8be06 --- /dev/null +++ b/docs/testing/usecases.rst @@ -0,0 +1,30 @@ +.. This work is licensed under a +.. Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2015-2017 AT&T Intellectual Property, Inc + +=================== +OPNFV VES Use Cases +=================== + +Implemented in Current Release +------------------------------ + +VES Hello World +............... + +The VES Hello World demo runs in a multi-node bare metal or virtual install, +adding VES agents for the hosts (bare metal, VMs) and apps. Data is collected +by `collectd <https://collectd.org/>`_ and sent in JSON format via HTTP to a the +VES collector agent. + +This use case is a basic TOSCA blueprint-based test using Tacker as the VNFM: +a single-node simple python web server, connected to two internal networks (private and admin), +and accessible via a floating IP. This is based upon the OpenStack Tacker project's 'tosca-vnfd-hello-world' blueprint, +as modified/extended for testing of Tacker-supported features as of OpenStack Newton. + + +Information on and links to the VES Hello World demo can be +found on the `VES Demo page <https://wiki.opnfv.org/display/ves/vHello_VES+Demo>`_. + + |