summaryrefslogtreecommitdiffstats
path: root/docs/ONAP Model Spec/dm/CapabilitiesTypes.rst
diff options
context:
space:
mode:
authorlishitao <lishitao@huawei.com>2019-05-29 18:33:18 +0800
committerlishitao <lishitao@huawei.com>2019-05-30 09:29:06 +0800
commit7a852c50ed96cec58b16ebe7c78e2146279c0244 (patch)
tree67951f94ae669e53ca6f4d5a52cfd4872dc53030 /docs/ONAP Model Spec/dm/CapabilitiesTypes.rst
parent8e55303f755b2c5c19c5cc9132536590ac3c57da (diff)
update DM rst files for R4dublin
Issue-ID: MODELING-162 Change-Id: I469c071edd9857dad003b36362a236b0d99c3eab Signed-off-by: lishitao <lishitao@huawei.com>
Diffstat (limited to 'docs/ONAP Model Spec/dm/CapabilitiesTypes.rst')
-rw-r--r--docs/ONAP Model Spec/dm/CapabilitiesTypes.rst34
1 files changed, 25 insertions, 9 deletions
diff --git a/docs/ONAP Model Spec/dm/CapabilitiesTypes.rst b/docs/ONAP Model Spec/dm/CapabilitiesTypes.rst
index d8ed14e..6023a56 100644
--- a/docs/ONAP Model Spec/dm/CapabilitiesTypes.rst
+++ b/docs/ONAP Model Spec/dm/CapabilitiesTypes.rst
@@ -1,4 +1,4 @@
-.. Copyright 2018 (China Mobile)
+.. Copyright 2019 (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
@@ -6,34 +6,50 @@ Capabilities Types
==================
| **tosca.capabilities.nfv.VirtualBindable:**
-| derived_from: tosca.capabilities.root
+| derived_from: tosca.capabilities.Node
+| description: Indicates that the node that includes it can be pointed by a tosca.relationships.nfv.VirtualBindsTo relationship type which is used to model the VduHasCpd association
| **tosca.capabilities.nfv.VirtualCompute:**
-| derived_from: tosca.capabilities.Root
+| derived_from: tosca.capabilities.Node
+| description: Describes the capabilities related to virtual compute resources
| properties:
| logical_node:
-| type: tosca.datatypes.nfv.LogicalNodeData
-| required: false
-| compute_requirements:
| type: map
+| description: Describes the Logical Node requirements
| required: false
+| entry_schema:
+| type: tosca.datatypes.nfv.LogicalNodeData
| requested_additional_capabilities:
| type: map
+| description: Describes additional capability for a particular VDU
| entry_schema:
| type: tosca.datatypes.nfv.RequestedAdditionalCapability
| required: false
+| compute_requirements:
+| type: map
+| required: false
+| entry_schema:
+| type: string
| virtual_memory:
| type: tosca.datatypes.nfv.VirtualMemory
+| description: Describes virtual CPU(s) of the virtualized compute
| required: true
| virtual_cpu:
| type: tosca.datatypes.nfv.VirtualCpu
+| description: Describes virtual CPU(s) of the virtualized compute
| required: true
+| virtual_local_storage:
+| type: list
+| description: A list of virtual system disks created and destroyed as part of the VM lifecycle
+| required: false
+| entry_schema:
+| type: tosca.datatypes.nfv.VirtualBlockStorageData
+| description: virtual system disk definition
| **tosca.capabilities.nfv.VirtualLinkable:**
| derived_from: tosca.capabilities.root
-
-| **tosca.capabilities.nfv.ExtVirtualLinkable:**
-| derived_from: tosca.capabilities.root
+| description: A node type that includes the VirtualLinkable capability indicates that it can be pointed by by tosca.relationships.nfv.VirtualLinksTo relationship type
| **tosca.capabilities.nfv.VirtualStorage:**
| derived_from: tosca.capabilities.root
+| description: Describes the attachment capabilities related to Vdu.Storage