summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLingli Deng <denglingli@chinamobile.com>2017-10-24 15:07:08 +0800
committerLingli Deng <denglingli@chinamobile.com>2017-10-24 15:07:16 +0800
commit52ce4452109428de0b2c17c64f1895f96f91c45e (patch)
tree5e2f3be9560365b799b9257f4509b7ed45bec935
parent2ea704f7059e654eb8817a7cb3bae8d4967e60a2 (diff)
Content Corretion
Issue-Id: MODELING-28 Change-Id: I78ff0ffd06117f5fd261d12310af8c3704bd083c Signed-off-by: Lingli Deng <denglingli@chinamobile.com>
-rw-r--r--docs/ONAP release 1 spec/im/ns-im.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/ONAP release 1 spec/im/ns-im.rst b/docs/ONAP release 1 spec/im/ns-im.rst
index 20ed3a2..370edcd 100644
--- a/docs/ONAP release 1 spec/im/ns-im.rst
+++ b/docs/ONAP release 1 spec/im/ns-im.rst
@@ -24,8 +24,6 @@ For the purposes of the present document, the following abbreviations apply:
+------------+--------------------------------------------+
| CPD | Connection Point Description |
+------------+--------------------------------------------+
-| DF | Depoyment Flavour |
-+------------+--------------------------------------------+
| DSL | Domain Specific Language |
+------------+--------------------------------------------+
| NCT | Network Connectivity Topology |
@@ -100,7 +98,7 @@ NSD Information Model Definitions
NSD
^^^
-The NSD information element is a template whose instances are used by the VF-C for the lifecycle management of NSs.
+The NSD information element is a template whose instances are used by the VF-C for the lifecycle management of NSs. Note that NSD is actually defined as a special type of service descriptor, whose serviceType is set to "Network". In the same time, NSD can be included into an End-to-End service descriptor, as a resource or in other words, nested service.
+---------------+-----------+-------------+----------+--------------------------------------------+
| Attribute | Qualifier | Cardinality | Content | Description |
@@ -111,12 +109,8 @@ The NSD information element is a template whose instances are used by the VF-C f
+---------------+-----------+-------------+----------+--------------------------------------------+
| name | M | 1 | String | The name of the NSD. |
+---------------+-----------+-------------+----------+--------------------------------------------+
-| serviceType | M | 1 | String | Identifies the type of the SD. |
-| | | | | enum:E2E Service, Network |
-+---------------+-----------+-------------+----------+--------------------------------------------+
-|controllerinfo | M | 1 | String | Identifies controller(s) conmpatible with |
-| | | | | the NS described in this version of the NSD|
-| | M | | | default: VF-C. |
+| serviceType | M | 1 | String | Identifies the type of the SD, which is set|
+| | | | | to "Network" for NSD. |
+---------------+-----------+-------------+----------+--------------------------------------------+
| vnfd | M | 0..N | VNF id | Consituent VNF node information of this NSD|
+---------------+-----------+-------------+----------+--------------------------------------------+