diff options
author | guochong <guochong@chinamobile.com> | 2018-04-13 15:24:03 +0800 |
---|---|---|
committer | guochong <guochong@chinamobile.com> | 2018-04-13 15:26:38 +0800 |
commit | da09e58caeae833ab03f8052a92ee495cfba6a25 (patch) | |
tree | 54630969ddd28d288ed9b2a634507708c5eb1aa4 /docs/ONAP release 2 spec/im | |
parent | 380a28a84b6e061e86f658fb5db89a1bb1ad3c9e (diff) |
Add index file
Issue-ID: MODELING-46
Change-Id: I8aab42901764e7c79d2972d4b06bb711a42a8b52
Signed-off-by: guochong <guochong@chinamobile.com>
Diffstat (limited to 'docs/ONAP release 2 spec/im')
-rw-r--r-- | docs/ONAP release 2 spec/im/ScaleInfo.rst | 26 | ||||
-rw-r--r-- | docs/ONAP release 2 spec/im/SwImageDesc.rst | 152 | ||||
-rw-r--r-- | docs/ONAP release 2 spec/im/index.rst | 20 |
3 files changed, 198 insertions, 0 deletions
diff --git a/docs/ONAP release 2 spec/im/ScaleInfo.rst b/docs/ONAP release 2 spec/im/ScaleInfo.rst new file mode 100644 index 0000000..ab3cfb8 --- /dev/null +++ b/docs/ONAP release 2 spec/im/ScaleInfo.rst @@ -0,0 +1,26 @@ +.. Copyright 2018 (China Mobile) +.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + +.. contents:: + :depth: 3 +.. + +Class: ScaleInfo +================ + ++--------------------+-------------+------------------+-----------------+--------------------------+ +| **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** | ++====================+=============+==================+=================+==========================+ +| aspectId | Identifier | 1 | Reference | support: | +| | (Reference | | to the | MANDATORY | +| | to | | scaling | | +| | ScalingAspe | | aspect. | | +| | ct) | | | | ++--------------------+-------------+------------------+-----------------+--------------------------+ +| scaleLevel | Integer | 1 | The scale | support: | +| | | | level, | MANDATORY | +| | | | greater | | +| | | | than or | | +| | | | equal to 0. | | ++--------------------+-------------+------------------+-----------------+--------------------------+ diff --git a/docs/ONAP release 2 spec/im/SwImageDesc.rst b/docs/ONAP release 2 spec/im/SwImageDesc.rst new file mode 100644 index 0000000..2508fde --- /dev/null +++ b/docs/ONAP release 2 spec/im/SwImageDesc.rst @@ -0,0 +1,152 @@ +.. Copyright 2018 (China Mobile) +.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + +.. contents:: + :depth: 3 +.. + +Class: SwImageDesc +================== + ++-------------------+-------------+------------------+-----------------+--------------------------+ +| **Attribute Name**| **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** | ++===================+=============+==================+=================+==========================+ +| id | Identifier | 1 | The | support: | +| | | | identifier | MANDATORY | +| | | | of this | | +| | | | software | | +| | | | image. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| name | String | 1 | The name of | support: | +| | | | this | MANDATORY | +| | | | software | | +| | | | image. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| version | String | 1 | The version | support: | +| | | | of this | MANDATORY | +| | | | software | | +| | | | image. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| checksum | String | 1 | The | support: | +| | | | checksum of | MANDATORY | +| | | | the | | +| | | | software | | +| | | | image file. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| containerFo | String | 1 | The | support: | +| rmat | | | container | MANDATORY | +| | | | format | | +| | | | describes | | +| | | | the | | +| | | | container | | +| | | | file format | | +| | | | in which | | +| | | | software | | +| | | | image is | | +| | | | provided. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| diskFormat | String | 1 | The disk | support: | +| | | | format of a | MANDATORY | +| | | | software | | +| | | | image is | | +| | | | the format | | +| | | | of the | | +| | | | underlying | | +| | | | disk image. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| minDisk | Number | 1 | The minimal | support: | +| | (recommende | | disk size | MANDATORY | +| | d | | requirement | | +| | DM type: | | for this | | +| | Scalar-Unit | | software | | +| | -Size) | | image. The | | +| | | | value of | | +| | | | the "size | | +| | | | of storage" | | +| | | | attribute | | +| | | | of the | | +| | | | VirtualStor | | +| | | | ageDesc | | +| | | | referencing | | +| | | | this | | +| | | | SwImageDesc | | +| | | | shall not | | +| | | | be smaller | | +| | | | than the | | +| | | | value of | | +| | | | minDisk. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| minRam | Number | 0..1 | The minimal | support: | +| | (recommende | | RAM | MANDATORY | +| | d | | requirement | | +| | DM type: | | for this | | +| | Scalar-Unit | | software | | +| | -Size) | | image. The | | +| | | | value of | | +| | | | the "size" | | +| | | | attribute | | +| | | | of | | +| | | | VirtualMemo | | +| | | | ryData | | +| | | | of the Vdu | | +| | | | referencing | | +| | | | this | | +| | | | SwImageDesc | | +| | | | shall not | | +| | | | be smaller | | +| | | | than the | | +| | | | value of | | +| | | | minRam. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| size | Number | 1 | The size of | support: | +| | (recommende | | this | MANDATORY | +| | d | | software | | +| | DM type: | | image. | | +| | Scalar-Unit | | | | +| | -Size) | | | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| swImage | Identifier | 1 | This is a | support: | +| | (Reference | | reference | MANDATORY | +| | to a | | to the | | +| | SwImage) | | actual | | +| | | | software | | +| | | | image. The | | +| | | | reference | | +| | | | can be | | +| | | | relative to | | +| | | | the root of | | +| | | | the VNF | | +| | | | Package or | | +| | | | can be a | | +| | | | URL. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| operatingSy | String | 0..1 | Identifies | support: | +| stem | | | the | MANDATORY | +| | | | operating | | +| | | | system used | | +| | | | in the | | +| | | | software | | +| | | | image. This | | +| | | | attribute | | +| | | | may also | | +| | | | identify if | | +| | | | a 32 bit or | | +| | | | 64 bit | | +| | | | software | | +| | | | image is | | +| | | | used. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| supportedVi | String | 0..N | Identifies | support: | +| rtualisatio | | | the | MANDATORY | +| nEnvironmen | | | virtualisat | | +| t | | | ion | | +| | | | environment | | +| | | | s | | +| | | | (e.g. | | +| | | | hypervisor) | | +| | | | compatible | | +| | | | with this | | +| | | | software | | +| | | | image. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ diff --git a/docs/ONAP release 2 spec/im/index.rst b/docs/ONAP release 2 spec/im/index.rst index 8437213..b2b61af 100644 --- a/docs/ONAP release 2 spec/im/index.rst +++ b/docs/ONAP release 2 spec/im/index.rst @@ -14,3 +14,23 @@ ONAP Information Model Specifications AddressData AffinityOrAntiAffinityGroup + cpd + instantiationlevel + linkbitraterequirements + logicalnodedata + ScaleInfo + SwImageDesc + vdu + vducpd + vduprofile + virtualcomputedesc + virtualcpudata + virtuallinkdescflavour + virtuallinkprofile + virtualmemorydata + virtualnetworkinterfacerequirements + virtualstoragedesc + vnfd + vnfdf + vnfextcpd + vnfvirtuallinkdesc |