blob: 21177b59ad8304dab0f4dac99696e308c838d9e9 [file] [log] [blame]
seshukm9d7bbe42019-08-08 11:19:42 +05301.. 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
6Instantiate
7===========
8The following guides are provided to describe tasks that a user of
9ONAP may need to perform when instantiating a service.
10
11Instantiation includes the following topics:
12
13.. toctree::
14 :maxdepth: 2
15
16 Pre-instantiation operations <./pre_instantiation/index.rst>
17
18 Instantiation operation(s) <./instantiation/index.rst>
19
20
21**e2eServiceInstance** method is a hard-coded approach with dedicated/specific
22service BPMN workflow. That means it is linked to ONAP source code
23and lifecycle.
24
25**A La Carte** method requires the Operations actor to build and send
26a lot of operations. To build those requests, Operator actor needs to
27define/collect by himself all VNF parameters/values.
28
29**Macro** method required the Operations actor to build and send only one
30request and, thanks to CDS Blueprint templates, ONAP will collect and assign
31all required parameters/values by itself.