From 52ce4452109428de0b2c17c64f1895f96f91c45e Mon Sep 17 00:00:00 2001 From: Lingli Deng Date: Tue, 24 Oct 2017 15:07:08 +0800 Subject: Content Corretion Issue-Id: MODELING-28 Change-Id: I78ff0ffd06117f5fd261d12310af8c3704bd083c Signed-off-by: Lingli Deng --- docs/ONAP release 1 spec/im/ns-im.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'docs') 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| +---------------+-----------+-------------+----------+--------------------------------------------+ -- cgit 1.2.3-korg