diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2019-08-08 06:58:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-08 06:58:44 +0000 |
commit | 6979549db55e84227f4efde58ee58159c8219099 (patch) | |
tree | cc9e14b5a3e868b6deda406eb1739033b06970af /docs/developer_info/instantiate/instantiation | |
parent | 56b5c152d6e1b07bb4fd05ddb1a8d869ab27201f (diff) | |
parent | 60453605b6b9ee556c7db68784cdbb8120089b76 (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/instantiation')
-rw-r--r-- | docs/developer_info/instantiate/instantiation/index.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/developer_info/instantiate/instantiation/index.rst b/docs/developer_info/instantiate/instantiation/index.rst new file mode 100644 index 0000000000..455bdf070e --- /dev/null +++ b/docs/developer_info/instantiate/instantiation/index.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2019 ONAP Contributors. All rights reserved. + +.. _doc_guide_user_ser_inst: + + +Service Instantiation methods +============================= + + +Declare PNF instances: + +.. toctree:: + :maxdepth: 2 + + Declare PNF instances <./pnf_instance/index.rst> + +Instantiate a Service: + +.. toctree:: + :maxdepth: 2 + + using ONAP VID Portal with "A La Carte" method <./vid/index.rst> + using ONAP UUI Portal with "e2eServiceInstance" method <./uui/index.rst> + using ONAP NBI REST API (TM Forum) <./nbi/index.rst> + using ONAP SO REST API with "A La Carte" method <./so1/index.rst> + using ONAP SO REST API with "Macro" mode method <./so2/index.rst> |