WO2016206372A1 - Method and apparatus for transferring virtualized network function (vnf) - Google Patents

Method and apparatus for transferring virtualized network function (vnf) Download PDF

Info

Publication number
WO2016206372A1
WO2016206372A1 PCT/CN2016/071400 CN2016071400W WO2016206372A1 WO 2016206372 A1 WO2016206372 A1 WO 2016206372A1 CN 2016071400 W CN2016071400 W CN 2016071400W WO 2016206372 A1 WO2016206372 A1 WO 2016206372A1
Authority
WO
WIPO (PCT)
Prior art keywords
vnfm
vnf
original
nfvo
destination
Prior art date
Application number
PCT/CN2016/071400
Other languages
French (fr)
Chinese (zh)
Inventor
邵战领
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016206372A1 publication Critical patent/WO2016206372A1/en

Links

Images

Definitions

  • the present application relates to the field of communications, for example, to a method and apparatus for migrating a virtualized network function VNF.
  • NFV Network Function Virtualization
  • VNF Virtualization Network Function
  • NFV-MANO NFV Management and Orchestration domain
  • NFVO Network Functions Virtualization Orchestrator
  • VNFM Virtualized Network Function Manager
  • One NFVO manages multiple VNFMs, and one VNFM manages multiple VNFs.
  • VNF cannot be migrated between different VNFMs. This tends to cause uneven distribution of VNFs, and the load of VNFM and NVFO is not balanced, thus affecting the service quality of the entire system.
  • a method and device for migrating a virtualized network function VNF provided by an embodiment of the present invention Some VNFs cannot be migrated between different VNFMs.
  • the embodiment of the present invention adopts the following technical solutions:
  • a method for migrating a virtualized network function VNF comprising:
  • the VNF that needs to be migrated is migrated to the target VNFM.
  • determining the VNF to be migrated managed by the original VNFM includes:
  • the VNF to be migrated is determined according to the service request success rate of the VNF, the service request completion time of the VNF, and/or the load of the original VNFM.
  • determining the destination VNFM capable of receiving the VNF requiring migration includes:
  • a new VNFM is created in the other NFVO as the destination VNFM.
  • the migrating the VNF that needs to be migrated to the destination VNFM includes:
  • the configuration information of the VNF that needs to be migrated is added to the management information of the destination VNFM; and the configuration information of the VNF to be migrated is assigned from the original VNFM to the destination VNFM in the management information of the original NFVO;
  • the migrating the VNF to be migrated to the destination VNFM includes: generating resource information of the VNF to be migrated in the original NFVO; Importing the product package of the VNF to be migrated; generating new resource information according to the product package and the resource information in the destination NFVO and the destination VNFM, and adding the VNF to be migrated according to the new resource information .
  • the method before the migrating the VNF to the destination VNFM, the method further includes: receiving a modification operation of the user, using the VNFM specified by the user as the destination VNFM; or receiving the confirmation operation of the user, The user confirms the VNFM as the destination VNFM.
  • a migration device for a virtualized network function VNF comprising:
  • a first determining module configured to determine, in the original virtualized network function management VNFM managed by the original network function virtualization orchestration NFVO, the VNF that is managed by the original VNFM and needs to be migrated;
  • a second determining module configured to determine, in the NFVO other than the original NFVO and/or the original NFVO, a destination VNFM capable of receiving the VNF to be migrated;
  • a migration module configured to migrate the VNF that needs to be migrated to the destination VNFM.
  • the first determining module is configured to determine a VNF that needs to be migrated according to a service request success rate of the VNF, a service request completion time of the VNF, and/or a load of the original VNFM.
  • the second determining module is configured to determine a destination VNFM capable of receiving the VNF that needs to be migrated according to the following manner:
  • a new VNFM is created in the other NFVO as the destination VNFM.
  • the migration module includes:
  • the first migration sub-module is configured to delete the configuration information of the VNF to be migrated from the management information of the original VNFM on the premise that the destination VNFM belongs to the original NFVO management; and the management information of the VNFM in the destination Adding the configuration information of the VNF to be migrated; and configuring the configuration information of the VNF to be migrated from the original VNFM to the destination VNFM in the management information of the original NFVO;
  • the second migration sub-module configured to generate the resource information of the VNF to be migrated in the original NFVO on the premise that the destination VNFM is in the other NFVO; and import the required migration in the destination NFVO a product package of the VNF; generating new resource information according to the product package and the resource information in the destination NFVO and the destination VNFM, and adding the VNF to be migrated according to the new resource information.
  • the migration device of the virtualized network function VNF further includes a user operation module configured to receive a modification operation of the user and specify the user before migrating the VNF to be migrated to the destination VNFM.
  • the VNFM is used as the destination VNFM; or before the migration of the VNF to be migrated to the destination VNFM, the user's confirmation operation is received, and the user-confirmed VNFM is taken as the destination VNFM.
  • VNFM In the original VNFM managed by the original NFVO, the VNF that is managed by the original VNFM is determined, and in the original NFVO and/or other NFVOs other than the original NFVO, it is determined that the VNF that needs to be migrated can be received.
  • the purpose of VNFM is to migrate the VNF to be migrated to the destination VNFM, realize the migration management of VNF between different VNFMs of the same NFVO, and even between different NFVOs, and realize the redeployment management of virtual machines and network resources of VNF. Effectively integrate system resources to make VNFM and NFVO Load balancing, which improves the response speed of VNFM and NFVO and improves management level.
  • FIG. 1 is a flowchart of a method for migrating a VNF according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of a VNF migration apparatus according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of a method for migrating a VNF under the same NFVO according to an embodiment of the present invention
  • FIG. 4 is a flowchart of a method for migrating a VNF under different NFVO according to an embodiment of the present invention.
  • VNFs are defined in the NFV-MANO domain.
  • NFVO is mainly responsible for VNF planning and deployment, and the whole network virtual resources are arranged.
  • VNFM is responsible for VNF lifecycle management.
  • One NFVO manages multiple VNFMs, and one VNFM manages multiple VNFs.
  • the embodiment of the present invention proposes a scheme to implement migration management between VNFs of different NFVOs and even between different NFVOs.
  • FIG. 1 is a flowchart of a method for migrating a virtualized network function VNF according to an embodiment of the present invention. Referring to FIG. 1, the following process is included:
  • each VNFM under the management of each NFVO can be used as the original VNFM.
  • the original VNFM can calculate whether it needs to migrate some of the VNFs it manages according to the preset VNF migration strategy. If it needs to be moved out, it reports NFVO.
  • the VNF migration policy can be formulated according to the three performance parameters of the VNFM load, the VNF service request success rate, and/or the VNF service request completion time.
  • the load of VNFM refers to the percentage of the number of VNFs currently managed by VNFM to the maximum number of VNFM management. The higher the percentage, the higher the load of VNFM. If the load of VNFM is too high, there will be It may reduce the management quality of the VNFM, so that the VNF's service request cannot be answered in a timely and effective manner.
  • the VNF service request success rate is the percentage of the VNF service request success rate when the VNF initiates a service request such as elastic scalability. The higher the percentage, the higher the service success rate of the VNF service. An important indicator of VNFM management quality. If the VNF service request success rate is high, then even if the VNFM is under full load, it is not necessary to migrate the VNF.
  • the service request completion time of the VNF refers to the time taken from the VNF to initiate a service request until the request is successfully completed. The shorter the time, the better. If the majority of the service request completion time is greater than the expected time, then the VNF can be considered to be moved out. Reduce the load of VNFM and improve the response efficiency of VNFM.
  • Step S101 may consider any of the foregoing performance parameters to determine the VNF to be migrated, or may combine three performance parameters to determine the VNF to be migrated.
  • the original NFVO and other NFVOs can notify each VNFM they manage.
  • Each VNFM determines whether it can receive the VNF that needs to be migrated according to its own load, and then reports it to its management NFVO.
  • NFVO can be managed according to the load balancing principle.
  • the VNFM report results from which the destination VNFM is determined. If the existing VNFM it manages cannot receive the VNF that needs to be migrated, the NFVO may suggest that the user create a new VNFM or automatically create a new VNFM as the destination VNFM.
  • the principle of the purpose of VNFM is to try to balance the load of each VNFM.
  • the destination VNFM determined in step S102 may be inconsistent with the user's intention, in order to embody humanization, the user may be allowed to modify, that is, the following steps are also included:
  • the migration step is completed according to the above-defined purpose VNFM, and may migrate to other existing VNFMs of the same NFVO, or new VNFMs under the same NFVO, or existing VNFMs under other NFVOs, Or other new VNFM under NFVO.
  • the migration step includes at least: deleting the configuration information of the VNF to be migrated from the management information of the original VNFM;
  • the configuration information of the VNF to be migrated is added to the management information; in the management information of the original NFVO, the configuration information of the VNF to be migrated is transferred from the original VNFM to the destination VNFM, and the configuration of the same VNF in the original VNFM, the destination VNFM, and the original NFVO Information may be the same or it may be different.
  • the migration step includes at least: generating resource information of the VNF to be migrated in the original NFVO; and importing the required migration in the destination NFVO.
  • the VNF product package; in the destination NFVO and the destination VNFM, generates new resource information according to the product package and the resource information, and adds the VNF to be migrated according to the new resource information.
  • the device for migrating a virtualized network function VNF includes:
  • the first determining module 21 is configured to determine, in the original VNFM managed by the original NFVO, the VNF that needs to be migrated managed by the original VNFM;
  • the second determining module 22 is configured to determine, in the NFVO other than the original NFVO and/or the original NFVO, a destination VNFM capable of receiving the VNF that needs to be migrated;
  • the migration module 23 is configured to migrate the VNF that needs to be migrated to the destination VNFM.
  • the first determining module 21 is configured to determine the VNFs that need to be migrated based on the service request success rate of the VNF, the service request completion time of the VNF, and/or the load of the original VNFM.
  • the second determining module 22 is configured to determine a destination VNFM capable of receiving the VNF that needs to be migrated according to the following manner:
  • a new VNFM is created in the other NFVO as the destination VNFM.
  • the migration module 23 includes:
  • the first migration submodule 231 is configured to delete the configuration information of the VNF to be migrated from the management information of the original VNFM on the premise that the destination VNFM belongs to the original NFVO management; and manage the VNFM in the destination
  • the configuration information of the VNF to be migrated is added to the information; the configuration information of the VNF to be migrated is classified from the original VNFM to the destination VNFM in the management information of the original NFVO;
  • the second migration sub-module 232 configured to: in the other NFVO, generate the resource information of the VNF to be migrated in the original NFVO; import the required migration in the destination NFVO a product package of the VNF; generating new resource information according to the product package and the resource information in the destination NFVO and the destination VNFM, and adding the VNF to be migrated according to the new resource information.
  • the user operation module 24 is further configured to receive a modification operation of the user and use the VNFM specified by the user as the destination VNFM before migrating the VNF to be migrated to the destination VNFM; or Before the VNF to be migrated migrates to the destination VNFM, the user confirms the operation and uses the VNFM confirmed by the user as the destination VNFM.
  • VNFM calculates whether it is necessary to move out part of the VNF under its management according to the VNF migration strategy. If it needs to move out, it reports its management NFVO (hereinafter referred to as the original NFVO); the original NFVO is received.
  • the original NFVO After the report, send messages to other VNFMs under its management to determine which VNFMs under its management can receive new VNFs; receive VNFM calculations for messages Whether it is capable of receiving VNF and feedback to the original NFVO; the original NFVO summarizes the return message, formulates the migration plan, and reports to the user, and the user determines whether to execute the migration plan; when all the VNFM under the original NFVO management does not have In the case of receiving VNF, the original NFVO will recommend that the user create a new VNFM to receive the VNF. After the new VNFM is built, the original NFVO will re-define the migration plan; or it is recommended that the user migrate the VNF to other NFVOs and execute the migration plan after confirmation by the user.
  • the VNF migration policy is not limited to the following: according to the VNF service request success rate, the VNF service request completion time, and the VNFM load, to determine the VNF under the VNFM management that needs to be migrated; the migration plan enables the original NFVO management. Each VNFM load underneath tends to be balanced.
  • the migration plan formulated by the original NVFO may be inconsistent with the user's intention. Therefore, in this embodiment, the user may be allowed to modify, and the VNF migration may be performed after the user modifies and confirms.
  • VNF migration is divided into two cases: direct migration under the same NFVO and migration between different NFVOs.
  • FIG. 3 is a flowchart of a method for migrating a VNF under the same NFVO according to an embodiment of the present invention.
  • the original VNFO migrates the VNF according to the migration plan. The process is as follows:
  • the original NFVO initiates a migration VNF task according to the migration plan.
  • the original NFVO After receiving the notification that the original VNFM completes the deletion of the VNF, the original NFVO initiates a notification to the destination VNFM.
  • the destination VNFM After receiving the request, the destination VNFM adds the VNF to be migrated to the destination VNFM, and includes adding configuration information of the VNF to be migrated to the management information of the destination VNFM. And notify the original NFVO reception is completed.
  • the VNF to be migrated is classified from the original VNFM to the destination VNFM, and the configuration information of the VNF to be migrated is transferred from the original VNFM to the destination in the management information of the original NFVO. VNFM. This completes the migration of a single VNF.
  • the original NFVO determines whether the VNF migration is completed. If the migrated VNF has completed the migration, the entire migration task is completed; if there is still no migration of the VNF, then the step S301 is continued to execute the migration plan.
  • FIG. 4 is a flowchart of a method for migrating a VNF under different NFVO according to an embodiment of the present invention.
  • the original VNFO migrates the VNF according to the migration plan. The process is as follows:
  • the destination NFVO introduces a product package of the VNF to be migrated, and the product package may be one or more.
  • the destination NFVO queries, according to the product package information, whether the VNFM under its management can receive the VNF. If you can't find a VNFM that can receive VNF, you can request a new VNFM.
  • the original NFVO and the original VNFM terminate the management of the VNF that needs to be migrated, and the VNF related information that needs to be migrated will be cleared from the original NFVO and the original VNFM, but the resources of the VNF can be reserved.
  • the destination NFVO and the destination VNFM generate resource information of the new VNF according to the resource information and the product package of the VNF. Most of the resources of the VNF will be preserved, and some unavailable resources, such as network resources whose destination VNFM is unavailable, will be replaced.
  • S406 Modify the VNF resource according to the newly generated VNF resource information, where the network resource is mainly used, and the network of the VNF is included in the management plane of the VNFM by modifying the network resource.
  • the destination NFVO, and the destination VNFM complete the access to the VNF, and store the information of the VNF.
  • the embodiment of the invention provides a method for migrating a VNF in an NFV.
  • the method can realize the redeployment management of the virtual machine and the network resource of the VNF, effectively integrate the system resources, and balance the load of the VNFM and the NFVO, thereby improving the VNFM. And NFVO's response speed, improve management level.
  • the method and device for migrating the virtualized network function VNF of the present application in the original virtualized network function management VNFM managed by the original network function virtualization orchestration NFVO, determining the VNF to be migrated managed by the original VNFM; In the NFVO and/or other NFVOs other than the original NFVO, a destination VNFM capable of receiving the VNF to be migrated is determined; and the VNF to be migrated is migrated to the destination VNFM.

