blob: b003e55ca2865e9eec534028d19cd0652eb25112 [file] [log] [blame]
Rich Bennetta4bb1e72018-04-11 16:47:49 -04001.. This work is licensed under a Creative Commons Attribution 4.0
2.. International License. http://creativecommons.org/licenses/by/4.0
3.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
Rich Bennett5baea462017-09-13 03:19:19 -04004
andreasgeissler50d76102019-07-17 16:51:47 +02005.. _doc_guide_user_des:
6
Rene_Robertf45d05a2019-07-31 17:13:35 +02007Design Service
8==============
andreasgeissler4aaabf92019-04-18 10:44:37 +02009
thmsdtb1a0c9d2019-05-16 15:47:49 +020010The goal of the design process is to create all artifacts (models)
11that are required to instantiate and manage resources, services,
12and products on the ONAP platform. The design process requires
13input from users with multiple roles.
Rich Bennett5baea462017-09-13 03:19:19 -040014
Rich Bennetta4bb1e72018-04-11 16:47:49 -040015Design progresses logically through a series of phases. Each phase:
16
17* is organized into steps that are completed in sequence
18
19* is accessed using a different role with specific responsibilities
20 generates artifacts that are used in other phases of design or when
21 instantiating or monitoring virtual functions.
22
andreasgeissler50d76102019-07-17 16:51:47 +020023The following figure show the different phases and tools involved in
24Onboarding, Design and Distribution process.
25
26|image1|
27
28**The "Core" Design Process includes the following steps:**
29
30* Pre-Onboarding
31 A VNF/PNF Provider delivers VNF descriptor, model and
32 artefacts (e.g. HEAT template), which will be validated
33 and packaged for onboarding to ONAP
34
35* (Resource)-Onboarding
36 In the SDC a License Model is created, the VNF/PNF package imported
37 and a Vendor Software Product (VSP) is created
38
39* VF Creation and Testing
40 A V(N)F, PNF or CR Model is created (a) import of a VSP or VFC
41 (b) manual creation and import of artefacts created via external
42 tools like the Controller Design Studio (CDS), responsible for the
43 Controller Blueprint Design
44 The created VF will pass a testing workflow to be used
45 in a Service Model
46
47* Service Design
Rene_Robert45be3de2019-09-02 17:48:38 +020048 A Service Model is created as a composition of resources
andreasgeissler50d76102019-07-17 16:51:47 +020049 (e.g. V(N)Fs, PNFs,...), Policies, Workflows,...
50 The created Service Model will pass a testing workflow and
51 handed over to a Governance Approval and Distribution process
52
53* Governance Approval and Distribution
54 The Service Provider will have a specific set of policies and
55 procedures for approving Services and deploying them in the
56 Runtime Service Catalog
57
58**The optional/additional Design steps are:**
59
Rene_Robert45be3de2019-09-02 17:48:38 +020060* VNF parameter assignment templating
61 The objective is to automate the resolution of resources for instantiation
62 and any config provisioning operation, such as day0, day1 or day2
63 configuration.
64 The Controller Blueprint archive (CBA) is the overall service design,
65 fully model-driven, intent based package needed to design self service
66 provisioning and configuration management automation.
67 ONAP CDS (Controller Design Studio) is the controller that will process
68 the Controller Blueprint archive (CBA) at run-time.
andreasgeissler50d76102019-07-17 16:51:47 +020069
70* Policy Design
andreasgeissler50d76102019-07-17 16:51:47 +020071 These are rules, conditions, requirements, constraints, attributes,
72 or needs that must be provided, maintained, and/or enforced.
73 At a lower level, Policy involves machine-readable rules enabling
Rene_Robert45be3de2019-09-02 17:48:38 +020074 actions to be taken based on triggers or requests. ONAP Policy framework
75 provides some policy models that are implemented and pre-loaded when
76 installing ONAP.
andreasgeissler50d76102019-07-17 16:51:47 +020077
Rene_Robert45be3de2019-09-02 17:48:38 +020078* VNF LifeCycle Command templating
andreasgeissler50d76102019-07-17 16:51:47 +020079 APPC Controller Design Tool (CDT) is used for self-service onboarding of
80 VNFs. VNF owners can create templates and other artifacts for APPC
81 Configure command (used to apply a post-instantiation configuration)
82 as well as other life cycle commands.
83
84* Workflow Design
85 The purpose of the Workflow Designer is to enable designers to define or
86 modify workflows to support Service/Resource change management scenarios
87 executed by the Service Orchestrator.
88
89* Control Loop Design
90 This phase includes the Design of a closed loop template and associate it
91 to a Service. The template represents the theoretical flow of the CL.
92 It generates a deployment artifact that can be ingested by the DCAE in
93 order to create the needed DCAE microservices in runtime.
94 The design is done in the SDC DCAE-DS (Design Studio).
95 The DCAE Design Studio enables to define and configure
96 the monitoring flows of DCAE.
Rene_Robert45be3de2019-09-02 17:48:38 +020097 The configuration and deployment of a Control Loop will be done with
andreasgeissler50d76102019-07-17 16:51:47 +020098 Control Loop Automation Management (CLAMP) tool.
99
100The follwing sections will focus on the different Design steps:
Rich Bennetta4bb1e72018-04-11 16:47:49 -0400101
andreasgeissler4aaabf92019-04-18 10:44:37 +0200102.. toctree::
103 :maxdepth: 1
104 :titlesonly:
105
thmsdt1232e402019-05-07 14:45:15 +0200106 Pre-Onboarding <./pre-onboarding/index.rst>
Rich Bennetta4bb1e72018-04-11 16:47:49 -0400107
thmsdt1232e402019-05-07 14:45:15 +0200108 Resource-Onboarding <./resource-onboarding/index.rst>
Rich Bennetta4bb1e72018-04-11 16:47:49 -0400109
thmsdt1232e402019-05-07 14:45:15 +0200110 VF Creation and Testing <./vfcreation/index.rst>
Rich Bennetta4bb1e72018-04-11 16:47:49 -0400111
thmsdtb1a0c9d2019-05-16 15:47:49 +0200112 Service Design <./service-design/index.rst>
113
thmsdt1232e402019-05-07 14:45:15 +0200114 Governance Approval and Service Distribution <./service-distribution/index.rst>
115
Rene_Robertb0c7d862019-12-03 16:56:22 +0100116 VNF parameter resolution Design <./parameter_resolution/index.rst>
Rich Bennetta4bb1e72018-04-11 16:47:49 -0400117
andreasgeissler50d76102019-07-17 16:51:47 +0200118 Policy Design <../../../submodules/policy/parent.git/docs/design/design.rst>
Rich Bennetta4bb1e72018-04-11 16:47:49 -0400119
Rene_Robert45be3de2019-09-02 17:48:38 +0200120 VNF LifeCycle Command templating <../../../submodules/appc.git/docs/APPC CDT Guide/APPC CDT Guide.rst>
andreasgeissler50d76102019-07-17 16:51:47 +0200121
122 Workflow Design <../../../submodules/sdc.git/docs/workflow.rst>
123
124 Control Loop Design <../../../submodules/sdc.git/docs/dcaedesigner.rst>
125
126 Control Loop Automation Management <../../../submodules/clamp.git/docs/index.rst>
127
128
129
130.. |image1| image:: media/Design-Overview.png
131
132
133