From 014a27a90d7ed4bf2f2c557ccfe02661a04d9655 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Fri, 30 Dec 2016 12:55:46 -0500 Subject: Add dcae documentation repo Change-Id: I53662e0a1562d38775c878d6f257b50a125a998c Issue-Id: DCAEGEN2-81 Signed-off-by: Michael Hwang --- docs/glossary.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/glossary.md (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md new file mode 100644 index 00000000..a9f23214 --- /dev/null +++ b/docs/glossary.md @@ -0,0 +1,19 @@ +# Glossary + +## ASDC + +The ECOMP resource catalog. We assume the existince and usage of ASDC, though for near term testing purposes, we use a mock version of the catalog. +We assume all DCAE artifacts: components like collectors, CDAP applications, data formats (see below), etc, are onboarded and searchable in the catalog. +Further, we assume that every catalog artifact has a ``UUID", a globally unique identifier that identifies that artifact. + +## Component + +Refers to a DCAE service component which is a single micro-service that is written to be run by the DCAE platform and to be composeable to form a DCAE service. + +## Data format + +Artifact that describes a data structure and schema. + +## Onboarding catalog + +The onboarding catalog is the intermediary store for project details, component specifications and data formats. This is to be used by component developers through the `dcae-cli` to browse and to launch existing components and push their own component artifacts in preparation to move their component to the ASDC resource catalog. -- cgit 1.2.3-korg