Abstract

Disclosed are a method and an apparatus for transferring virtualized network function (VNF), including: determining, in original virtualized network function management (VNFM) managed by an original network function virtualization orchestrator (NFVO), the VNF which is managed by the original VNFM and needs to be transferred; determining, in the original NFVO and/or other NFVOs except the original NFVO, target VNFM capable of accepting the VNF needing to be transferred; and transferring the VNF needing to be transferred to the target VNFM. With the technical solution, the existing problem that the VNF can not be transferred between different VNFMs is solved.

Description

一种虚拟化网络功能VNF的迁移方法及装置Method and device for migrating virtualized network function VNF 技术领域Technical field
本申请涉及通讯领域,例如涉及一种虚拟化网络功能VNF的迁移方法及装置。The present application relates to the field of communications, for example, to a method and apparatus for migrating a virtualized network function VNF.
背景技术Background technique
在IT(Information Technology,信息技术)领域虚拟化、云计算等技术迅速发展的背景下,电信运营商为了应对网络服务商对运营商的冲击,提升需求而提出NFV(Network Function Virtualization,网络功能虚拟化),旨在通过基于行业标准的通用服务器、存储设备和交换设备,来取代通信网内私有专用的网元设备,降低运营商的投资和运营成本。In the context of the rapid development of technologies such as virtualization (IT) in the field of IT (Information Technology), telecom operators have proposed NFV (Network Function Virtualization) in response to the impact of network service providers on operators and increasing demand. It is designed to replace privately-owned network element equipment in the communication network with general-purpose servers, storage devices and switching equipment based on industry standards, reducing the investment and operating costs of operators.
根据ETSI(European Telecommunications Standards Institute,欧洲电信标准化协会)的规范要求,在NFV-MANO(NFV Management and Orchestration,网络功能虚拟化管理与编排)域定义一套VNF(Virtualization Network Function,虚拟化网络功能),其中,NFVO(Network Functions Virtualization Orchestrator,网络功能虚拟化编排)主要负责VNF规划和部署、整网虚拟资源的编排,VNFM(Virtualized Network Function Manager,虚拟化网络功能管理)负责VNF的生命周期管理。一个NFVO管理多个VNFM,一个VNFM管理多个VNF,目前VNF无法在不同VNFM之间迁移,这样容易导致VNF分布不均,VNFM和NVFO的负载不均衡,从而影响整个系统的服务质量。According to the requirements of the ETSI (European Telecommunications Standards Institute), a set of VNF (Virtualization Network Function) is defined in the NFV-MANO (NFV Management and Orchestration) domain. Among them, NFVO (Network Functions Virtualization Orchestrator) is mainly responsible for VNF planning and deployment, and the whole network virtual resource is arranged. VNFM (Virtualized Network Function Manager) is responsible for VNF lifecycle management. One NFVO manages multiple VNFMs, and one VNFM manages multiple VNFs. Currently, VNF cannot be migrated between different VNFMs. This tends to cause uneven distribution of VNFs, and the load of VNFM and NVFO is not balanced, thus affecting the service quality of the entire system.
发明内容Summary of the invention
本发明实施例提供的一种虚拟化网络功能VNF的迁移方法及装置,解决现 有的VNF无法在不同VNFM之间迁移的问题。A method and device for migrating a virtualized network function VNF provided by an embodiment of the present invention Some VNFs cannot be migrated between different VNFMs.
为解决上述技术问题,本发明实施例采用以下技术方案:To solve the above technical problem, the embodiment of the present invention adopts the following technical solutions:
一种虚拟化网络功能VNF的迁移方法,包括:A method for migrating a virtualized network function VNF, comprising:
在原网络功能虚拟化编排NFVO所管理的原虚拟化网络功能管理VNFM中,确定所述原VNFM所管理的需要迁移的VNF;Determining the VNF to be migrated managed by the original VNFM in the original virtualized network function management VNFM managed by the original network function virtualization orchestration NFVO;
在所述原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收所述需要迁移的VNF的目的VNFM;Determining a destination VNFM capable of receiving the VNF to be migrated in the NFVO other than the original NFVO and/or other than the original NFVO;
将所述需要迁移的VNF迁移至所述目的VNFM。The VNF that needs to be migrated is migrated to the target VNFM.
在一些实施例中,所述在原NFVO所管理的原VNFM中,确定所述原VNFM所管理的需要迁移的VNF包括:In some embodiments, in the original VNFM managed by the original NFVO, determining the VNF to be migrated managed by the original VNFM includes:
根据VNF的业务请求成功率、VNF的业务请求完成时间和/或所述原VNFM的负荷,来确定需要迁移的VNF。The VNF to be migrated is determined according to the service request success rate of the VNF, the service request completion time of the VNF, and/or the load of the original VNFM.
在一些实施例中,在所述原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收所述需要迁移的VNF的目的VNFM包括:In some embodiments, in the NFVO other than the original NFVO and/or other than the original NFVO, determining the destination VNFM capable of receiving the VNF requiring migration includes:
在所述原NFVO所管理的除所述原VNFM之外的VNFM中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the VNFM managed by the original NFVO except the original VNFM, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
在所述原NFVO中新建VNFM作为所述目的VNFM;Creating a new VNFM in the original NFVO as the target VNFM;
在所述其他NFVO中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the other NFVO, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
和/或,在所述其他NFVO中新建VNFM作为所述目的VNFM。And/or, a new VNFM is created in the other NFVO as the destination VNFM.
在一些实施例中,如果所述目的VNFM属于所述原NFVO管理,则所述将所述需要迁移的VNF迁移至所述目的VNFM包括:In some embodiments, if the destination VNFM belongs to the original NFVO management, the migrating the VNF that needs to be migrated to the destination VNFM includes:
从所述原VNFM的管理信息中删除所述需要迁移的VNF的配置信息;在所述 目的VNFM的管理信息中加入所述需要迁移的VNF的配置信息;在所述原NFVO的管理信息中将所述需要迁移的VNF的配置信息从原VNFM划归到目的VNFM;And deleting configuration information of the VNF to be migrated from the management information of the original VNFM; The configuration information of the VNF that needs to be migrated is added to the management information of the destination VNFM; and the configuration information of the VNF to be migrated is assigned from the original VNFM to the destination VNFM in the management information of the original NFVO;
如果所述目的VNFM在所述其他NFVO中,则所述将所述需要迁移的VNF迁移至所述目的VNFM包括:在所述原NFVO中生成所述需要迁移的VNF的资源信息;在目的NFVO中导入所述需要迁移的VNF的产品包;在目的NFVO和目的VNFM中根据所述产品包和所述资源信息生成新的资源信息,并根据所述新的资源信息添加所述需要迁移的VNF。If the destination VNFM is in the other NFVO, the migrating the VNF to be migrated to the destination VNFM includes: generating resource information of the VNF to be migrated in the original NFVO; Importing the product package of the VNF to be migrated; generating new resource information according to the product package and the resource information in the destination NFVO and the destination VNFM, and adding the VNF to be migrated according to the new resource information .
在一些实施例中,所述将所述需要迁移的VNF迁移至所述目的VNFM之前,还包括:接收用户的修改操作,将用户指定的VNFM作为目的VNFM;或接收用户的确认操作,将经过用户确认的VNFM作为目的VNFM。In some embodiments, before the migrating the VNF to the destination VNFM, the method further includes: receiving a modification operation of the user, using the VNFM specified by the user as the destination VNFM; or receiving the confirmation operation of the user, The user confirms the VNFM as the destination VNFM.
一种虚拟化网络功能VNF的迁移装置,包括:A migration device for a virtualized network function VNF, comprising:
第一确定模块,配置为在原网络功能虚拟化编排NFVO所管理的原虚拟化网络功能管理VNFM中,确定所述原VNFM所管理的需要迁移的VNF;a first determining module, configured to determine, in the original virtualized network function management VNFM managed by the original network function virtualization orchestration NFVO, the VNF that is managed by the original VNFM and needs to be migrated;
第二确定模块,配置为在所述原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收所述需要迁移的VNF的目的VNFM;a second determining module, configured to determine, in the NFVO other than the original NFVO and/or the original NFVO, a destination VNFM capable of receiving the VNF to be migrated;
迁移模块,配置为将所述需要迁移的VNF迁移至所述目的VNFM。And a migration module configured to migrate the VNF that needs to be migrated to the destination VNFM.
在一些实施例中,所述第一确定模块配置为根据VNF的业务请求成功率、VNF的业务请求完成时间和/或所述原VNFM的负荷,来确定需要迁移的VNF。In some embodiments, the first determining module is configured to determine a VNF that needs to be migrated according to a service request success rate of the VNF, a service request completion time of the VNF, and/or a load of the original VNFM.
在一些实施例中,所述第二确定模块配置为根据以下方式确定能够接收所述需要迁移的VNF的目的VNFM:In some embodiments, the second determining module is configured to determine a destination VNFM capable of receiving the VNF that needs to be migrated according to the following manner:
在所述原NFVO所管理的除所述原VNFM之外的VNFM中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the VNFM managed by the original NFVO except the original VNFM, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
在所述原NFVO中新建VNFM作为所述目的VNFM; Creating a new VNFM in the original NFVO as the target VNFM;
在所述其他NFVO中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the other NFVO, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
和/或,在所述其他NFVO中新建VNFM作为所述目的VNFM。And/or, a new VNFM is created in the other NFVO as the destination VNFM.
在一些实施例中,所述迁移模块包括:In some embodiments, the migration module includes:
第一迁移子模块,配置为所述目的VNFM属于所述原NFVO管理的前提下,从所述原VNFM的管理信息中删除所述需要迁移的VNF的配置信息;在所述目的VNFM的管理信息中加入所述需要迁移的VNF的配置信息;在所述原NFVO的管理信息中将所述需要迁移的VNF的配置信息从原VNFM划归到目的VNFM;The first migration sub-module is configured to delete the configuration information of the VNF to be migrated from the management information of the original VNFM on the premise that the destination VNFM belongs to the original NFVO management; and the management information of the VNFM in the destination Adding the configuration information of the VNF to be migrated; and configuring the configuration information of the VNF to be migrated from the original VNFM to the destination VNFM in the management information of the original NFVO;
和第二迁移子模块,配置为所述目的VNFM在所述其他NFVO中的前提下,在所述原NFVO中生成所述需要迁移的VNF的资源信息;在目的NFVO中导入所述需要迁移的VNF的产品包;在目的NFVO和目的VNFM中根据所述产品包和所述资源信息生成新的资源信息,并根据所述新的资源信息添加所述需要迁移的VNF。And the second migration sub-module, configured to generate the resource information of the VNF to be migrated in the original NFVO on the premise that the destination VNFM is in the other NFVO; and import the required migration in the destination NFVO a product package of the VNF; generating new resource information according to the product package and the resource information in the destination NFVO and the destination VNFM, and adding the VNF to be migrated according to the new resource information.
在一些实施例中,所述的虚拟化网络功能VNF的迁移装置还包括用户操作模块,配置为在将所述需要迁移的VNF迁移至所述目的VNFM之前,接收用户的修改操作,将用户指定的VNFM作为目的VNFM;或在将所述需要迁移的VNF迁移至所述目的VNFM之前,接收用户的确认操作,将经过用户确认的VNFM作为目的VNFM。In some embodiments, the migration device of the virtualized network function VNF further includes a user operation module configured to receive a modification operation of the user and specify the user before migrating the VNF to be migrated to the destination VNFM. The VNFM is used as the destination VNFM; or before the migration of the VNF to be migrated to the destination VNFM, the user's confirmation operation is received, and the user-confirmed VNFM is taken as the destination VNFM.
本发明实施例在原NFVO所管理的原VNFM中,确定该原VNFM所管理的需要迁移的VNF,在该原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收该需要迁移的VNF的目的VNFM;将需要迁移的VNF迁移至该目的VNFM,实现了VNF在同一NFVO的不同VNFM之间,甚至不同NFVO之间的迁移管理,实现了对VNF的虚机和网络资源的重新部署管理,有效的整合系统资源,使得VNFM和NFVO 的负载均衡,从而提高VNFM和NFVO的响应速度,提高管理水平。In the original VNFM managed by the original NFVO, the VNF that is managed by the original VNFM is determined, and in the original NFVO and/or other NFVOs other than the original NFVO, it is determined that the VNF that needs to be migrated can be received. The purpose of VNFM is to migrate the VNF to be migrated to the destination VNFM, realize the migration management of VNF between different VNFMs of the same NFVO, and even between different NFVOs, and realize the redeployment management of virtual machines and network resources of VNF. Effectively integrate system resources to make VNFM and NFVO Load balancing, which improves the response speed of VNFM and NFVO and improves management level.
附图概述BRIEF abstract
图1为本发明一实施例提供的VNF的迁移方法的流程图;FIG. 1 is a flowchart of a method for migrating a VNF according to an embodiment of the present invention;
图2为本发明一实施例提供的VNF的迁移装置的示意图;2 is a schematic diagram of a VNF migration apparatus according to an embodiment of the present invention;
图3为本发明一实施例提供的在同一NFVO下迁移VNF的方法的流程图;FIG. 3 is a flowchart of a method for migrating a VNF under the same NFVO according to an embodiment of the present invention;
图4为本发明一实施例提供的在不同NFVO下迁移VNF的方法的流程图。FIG. 4 is a flowchart of a method for migrating a VNF under different NFVO according to an embodiment of the present invention.
本发明的实施方式Embodiments of the invention
根据ETSI的规范要求,在NFV-MANO域定义一套VNF,其中,NFVO主要负责VNF规划和部署、整网虚拟资源的编排,VNFM负责VNF的生命周期管理。一个NFVO管理多个VNFM,一个VNFM管理多个VNF,本发明实施例提出了方案,实现VNF在同一NFVO的不同VNFM之间,甚至不同NFVO之间的迁移管理。下面通过实施方式结合附图对本发明实施例进行详细说明。According to ETSI's specification requirements, a set of VNFs is defined in the NFV-MANO domain. Among them, NFVO is mainly responsible for VNF planning and deployment, and the whole network virtual resources are arranged. VNFM is responsible for VNF lifecycle management. One NFVO manages multiple VNFMs, and one VNFM manages multiple VNFs. The embodiment of the present invention proposes a scheme to implement migration management between VNFs of different NFVOs and even between different NFVOs. The embodiments of the present invention are described in detail below with reference to the accompanying drawings.
图1为本发明一实施例提供的虚拟化网络功能VNF的迁移方法的流程图,请参考图1,包括如下流程:FIG. 1 is a flowchart of a method for migrating a virtualized network function VNF according to an embodiment of the present invention. Referring to FIG. 1, the following process is included:
S101、在原NFVO所管理的原VNFM中,确定该原VNFM所管理的需要迁移的VNF。S101. Determine, in the original VNFM managed by the original NFVO, the VNF that needs to be migrated managed by the original VNFM.
本步骤中,各NFVO管理下的各VNFM都可作为原VNFM,可以由原VNFM根据预设的VNF迁移策略,计算是否需要将其管理的部分VNF迁出,如果需要迁出,则报告NFVO。In this step, each VNFM under the management of each NFVO can be used as the original VNFM. The original VNFM can calculate whether it needs to migrate some of the VNFs it manages according to the preset VNF migration strategy. If it needs to be moved out, it reports NFVO.
VNF迁移策略可以根据VNFM的负荷、VNF的业务请求成功率和/或VNF的业务请求完成时间这三种性能参数来制定。The VNF migration policy can be formulated according to the three performance parameters of the VNFM load, the VNF service request success rate, and/or the VNF service request completion time.
VNFM的负荷是指VNFM目前所管理的VNF个数占VNFM最大管理个数之间的百分比,该百分比越高,说明VNFM的负荷越高,如果VNFM的负荷过高,将有 可能降低VNFM的管理质量,使得VNF的业务请求得不到及时有效的应答。The load of VNFM refers to the percentage of the number of VNFs currently managed by VNFM to the maximum number of VNFM management. The higher the percentage, the higher the load of VNFM. If the load of VNFM is too high, there will be It may reduce the management quality of the VNFM, so that the VNF's service request cannot be answered in a timely and effective manner.
VNF的业务请求成功率是指在一段时间内VNF发起弹性伸缩等业务请求时,请求被成功完成的百分比,该百分比越高,说明VNF的业务请求成功率越高,VNF的业务请求成功率是VNFM管理质量的重要指标,如果VNF的业务请求成功率很高,那么即使VNFM是在满负荷情况下,也不一定要迁移VNF。The VNF service request success rate is the percentage of the VNF service request success rate when the VNF initiates a service request such as elastic scalability. The higher the percentage, the higher the service success rate of the VNF service. An important indicator of VNFM management quality. If the VNF service request success rate is high, then even if the VNFM is under full load, it is not necessary to migrate the VNF.
VNF的业务请求完成时间是指从VNF发起业务请求到请求被成功完成所花费的时间,时间越短越好,如果多数业务请求完成时间都大于预期时间,那么就可以考虑迁出该VNF,来降低VNFM的负荷、提高VNFM的响应效率。The service request completion time of the VNF refers to the time taken from the VNF to initiate a service request until the request is successfully completed. The shorter the time, the better. If the majority of the service request completion time is greater than the expected time, then the VNF can be considered to be moved out. Reduce the load of VNFM and improve the response efficiency of VNFM.
步骤S101可考虑上述任一种性能参数来确定需要迁移的VNF,也可以综合三种性能参数来确定需要迁移的VNF。Step S101 may consider any of the foregoing performance parameters to determine the VNF to be migrated, or may combine three performance parameters to determine the VNF to be migrated.
S102、在该原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收该需要迁移的VNF的目的VNFM;S102. Determine, in the original NFVO and/or other NFVOs other than the original NFVO, a destination VNFM capable of receiving the VNF that needs to be migrated;
原NFVO和其他NFVO可以通知其管理的各VNFM,各VNFM根据自己的负荷来确定自己是否能够接收该需要迁移的VNF,再汇报给其管理层NFVO,NFVO可以根据负载均衡原则根据其管理的各VNFM的汇报结果从中确定目的VNFM,如果其管理的现有VNFM都不能接收该需要迁移的VNF,NFVO可以建议用户创建新的VNFM或自动创建新的VNFM来作为目的VNFM。总之,目的VNFM的确定原则是尽量使各个VNFM的负荷趋于均衡。The original NFVO and other NFVOs can notify each VNFM they manage. Each VNFM determines whether it can receive the VNF that needs to be migrated according to its own load, and then reports it to its management NFVO. NFVO can be managed according to the load balancing principle. The VNFM report results from which the destination VNFM is determined. If the existing VNFM it manages cannot receive the VNF that needs to be migrated, the NFVO may suggest that the user create a new VNFM or automatically create a new VNFM as the destination VNFM. In summary, the principle of the purpose of VNFM is to try to balance the load of each VNFM.
在一些实施例中,因为步骤S102所确定的目的VNFM可能和用户的意图不一致,为了体现人性化,可以允许用户修改,即还包括以下步骤:In some embodiments, because the destination VNFM determined in step S102 may be inconsistent with the user's intention, in order to embody humanization, the user may be allowed to modify, that is, the following steps are also included:
接收用户的修改操作,将用户指定的VNFM作为目的VNFM;或接收用户的确认操作,将经过用户确认的VNFM作为目的VNFM。经过用户修改确认后进入步骤S103。Receiving the user's modification operation, using the VNFM specified by the user as the destination VNFM; or receiving the user's confirmation operation, using the VNFM confirmed by the user as the destination VNFM. After the user confirms the modification, the process proceeds to step S103.
S103、将该需要迁移的VNF迁移至该目的VNFM。S103. Migrate the VNF that needs to be migrated to the destination VNFM.
根据上述确定的目的VNFM来完成迁移步骤,可能会迁移至同一NFVO的其他现有VNFM中,或同一NFVO下的新建VNFM中,或其他NFVO下的现有VNFM中, 或其他NFVO下的新建VNFM中。The migration step is completed according to the above-defined purpose VNFM, and may migrate to other existing VNFMs of the same NFVO, or new VNFMs under the same NFVO, or existing VNFMs under other NFVOs, Or other new VNFM under NFVO.
如果是迁移至同一NFVO的其他现有VNFM中,或同一NFVO下的新建VNFM中,则该迁移步骤至少包括:从原VNFM的管理信息中删除该需要迁移的VNF的配置信息;在目的VNFM的管理信息中加入该需要迁移的VNF的配置信息;在原NFVO的管理信息中将该需要迁移的VNF的配置信息从原VNFM划归到目的VNFM,同一VNF在原VNFM、目的VNFM、原NFVO中的配置信息可能相同,也可能不同。If the migration is to another existing VNFM of the same NFVO, or a new VNFM under the same NFVO, the migration step includes at least: deleting the configuration information of the VNF to be migrated from the management information of the original VNFM; The configuration information of the VNF to be migrated is added to the management information; in the management information of the original NFVO, the configuration information of the VNF to be migrated is transferred from the original VNFM to the destination VNFM, and the configuration of the same VNF in the original VNFM, the destination VNFM, and the original NFVO Information may be the same or it may be different.
如果是迁移至其他NFVO下的现有VNFM中,或其他NFVO下的新建VNFM中,则该迁移步骤至少包括:在原NFVO中生成该需要迁移的VNF的资源信息;在目的NFVO中导入该需要迁移的VNF的产品包;在目的NFVO和目的VNFM中根据该产品包和该资源信息生成新的资源信息,并根据该新的资源信息添加该需要迁移的VNF。If the migration is to an existing VNFM under other NFVOs, or a new VNFM under other NFVOs, the migration step includes at least: generating resource information of the VNF to be migrated in the original NFVO; and importing the required migration in the destination NFVO. The VNF product package; in the destination NFVO and the destination VNFM, generates new resource information according to the product package and the resource information, and adds the VNF to be migrated according to the new resource information.
图2为本发明一实施例提供的虚拟化网络功能VNF的迁移装置的示意图,如图2所示,虚拟化网络功能VNF的迁移装置包括:2 is a schematic diagram of a device for migrating a virtualized network function VNF according to an embodiment of the present invention. As shown in FIG. 2, the device for migrating a virtualized network function VNF includes:
第一确定模块21,配置为在原NFVO所管理的原VNFM中,确定原VNFM所管理的需要迁移的VNF;The first determining module 21 is configured to determine, in the original VNFM managed by the original NFVO, the VNF that needs to be migrated managed by the original VNFM;
第二确定模块22,配置为在所述原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收所述需要迁移的VNF的目的VNFM;The second determining module 22 is configured to determine, in the NFVO other than the original NFVO and/or the original NFVO, a destination VNFM capable of receiving the VNF that needs to be migrated;
迁移模块23,配置为将所述需要迁移的VNF迁移至所述目的VNFM。The migration module 23 is configured to migrate the VNF that needs to be migrated to the destination VNFM.
在一些实施例中,第一确定模块21配置为根据VNF的业务请求成功率、VNF的业务请求完成时间和/或所述原VNFM的负荷,来确定需要迁移的VNF。In some embodiments, the first determining module 21 is configured to determine the VNFs that need to be migrated based on the service request success rate of the VNF, the service request completion time of the VNF, and/or the load of the original VNFM.
在一些实施例中,第二确定模块22配置为根据以下方式确定能够接收所述需要迁移的VNF的目的VNFM:In some embodiments, the second determining module 22 is configured to determine a destination VNFM capable of receiving the VNF that needs to be migrated according to the following manner:
在所述原NFVO所管理的除所述原VNFM之外的VNFM中,根据负载均衡原则 确定能够接收所述需要迁移的VNF的目的VNFM;In the VNFM other than the original VNFM managed by the original NFVO, according to the load balancing principle Determining a destination VNFM capable of receiving the VNF to be migrated;
在所述原NFVO中新建VNFM作为所述目的VNFM;Creating a new VNFM in the original NFVO as the target VNFM;
在所述其他NFVO中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the other NFVO, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
和/或,在所述其他NFVO中新建VNFM作为所述目的VNFM。And/or, a new VNFM is created in the other NFVO as the destination VNFM.
在一些实施例中,迁移模块23包括:In some embodiments, the migration module 23 includes:
第一迁移子模块231,配置为所述目的VNFM属于所述原NFVO管理的前提下,从所述原VNFM的管理信息中删除所述需要迁移的VNF的配置信息;在所述目的VNFM的管理信息中加入所述需要迁移的VNF的配置信息;在所述原NFVO的管理信息中将所述需要迁移的VNF的配置信息从原VNFM划归到目的VNFM;The first migration submodule 231 is configured to delete the configuration information of the VNF to be migrated from the management information of the original VNFM on the premise that the destination VNFM belongs to the original NFVO management; and manage the VNFM in the destination The configuration information of the VNF to be migrated is added to the information; the configuration information of the VNF to be migrated is classified from the original VNFM to the destination VNFM in the management information of the original NFVO;
以及第二迁移子模块232,配置为所述目的VNFM在所述其他NFVO中的前提下,在所述原NFVO中生成所述需要迁移的VNF的资源信息;在目的NFVO中导入所述需要迁移的VNF的产品包;在目的NFVO和目的VNFM中根据所述产品包和所述资源信息生成新的资源信息,并根据所述新的资源信息添加所述需要迁移的VNF。And the second migration sub-module 232, configured to: in the other NFVO, generate the resource information of the VNF to be migrated in the original NFVO; import the required migration in the destination NFVO a product package of the VNF; generating new resource information according to the product package and the resource information in the destination NFVO and the destination VNFM, and adding the VNF to be migrated according to the new resource information.
在一些实施例中,还包括用户操作模块24,配置为在将所述需要迁移的VNF迁移至所述目的VNFM之前,接收用户的修改操作,将用户指定的VNFM作为目的VNFM;或在将所述需要迁移的VNF迁移至所述目的VNFM之前,接收用户的确认操作,将经过用户确认的VNFM作为目的VNFM。In some embodiments, the user operation module 24 is further configured to receive a modification operation of the user and use the VNFM specified by the user as the destination VNFM before migrating the VNF to be migrated to the destination VNFM; or Before the VNF to be migrated migrates to the destination VNFM, the user confirms the operation and uses the VNFM confirmed by the user as the destination VNFM.
下面举例说明本发明实施例的方案。VNFM(以下称为原VNFM)根据VNF迁移策略,计算是否需要将其管理下的部分VNF迁出,如果需要迁出,则报告其管理层NFVO(以下称为原NFVO);该原NFVO接到报告后,向其管理下的其他VNFM发送消息,确定其管理下的哪些VNFM可以接收新的VNF;接到消息的VNFM计算 自己是否有能力接收VNF,并反馈给该原NFVO;该原NFVO汇总返回消息,制定迁移计划,并报告给用户,由用户确定是否执行迁移计划;当出现原NFVO管理下的所有VNFM都不具备接收VNF的情况,原NFVO会建议用户创建新的VNFM用来接收VNF,新的VNFM建好后原NFVO再制定迁移计划;或建议用户将VNF迁移到其他NFVO中,经用户确认后执行迁移计划。其中,VNF迁移策不局限于以下所列举的:根据VNF的业务请求成功率、VNF的业务请求完成时间和VNFM的负荷,来确定需要迁移的该VNFM管理下的VNF;迁移计划使原NFVO管理下的各个VNFM负载趋于均衡。原NVFO制定的迁移计划可能与用户的意图不一致,因此本实施例中,可以允许用户修改,经过用户修改确认后可以进行VNF迁移了。VNF迁移分为在同一个NFVO下直接迁移和在不同NFVO之间进行迁移两种情况。The solution of the embodiment of the present invention is exemplified below. VNFM (hereinafter referred to as the original VNFM) calculates whether it is necessary to move out part of the VNF under its management according to the VNF migration strategy. If it needs to move out, it reports its management NFVO (hereinafter referred to as the original NFVO); the original NFVO is received. After the report, send messages to other VNFMs under its management to determine which VNFMs under its management can receive new VNFs; receive VNFM calculations for messages Whether it is capable of receiving VNF and feedback to the original NFVO; the original NFVO summarizes the return message, formulates the migration plan, and reports to the user, and the user determines whether to execute the migration plan; when all the VNFM under the original NFVO management does not have In the case of receiving VNF, the original NFVO will recommend that the user create a new VNFM to receive the VNF. After the new VNFM is built, the original NFVO will re-define the migration plan; or it is recommended that the user migrate the VNF to other NFVOs and execute the migration plan after confirmation by the user. . The VNF migration policy is not limited to the following: according to the VNF service request success rate, the VNF service request completion time, and the VNFM load, to determine the VNF under the VNFM management that needs to be migrated; the migration plan enables the original NFVO management. Each VNFM load underneath tends to be balanced. The migration plan formulated by the original NVFO may be inconsistent with the user's intention. Therefore, in this embodiment, the user may be allowed to modify, and the VNF migration may be performed after the user modifies and confirms. VNF migration is divided into two cases: direct migration under the same NFVO and migration between different NFVOs.
图3为本发明一实施例提供的在同一NFVO下迁移VNF的方法的流程图,原VNFO根据迁移计划迁移VNF。流程如下:FIG. 3 is a flowchart of a method for migrating a VNF under the same NFVO according to an embodiment of the present invention. The original VNFO migrates the VNF according to the migration plan. The process is as follows:
S301、原NFVO根据迁移计划发起迁移VNF任务。S301. The original NFVO initiates a migration VNF task according to the migration plan.
S302、原VNFM收到通知后将需要迁移的VNF从原VNFM中删除,包括从原VNFM的管理信息中删除该需要迁移的VNF的配置信息。S302: After the original VNFM receives the notification, the VNF to be migrated is deleted from the original VNFM, and the configuration information of the VNF to be migrated is deleted from the management information of the original VNFM.
S303、原VNFM删除VNF后通知原NFVO。S303: The original VNFM notifies the original NFVO after deleting the VNF.
S304、原NFVO收到原VNFM完成删除VNF的通知后,向目的VNFM发起接收通知。S304. After receiving the notification that the original VNFM completes the deletion of the VNF, the original NFVO initiates a notification to the destination VNFM.
S305、目的VNFM收到接收请求后将该需要迁移的VNF加入到目的VNFM,包括在目的VNFM的管理信息中加入需要迁移的VNF的配置信息。并通知原NFVO接收完成。S305. After receiving the request, the destination VNFM adds the VNF to be migrated to the destination VNFM, and includes adding configuration information of the VNF to be migrated to the management information of the destination VNFM. And notify the original NFVO reception is completed.
S306、在原NFVO中将该需要迁移的VNF从原VNFM划归到目的VNFM下,包括在原NFVO的管理信息中将该需要迁移的VNF的配置信息从原VNFM划归到目 的VNFM。这就完成了单个VNF的迁移。S306. In the original NFVO, the VNF to be migrated is classified from the original VNFM to the destination VNFM, and the configuration information of the VNF to be migrated is transferred from the original VNFM to the destination in the management information of the original NFVO. VNFM. This completes the migration of a single VNF.
S307、原NFVO判断VNF迁移是否全部完成。如果需要迁移的VNF均完成了迁移,整个迁移任务完成;如果还存在VNF没有迁移,则回答步骤S301继续执行迁移计划。S307. The original NFVO determines whether the VNF migration is completed. If the migrated VNF has completed the migration, the entire migration task is completed; if there is still no migration of the VNF, then the step S301 is continued to execute the migration plan.
图4为本发明一实施例提供的在不同NFVO下迁移VNF的方法的流程图,原VNFO根据迁移计划迁移VNF。流程如下:FIG. 4 is a flowchart of a method for migrating a VNF under different NFVO according to an embodiment of the present invention. The original VNFO migrates the VNF according to the migration plan. The process is as follows:
S401、根据迁移计划在原NFVO上生成需要迁移的VNF的资源信息,生成过程需要原VNFM协助完成。S401. Generate resource information of the VNF to be migrated on the original NFVO according to the migration plan, and the generation process needs to be completed by the original VNFM.
S402、目的NFVO导入需要迁移的VNF的产品包,产品包可能是一个或多个。S402. The destination NFVO introduces a product package of the VNF to be migrated, and the product package may be one or more.
S403、目的NFVO根据该产品包信息询问其管理下的VNFM是否可以接收VNF。如果找不到可以接收VNF的VNFM,可以请求新建VNFM。S403. The destination NFVO queries, according to the product package information, whether the VNFM under its management can receive the VNF. If you can't find a VNFM that can receive VNF, you can request a new VNFM.
S404、原NFVO和原VNFM终止对该需要迁移的VNF的管理,该需要迁移的VNF相关信息将会从原NFVO和原VNFM中清除,但是VNF的资源可以保留。S404, the original NFVO and the original VNFM terminate the management of the VNF that needs to be migrated, and the VNF related information that needs to be migrated will be cleared from the original NFVO and the original VNFM, but the resources of the VNF can be reserved.
S405、目的NFVO和目的VNFM根据VNF的资源信息和产品包生成新的VNF的资源信息。VNF大部分资源将会被保留,一些不可用的资源,比如目的VNFM不可用的网络资源将会被替换。S405. The destination NFVO and the destination VNFM generate resource information of the new VNF according to the resource information and the product package of the VNF. Most of the resources of the VNF will be preserved, and some unavailable resources, such as network resources whose destination VNFM is unavailable, will be replaced.
S406、根据新生成的VNF资源信息修改VNF的资源,这里主要是网络资源,通过修改网络资源,将VNF的网络纳入VNFM的管理平面中。S406: Modify the VNF resource according to the newly generated VNF resource information, where the network resource is mainly used, and the network of the VNF is included in the management plane of the VNFM by modifying the network resource.
S407、目的NFVO和目的VNFM完成对VNF的接入,将VNF的信息入库。S407, the destination NFVO, and the destination VNFM complete the access to the VNF, and store the information of the VNF.
本发明实施例提供了一种在NFV中迁移VNF的方法,本方法可以实现对VNF的虚机和网络资源的重新部署管理,有效的整合系统资源,使得VNFM和NFVO的负载均衡,从而提高VNFM和NFVO的响应速度,提高管理水平。The embodiment of the invention provides a method for migrating a VNF in an NFV. The method can realize the redeployment management of the virtual machine and the network resource of the VNF, effectively integrate the system resources, and balance the load of the VNFM and the NFVO, thereby improving the VNFM. And NFVO's response speed, improve management level.
以上内容是结合实施方式对本申请所作的详细说明,不能认定本申请的实 施只局限于这些说明。对于本申请所属技术领域的普通技术人员来说,在不脱离本申请方案的前提下,还可以做出若干简单推演或替换,都应当视为属于本申请的保护范围。The above content is a detailed description of the present application in combination with the embodiment, and the actual application of the present application cannot be determined. The application is limited to these instructions. It will be apparent to those skilled in the art that the present invention can be made in the form of a single deduction or substitution without departing from the scope of the present application.
工业实用性Industrial applicability
本申请的虚拟化网络功能VNF的迁移方法及装置,在原网络功能虚拟化编排NFVO所管理的原虚拟化网络功能管理VNFM中,确定所述原VNFM所管理的需要迁移的VNF;在所述原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收所述需要迁移的VNF的目的VNFM;将所述需要迁移的VNF迁移至所述目的VNFM。通过以上技术方案,解决现有的VNF无法在不同VNFM之间迁移的问题。 The method and device for migrating the virtualized network function VNF of the present application, in the original virtualized network function management VNFM managed by the original network function virtualization orchestration NFVO, determining the VNF to be migrated managed by the original VNFM; In the NFVO and/or other NFVOs other than the original NFVO, a destination VNFM capable of receiving the VNF to be migrated is determined; and the VNF to be migrated is migrated to the destination VNFM. Through the above technical solutions, the problem that the existing VNF cannot be migrated between different VNFMs is solved.

