blob: fb7678f99240fc2d1173a2b63b52a189a159ab87 (
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
|
Introduction to ONAP with Nokia VNFM
====================================
Supported features
------------------
- Use VF-C LCM as data source for VIM & VNFM information
- Use VF-C catalog as data source for VNF template artifacts
- Integrate with multiple VNFM instances
- VNF instantiation with VF-C API
- VNF termination with VF-C API
- VNF scaling with VF-C API
- VNF healing with VF-C API
- VNF on-boarding to VNFM (part of instantiation)
- Send LCN to VF-C of the following elements:
- VNFC
- virtual link (internal)
- connection point (internal & external)
- Use SDC as data source for VNF template artifacts
- Use AAI as data source for VIM & VNFM information
- Directly manipulate the following resource in A&AI
- generic VNF (may also be created previously)
- VNFC
- virtual server
- L3 networks
- logical interfaces
|