blob: e2b44aa0f64219c98c520849e735eb19af8facf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
VF-C Delivery
-------------
VF-C includes the following components in R1.
|image0|
.. |image0| image:: components.png
:width: 5.97047in
:height: 4.63208in
VF-C includes several components in ONAP R1.
* Workflow includes two micro service: workflow manage service and workflow-activity engine service, this two services will onboard workflow to workflow engine and parse workflow.
* For NS Lifecycle 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 instance data to A&AI.
* In VF-C southbound, it includes 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
For the Amsterdam release, VF-C includes the following components:
NFVO
- vfc-nfvo-lcm
- vfc-nfvo-catalog
- vfc-nfvo-resmgr
- vfc-nfvo-driver-emsdriver
- vfc-nfvo-driver-gvnfm-gvnfmadapter
- vfc-nfvo-driver-gvnfm-jujudriver
- vfc-nfvo-driver-svnfm-ztedriver
- vfc-nfvo-driver-svnfm-huaweidriver
- vfc-nfvo-driver-svnfm-nokiadriver
- vfc-nfvo-driver-sfc-ztesfcdriver
GVNFM
- vfc-gvnfm-vnflcm
- vfc-gvnfm-vnfmgr
- vfc-gvnfm-vnfres
Workflow
- workflow-engine-mgr-service
- activity-extension
Since the Guilin release, VF-C includes the following components:
NFVO
- vfc-nfvo-lcm
- vfc-nfvo-driver-gvnfm-gvnfmadapter
- vfc-nfvo-driver-svnfm-ztedriver
- vfc-nfvo-driver-svnfm-huaweidriver
GVNFM
- vfc-gvnfm-vnflcm
- vfc-gvnfm-vnfmgr
- vfc-gvnfm-vnfres
Note:
The following components have been removed from Guilin release:
- vfc-nfvo-catalog
- vfc-nfvo-resmgr
- vfc-nfvo-driver-emsdriver
- vfc-nfvo-driver-gvnfm-jujudriver
- vfc-nfvo-driver-svnfm-nokiadriver
- vfc-nfvo-driver-sfc-ztesfcdriver
- workflow-engine-mgr-service
- activity-extension
You can use the old version of them if needed.
|