Correct release note
[externalapi/nbi.git] / docs / releasenotes / releasenotes.rst
1 .. This work is licensed under a
2 .. Creative Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 .. Copyright 2018 ORANGE
5
6 Release Notes
7 =============
8
9 Version: 1.0.0
10 --------------
11
12 :Release Date: 2018-05-24
13
14 **New Features**
15
16 Main features are:
17
18 - `EXTAPI-39 <https://jira.onap.org/browse/EXTAPI-39>`_ - Retrieve SDC information (catalog information) for service level artifacts based on TMF633 open APIs - operation GET
19 - `EXTAPI-41 <https://jira.onap.org/browse/EXTAPI-41>`_ - Retrieve AAI information (inventory information) for service instance level artifacts based on TMF638 open APIs - operation GET
20 - `EXTAPI-42 <https://jira.onap.org/browse/EXTAPI-42>`_ - Create and retrieve SO service request for service level based on TMF641 open APIS - Operations POST & GET
21
22 Detail of features described in the readTheDoc documentation.
23
24 **Bug Fixes**
25
26 Not applicable - This is an initial release
27
28 **Known Issues**
29
30 For service catalog:
31
32 - Find criterias are limited
33
34 For service inventory:
35
36 - Customer information must be passed to get complete service representation.
37 - Find criterias are limited.
38
39 For service order:
40
41 - ServiceOrder will manage only ‘add’ and ‘delete’ operation (no change).
42 - Only service level request is performed.
43 - No request for VNF/VF and no call to SDNC.
44 - `EXTAPI-70 <https://jira.onap.org/browse/EXTAPI-70>`_ : links between customer/service instance and cloud/tenant not done (trigger VID issue).
45 - Only active service state is considered to add a service.
46
47 Detail of limitations described in the readTheDoc documentation.
48
49 **Security Issues**
50
51 Security has not be addressed in this release:
52 Authentification management and Data Access rights have not been implemented.
53
54 **Upgrade Notes**
55
56 Not applicable - This is an initial release
57
58 **Deprecation Notes**
59
60 Not applicable - This is an initial release
61
62 **Other**
63
64 ===========
65
66 End of Release Notes