summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/instantiate/index.rst
blob: 21177b59ad8304dab0f4dac99696e308c838d9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.. 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.


Instantiate
===========
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

   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.