blob: 9f374cdeef8d047f5b3efdaa1064c7edab6458bd (
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
|
.. This work is licensed under a Creative Commons Attribution 4.0
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright 2019 ONAP Contributors. All rights reserved.
.. _doc_guide_user_des_ser-dis:
Service Distribution
====================
Each ONAP platform operator will have a specific set of policies
and procedures for approving Services and deploying them in the
operator's ONAP environment. This outline describes the general
flow of such procedures.
**Goal:** Add all information required to create, instantiate, and
manage a service in Runtime.
**Tools:** SDC
**SDC user roles:** Designer
|image1|
**Figure: Workflow for Service Distribution**
Steps
-----
- `Distribute Service`_
- `Monitor Distribution`_
.. _doc_guide_user_des_ser-dis-start:
Distribute Service
------------------
**Prerequisites:** The Service is Certified.
**Steps**
#. Sign in to SDC as Designer.
#. From the SDC HOME page, click CATALOG and search for the service.
It should read *Waiting For Distribution*.
#. Select the service that is *Ready for Distribution*.
|image2|
#. Review the version history to verify that the correct version is
selected.
#. In the header, click *Distribute*.
The service state changes to *Distributed*
#. Continue with the step `Monitor Distribution`_
.. _doc_guide_user_des_ser-dis-mon:
Monitor Distribution
--------------------
**Steps**
#. Sign in to SDC as Designer.
#. From the SDC HOME page, click CATALOG and search for the service.
#. Select the service that is in *Distributed* state.
#. Click *Distribution* in the left pane.
The Distribution Report displays.
|image3|
#. In the Distribution Report, navigate to the Distribution ID for the
service and click the adjacent down arrow.
The report shows all components associated with the service and their
distribution statuses.
#. Review the status of each component.
#. If deploy errors are shown, the reason has to be investigated and the
Service can be *Redistributed*
.. |image1| image:: media/sdc-service-distribution-workflow.png
.. |image2| image:: media/sdc-service-distribute.png
.. |image3| image:: media/sdc-service-distribute-monitor.png
|