aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/configguide
diff options
context:
space:
mode:
authorGerard Damm <gerard.damm@wipro.com>2018-05-22 18:48:52 -0500
committerGerard Damm <gerard.damm@wipro.com>2018-05-29 20:28:59 +0000
commit89a6b46dd07a06f913c1c1838bbf3f3c453de323 (patch)
treea599293f6560b6d4900e5d5629c385b7c33a41d2 /docs/release/configguide
parent3a957a75f99686767d13f45d74b5ca8463559b7b (diff)
Auto document updates for Fraser release 6.1
Updated: Release Notes and Configuration Guide. Reviewed User Guides, but no changes for 6.1. Change-Id: I9c800650d0fdae5e05ddcec60c518fffa193ee78 Signed-off-by: Gerard Damm <gerard.damm@wipro.com> (cherry picked from commit f19ad7f768a1fd6f7523a8e418b30bce2088ebce)
Diffstat (limited to 'docs/release/configguide')
-rw-r--r--docs/release/configguide/Auto-featureconfig.rst14
-rw-r--r--docs/release/configguide/auto-OS-config4ONAP.pngbin0 -> 134668 bytes
2 files changed, 9 insertions, 5 deletions
diff --git a/docs/release/configguide/Auto-featureconfig.rst b/docs/release/configguide/Auto-featureconfig.rst
index 4e9705f..af16a9b 100644
--- a/docs/release/configguide/Auto-featureconfig.rst
+++ b/docs/release/configguide/Auto-featureconfig.rst
@@ -14,9 +14,7 @@ and provides guidelines on how to perform configurations and additional installa
Goal
====
-The goal of `Auto <http://docs.opnfv.org/en/latest/release/release-notes.html>`_ installation and configuration is to prepare
-an environment where the `Auto use cases <http://docs.opnfv.org/en/latest/submodules/auto/docs/release/userguide/index.html#auto-userguide>`_
-can be assessed, i.e. where the corresponding test cases can be executed and their results can be collected.
+The goal of `Auto <http://docs.opnfv.org/en/latest/submodules/auto/docs/release/release-notes/index.html#auto-releasenotes>`_ installation and configuration is to prepare an environment where the `Auto use cases <http://docs.opnfv.org/en/latest/submodules/auto/docs/release/userguide/index.html#auto-userguide>`_ can be assessed, i.e. where the corresponding test cases can be executed and their results can be collected.
An instance of ONAP needs to be present, as well as a number of deployed VNFs, in the scope of the use cases.
@@ -57,8 +55,14 @@ server with the OpenStack instance.
.. image:: auto-installTarget-initial.jpg
-Jenkins will be used for Continuous Integration in OPNFV releases, to ensure that the latest master
-branch of Auto is always working.
+The OpenStack instance running VNFs may need to be configured as per ONAP expectations, for example creating instances of ONAP projects/tenants, users, security groups, networks (private, public), connected to the Internet by a Router, and making sure expected VM images and flavors are present. A script (using OpenStack SDK, or OpenStack CLI, or even OpenStack Heat templates) would populate the OpenStack instance, as illustrated below:
+
+.. image:: auto-OS-config4ONAP.png
+
+
+
+Jenkins (or more precisely JJB: Jenkins Job Builder) will be used for Continuous Integration in OPNFV releases, to ensure that the latest master
+branch of Auto is always working. The first 3 tasks in the pipeline would be: install OpenStack instance via OPNFV installer (Fuel/MCP for example), configure the OpenStack instance for ONAP, install ONAP (using the OpenStack instance network IDs in the ONAP YAMP file).
Moreover, Auto will offer an API, which can be imported as a module, and can be accessed for example
by a web application. The following diagram shows the planned structure for the Auto Git repository,
diff --git a/docs/release/configguide/auto-OS-config4ONAP.png b/docs/release/configguide/auto-OS-config4ONAP.png
new file mode 100644
index 0000000..ecde147
--- /dev/null
+++ b/docs/release/configguide/auto-OS-config4ONAP.png
Binary files differ