blob: 7ecf452042770f8efaae3cf615fe51dde61d8749 (
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
|
Integration directly through SO
===============================
Requirements on the VNF package
-------------------------------
- the VNFD must have a instantiation level named default
- each VDU must have a corresponding software image named <vduname>_image
- the VNF integrator must use the availability zones to specify the location of the VNFCs. One availability zone
will be defined for each VDU
Limitations of the current release
----------------------------------
- at least one server instance mapping for each VDU must be supplied in the VNF activation request
Open questions
--------------
- What is the vnfVersion in Mso
- What is the requestType in vnfCreate
- What is the meaning of the tenantCreated field in rollback
|