seshukm | 9d7bbe4 | 2019-08-08 11:19:42 +0530 | [diff] [blame] | 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 | |
| 6 | Instantiate |
| 7 | =========== |
| 8 | The following guides are provided to describe tasks that a user of |
| 9 | ONAP may need to perform when instantiating a service. |
| 10 | |
| 11 | Instantiation 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 |
| 22 | service BPMN workflow. That means it is linked to ONAP source code |
| 23 | and lifecycle. |
| 24 | |
| 25 | **A La Carte** method requires the Operations actor to build and send |
| 26 | a lot of operations. To build those requests, Operator actor needs to |
| 27 | define/collect by himself all VNF parameters/values. |
| 28 | |
| 29 | **Macro** method required the Operations actor to build and send only one |
| 30 | request and, thanks to CDS Blueprint templates, ONAP will collect and assign |
| 31 | all required parameters/values by itself. |