blob: 32f8450cc0f0f4aa86f9b7dffc10037896413e39 (
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
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2021 ONAP contributors, Nokia
Delivery
========
..
* This section is used to describe the delivery of a software component.
For a run-time component, this might be executable images, containers, etc.
For an SDK, this might be libraries.
* This section is typically provided for a platform-component and sdk;
and referenced in developer and user guides.
Process
-------
..
If needed, describe the steps of the delivery pictured on the block diagram.
.. blockdiag::
blockdiag layers {
orientation = portrait
a -> m;
b -> n;
c -> x;
m -> y;
m -> z;
group l1 {
shape = line;
color = "#07819B";
x; y; z;
}
group l2 {
shape = line;
color = "#1a3d6f";
m; n;
}
group l3 {
shape = line;
color = "#5dbeba";
a; b; c;
}
}
Deliverables
------------
..
List the deliverables in the package here.
|