From 3e8bea1fa3861581b3caa81628da52da538b05f3 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Wed, 27 Jun 2018 16:08:38 +0200 Subject: Add SO APIs to Nokia VNFM adapter Change-Id: I7dfc5677144be3df553edb4141e89e543e1b977d Signed-off-by: Denes Nemeth Issue-ID: VFC-950 --- nokiav2/docs/development.rst | 2 ++ nokiav2/docs/sampleVnfs/.gitignore | 2 ++ nokiav2/docs/so.rst | 10 +++++++++- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 nokiav2/docs/sampleVnfs/.gitignore (limited to 'nokiav2/docs') 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 -- cgit 1.2.3-korg