diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2018-07-26 01:11:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-26 01:11:57 +0000 |
commit | 0ba27e81b04128fe3c5c2a476eda8484f32ccfd7 (patch) | |
tree | 99ced00b5ad2a17f6b79333e723c13d6a9bef807 /nokiav2/docs | |
parent | 3cc1fad281c125803f4fb7b4284e1437a8ce1663 (diff) | |
parent | 3e8bea1fa3861581b3caa81628da52da538b05f3 (diff) |
Merge "Add SO APIs to Nokia VNFM adapter"
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 |