Claims (10)

  1. 一种虚拟化网络功能VNF的迁移方法,包括:A method for migrating a virtualized network function VNF, comprising:
    在原网络功能虚拟化编排NFVO所管理的原虚拟化网络功能管理VNFM中,确定所述原VNFM所管理的需要迁移的VNF;Determining the VNF to be migrated managed by the original VNFM in the original virtualized network function management VNFM managed by the original network function virtualization orchestration NFVO;
    在所述原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收所述需要迁移的VNF的目的VNFM;Determining a destination VNFM capable of receiving the VNF to be migrated in the NFVO other than the original NFVO and/or other than the original NFVO;
    将所述需要迁移的VNF迁移至所述目的VNFM。The VNF that needs to be migrated is migrated to the target VNFM.
  2. 如权利要求1所述的虚拟化网络功能VNF的迁移方法,其中,所述在原NFVO所管理的原VNFM中,确定所述原VNFM所管理的需要迁移的VNF包括:The method for migrating a virtualized network function VNF according to claim 1, wherein in the original VNFM managed by the original NFVO, determining the VNF to be migrated managed by the original VNFM includes:
    根据VNF的业务请求成功率、VNF的业务请求完成时间和/或所述原VNFM的负荷,来确定需要迁移的VNF。The VNF to be migrated is determined according to the service request success rate of the VNF, the service request completion time of the VNF, and/or the load of the original VNFM.
  3. 如权利要求1所述的虚拟化网络功能VNF的迁移方法,其中,在所述原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收所述需要迁移的VNF的目的VNFM包括:The method for migrating a virtualized network function VNF according to claim 1, wherein in the NFVO other than the original NFVO and/or the original NFVO, determining the destination VNFM capable of receiving the VNF to be migrated comprises:
    在所述原NFVO所管理的除所述原VNFM之外的VNFM中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the VNFM managed by the original NFVO except the original VNFM, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
    在所述原NFVO中新建VNFM作为所述目的VNFM;Creating a new VNFM in the original NFVO as the target VNFM;
    在所述其他NFVO中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the other NFVO, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
    和/或,在所述其他NFVO中新建VNFM作为所述目的VNFM。And/or, a new VNFM is created in the other NFVO as the destination VNFM.
  4. 如权利要求3所述的虚拟化网络功能VNF的迁移方法,其中,如果所述目的VNFM属于所述原NFVO管理,则所述将所述需要迁移的VNF迁移至所述目的VNFM包括:The method for migrating a virtualized network function VNF according to claim 3, wherein, if the destination VNFM belongs to the original NFVO management, the migrating the VNF to be migrated to the destination VNFM includes:
    从所述原VNFM的管理信息中删除所述需要迁移的VNF的配置信息;在所述目的VNFM的管理信息中加入所述需要迁移的VNF的配置信息;在所述原NFVO的管理信息中将所述需要迁移的VNF的配置信息从原VNFM划归到目的VNFM; Deleting the configuration information of the VNF to be migrated from the management information of the original VNFM; adding configuration information of the VNF to be migrated to the management information of the destination VNFM; and in the management information of the original NFVO The configuration information of the VNF to be migrated is classified from the original VNFM to the destination VNFM;
    如果所述目的VNFM在所述其他NFVO中,则所述将所述需要迁移的VNF迁移至所述目的VNFM包括:在所述原NFVO中生成所述需要迁移的VNF的资源信息;在目的NFVO中导入所述需要迁移的VNF的产品包;在目的NFVO和目的VNFM中根据所述产品包和所述资源信息生成新的资源信息,并根据所述新的资源信息添加所述需要迁移的VNF。If the destination VNFM is in the other NFVO, the migrating the VNF to be migrated to the destination VNFM includes: generating resource information of the VNF to be migrated in the original NFVO; Importing the product package of the VNF to be migrated; generating new resource information according to the product package and the resource information in the destination NFVO and the destination VNFM, and adding the VNF to be migrated according to the new resource information .
  5. 如权利要求1至4任一项所述的虚拟化网络功能VNF的迁移方法,所述将所述需要迁移的VNF迁移至所述目的VNFM之前,还包括:接收用户的修改操作,将用户指定的VNFM作为目的VNFM;或接收用户的确认操作,将经过用户确认的VNFM作为目的VNFM。The method for migrating a virtualized network function VNF according to any one of claims 1 to 4, before the migrating the VNF to the destination VNFM, the method further includes: receiving a modification operation of the user, and specifying the user The VNFM is used as the destination VNFM; or the user's confirmation operation is performed, and the user-confirmed VNFM is used as the destination VNFM.
  6. 一种虚拟化网络功能VNF的迁移装置,包括:A migration device for a virtualized network function VNF, comprising:
    第一确定模块,配置为在原网络功能虚拟化编排NFVO所管理的原虚拟化网络功能管理VNFM中,确定所述原VNFM所管理的需要迁移的VNF;a first determining module, configured to determine, in the original virtualized network function management VNFM managed by the original network function virtualization orchestration NFVO, the VNF that is managed by the original VNFM and needs to be migrated;
    第二确定模块,配置为在所述原NFVO和/或除原NFVO之外的其他NFVO中,确定能够接收所述需要迁移的VNF的目的VNFM;a second determining module, configured to determine, in the NFVO other than the original NFVO and/or the original NFVO, a destination VNFM capable of receiving the VNF to be migrated;
    迁移模块,配置为将所述需要迁移的VNF迁移至所述目的VNFM。And a migration module configured to migrate the VNF that needs to be migrated to the destination VNFM.
  7. 如权利要求6所述的虚拟化网络功能VNF的迁移装置,其中,所述第一确定模块配置为根据VNF的业务请求成功率、VNF的业务请求完成时间和/或所述原VNFM的负荷,来确定需要迁移的VNF。The migration device of the virtualization network function VNF according to claim 6, wherein the first determining module is configured to be based on a service request success rate of the VNF, a service request completion time of the VNF, and/or a load of the original VNFM, To determine the VNF that needs to be migrated.
  8. 如权利要求6所述的虚拟化网络功能VNF的迁移装置,其中,所述第二确定模块配置为根据以下方式确定能够接收所述需要迁移的VNF的目的VNFM:The migration device of the virtualization network function VNF of claim 6, wherein the second determining module is configured to determine a destination VNFM capable of receiving the VNF to be migrated according to the following manner:
    在所述原NFVO所管理的除所述原VNFM之外的VNFM中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the VNFM managed by the original NFVO except the original VNFM, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
    在所述原NFVO中新建VNFM作为所述目的VNFM;Creating a new VNFM in the original NFVO as the target VNFM;
    在所述其他NFVO中,根据负载均衡原则确定能够接收所述需要迁移的VNF的目的VNFM;In the other NFVO, determining a destination VNFM capable of receiving the VNF to be migrated according to a load balancing principle;
    和/或,在所述其他NFVO中新建VNFM作为所述目的VNFM。 And/or, a new VNFM is created in the other NFVO as the destination VNFM.
  9. 如权利要求7所述的虚拟化网络功能VNF的迁移装置,其中,所述迁移模块包括:The migration device of the virtualization network function VNF of claim 7, wherein the migration module comprises:
    第一迁移子模块,配置为所述目的VNFM属于所述原NFVO管理的前提下,从所述原VNFM的管理信息中删除所述需要迁移的VNF的配置信息;在所述目的VNFM的管理信息中加入所述需要迁移的VNF的配置信息;在所述原NFVO的管理信息中将所述需要迁移的VNF的配置信息从原VNFM划归到目的VNFM;The first migration sub-module is configured to delete the configuration information of the VNF to be migrated from the management information of the original VNFM on the premise that the destination VNFM belongs to the original NFVO management; and the management information of the VNFM in the destination Adding the configuration information of the VNF to be migrated; and configuring the configuration information of the VNF to be migrated from the original VNFM to the destination VNFM in the management information of the original NFVO;
    和第二迁移子模块,配置为所述目的VNFM在所述其他NFVO中的前提下,在所述原NFVO中生成所述需要迁移的VNF的资源信息;在目的NFVO中导入所述需要迁移的VNF的产品包;在目的NFVO和目的VNFM中根据所述产品包和所述资源信息生成新的资源信息,并根据所述新的资源信息添加所述需要迁移的VNF。And the second migration sub-module, configured to generate the resource information of the VNF to be migrated in the original NFVO on the premise that the destination VNFM is in the other NFVO; and import the required migration in the destination NFVO a product package of the VNF; generating new resource information according to the product package and the resource information in the destination NFVO and the destination VNFM, and adding the VNF to be migrated according to the new resource information.
  10. 如权利要求6至9任一项所述的虚拟化网络功能VNF的迁移装置,还包括用户操作模块,配置为在将所述需要迁移的VNF迁移至所述目的VNFM之前,接收用户的修改操作,将用户指定的VNFM作为目的VNFM;或在将所述需要迁移的VNF迁移至所述目的VNFM之前,接收用户的确认操作,将经过用户确认的VNFM作为目的VNFM。 The migrating device of the virtualized network function VNF according to any one of claims 6 to 9, further comprising a user operation module configured to receive a modification operation of the user before migrating the VNF to be migrated to the destination VNFM The user-specified VNFM is used as the destination VNFM; or before the migration of the VNF to be migrated to the destination VNFM, the user's confirmation operation is received, and the user-confirmed VNFM is used as the destination VNFM.
