aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform
diff options
context:
space:
mode:
authoranjali.walsatwar <anjali.walsatwar@huawei.com>2019-08-08 15:28:12 +0530
committeranjali.walsatwar <anjali.walsatwar@huawei.com>2019-08-08 15:28:12 +0530
commitad03c97345c2be37ff0b8a0ed38883307d88c1b5 (patch)
treede92eaa6dd86f8714597e11c4a3ef4c5c66005a5 /docs/platform
parentda67fee7a51eda8d50fe17243b66753082f3ff4e (diff)
fix for architecture and consumedapi
documents have different spelling mistakes and grammatical issues Issue-ID: VFC-1483 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I6a353455d7e2dcc8a4ef84819018318661befb6c
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/architecture.rst50
-rw-r--r--docs/platform/consumedapis.rst26
2 files changed, 38 insertions, 38 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
index 78f7938e..7911098b 100644
--- a/docs/platform/architecture.rst
+++ b/docs/platform/architecture.rst
@@ -21,7 +21,7 @@ This shows all VF-C components, each component is a standalone microservice, the
* nslcm is the core components, mainly responsible for network service management.
* catalog is used to package management, including NS/VNF/PNF package management.
-* Resource Manager is used to management the instance created by VF-C and also responsible for resource granting.
+* Resource Manager is used to manage the instance created by VF-C and also responsible for resource granting.
* SVNFM Driver, now VF-C has three vendor's Specific VNFM driver, including nokia/huawei/zte driver, each driver is a microservice.
* GVNFM Driver, now have two generic VNFM driver, including gvnfm driver and juju driver.
* SFC Driver, it migrate from Open-O seed code and now haven't been used in any usecase in ONAP.
@@ -29,12 +29,12 @@ This shows all VF-C components, each component is a standalone microservice, the
* Wfengine-activiti, it is as the activiti work flow microservice.
* Multivim-proxy,provide the multivim indirect mode proxy which can forward virtual resource requests to multivim and do some resource checking.
* EMS Driver, used for VNF performance and alarm data collection and report to DCAE VES collector.
-* GVNFM, it includes three micorservice: vnflcm, vnfmgr and vnfres and the core is vnflcm which responsible for VNF life cycle management.
+* GVNFM, it includes three micorservice: vnflcm, vnfmgr and vnfres and the core is vnflcm which is responsible for VNF life cycle management.
* DB, provide database services for each VF-C component.
Note:
a. SFC Driver migrated from Open-O seed code and now haven't been used in any usecase in ONAP.
- b. Resource resmanagement is used to do the resource granting, but now VF-C has been integrated with OOF, this component will be deprecated in the future release.
+ b. Resource Management is used to do the resource granting, but now VF-C has been integrated with OOF, this component will be deprecated in the future release.
c. DB provides the stand-alone database microservice in casablanca release, but now VF-C leverages OOM shared MariaDB-Gelera cluster. This repo still has redis to be used by VF-C component.
@@ -49,15 +49,15 @@ VF-C External Dependency
As you can see in this picture, VF-C has many dependencies with other projects, such as SO, Policy, A&AI, SDC, DCAE, Multi-cloud and so on.
-* NFVO provides north bound interface to SO to take part in fulfilling the orchestration and operation of end2end service.And provides standard south bound interface to VNFMs.
+* NFVO provides north bound interface to SO to take part in fulfilling the orchestration and operation of end2end service and provides standard south bound interface to VNFMs.
* GVNFM provides LCM for VNFs which do not require a vendor VNFM and works with NFV-O component to take part in fulfilling the LCM of NS.
-* VF-C provides VNFM driver interfaces, vendor can implement these integrates to integrate with VF-C. Now, VF-C has integrated with three vendor VNFM, including ZTE, Huawe, Nokia.
+* VF-C provides VNFM driver interfaces, vendor can implement these to integrate with VF-C. Now, VF-C has integrated with three vendor VNFM, including ZTE, Huawe, Nokia.
* In addition, VF-C also provides interface to Policy and works with DCAE for Close Loop Automation.
-* In Casablanca release, VF-C also integrated with OOF to do the resource homing and placement.
+* In Casablanca release, VF-C is also integrated with OOF to do the resource homing and placement.
VF-C Usecase and Workflow
@@ -82,19 +82,19 @@ Taking VoLTE as an example to describe the VF-C internal workflow:
The workflow:
* SO send request to LCM to deploy vIMS+vEPC network service.
-* LCM talk with Res Manager and then A&AI to create NS instances in A&AI inventory.
+* LCM talk with Resource Manager and then A&AI to create NS instances in A&AI inventory.
* LCM get NSD from VF-C catalog.
* LCM parse the NS model via TOSCA parser to decompose NS to VNFs and recognize the relationship between VNFs.
* LCM init workflow context and execute NS instantiation.
* Workflow will invoke LCM to instantiate VLs between VNFs.
* LCM talk with Multi-VIM to create virtual network connections between VNFs if needed.
-* LCM talk with Res manager to create related virtual link instances to A&AI inventory(Not included in R1).
-* When VL created ,workflow will invoke LCM to instantiate VNFs.
-* LCM send request to S-VNFM Driver and wok with S-VNFM to deploy each VNFs.
-* Aligned with ETSI specs work flow, VNFM need to send granting resource request to LCM,LCM transfer this request to Res manager and then response the granting result and related VIM information(such as url/username/password, etc) to VNFM.
+* LCM talk with Resource manager to create related virtual link instances to A&AI inventory(Not included in R1).
+* When VL is created ,workflow will invoke LCM to instantiate VNFs.
+* LCM send request to S-VNFM Driver and work with S-VNFM to deploy each VNFs.
+* Aligned with ETSI specs work flow, VNFM need to send granting resource request to LCM,LCM transfer this request to Resource manager and then response the granting result and related VIM information(such as url/username/password etc) to VNFM.
* VNFM call VIM API to deploy VNF into VIM.
-* VNFM send notification to LCM to notify the changes of virtual resources, including VDU/VL/CP/VNFC, etc.
-* LCM talk to Res manager to create/update related records in A&AI inventory
+* VNFM send notification to LCM to notify the changes of virtual resources, including VDU/VL/CP/VNFC etc.
+* LCM talk to Resource manager to create/update related records in A&AI inventory
2.VF-C Terminate
@@ -107,19 +107,19 @@ The workflow:
The workflow:
* SO talk with VF-C to request deletion of vIMS/vEPC network services
-* Lcm work with Res manager to check all vIMS/vEPC instances in A&AI
+* Lcm work with Resource Manager to check all vIMS/vEPC instances in A&AI
* LCM invoke workflow to delete NS instance
-* First, workflow will execute deleting VNFs by invoke LCM
-* LCM talk with S-VNFM Driver o request deletion of VNFs and related resources
+* First, workflow will execute deleting VNFs by invoking LCM
+* LCM talk with S-VNFM Driver to request deletion of VNFs and related resources
* Aligned with ETSI specs work flow, VNFM will delete/release virtual resources with the granting to LCM
-* LCM transfer the grant request to Res Manager and then response the granting result and related VIM information(such as url/username/password, etc) to VNFM.
+* LCM transfer the grant request to Resource Manager and then response the granting result and related VIM information(such as url/username/password etc) to VNFM.
* VNFM delete VNFs and related resources and notify the changes(releasing) of virtual resources to LCM
-* Lcm talk with Res Manager to update/delete related resource instances in A&AI inventory
+* Lcm talk with Resource Manager to update/delete related resource instances in A&AI inventory
* When above work finish, workflow will delete VLs
* LCM talk with Multi-VIM to request deletion of virtual network connected to VNFs
-* Multi-VIM delete related virtual network resources, such as network, sub-network and port, etc.
-* LCM talk with Res Manager to update/delete related VL resource instances in A&AI inventory(Not included in R1)
-* LCM talk with Res Manager to update/delete related NS instances in A&AI inventory
+* Multi-VIM delete related virtual network resources, such as network, sub-network and port etc.
+* LCM talk with Resource Manager to update/delete related VL resource instances in A&AI inventory(Not included in R1)
+* LCM talk with Resource Manager to update/delete related NS instances in A&AI inventory
3. VF-C Healing
@@ -132,15 +132,15 @@ The workflow:
The workflow:
* EMS Driver collects VNF service level FCAPS in real-time or period.
-* EMS Driver will transfe VNF service level FCAPS metrics to DCAE with VES data format.
-* Data filtering/cleaning inside DCAE, DCAE can send related events to data bus. Holmes can keep track the events published to data bus and do the alarm correlation analysis based on the imported rules and Holmes send the result, the root cause, to the event bus.
+* EMS Driver will transfer VNF service level FCAPS metrics to DCAE with VES data format.
+* Data filtering/cleaning inside DCAE, DCAE can send related events to data bus. Holmes can keep track of the events published to data bus and do the alarm correlation analysis based on the imported rules then Holmes send the result and root cause to the event bus.
* Policy engine subscribe related topic on event bus. After receiving auto-healing triggering events, matching the events with exist rules.
* Policy invoke VF-C APIs to do the action of auto-healing once matching events with healing rules.
* LCM talk with VNFM driver to restart VNF and receive the changes of virtual resources.
-* LCM talk with Res manager to update/create related instances information to A&AI inventory according to the changes of resources.
+* LCM talk with Resource Manager to update/create related instance information to A&AI inventory according to the changes of resources.
If you would like to know more details about vCPE, you can refer https://wiki.onap.org/display/DW/vCPE+with+Tosca+VNF+Test+Guide
- \ No newline at end of file
+
diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst
index 5a125d16..8533c2a2 100644
--- a/docs/platform/consumedapis.rst
+++ b/docs/platform/consumedapis.rst
@@ -7,23 +7,23 @@ References to APIs offered by other components
NFVO consumed interfaces:
- - VNF LCM Interface, from: Generic VNFM controller, SVNFM
- - Inventory Service Interface, from: Available and Active Inventory
- - Catalog Synchronization Interface, from: SDC
- - Generic VIM Interface, From: Multi-cloud
- - Data report Interface, From: DCAE
- - Tosca parser Interface, From: Modeling
- - Service registration and discovery, From: MSB
- - Homing Request Interface, from: Optimization Framework
+ - VNF LCM Interface from Generic VNFM controller, SVNFM
+ - Inventory Service Interface from Available and Active Inventory
+ - Catalog Synchronization Interface from SDC
+ - Generic VIM Interface from Multi-cloud
+ - Data report Interface from DCAE
+ - Tosca parser Interface from Modeling
+ - Service registration and discovery from MSB
+ - Homing Request Interface from Optimization Framework
GVNFM consumed interfaces:
- - Catalog and notification Interface, from: NFVO
- - Inventory Interface, from: A&AI
- - Tosca parser Interface, From: Modeling
- - Generic VIM Interface, From: Multi-cloud
- - Service registration and discovery, From: MSB
+ - Catalog and notification Interface from NFVO
+ - Inventory Interface from A&AI
+ - Tosca parser Interface from Modeling
+ - Generic VIM Interface from Multi-cloud
+ - Service registration and discovery from MSB