diff options
Diffstat (limited to 'nokiav2/docs')
-rw-r--r-- | nokiav2/docs/development.rst | 2 | ||||
-rw-r--r-- | nokiav2/docs/sampleVnfs/.gitignore | 2 | ||||
-rw-r--r-- | nokiav2/docs/so.rst | 10 |
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 |