diff options
author | thmsdt <thomas.kulik@telekom.de> | 2023-03-08 12:11:01 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2023-03-09 11:29:24 +0100 |
commit | 55fca955305bb3a44c9aecc93a3e28ecae8a2ade (patch) | |
tree | 7995b2cc7439c21bb9371a304f76c18f1ef848bd /docs/guides/onap-user/instantiate/instantiation/service_instance | |
parent | 415f66ae09ed3963420601c36be101fca95be4af (diff) |
remove E2E user guides section due to unmaintained projects
Issue-ID: DOC-811
Change-Id: I57ebfcf5724c289dcf0145700fc64eae4992607d
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/guides/onap-user/instantiate/instantiation/service_instance')
-rw-r--r-- | docs/guides/onap-user/instantiate/instantiation/service_instance/index.rst | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/docs/guides/onap-user/instantiate/instantiation/service_instance/index.rst b/docs/guides/onap-user/instantiate/instantiation/service_instance/index.rst deleted file mode 100644 index 4e8dcab86..000000000 --- a/docs/guides/onap-user/instantiate/instantiation/service_instance/index.rst +++ /dev/null @@ -1,66 +0,0 @@ -.. 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. - - -Service Instantiation -===================== - -**Pre-requisites** - -- The Service has been designed and distributed (see: :ref:`Service Design <doc_guide_user_des_ser-des>`) -- pre-instantiation operations have been performed - (see: :ref:`pre instantiation section <doc_guide_user_pre_ser-inst>`) - -**Possible Tools to perform Service Instantiation** - -- **via a Graphical User Interface tool** - using ONAP applications such as **ONAP VID** and **ONAP UUI** tools - -- **via any tool able to perform REST API requests** - (for example : Robot Framework, Postman, Curl...) connected - to **ONAP SO** legacy API or **ONAP extAPI/NBI** standard TMF641 API - to add/delete Service. - -**Possible methods with ONAP to instantiate a Service** - -- **A La Carte** - method requires the user to build and send - operations **for each object** to instantiate : Service, VNFs, - VFModules and Networks (in other words : once you have instantiated - the Service object, you still have to instantiate the various VNFs - or Networks that compose your Service). - To build those requests, the user needs to define/collect by himself - all necessary parameters/values. - -- **Macro** - method allows the user to build and send - **only one request to instantiate all objects** : Service, VNFs, - VFModules and Networks. Thanks to templates (see CDS Blueprint in - Design section), - ONAP will collect and assign all required parameters/values by itself. - - -.. Note:: - VID supports the "macro" flow orchestration in a ModernUI, which can be enabled by the system operator. - - **Macro** method is not (yet) available via extAPI/NBI. - -With "A La Carte" method ------------------------- - -.. toctree:: - :maxdepth: 1 - - using ONAP VID Portal <../vid1/index.rst> - using ONAP NBI REST API (TM Forum) <../nbi/index.rst> - using ONAP SO REST API <../so1/index.rst> - -With "Macro" method -------------------- - -.. toctree:: - :maxdepth: 1 - - using ONAP VID Portal <../vid2/index.rst> - using ONAP SO REST API <../so2/index.rst> |