summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLingli Deng <denglingli@chinamobile.com>2017-10-10 23:14:03 +0800
committerLingli Deng <denglingli@chinamobile.com>2017-10-10 23:14:30 +0800
commit36c69f5bf81c07a26ba2f57d3cdab8b4989e6bbc (patch)
tree8f531d4707041278941c2bba413023b58cc6cb94 /docs
parent62fab3c4f60244e9b55b3762403f9633e52e3fda (diff)
Adding description for SD model definitions.
Issue-Id: MODELING-27 Change-Id: Ie7039e005e732874db9790920928d1533e5c3f7a Signed-off-by: Lingli Deng <denglingli@chinamobile.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/ONAP release 1 spec/im/service-im.rst43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/ONAP release 1 spec/im/service-im.rst b/docs/ONAP release 1 spec/im/service-im.rst
index 70cdfcc..7e93e41 100644
--- a/docs/ONAP release 1 spec/im/service-im.rst
+++ b/docs/ONAP release 1 spec/im/service-im.rst
@@ -27,10 +27,53 @@ For the purposes of the present document, the following abbreviations apply:
SD Infomration Model Overview
-----------------------------
+The Service Descriptor (SD) is a deployment template which consists of information used by the Service Orchestrator (SO) for life cycle management of a service.
+A service is a composition of resources. The description of a service as used by the Service Orchestration (SO) to deploy a service instance includes or references the descriptors of its constituent objects: one or more resources;
+A resource could be a VL, VF, WAN Descriptor etc.
+
Functional Requirements
-----------------------
+The following table specifies requirements to the templates for SD instances.
+
++------------------+-------------------------------------------------------+
+| Numbering | Requirement Description |
++------------------+-------------------------------------------------------+
+| NST_SD001 | The SD shall reference the resource applicable to its |
+| | constituent services. |
++------------------+-------------------------------------------------------+
+
SD Information Model Definitions
--------------------------------
+The SD information element is a template whose instances are used by the SO for the lifecycle management of Services.
+
++-----------+-----------+-------------+----------+-------------------------------------------+
+|Attribute | Qualifier | Cardinality | Content | Description |
++-----------+-----------+-------------+----------+-------------------------------------------+
+| id | M | 1 |Identifier| Identifier of this SD information element.|
+| | | | |It globally uniquely identifies an instance|
+| | | | |of the SD. |
++-----------+-----------+-------------+----------+-------------------------------------------+
+| designer | M | 1 | String | Designer of this SD. |
++-----------+-----------+-------------+----------+-------------------------------------------+
+| name | M | 1 | String | The name of the SD. |
++-----------+-----------+-------------+----------+-------------------------------------------+
+| version | M | 1 | String | The vesion of the SD. |
++-----------+-----------+-------------+----------+-------------------------------------------+
+|description| M | 1 | String | The description of the SD. |
++-----------+-----------+-------------+----------+-------------------------------------------+
+| vendor | M | 1 | String | The vendor of the SD. (TBD) |
++-----------+-----------+-------------+----------+-------------------------------------------+
+| type | M | 1 | String | Value set to "Service". |
++-----------+-----------+-------------+----------+-------------------------------------------+
+| category | M | 1 | String | Value set to either "E2E" or "NS". |
++-----------+-----------+-------------+----------+-------------------------------------------+
+|serviceType| M | 1 | String | The ServiceType of the SD. |
++-----------+-----------+-------------+----------+-------------------------------------------+
+|ServiceRole| M | 1 | String | The ServiceRole of the SD. |
++-----------+-----------+-------------+----------+-------------------------------------------+
+| resource | M | 1..N | RD | The consituent RDs of the SD. |
+| | | | | It could be VF/WAN Descriptor etc. |
++-----------+-----------+-------------+----------+-------------------------------------------+