blob: fbd0d1b297d141bf189887e4a28f923b8af2139e [file] [log] [blame]
Eric Debeaueb86a842019-04-18 11:35:46 +00001.. 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
andreasgeisslerf3ba1822019-05-24 13:22:42 +02005.. _doc_guide_user_des_ser-dis:
6
andreasgeissler8b0b1462020-03-26 17:45:53 +01007Service Distribution
8====================
Eric Debeaueb86a842019-04-18 11:35:46 +00009
10Each ONAP platform operator will have a specific set of policies
11and procedures for approving Services and deploying them in the
12operator's ONAP environment. This outline describes the general
13flow of such procedures.
14
andreasgeissler8b0b1462020-03-26 17:45:53 +010015**Goal:** Add all information required to create, instantiate, and
16manage a service in Runtime.
Eric Debeaueb86a842019-04-18 11:35:46 +000017
andreasgeissler8b0b1462020-03-26 17:45:53 +010018**Tools:** SDC
Eric Debeaueb86a842019-04-18 11:35:46 +000019
andreasgeissler8b0b1462020-03-26 17:45:53 +010020**SDC user roles:** Designer
21
22
23|image1|
24
25**Figure: Workflow for Service Distribution**
Eric Debeaueb86a842019-04-18 11:35:46 +000026
27Steps
28-----
29
andreasgeissler8b0b1462020-03-26 17:45:53 +010030- `Distribute Service`_
31- `Monitor Distribution`_
Eric Debeaueb86a842019-04-18 11:35:46 +000032- `Verify that the DCAE Blueprint is Deployed`_
33
Eric Debeaueb86a842019-04-18 11:35:46 +000034
andreasgeissler8b0b1462020-03-26 17:45:53 +010035.. _doc_guide_user_des_ser-dis-start:
Eric Debeaueb86a842019-04-18 11:35:46 +000036
andreasgeissler8b0b1462020-03-26 17:45:53 +010037Distribute Service
38------------------
Eric Debeaueb86a842019-04-18 11:35:46 +000039
andreasgeissler8b0b1462020-03-26 17:45:53 +010040**Prerequisites:** The Service is Certified.
Eric Debeaueb86a842019-04-18 11:35:46 +000041
42**Steps**
43
44
andreasgeissler8b0b1462020-03-26 17:45:53 +010045#. 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
Eric Debeaueb86a842019-04-18 11:35:46 +000051#. Review the version history to verify that the correct version is
52 selected.
53#. In the header, click *Distribute*.
54
andreasgeissler8b0b1462020-03-26 17:45:53 +010055 The service state changes to *Distributed*
56#. Continue with the step `Monitor Distribution`_
Eric Debeaueb86a842019-04-18 11:35:46 +000057
andreasgeissler8b0b1462020-03-26 17:45:53 +010058
59.. _doc_guide_user_des_ser-dis-mon:
60
61Monitor 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.
Eric Debeaueb86a842019-04-18 11:35:46 +000070 The Distribution Report displays.
andreasgeissler8b0b1462020-03-26 17:45:53 +010071
72 |image3|
73
74#. In the Distribution Report, navigate to the Distribution ID for the
Eric Debeaueb86a842019-04-18 11:35:46 +000075 service and click the adjacent down arrow.
76 The report shows all components associated with the service and their
andreasgeissler8b0b1462020-03-26 17:45:53 +010077 distribution statuses.
Eric Debeaueb86a842019-04-18 11:35:46 +000078#. Review the status of each component.
andreasgeissler8b0b1462020-03-26 17:45:53 +010079#. 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:
Eric Debeaueb86a842019-04-18 11:35:46 +000083
84Verify that the DCAE Blueprint is Deployed
85------------------------------------------
86
87The DCAE controller requires a blueprint (or guideline) to be available
88at the site on which the first VNF is deployed. This blueprint is a
89management workflow and configuration description for a given VNF, and
90it must be available after completing the service distribution process
91and before beginning the instantiation process.
92
andreasgeissler8b0b1462020-03-26 17:45:53 +010093.. |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