Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 1 | |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | .. _glossary: |
| 5 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 6 | |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 7 | Glossary |
| 8 | ======== |
| 9 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 10 | A&AI - Active and Available Inventory |
| 11 | ------------------------------------- |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 12 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 13 | Inventory DB for all network components |
| 14 | |
| 15 | CLAMP |
| 16 | ----- |
| 17 | |
| 18 | Non DCAE Platform Component - Controls the input and processing for |
| 19 | Closed Loop services. |
| 20 | |
| 21 | Closed Loop |
| 22 | ----------- |
| 23 | |
| 24 | Services designed to monitor and report back to a controlling function |
| 25 | that automatically deals with the event reported without human |
| 26 | interaction. |
| 27 | |
| 28 | CDAP |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 29 | ---- |
| 30 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 31 | Opensource Platform for development of Big Data platforms using Hadoop. |
| 32 | Some DCAE service components are written utilizing CDAP. |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 33 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 34 | Cloudify |
| 35 | -------- |
| 36 | |
| 37 | Open Source application and network orchestration framework, based on |
| 38 | TOSCA used in DCAE to deploy platform and service components from |
| 39 | Cloudify Blueprints. Refer to :doc:`Architecture <./architecture/pieces>` |
| 40 | for more information. |
| 41 | |
| 42 | Cloudify Blueprints |
| 43 | ------------------- |
| 44 | |
| 45 | YAML formatted file used by Cloudify to deploy platform and service |
| 46 | components. Contains all the information needed for installation. |
| 47 | |
| 48 | Consul |
| 49 | ------ |
| 50 | |
| 51 | Opensource Platform Component that supports Service Discovery, |
| 52 | Configuration, and Healthcheck. Refer to |
| 53 | :doc:`Architecture <./architecture/pieces>` for more information. |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 54 | |
| 55 | Component |
| 56 | --------- |
| 57 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 58 | Refers to a DCAE service component which is a single micro-service that |
| 59 | is written to be run by the DCAE platform and to be composeable to form |
| 60 | a DCAE service. That composition occurs in the SDC. |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 61 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 62 | Config Binding Service |
| 63 | ---------------------- |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 64 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 65 | DCAE Platform Component - Service Components use Config Binding Service |
| 66 | to access Consul and retrieve configuration variables. |
| 67 | |
| 68 | Component Specification |
| 69 | ----------------------- |
| 70 | |
| 71 | JSON formatted file that fully describes a component and its interfaces |
| 72 | |
| 73 | Data Format / Data Format Specification |
| 74 | --------------------------------------- |
| 75 | |
| 76 | JSON formatted file that fully describes a components input or output |
| 77 | |
| 78 | dcae_cli Tool |
| 79 | ------------- |
| 80 | |
| 81 | Tool used for development and testing. It validates the component and |
| 82 | data format specifications against their respective schemas and provides |
| 83 | the capability to view platform generated configuration for the |
| 84 | component. |
| 85 | |
| 86 | Deployment Handler |
| 87 | ------------------ |
| 88 | |
| 89 | DCAE Platform Component - talks to |
| 90 | Cloudify to deploy components. |
| 91 | |
| 92 | Design-Time |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 93 | ----------- |
| 94 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 95 | Refers to when the System Designer uses the SDC Tool to compose services |
| 96 | from components in the SDC catalog. The Designer can provide input to |
| 97 | assign/override defaults for configuration for any parameter with the |
| 98 | property ‘designer_editable’ set to ‘true’. |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 99 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 100 | Deploy-Time |
| 101 | ----------- |
| 102 | |
| 103 | Refers to when a service is being deployed. This can be done |
| 104 | automatically via the SDC Tool, or manually via the DCAE Dashboard or |
| 105 | CLAMP UI. When manually deployed, DevOps can provide input to |
| 106 | assign/override defaults for configuration for any parameter with the |
| 107 | property ‘sourced_at_deployment’ set to ‘true’. |
| 108 | |
| 109 | Docker |
| 110 | ------ |
| 111 | |
| 112 | Opensource Platform for development of containerized applications in the |
| 113 | cloud. Many DCAE service components and all DCAE collectors are written |
| 114 | utilizing Docker. |
| 115 | |
| 116 | Dmaap |
| 117 | ----- |
| 118 | |
| 119 | A data transportation service platform that supports message-based |
| 120 | topics and file-based feeds. Runs locally at the Edge and Centrally. |
| 121 | |
| 122 | Inventory |
| 123 | --------- |
| 124 | |
| 125 | DCAE Platform Component - Postgres DB containing Cloudify Blueprints for |
| 126 | platform and service components. |
Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame] | 127 | |
| 128 | Onboarding catalog |
| 129 | ------------------ |
| 130 | |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 131 | Catalog used exclusively by the dcae_cli tool during development and |
| 132 | testing. Contains validated components and data_formats to be used among |
| 133 | developers during development and testing. |
| 134 | |
| 135 | Policy (not yet implemented) |
| 136 | ---------------------------- |
| 137 | |
| 138 | Refers to the setting of configuration parameters for a component, by |
| 139 | Operations via the Policy UI. |
| 140 | |
| 141 | Policy Handler (not yet implemented) |
| 142 | ------------------------------------ |
| 143 | |
| 144 | DCAE Platform Component that received Policy updates from Policy UI |
| 145 | |
| 146 | Policy UI (not yet implemented) |
| 147 | ------------------------------- |
| 148 | |
Stanislav Chlebec | e7933a0 | 2018-11-15 10:08:31 +0100 | [diff] [blame^] | 149 | Non DCAE Component - Policy User Interface where Operations assigns |
| 150 | values to configuration specified for this. |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 151 | |
| 152 | Run-Time |
| 153 | -------- |
| 154 | |
Stanislav Chlebec | e7933a0 | 2018-11-15 10:08:31 +0100 | [diff] [blame^] | 155 | Refers to the when a service is running on the platform. |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 156 | |
| 157 | SCH - Service Change Handler |
| 158 | ---------------------------- |
| 159 | |
| 160 | DCAE Platform Component - Receives updates from SDC and updates |
| 161 | Inventory |
| 162 | |
| 163 | SDC - Service Design and Creation - (formerly ASDC) |
| 164 | --------------------------------------------------- |
| 165 | |
| 166 | Tool used by Service Designers to compose services from SDC catalog |
| 167 | artifacts. Once services are created, Cloudify Blueprints can be |
| 168 | generated to deployment and installation. |
| 169 | |
| 170 | SDC Catalog |
| 171 | ----------- |
| 172 | |
| 173 | Catalog of composable Components and Data Formats to be used in the SDC |
| 174 | Tool to create services. Currently, there is no access to the SDC |
| 175 | Catalog from the dcae_cli tool. Artifacts are manually placed there |
| 176 | after testing. Every catalog artifact has a ``UUID``, a globally unique |
| 177 | identifier that identifies that artifact. |
| 178 | |
| 179 | Self-Service |
| 180 | ------------ |
| 181 | |
| 182 | Refers to services that are supported by SDC, and that are automatically |
| 183 | installed as a result of a Service Designer’s composition and submission |
| 184 | of a service. Only a handful of services are ‘self-service’ currently. |
| 185 | Most require manual effort to generate the Tosca Model files and |
| 186 | Cloudify Blueprints. |
| 187 | |
| 188 | Service Component |
| 189 | ----------------- |
| 190 | |
| 191 | Microservice that provides network monitoring or analytic function on |
| 192 | the DCAE platform. |
| 193 | |
| 194 | Service |
| 195 | ------- |
| 196 | |
| 197 | Generally composed of multiple service components, which is deployed to |
| 198 | the DCAE platform. |
| 199 | |
| 200 | Tosca Model |
| 201 | ----------- |
| 202 | |
| 203 | Model generated from validately component specification, (stored in SDC |
| 204 | catalog for Self-Service components), and used as input to generate |
| 205 | Cloudify Blueprints |
| 206 | |
| 207 | VNF - Virtualized Network Function |
| 208 | ---------------------------------- |
| 209 | |
| 210 | A network function that runs on one or more virtualized machines. |