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