MichaelMorris | e3935f0 | 2021-09-10 20:23:19 +0100 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | ======================== |
| 5 | Models |
| 6 | ======================== |
| 7 | |
| 8 | 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: |
| 9 | |
| 10 | **SDC AID** |
| 11 | |
| 12 | The `ONAP SDC data model <https://wiki.onap.org/display/DW/SDC+Data+model>`_ supported widely by ONAP components. |
| 13 | |
| 14 | **ETSI SOL001 v2.5.1** |
| 15 | |
| 16 | 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. |
| 17 | |
MichaelMorris | 672940b | 2022-09-22 10:24:47 +0100 | [diff] [blame] | 18 | **AUTOMATION COMPOSITION** |
| 19 | |
| 20 | 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. |
| 21 | |
MichaelMorris | e3935f0 | 2021-09-10 20:23:19 +0100 | [diff] [blame] | 22 | Further models can be added through the :ref:`Supported APIs <offeredapis>` at deployment or runtime. |
| 23 | 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. |