summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/instantiate/instantiation/index.rst
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2019-08-12 14:17:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-12 14:17:53 +0000
commite63ffdb9c92ca2e18cc860edc35d97a052497d3f (patch)
tree630b1375ebdc91d51d4b3ac60ce2b8e375981d9b /docs/guides/onap-user/instantiate/instantiation/index.rst
parent91d23e0301592c0a8f16b223460e8115ca5dad3d (diff)
parentf45d05acae93c13ffcc91df92781db38e570aff7 (diff)
Merge "refactor instantiate section to be more "purpose" oriented adding configure section Issue-ID: DOC-500"
Diffstat (limited to 'docs/guides/onap-user/instantiate/instantiation/index.rst')
-rw-r--r--docs/guides/onap-user/instantiate/instantiation/index.rst39
1 files changed, 26 insertions, 13 deletions
diff --git a/docs/guides/onap-user/instantiate/instantiation/index.rst b/docs/guides/onap-user/instantiate/instantiation/index.rst
index 455bdf070..0d2981b4d 100644
--- a/docs/guides/onap-user/instantiate/instantiation/index.rst
+++ b/docs/guides/onap-user/instantiate/instantiation/index.rst
@@ -2,27 +2,40 @@
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright 2019 ONAP Contributors. All rights reserved.
-.. _doc_guide_user_ser_inst:
+Declare PNF instances:
-Service Instantiation methods
-=============================
+.. toctree::
+ :maxdepth: 1
+ Declare PNF instances <./pnf_instance/index.rst>
-Declare PNF instances:
+Instantiate a Service
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
+
+ Instantiate a Service <./service_instance/index.rst>
+
+
+Instantiate a VNF:
+
+.. toctree::
+ :maxdepth: 1
+
+ Instantiate a VNF <./vnf_instance/index.rst>
+
+Configure a VNF:
+
+.. toctree::
+ :maxdepth: 1
+
+ Configure a VNF <./vnf_configure/index.rst>
- Declare PNF instances <./pnf_instance/index.rst>
-Instantiate a Service:
+Instantiate a Virtual Link:
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
- 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>
+ Instantiate a Virtual Link <./virtual_link_instance/index.rst>