Modify the Service Design Guide to match Guilin release
[doc.git] / docs / guides / onap-user / design / service-distribution / index.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0
2 .. International License. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2019 ONAP Contributors.  All rights reserved.
4
5 .. _doc_guide_user_des_ser-dis:
6
7 Service Distribution
8 ====================
9
10 Each ONAP platform operator will have a specific set of policies
11 and procedures for approving Services and deploying them in the
12 operator's ONAP environment. This outline describes the general
13 flow of such procedures.
14
15 **Goal:** Add all information required to create, instantiate, and
16 manage a service in Runtime.
17
18 **Tools:** SDC
19
20 **SDC user roles:** Designer
21
22
23 |image1|
24
25 **Figure: Workflow for Service Distribution**
26
27 Steps
28 -----
29
30 - `Distribute Service`_
31 - `Monitor Distribution`_
32
33 .. _doc_guide_user_des_ser-dis-start:
34
35 Distribute Service
36 ------------------
37
38 **Prerequisites:** The Service is Certified.
39
40 **Steps**
41
42
43 #. Sign in to SDC as Developer.
44 #. From the SDC HOME page, click CATALOG and search for the service.
45 #. Select the service that is *Ready for Distribution*.
46
47    |image2|
48
49 #. Review the version history to verify that the correct version is
50    selected.
51 #. In the header, click *Distribute*.
52
53    The service state changes to *Distributed*
54 #. Continue with the step `Monitor Distribution`_
55
56
57 .. _doc_guide_user_des_ser-dis-mon:
58
59 Monitor Distribution
60 --------------------
61
62 **Steps**
63
64 #. Sign in to SDC as Developer.
65 #. From the SDC HOME page, click CATALOG and search for the service.
66 #. Select the service that is in *Distributed* state.
67 #. Click *Distribution* in the left pane.
68    The Distribution Report displays.
69
70    |image3|
71
72 #. In the Distribution Report, navigate to the Distribution ID for the
73    service and click the adjacent down arrow.
74    The report shows all components associated with the service and their
75    distribution statuses.
76 #. Review the status of each component.
77 #. If deploy errors are shown, the reason has to be investigated and the
78    Service can be *Redistributed*
79
80
81 .. |image1| image:: media/sdc-service-distribution-workflow.png
82 .. |image2| image:: media/sdc-service-distribute.png
83 .. |image3| image:: media/sdc-service-distribute-monitor.png