PCT/CN2016/071400 2015-06-26 2016-01-20 Method and apparatus for transferring virtualized network function (vnf) WO2016206372A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510361812.3 2015-06-26
CN201510361812.3A CN106302074B (en) 2015-06-26 2015-06-26 Migration method and device of virtual network function VNF

Publications (1)

Publication Number Publication Date
WO2016206372A1 true WO2016206372A1 (en) 2016-12-29

Family

ID=57584541

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/071400 WO2016206372A1 (en) 2015-06-26 2016-01-20 Method and apparatus for transferring virtualized network function (vnf)

Country Status (2)

Country Link
CN (1) CN106302074B (en)
WO (1) WO2016206372A1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10070344B1 (en) 2017-07-25 2018-09-04 At&T Intellectual Property I, L.P. Method and system for managing utilization of slices in a virtual network function environment
US10149193B2 (en) 2016-06-15 2018-12-04 At&T Intellectual Property I, L.P. Method and apparatus for dynamically managing network resources
US10505870B2 (en) 2016-11-07 2019-12-10 At&T Intellectual Property I, L.P. Method and apparatus for a responsive software defined network
US10516996B2 (en) 2017-12-18 2019-12-24 At&T Intellectual Property I, L.P. Method and apparatus for dynamic instantiation of virtual service slices for autonomous machines
CN110741352A (en) * 2017-06-16 2020-01-31 思科技术公司 Releasing and reserving resources used in NFV environment
US10555134B2 (en) 2017-05-09 2020-02-04 At&T Intellectual Property I, L.P. Dynamic network slice-switching and handover system and method
US10602320B2 (en) 2017-05-09 2020-03-24 At&T Intellectual Property I, L.P. Multi-slicing orchestration system and method for service and/or content delivery
US10673751B2 (en) 2017-04-27 2020-06-02 At&T Intellectual Property I, L.P. Method and apparatus for enhancing services in a software defined network
US10749796B2 (en) 2017-04-27 2020-08-18 At&T Intellectual Property I, L.P. Method and apparatus for selecting processing paths in a software defined network
US10819606B2 (en) 2017-04-27 2020-10-27 At&T Intellectual Property I, L.P. Method and apparatus for selecting processing paths in a converged network

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107193638A (en) * 2017-05-30 2017-09-22 南京邮电大学 A kind of quick self-adapted moving method of network function perceived based on multi-dimensional environment
US10965597B2 (en) * 2017-07-01 2021-03-30 Intel Corporation Virtual network function load balancer
CN109391483A (en) * 2017-08-04 2019-02-26 中国电信股份有限公司 Network example method, network function virtualization composer and system
CN108881482B (en) * 2018-07-25 2021-06-29 新华三技术有限公司 Traffic migration method, device and system
CN109062668B (en) * 2018-08-01 2021-10-08 重庆邮电大学 Multi-priority virtual network function migration method based on 5G access network

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104202264A (en) * 2014-07-31 2014-12-10 华为技术有限公司 Carrying resource allocation method for clouded data center network, device and system
US20140376555A1 (en) * 2013-06-24 2014-12-25 Electronics And Telecommunications Research Institute Network function virtualization method and apparatus using the same
CN104518993A (en) * 2014-12-29 2015-04-15 华为技术有限公司 Allocation method, device and system for communication paths of cloud network

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105247826B (en) * 2013-01-11 2018-07-13 华为技术有限公司 The network function of the network equipment virtualizes
US20150124622A1 (en) * 2013-11-01 2015-05-07 Movik Networks, Inc. Multi-Interface, Multi-Layer State-full Load Balancer For RAN-Analytics Deployments In Multi-Chassis, Cloud And Virtual Server Environments
US9838483B2 (en) * 2013-11-21 2017-12-05 Oracle International Corporation Methods, systems, and computer readable media for a network function virtualization information concentrator
CN104410672B (en) * 2014-11-12 2017-11-24 华为技术有限公司 Method, the method and device of forwarding service of network function virtualization applications upgrading

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140376555A1 (en) * 2013-06-24 2014-12-25 Electronics And Telecommunications Research Institute Network function virtualization method and apparatus using the same
CN104202264A (en) * 2014-07-31 2014-12-10 华为技术有限公司 Carrying resource allocation method for clouded data center network, device and system
CN104518993A (en) * 2014-12-29 2015-04-15 华为技术有限公司 Allocation method, device and system for communication paths of cloud network

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10149193B2 (en) 2016-06-15 2018-12-04 At&T Intellectual Property I, L.P. Method and apparatus for dynamically managing network resources
US10505870B2 (en) 2016-11-07 2019-12-10 At&T Intellectual Property I, L.P. Method and apparatus for a responsive software defined network
US10673751B2 (en) 2017-04-27 2020-06-02 At&T Intellectual Property I, L.P. Method and apparatus for enhancing services in a software defined network
US11405310B2 (en) 2017-04-27 2022-08-02 At&T Intellectual Property I, L.P. Method and apparatus for selecting processing paths in a software defined network
US11146486B2 (en) 2017-04-27 2021-10-12 At&T Intellectual Property I, L.P. Method and apparatus for enhancing services in a software defined network
US10819606B2 (en) 2017-04-27 2020-10-27 At&T Intellectual Property I, L.P. Method and apparatus for selecting processing paths in a converged network
US10749796B2 (en) 2017-04-27 2020-08-18 At&T Intellectual Property I, L.P. Method and apparatus for selecting processing paths in a software defined network
US10952037B2 (en) 2017-05-09 2021-03-16 At&T Intellectual Property I, L.P. Multi-slicing orchestration system and method for service and/or content delivery
US10602320B2 (en) 2017-05-09 2020-03-24 At&T Intellectual Property I, L.P. Multi-slicing orchestration system and method for service and/or content delivery
US10555134B2 (en) 2017-05-09 2020-02-04 At&T Intellectual Property I, L.P. Dynamic network slice-switching and handover system and method
US10945103B2 (en) 2017-05-09 2021-03-09 At&T Intellectual Property I, L.P. Dynamic network slice-switching and handover system and method
CN110741352A (en) * 2017-06-16 2020-01-31 思科技术公司 Releasing and reserving resources used in NFV environment
CN110741352B (en) * 2017-06-16 2024-02-27 思科技术公司 Virtual network function management system, virtual network function management method and computer readable storage device
US10631208B2 (en) 2017-07-25 2020-04-21 At&T Intellectual Property I, L.P. Method and system for managing utilization of slices in a virtual network function environment
US10070344B1 (en) 2017-07-25 2018-09-04 At&T Intellectual Property I, L.P. Method and system for managing utilization of slices in a virtual network function environment
US11115867B2 (en) 2017-07-25 2021-09-07 At&T Intellectual Property I, L.P. Method and system for managing utilization of slices in a virtual network function environment
US11032703B2 (en) 2017-12-18 2021-06-08 At&T Intellectual Property I, L.P. Method and apparatus for dynamic instantiation of virtual service slices for autonomous machines
US10516996B2 (en) 2017-12-18 2019-12-24 At&T Intellectual Property I, L.P. Method and apparatus for dynamic instantiation of virtual service slices for autonomous machines

