blob: b1430e22a8430f729bfff19b34c7af8e5e8ad4e4 [file] [log] [blame]
VENKATESH KUMAR64559742020-04-29 18:53:53 -04001
2.. http://creativecommons.org/licenses/by/4.0
3
4.. _glossary:
5
PANCHAL0424f6f2020-03-27 19:28:03 -04006Glossary
7========
8
PANCHAL0424f6f2020-03-27 19:28:03 -04009A&AI - Active and Available Inventory
10-------------------------------------
11Inventory DB for all network components
12
13
14CLAMP
15-----
16Non DCAE Platform Component - Controls the input and processing for
17Closed Loop services.
18
19
20Closed Loop
21-----------
22Services designed to monitor and report back to a controlling function
23that automatically deals with the event reported without human
24interaction.
25
26
27
28Cloudify
29--------
30Open Source application and network orchestration framework, based on
31TOSCA used in DCAE to deploy platform and service components from
VENKATESH KUMAR64559742020-04-29 18:53:53 -040032Cloudify Blueprints.
PANCHAL0424f6f2020-03-27 19:28:03 -040033
34
35Cloudify Blueprints
36-------------------
37YAML formatted file used by Cloudify to deploy platform and service
38components. Contains all the information needed for installation.
39
40
41Consul
42------
43Opensource Platform Component that supports Service Discovery,
44Configuration, and Healthcheck. Refer to
45`Architecture </architecture/pieces>`__ for more information.
46
47Component
48---------
49Refers to a DCAE service component which is a single micro-service that
50is written to be run by the DCAE platform and to be composeable to form
51a DCAE service. That composition occurs in the SDC.
52
53
54Config Binding Service
55----------------------
56DCAE Platform Component - Service Components use Config Binding Service
57to access Consul and retrieve configuration variables.
58
59
60Component Specification
61-----------------------
62JSON formatted file that fully describes a component and its interfaces
63
64
65Data Format / Data Format Specification
66---------------------------------------
67JSON formatted file that fully describes a components input or output
68
69
70Deployment Handler
71------------------
72DCAE Platform Component - Receives Input from DTI Handler, and talks to
73Cloudify to deploy components.
74
75
76Design-Time
77-----------
VENKATESH KUMAR64559742020-04-29 18:53:53 -040078Refers to when the System Designer uses a design tool to compose services
79from components in the catalog. The Designer can provide input to
PANCHAL0424f6f2020-03-27 19:28:03 -040080assign/override defaults for configuration for any parameter with the
81property 'designer\_editable' set to 'true'.
82
83
84Deploy-Time
85-----------
86Refers to when a service is being deployed. This can be done
87automatically via the SDC Tool, or manually via the DCAE Dashboard or
88CLAMP UI. When manually deployed, DevOps can provide input to
89assign/override defaults for configuration for any parameter with the
90property 'sourced\_at\_deployment' set to 'true'.
91
92
93Docker
94------
95Opensource Platform for development of containerized applications in the
96cloud. Many DCAE service components and all DCAE collectors are written
97utilizing Docker.
98
99
100Dmaap
101-----
102AT&T data transportation service platform that supports message-based
103topics and file-based feeds. Runs locally at the Edge and Centrally.
104
105
106Inventory
107---------
108DCAE Platform Component - Postgres DB containing Cloudify Blueprints for
109platform and service components.
110
111
112Policy
113------
114Refers to the setting of configuration parameters for a component, by
115Operations via the Policy UI.
116
117
118Policy Handler
119--------------
120DCAE Platform Component that received Policy updates from Policy UI
121
122
123Policy UI
124---------
125Non DCAE Component - Policy User Interace where Operations assigns
126values to configuraton specified for this.
127
128
129Run-Time
130--------
131Refers to the when a service is running on the platform. Often used in
132conjunction with DTI events which occur at Run-time.
133
134
135SCH - Service Change Handler
136----------------------------
137DCAE Platform Component - Receives updates from SDC and updates
138Inventory
139
140
141SDC - Service Design and Creation
142---------------------------------
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400143ONAP design catalog for onboarding VNF/PNF packages
PANCHAL0424f6f2020-03-27 19:28:03 -0400144
145
PANCHAL0424f6f2020-03-27 19:28:03 -0400146Self-Service
147------------
148Refers to services that are supported by SDC, and that are automatically
149installed as a result of a Service Designer's composition and submission
150of a service. Only a handful of services are 'self-service' currently.
151Most require manual effort to generate the Tosca Model files and
152Cloudify Blueprints.
153
154
155Service Component
156-----------------
157Microservice that provides network monitoring or analytic function on
158the DCAE platform.
159
160
161Service
162-------
163Generally composed of multiple service components, which is deployed to
164the DCAE platform.
165
166
PANCHAL0424f6f2020-03-27 19:28:03 -0400167VNF - Virtualized Network Function
168----------------------------------
169A network function that runs on one or more virtualized machines.