diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2019-08-08 13:54:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-08 13:54:49 +0000 |
commit | 9371908338e450e946dccf776133995ffe6cb38e (patch) | |
tree | 60d0975dd0f398011d79d5adc49e172820ef3c31 /docs | |
parent | 685098bb15a98043c87f88aa7e1399c4896390aa (diff) | |
parent | f7832b8ad4c8fb7dc9a1c432b8a999e97c57ad29 (diff) |
Merge "fix for VNFLCM_API,VNFM_Driver_API,index"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst | 14 | ||||
-rw-r--r-- | docs/platform/APIs/VNFMDriver_API/VNFM_Driver_API.rst | 6 | ||||
-rw-r--r-- | docs/platform/APIs/index.rst | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst b/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst index ec6c58fa..cebc637e 100644 --- a/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst +++ b/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst @@ -8,14 +8,14 @@ **1 Scope** ============= -The scope of the present document is to describe the GVNFM exposed API specification over Or-Vnfm reference point and Ve-Vnfm-vnf reference point. +The scope of the this document is to describe the GVNFM exposed API specification over Or-Vnfm reference point and Ve-Vnfm-vnf reference point. Some content has been updated, about the API Swagger definition, you can find here 'GVNFM_LCM_APIs<https://gerrit.onap.org/r/gitweb?p=vfc/gvnfm/vnflcm.git;a=blob;f=lcm/lcm/swagger/swagger.json;h=f098d282927d3535f5e9e6950f26b9171e04d30c;hb=HEAD>'. **2 Terms, Definitions and Abbreviations** =========================================== - For the purposes of the present document, the following + For the purpose of the present document, the following abbreviations apply: +------------------------+-----------------------------------------------------+ @@ -216,13 +216,13 @@ Table 2-1 abbreviations +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ | vimId | M | 1 | Identifier | The identifier of the VIM. | +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ -| interfaceInfo | M | 0..N | KeyValuePair | Information about the interface to the VIM, including VIM provider type, API version, and protocol type. | +| interfaceInfo | M | 0..N | KeyValuePair | Information about the interface to the VIM, including VIM provider type, API version and protocol type. | +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ | accessInfo | M | 0..N | KeyValuePair | Authentication credentials for accessing the VIM. Examples may include those to support different authentication schemes, e.g., OAuth, | -| | | | | Token, etc. | +| | | | | Token etc. | +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ | interface | M | 1 | String | Information about the interface endpoint. An example is a URL. | -| Endpoint | | | | Token, etc. | +| Endpoint | | | | Token etc. | +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ **interfaceInfo:** @@ -232,7 +232,7 @@ Table 2-1 abbreviations +==================+===============+======================================+ | vimType | String | The type of the VIM. | +------------------+---------------+--------------------------------------+ -| apiVersion | String | The Version of the api of the VIM. | +| apiVersion | String | The version of the api of the VIM. | +------------------+---------------+--------------------------------------+ | protocolType | String | http https | +------------------+---------------+--------------------------------------+ @@ -1682,4 +1682,4 @@ Table 2-1 abbreviations .. |image0| image:: VNFM_API.png :width: 5.07047in - :height: 5.6320in
\ No newline at end of file + :height: 5.6320in diff --git a/docs/platform/APIs/VNFMDriver_API/VNFM_Driver_API.rst b/docs/platform/APIs/VNFMDriver_API/VNFM_Driver_API.rst index d51f10c9..86440933 100644 --- a/docs/platform/APIs/VNFMDriver_API/VNFM_Driver_API.rst +++ b/docs/platform/APIs/VNFMDriver_API/VNFM_Driver_API.rst @@ -20,7 +20,7 @@ For the purposes of the present document, the following abbreviations apply: +-------------+-----------------------------------------------+ |Abbreviation | | +-------------+-----------------------------------------------+ -|NFVO |Network Functions Virtualization Orchestrator | +|NFVO |Network Function Virtualization Orchestrator | +-------------+-----------------------------------------------+ |VNFM |Virtual Network Function Manager | +-------------+-----------------------------------------------+ @@ -96,7 +96,7 @@ juju | | | | | manages this resource. | | | | | | This attribute shall be supported | | | | | | and present if VNF-related resource | -| | | | | management in direct applicable. | +| | | | | management is direct applicable. | +--------------+------------+-------------+----------+----------------------------------------+ | networkId | M | 1 | String | The network UUID of VIM | +--------------+------------+-------------+----------+----------------------------------------+ @@ -596,7 +596,7 @@ VNF filter: vnfInstanceId via url [R1] | vduid | M | 1 | String | Defines the id of vdu. | +--------------------+------------+-------------+-------------+---------------------------------+ | vmname | M | 1 | | Defines the name of virtual | -| | | | | machines. | +| | | | | machine. | +--------------------+------------+-------------+-------------+---------------------------------+ .. code-block:: json diff --git a/docs/platform/APIs/index.rst b/docs/platform/APIs/index.rst index 3d58652f..f4acf6df 100644 --- a/docs/platform/APIs/index.rst +++ b/docs/platform/APIs/index.rst @@ -9,7 +9,7 @@ VF-C Offered APIs :depth: 2 Now VF-C provides the NS life cycle management APIs to UUI,SO,Policy and package management APIs to UUI. -For VNFM vendor, VF-C also provides the VNFM integration APIs, they can reference these APIs to implmemet their VNFMDriver to integrate with VF-C and ONAP. +For VNFM vendor, VF-C also provides the VNFM integration APIs, they can reference these APIs to implement their VNFMDriver to integrate with VF-C and ONAP. |image0| @@ -106,8 +106,8 @@ GVNFM Northbound & Southbound APIs ---------------------------------- VF-C provides the Generic VFNM , it can be as the GVNFM reference implementaton. -Now the Northbound APIs of GVNFM has been compli1t with SOL003 and it now can be integrate with VF-C NFVO. -In tosca-based vCPE use case, the GVNFM founction have been verified in Casablanca release. +Now the Northbound APIs of GVNFM has been compete with SOL003 and it now can be integrate with VF-C NFVO. +In tosca-based vCPE use case, the GVNFM function have been verified in Casablanca release. GVNFM Northbound & Southbound APIs for VNF Integration @@ -125,4 +125,4 @@ CATALOG APIs for VNF Integration .. toctree:: :maxdepth: 1 - CATALOG_API/index
\ No newline at end of file + CATALOG_API/index |