diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-11-01 12:20:49 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-11-01 12:21:27 +0800 |
commit | ad8793f9b4a4de8fe8aa37c80d6746403631528f (patch) | |
tree | c830abb339bb9231a64e3f0c3c5ed6b82171e68f /docs/platform/delivery.rst | |
parent | 8ef8e0696d5e9598012363f780d722f90e9d06e2 (diff) |
Update VF-C doc
Add VF-C release note
Update VF-C component installation document
Issue-ID: VFC-574
Change-Id: I8d422e341d785c8d817e53ad5a24412e50933a64
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform/delivery.rst')
-rw-r--r-- | docs/platform/delivery.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/platform/delivery.rst b/docs/platform/delivery.rst new file mode 100644 index 00000000..1a6ab3b4 --- /dev/null +++ b/docs/platform/delivery.rst @@ -0,0 +1,27 @@ +VF-C Delivery +------------- +VF-C includs the following components in R1. + +|image0| + +.. |image0| image:: components.png + :width: 5.97047in + :height: 5.63208in + +VF-C incloudes several components in ONAP R1. + +Catalog is used to store the package distributed by SDC, it is a runtime catalog. + +Workflow include two micro service, one is workflow manage service and the other is workflow-activiti engine serivce, this two service will onboard workflow to workflow engine and parse workflow. + + +For NS lifecyle manager,it mainly completes the NS lifecycle management,such as NS Instantiation/termination and auto-healing. + +For Resource manager, it will communicate with NS lifecycle manager to update intance date to A&AI. + +In VF-C southbound, it includs Gvnfmdriver and SVNFM driver which will interact with GVNFM and Vendor VNFM respectively to execute VNF lifecycle management, +VF-C provides vnfm driver northbound api,then Vendor can implement this APIs to integrate with VF-C. + +For the EMS driver,it can collect VNF lay’s Fcaps data from Vendor EMS, and then translate and put these data to DCAE Vescollector + + |