summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/instantiate/instantiation/index.rst
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2019-07-12 19:44:12 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-12 19:44:12 +0000
commitf1af43d5909f6126c9b5e8f280676af0adf8f722 (patch)
treeae890fd0e54101387b202b77c90fa1ee6d9529ca /docs/guides/onap-user/instantiate/instantiation/index.rst
parent4d3f8dbd04a156558c8ebe7a0eaf7feea6afab66 (diff)
parent49fac1532985baef05ad49c854d048429e1afbcf (diff)
Merge "Issue-ID: DOC-500 remove "service Deployment" that was not explaining anything add "service instantiation" section with a lot of useful informations ammend after review amend about NBI that is able to handle 2 instantiations methods" into dublin
Diffstat (limited to 'docs/guides/onap-user/instantiate/instantiation/index.rst')
-rw-r--r--docs/guides/onap-user/instantiate/instantiation/index.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/guides/onap-user/instantiate/instantiation/index.rst b/docs/guides/onap-user/instantiate/instantiation/index.rst
new file mode 100644
index 000000000..dcbe153da
--- /dev/null
+++ b/docs/guides/onap-user/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) with "A La Carte" method <./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>