aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer_info/instantiate/index.rst
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2019-08-08 06:58:44 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-08 06:58:44 +0000
commit6979549db55e84227f4efde58ee58159c8219099 (patch)
treecc9e14b5a3e868b6deda406eb1739033b06970af /docs/developer_info/instantiate/index.rst
parent56b5c152d6e1b07bb4fd05ddb1a8d869ab27201f (diff)
parent60453605b6b9ee556c7db68784cdbb8120089b76 (diff)
Merge changes I00b02c80,Icf854fba,I41a7ea89,I3c9b75ba
* changes: add instantiation flow add pre_instantiation details add the information of the instantiate in dev guide correct the camunda modeler info Introduce the instantiate flow details
Diffstat (limited to 'docs/developer_info/instantiate/index.rst')
-rw-r--r--docs/developer_info/instantiate/index.rst31
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.