From 0655e7e09e0e4368c962c96b0db537b4c7a7cd37 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 9 Feb 2017 09:54:13 -0600 Subject: Update for Danube doc structure JIRA: VES-1 Change-Id: I4c804f65e485f4d4d539263c6702212015d9c99b Signed-off-by: Aimee Ukasick --- docs/testing/index.rst | 13 +++++++++++++ docs/testing/usecases.rst | 30 ++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 docs/testing/index.rst create mode 100644 docs/testing/usecases.rst (limited to 'docs/testing') 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 `_ 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 `_. + + -- cgit