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