summaryrefslogtreecommitdiffstats
path: root/docs/sections/components/glossary.rst
diff options
context:
space:
mode:
authorRalph Knag <rhknag@research.att.com>2017-12-05 12:05:57 -0500
committerRalph Knag <rhknag@research.att.com>2017-12-05 22:45:35 -0500
commit1fca6acb2918beef86a5a78dc659683830908cd2 (patch)
tree5854d05874e1e52b58a4836d653b0d1728dec304 /docs/sections/components/glossary.rst
parent3ffda69097e20d0fcff44f837c6f68870e0a4528 (diff)
DCAE Controller documentation DCAEGEN2-213
Issue-ID: DCAEGEN2-213 Change-Id: I7f2023b7f88b73eef852eca0bbf9086e14903cd6 Signed-off-by: Ralph Knag <rhknag@research.att.com>
Diffstat (limited to 'docs/sections/components/glossary.rst')
-rw-r--r--docs/sections/components/glossary.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/sections/components/glossary.rst b/docs/sections/components/glossary.rst
new file mode 100644
index 00000000..6c048cf3
--- /dev/null
+++ b/docs/sections/components/glossary.rst
@@ -0,0 +1,37 @@
+
+.. http://creativecommons.org/licenses/by/4.0
+
+.. _glossary:
+
+Glossary
+========
+
+.. _glossary-asdc:
+
+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.
+
+.. _glossary-component:
+
+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.
+
+.. _glossary-data-format:
+
+Data format
+-----------
+
+Artifact that describes a data structure and schema.
+
+.. _glossary-onboarding-catalog:
+
+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.