diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-15 18:17:14 -0600 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-16 08:47:41 -0600 |
commit | bcbac1a1498b4f064fba575f7cbe8cb9b3663cd8 (patch) | |
tree | 8a185fa51017e0788162dec8ffa5d9d9d7d697cc /docs/release-notes.rst | |
parent | 023d74cc2d436659398743c412a602c6c1777fcb (diff) |
[VVP] Doc for GUI, Docker, and Deprecation
Revising documentation to reflect the deprecation
of the VVP web application as well as adding
documentation for the new additions such as:
* Alternate report options
* Native GUI tool
* Docker execution
Change-Id: Ia1b1e99e7d5fb657286efb281049e4550a80d1b6
Issue-ID: VVP-137
Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 44 |
1 files changed, 38 insertions, 6 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2e9c394..e5876a9 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,16 +1,47 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2017 AT&T Intellectual Property. All rights reserved. +.. Copyright 2019 AT&T Intellectual Property. All rights reserved. Release Notes =============================== -.. note:: - VNF Onboarding is a challenge across the industry because of a lack of a - standard form for VNFs. - The VVP project was created to provide validation scripts for - VNFs to test validity against the ONAP Requirements. + +Version: 4.0.0 (Dublin) +----------------------- + +:Release Date: TBD + +**Removed Features** + +- The VVP web application has been deprecated and is no longer supported + as of the Dublin release. The validation scripts continue to be supported + and enhanced, but contributions to the web-related repositories are now locked + and VVP will no longer be supported for deployment via ONAP Operations + Manager (OOM). + + The following repositories are now locked as of this release: + + - ``vvp/ansibile-ice-bootstrap`` + - ``vvp/cms`` + - ``vvp/devkit`` + - ``vvp/engagementmgr`` + - ``vvp/gitlab`` + - ``vvp/image-scanner`` + - ``vvp/jenkins`` + - ``vvp/portal`` + - ``vvp/postgresql`` + - ``vvp/test-engine`` + +**New Features** + +- A new :doc:`GUI application <humaninterfaces>` has been contributed and can + be used to execute validations in a user-friendly way without using complex + command line options. +- VVP is now packaged as a Docker container eliminating the need to run the + application from source code. See the :ref:`Docker Execution <vvp-docker-execution>` + instructions for more details. + Version: 3.0.0 -------------- @@ -70,6 +101,7 @@ Quick Links: - Initial release - none **Other** + NA =========== |