Issue-ID: DOC-500
[doc.git] / docs / guides / onap-user / instantiate / index.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0
2 .. International License.  http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2017 AT&T Intellectual Property.  All rights reserved.
4
5 .. _user-guides:
6
7 Instantiate
8 ===========
9 The following guides are provided to describe tasks that a user of
10 ONAP may need to perform when instantiating a service.
11
12 Instantiation includes the following topics:
13
14 .. toctree::
15    :maxdepth: 2
16
17    Pre-instantiation operations <./pre_instantiation/index.rst>
18
19    Instantiation operation(s) <./instantiation/index.rst>
20
21
22 **e2eServiceInstance** method is a hard-coded approach with dedicated/specific
23 service BPMN workflow. That means it is linked to ONAP source code
24 and lifecycle.
25
26 **Alacarte** method required the Operator actor to build and send
27 a lot of operations. To build those requests, Operator actor needs to
28 define/collect by himself all VNF parameters/values.
29
30 **Macro** method required the Operator actor to build and send only one request and,
31 thanks to CDS Blueprint templates, ONAP will collect and assign
32 by itself all paramters/values.