summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/instantiate/index.rst
diff options
context:
space:
mode:
authorRene_Robert <rene.robert@orange.com>2019-07-31 17:13:35 +0200
committerRene_Robert <rene.robert@orange.com>2019-07-31 17:27:40 +0200
commitf45d05acae93c13ffcc91df92781db38e570aff7 (patch)
tree4e2d4478f9612746b4e7c571a7ef3125fef4272c /docs/guides/onap-user/instantiate/index.rst
parent64a35d69322c87546f26921d6ecd79a2b2e7ea35 (diff)
refactor instantiate section to be more "purpose" oriented
adding configure section Issue-ID: DOC-500 Signed-off-by: Rene_Robert <rene.robert@orange.com> Change-Id: I7f05b3ff526a501a70533f9a9506844477a73419
Diffstat (limited to 'docs/guides/onap-user/instantiate/index.rst')
-rw-r--r--docs/guides/onap-user/instantiate/index.rst19
1 files changed, 3 insertions, 16 deletions
diff --git a/docs/guides/onap-user/instantiate/index.rst b/docs/guides/onap-user/instantiate/index.rst
index 21177b59a..fb14e698e 100644
--- a/docs/guides/onap-user/instantiate/index.rst
+++ b/docs/guides/onap-user/instantiate/index.rst
@@ -3,29 +3,16 @@
.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
-Instantiate
-===========
+Instantiate Service, PNF, VNF, Network
+======================================
The following guides are provided to describe tasks that a user of
ONAP may need to perform when instantiating a service.
Instantiation includes the following topics:
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
Pre-instantiation operations <./pre_instantiation/index.rst>
Instantiation operation(s) <./instantiation/index.rst>
-
-
-**e2eServiceInstance** method is a hard-coded approach with dedicated/specific
-service BPMN workflow. That means it is linked to ONAP source code
-and lifecycle.
-
-**A La Carte** method requires the Operations actor to build and send
-a lot of operations. To build those requests, Operator actor needs to
-define/collect by himself all VNF parameters/values.
-
-**Macro** method required the Operations actor to build and send only one
-request and, thanks to CDS Blueprint templates, ONAP will collect and assign
-all required parameters/values by itself.