Also Published As

Publication number Publication date
CN106302074B (en) 2020-07-31
CN106302074A (en) 2017-01-04

Similar Documents

Publication Publication Date Title
WO2016206372A1 (en) Method and apparatus for transferring virtualized network function (vnf)
EP3337097B1 (en) Network element upgrading method and device
WO2016206456A1 (en) Physical machine upgrading method, service migration method and apparatus
KR101746202B1 (en) Method and apparatus for network function virtualization
EP3893438A1 (en) Vnf service instantiation method and device
US10601666B2 (en) Network functions virtualization management and orchestration policy descriptor management method and apparatus
CN104601680B (en) A kind of method for managing resource and device
WO2016131172A1 (en) Method and device for updating network service descriptor
WO2019086011A1 (en) Method and device for managing services in network function virtualization architecture
US10623415B2 (en) Virtual network function (VNF) hardware trust in a network function virtualization (NFV) software defined network (SDN)
CN106713406A (en) Method and system for accessing to slice network
CN108347343B (en) Policy management method, device and system
CN105306622B (en) A kind of cloud net fusion domain name analysis system and its DNS service method
Doan et al. FAST: Flexible and low-latency state transfer in mobile edge computing
US20140379928A1 (en) Method for implementing network using distributed virtual switch, apparatus for performing the same, and network system based on distributed virtual switch
CN106664216A (en) Method and apparatus for switching vnf
WO2019174000A1 (en) Method and apparatus for service management
WO2021109750A1 (en) Node management method, device and apparatus, storage medium, and system
CN107005427A (en) A kind of method for managing resource and device
CN107689879A (en) The management method and device of Virtual NE
EP3280102B1 (en) Optical path allocation method and apparatus
WO2016000303A1 (en) Resource allocation method and system, and computer storage medium
CN107426109A (en) A kind of traffic scheduling method, VNF modules and flow scheduling server
JP6591045B2 (en) Method and network service apparatus for migrating network service
WO2018041086A1 (en) Method and apparatus for switching nfvo, and vnfm, vim and nfvo

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16813488

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16813488

Country of ref document: EP

Kind code of ref document: A1