aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2022-09-22 10:24:47 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-09-28 19:41:02 +0000
commit672940b1d4767c9ef4fe49fc122de023b6efc09c (patch)
tree9f5229d5b829b85152b4f10b801ee5b731cc7d26
parent64af2e3a239ce340dc9af81b8e2653ccc1394d4c (diff)
Add ACM model to docs
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3891 Change-Id: I0678d89c79b3626c0cf8efc074f69feb35132681
-rw-r--r--docs/models.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/models.rst b/docs/models.rst
index 9e41f5be2a..f3a3c457c1 100644
--- a/docs/models.rst
+++ b/docs/models.rst
@@ -15,5 +15,9 @@ The `ONAP SDC data model <https://wiki.onap.org/display/DW/SDC+Data+model>`_ sup
The data model for NFV descriptors standardised by ETSI, `version 2.5.1 <https://docbox.etsi.org/ISG/NFV/Open/Publications_pdf/Specs-Reports/NFV-SOL%20001v2.5.1%20-%20GS%20-%20TOSCA-based%20NFV%20descriptors%20spec.pdf>`_. Limited support exists in ONAP components, but some support is provided in SO SOL003 and SOL005 adapters and ETSI Catalog Manager.
+**AUTOMATION COMPOSITION**
+
+The data model for designing automation compositions, see `CLAMP Metadata Automation Composition Management using TOSCA <https://docs.onap.org/projects/onap-policy-parent/en/latest/clamp/clamp.html>`_ for further details on Automation Composition Management.
+
Further models can be added through the :ref:`Supported APIs <offeredapis>` at deployment or runtime.
Model inheritance is supported though it is expected that the names of the types be unique across the inheritance tree. Resources that are imported or designed to adhere to a particular model can only be used in a service that adheres to the same model.