diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2019-08-08 11:19:42 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2019-08-08 11:21:29 +0530 |
commit | 9d7bbe495542f0ade11f43ac939a320a168cdba0 (patch) | |
tree | 4850b85370d58938579c0d915fe58d5ce4c6e4c4 /docs/developer_info/instantiate | |
parent | 057b6735c1b54084e9ec31922c7f74107a15a2af (diff) |
add the information of the instantiate in dev guide
Issue-ID: SO-608
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I41a7ea89245da8be8e1a1e41138a662e9cce2ffa
Diffstat (limited to 'docs/developer_info/instantiate')
-rw-r--r-- | docs/developer_info/instantiate/index.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/developer_info/instantiate/index.rst b/docs/developer_info/instantiate/index.rst new file mode 100644 index 0000000000..21177b59ad --- /dev/null +++ b/docs/developer_info/instantiate/index.rst @@ -0,0 +1,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. |