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/virtual_link_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/virtual_link_instance')
-rw-r--r-- | docs/guides/onap-user/instantiate/instantiation/virtual_link_instance/index.rst | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/docs/guides/onap-user/instantiate/instantiation/virtual_link_instance/index.rst b/docs/guides/onap-user/instantiate/instantiation/virtual_link_instance/index.rst deleted file mode 100644 index e12932a5d..000000000 --- a/docs/guides/onap-user/instantiate/instantiation/virtual_link_instance/index.rst +++ /dev/null @@ -1,54 +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. - - -Network Instantiation -===================== - -Note: in ONAP SDC, network object is called "virtual link" - -**Various possible methods are available with ONAP to instantiate a network** - -- With **A La Carte** - method, the user needs to build and send a Network instantiation - request. - - Note 1: prior to be able to send a request to instantiate - a Network, the user needs to instantiate a Service Object and then will - need to refer to that Service instance in the Network instantiate request. - - Note 2: the request to instantiate the Network object will update - ONAP AAI (inventory) and will send a request to the selected Cloud Platform - (Openstack, Azure, K8S...). - -- With **Macro** - method, the user do not need to send any - Network instantiation request. Network instantiation is being automatically - performed by ONAP when sending the request to instantiate the Service - (see: Instantiate Service). - -**Possible Tools to perform Network Instantiation** - -the user needs such a tool only if using the "A La Carte" method. - -- **via ONAP VID Graphical User Interface tool** - -- **via any tool able to perform REST API requests** - (for example : Robot Framework, Postman, Curl...) connected - to **ONAP SO** legacy API. - -With "A La Carte" method ------------------------- - -.. toctree:: - :maxdepth: 1 - - using ONAP VID Portal <../vid1/index.rst> - using ONAP SO REST API <../so1/index.rst> - -With "Macro" method ------------------------- - -Network instantiation is performed automatically when performing -Service Instantiation. |