diff options
author | guochong <guochong@chinamobile.com> | 2018-04-12 14:12:37 +0800 |
---|---|---|
committer | guochong <guochong@chinamobile.com> | 2018-04-12 14:12:37 +0800 |
commit | 0313f31618f6edb75ea7b1da8fad486f936d6981 (patch) | |
tree | 58e4d14985520ad6787f471829fc9d8229894e58 /docs/ONAP release 2 spec/im/logicalnodedata.rst | |
parent | 0ad3ed660d9e0923416154e96e612b025233e4e6 (diff) |
Convert wiki page to rst files
Issue-ID: MODELING-46
Change-Id: I062a39412205e140ff046896eef6e06e579f8498
Signed-off-by: guochong <guochong@chinamobile.com>
Diffstat (limited to 'docs/ONAP release 2 spec/im/logicalnodedata.rst')
-rw-r--r-- | docs/ONAP release 2 spec/im/logicalnodedata.rst | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/ONAP release 2 spec/im/logicalnodedata.rst b/docs/ONAP release 2 spec/im/logicalnodedata.rst new file mode 100644 index 0000000..1500dfa --- /dev/null +++ b/docs/ONAP release 2 spec/im/logicalnodedata.rst @@ -0,0 +1,60 @@ +.. 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: LogicalNodeData/LogicalNodeDesc +====================================== + ++--------------------+-------------+------------------+-----------------+--------------------------+ +| **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** | ++====================+=============+==================+=================+==========================+ +| logicalNode | KeyValuePai | 0..N | The logical | support: | +| Requirement | r/NameValue | | node-level | MANDATORY | +| s | Pair | | compute, | | +| | | | memory and | | +| | | | I/O | | +| | | | requirement | | +| | | | s. | | +| | | | An array of | | +| | | | key-value | | +| | | | pairs that | | +| | | | articulate | | +| | | | the | | +| | | | deployment | | +| | | | requirement | | +| | | | s. | | +| | | | | | +| | | | This could | | +| | | | include the | | +| | | | number of | | +| | | | CPU cores | | +| | | | on this | | +| | | | logical | | +| | | | node, a | | +| | | | memory | | +| | | | configurati | | +| | | | on | | +| | | | specific to | | +| | | | a logical | | +| | | | node (e.g. | | +| | | | such as | | +| | | | available | | +| | | | in the | | +| | | | Linux | | +| | | | kernel via | | +| | | | the libnuma | | +| | | | library) or | | +| | | | a | | +| | | | requirement | | +| | | | related to | | +| | | | the | | +| | | | association | | +| | | | of an I/O | | +| | | | device with | | +| | | | the logical | | +| | | | node. | | ++--------------------+-------------+------------------+-----------------+--------------------------+ |