summaryrefslogtreecommitdiffstats
path: root/nokiav2/docs
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-06-27 16:08:38 +0200
committerDenes Nemeth <denes.nemeth@nokia.com>2018-07-02 21:33:52 +0200
commit3e8bea1fa3861581b3caa81628da52da538b05f3 (patch)
tree15eeb2bb71eb2c5717eeaf8f729d1e91f86bf85a /nokiav2/docs
parent503e8f5d3df25f06f185e5cc98cbb6cd1b72d177 (diff)
Add SO APIs to Nokia VNFM adapter
Change-Id: I7dfc5677144be3df553edb4141e89e543e1b977d Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-950
Diffstat (limited to 'nokiav2/docs')
-rw-r--r--nokiav2/docs/development.rst2
-rw-r--r--nokiav2/docs/sampleVnfs/.gitignore2
-rw-r--r--nokiav2/docs/so.rst10
3 files changed, 13 insertions, 1 deletions
diff --git a/nokiav2/docs/development.rst b/nokiav2/docs/development.rst
index 12c0c29e..34025c68 100644
--- a/nokiav2/docs/development.rst
+++ b/nokiav2/docs/development.rst
@@ -47,3 +47,5 @@ Recently solved issues
- Solve remaining severe & moderate license issues
+
+
diff --git a/nokiav2/docs/sampleVnfs/.gitignore b/nokiav2/docs/sampleVnfs/.gitignore
new file mode 100644
index 00000000..02c5983d
--- /dev/null
+++ b/nokiav2/docs/sampleVnfs/.gitignore
@@ -0,0 +1,2 @@
+simple_k8s
+simple_vmware
diff --git a/nokiav2/docs/so.rst b/nokiav2/docs/so.rst
index 809f4d7d..bd7c521d 100644
--- a/nokiav2/docs/so.rst
+++ b/nokiav2/docs/so.rst
@@ -15,4 +15,12 @@ will be defined for each VDU
Limitations of the current release
----------------------------------
-- at least one server instance mapping for each VDU must be supplied in the VNF activation request \ No newline at end of file
+- at least one server instance mapping for each VDU must be supplied in the VNF activation request
+
+
+Open questions
+--------------
+
+- What is the vnfVersion in Mso
+- What is the requestType in vnfCreate
+- What is the meaning of the tenantCreated field in rollback \ No newline at end of file