diff options
author | Eric Debeau <eric.debeau@orange.com> | 2017-10-24 15:11:28 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2017-10-24 15:14:17 +0000 |
commit | 2b3cafb8093f81a24ace3a41e067171f8248d538 (patch) | |
tree | 0cd5ae21b81f731ada9cd7fbd479152cc25e16ed /docs/ONAP release 1 spec/im | |
parent | 52ce4452109428de0b2c17c64f1895f96f91c45e (diff) |
Correct to pass doc8 and minor changes
Change-Id: Icf15c8042b10358a1df8e54ef738bda1738602a7
Issue-ID: DOC-94
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/ONAP release 1 spec/im')
-rw-r--r-- | docs/ONAP release 1 spec/im/index.rst | 2 | ||||
-rw-r--r-- | docs/ONAP release 1 spec/im/ns-im.rst | 14 | ||||
-rw-r--r-- | docs/ONAP release 1 spec/im/service-im.rst | 18 |
3 files changed, 21 insertions, 13 deletions
diff --git a/docs/ONAP release 1 spec/im/index.rst b/docs/ONAP release 1 spec/im/index.rst index 8fd239c..929e073 100644 --- a/docs/ONAP release 1 spec/im/index.rst +++ b/docs/ONAP release 1 spec/im/index.rst @@ -8,6 +8,6 @@ ONAP Information Model Specifications .. toctree:: :titlesonly: - + service-im ns-im diff --git a/docs/ONAP release 1 spec/im/ns-im.rst b/docs/ONAP release 1 spec/im/ns-im.rst index 370edcd..5daad0d 100644 --- a/docs/ONAP release 1 spec/im/ns-im.rst +++ b/docs/ONAP release 1 spec/im/ns-im.rst @@ -28,14 +28,20 @@ For the purposes of the present document, the following abbreviations apply: +------------+--------------------------------------------+ | NCT | Network Connectivity Topology | +------------+--------------------------------------------+ +| NF | Network Function | ++------------+--------------------------------------------+ +| NFVO | NFV Orchestrator | ++------------+--------------------------------------------+ | NSD | Network Service Descriptor | +------------+--------------------------------------------+ | UML | Unified Modeling Language | +------------+--------------------------------------------+ | VL | Virtual Link | +------------+--------------------------------------------+ +| VNF | Virtual Network Function | ++------------+--------------------------------------------+ -NSD Infomration Model Overview +NSD Information Model Overview ------------------------------ Network Service (NS) is a set of functions with unspecified connectivity between them or according to one or more forwarding graphs. @@ -56,7 +62,7 @@ Functional Requirements The following table specifies requirements to the templates for NSD instances in R1. +-----------------+-----------------------------------------------------------------+ -| Numbereing | Requirement Description | +| Numbering | Requirement Description | +-----------------+-----------------------------------------------------------------+ | NST_NSD001 | The NSD shall reference the VNF Node description of constituent | | | VNFs. | @@ -73,7 +79,7 @@ The following table specifies requirements to the templates for NSD instances in | NST_NSD005 | The NSD shall support the capability to include or reference NS | | | life cycle management scripts describing how to react upon spec-| | | ific life cycle events, fault detection, performance threshold | -| | crossing detection and other events. | +| | crossing detection and other events. | +-----------------+-----------------------------------------------------------------+ | NST_NSD006 | The NSD shall support the capability to provide monitoring para-| | | meters to be tracked during the lifetime of a NS instance. | @@ -83,7 +89,7 @@ The following table specifies requirements to the templates for NSD instances in The following table specifies requirements to the templates for VLD instances. +-----------------+-----------------------------------------------------------------+ -| Numbereing | Requirement Description | +| Numbering | Requirement Description | +-----------------+-----------------------------------------------------------------+ | NST_VLD001 | A VLD shall enable specifying the type of connectivity provided | | | by the link between VNFs. | diff --git a/docs/ONAP release 1 spec/im/service-im.rst b/docs/ONAP release 1 spec/im/service-im.rst index 7e93e41..9f2ce21 100644 --- a/docs/ONAP release 1 spec/im/service-im.rst +++ b/docs/ONAP release 1 spec/im/service-im.rst @@ -5,7 +5,7 @@ ONAP Service Descriptor Information Model Specification (Amsterdam) Scope ----- -The scope of the present document is to describe the SD Information Model Specification. +The scope of the present document is to describe the Service Descriptor (SD) Information Model Specification. Terms, Definitions and Abbreviations ------------------------------------ @@ -15,16 +15,18 @@ For the purposes of the present document, the following abbreviations apply: +-----------------+---------------------------------------------------------------------+ | Abbreviation | Definition | +-----------------+---------------------------------------------------------------------+ -| SO | Service Orchestrator | +| RD | Resource Descriptor | +-----------------+---------------------------------------------------------------------+ | SD | Service Descriptor | +-----------------+---------------------------------------------------------------------+ -| RD | Resource Descriptor | +| SO | Service Orchestrator | +-----------------+---------------------------------------------------------------------+ | VF | Virtual Function | +-----------------+---------------------------------------------------------------------+ +| VL | Virtual Link | ++-----------------+---------------------------------------------------------------------+ -SD Infomration Model Overview +SD Information 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. @@ -41,7 +43,7 @@ The following table specifies requirements to the templates for SD instances. +------------------+-------------------------------------------------------+ | NST_SD001 | The SD shall reference the resource applicable to its | | | constituent services. | -+------------------+-------------------------------------------------------+ ++------------------+-------------------------------------------------------+ SD Information Model Definitions -------------------------------- @@ -63,14 +65,14 @@ The SD information element is a template whose instances are used by the SO for |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. | +|serviceType| M | 1 | String | The service type of the SD. | +-----------+-----------+-------------+----------+-------------------------------------------+ -|ServiceRole| M | 1 | String | The ServiceRole of the SD. | +|ServiceRole| M | 1 | String | The service role of the SD. | +-----------+-----------+-------------+----------+-------------------------------------------+ | resource | M | 1..N | RD | The consituent RDs of the SD. | | | | | | It could be VF/WAN Descriptor etc. | |