fbd0d1b297d141bf189887e4a28f923b8af2139e
[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 - `Verify that the DCAE Blueprint is Deployed`_
33
34
35 .. _doc_guide_user_des_ser-dis-start:
36
37 Distribute Service
38 ------------------
39
40 **Prerequisites:** The Service is Certified.
41
42 **Steps**
43
44
45 #. Sign in to SDC as Developer.
46 #. From the SDC HOME page, click CATALOG and search for the service.
47 #. Select the service that is *Ready for Distribution*.
48
49    |image2|
50
51 #. Review the version history to verify that the correct version is
52    selected.
53 #. In the header, click *Distribute*.
54
55    The service state changes to *Distributed*
56 #. Continue with the step `Monitor Distribution`_
57
58
59 .. _doc_guide_user_des_ser-dis-mon:
60
61 Monitor Distribution
62 --------------------
63
64 **Steps**
65
66 #. Sign in to SDC as Developer.
67 #. From the SDC HOME page, click CATALOG and search for the service.
68 #. Select the service that is in *Distributed* state.
69 #. Click *Distribution* in the left pane.
70    The Distribution Report displays.
71
72    |image3|
73
74 #. In the Distribution Report, navigate to the Distribution ID for the
75    service and click the adjacent down arrow.
76    The report shows all components associated with the service and their
77    distribution statuses.
78 #. Review the status of each component.
79 #. If deploy errors are shown, the reason has to be investigated and the
80    Service can be *Redistributed*
81
82 .. _doc_guide_user_des_ser-dis-dcae:
83
84 Verify that the DCAE Blueprint is Deployed
85 ------------------------------------------
86
87 The DCAE controller requires a blueprint (or guideline) to be available
88 at the site on which the first VNF is deployed. This blueprint is a
89 management workflow and configuration description for a given VNF, and
90 it must be available after completing the service distribution process
91 and before beginning the instantiation process.
92
93 .. |image1| image:: media/sdc-service-distribution-workflow.png
94 .. |image2| image:: media/sdc-service-distribute.png
95 .. |image3| image:: media/sdc-service-distribute-monitor.png