blob: 8e9a91a7846ef401af7252608a7ba696e6ff9c6f (
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING
.. _release_notes:
========================
DMI Plugin Release Notes
========================
.. warning:: draft
.. contents::
:depth: 2
..
.. ========================
.. * * * ISTANBUL * * *
.. ========================
Version: 1.0.0
==============
Abstract
--------
This document provides the release notes for Istanbul release.
Release Data
------------
+--------------------------------------+--------------------------------------------------------+
| **CPS Project** | |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Docker images** | placeholder |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Release designation** | 1.0.0 Istanbul |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Release date** | 2021-14-10 |
| | |
+--------------------------------------+--------------------------------------------------------+
Features
--------
* Implement plugin registration.
* Retrieve data from cmHandles using ncmp-datastores passthorugh.
* Retrieve Yang Resources from one or more modules of a CM Handle.
.. _istanbul_deliverable:
Deliverables
------------
Software Deliverables
.. csv-table::
:header: "Repository", "SubModules", "Version & Docker Image (if applicable)"
:widths: auto
"cps/ncmp-dmi-plugin", "", "placeholder"
Bug Fixes
---------
This document provides the release notes for Istanbul release.
Summary
-------
Following DMI plugin components are available with default ONAP/DMI-plugin installation.
* Platform components
* Service components
* Additional resources that CPS utilizes deployed using ONAP common charts
Below service components (mS) are available to be deployed on-demand.
Under OOM (Kubernetes) all CPS component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster.
Known Limitations, Issues and Workarounds
-----------------------------------------
*System Limitations*
*Known Vulnerabilities*
None
*Workarounds*
Security Notes
--------------
*Fixed Security Issues*
*Known Security Issues*
Test Results
------------
* `Integration tests`
References
----------
For more information on the ONAP Honolulu release, please see:
#. `ONAP Home Page`_
#. `ONAP Documentation`_
#. `ONAP Release Downloads`_
#. `ONAP Wiki Page`_
.. _`ONAP Home Page`: https://www.onap.org
.. _`ONAP Wiki Page`: https://wiki.onap.org
.. _`ONAP Documentation`: https://docs.onap.org
.. _`ONAP Release Downloads`: https://git.onap.org
Quick Links:
- `Dmi Plugin implementation page <https://wiki.onap.org/display/DW/CPS-390+Spike%3A+Define+and+Agree+DMI+Plugin+REST+Interface>`_
- `Passing Badge information for CPS <https://bestpractices.coreinfrastructure.org/en/projects/4398>`_
|