From e3935f01aa5b412bbbe98d95678f4d9ac1b658ea Mon Sep 17 00:00:00 2001 From: MichaelMorris Date: Fri, 10 Sep 2021 20:23:19 +0100 Subject: Update docs for multi model support Signed-off-by: MichaelMorris Issue-ID: SDC-3726 Change-Id: I4ba36318fc8c7de60ccb9c3d01d5aadedc94bded --- docs/models.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/models.rst (limited to 'docs/models.rst') diff --git a/docs/models.rst b/docs/models.rst new file mode 100644 index 0000000000..9e41f5be2a --- /dev/null +++ b/docs/models.rst @@ -0,0 +1,19 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +======================== +Models +======================== + +SDC supports the onboarding and design of resources and services that adhere to one of a number of models. The following models are included in the default deployment: + +**SDC AID** + +The `ONAP SDC data model `_ supported widely by ONAP components. + +**ETSI SOL001 v2.5.1** + +The data model for NFV descriptors standardised by ETSI, `version 2.5.1 `_. Limited support exists in ONAP components, but some support is provided in SO SOL003 and SOL005 adapters and ETSI Catalog Manager. + +Further models can be added through the :ref:`Supported APIs ` 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. -- cgit 1.2.3-korg