WO2019129118A1 - Vnf service instantiation method and device - Google Patents

Vnf service instantiation method and device Download PDF

Info

Publication number
WO2019129118A1
WO2019129118A1 PCT/CN2018/124158 CN2018124158W WO2019129118A1 WO 2019129118 A1 WO2019129118 A1 WO 2019129118A1 CN 2018124158 W CN2018124158 W CN 2018124158W WO 2019129118 A1 WO2019129118 A1 WO 2019129118A1
Authority
WO
WIPO (PCT)
Prior art keywords
service group
service
identifier
vdu
vnfm
Prior art date
Application number
PCT/CN2018/124158
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 WO2019129118A1 publication Critical patent/WO2019129118A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/40Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using virtualisation of network functions or resources, e.g. SDN or NFV entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/131Protocols for games, networked simulations or virtual reality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Definitions

  • the present application relates to the field of cloud computing technologies, and in particular, to a method and an apparatus for instantiating a virtual network function (VNF) service.
  • VNF virtual network function
  • the VNFM generates a second VM according to the second VDU ID
  • the method further includes: the VNFM receives the VNF expansion request message, and determines, according to the expansion request message and the VNFD, that the third VDU needs to be added to generate a corresponding third VM; and according to the third VDU ID in the VNFD. Determining a corresponding third service group identifier;
  • the VNFM sends a final service group request to the PaaS platform, the request including the VM identifier to be terminated, so that the PaaS platform terminates the service included in the service group in the VM to be terminated.
  • An embodiment of the present invention further provides a VNF service instantiation device, including:
  • a processing unit configured to acquire a virtual network function information model descriptor VNFD, and generate a virtual machine VM according to the VNFD, where the VNFD includes a service group identifier;
  • a sending unit configured to send a service group instantiation request to the platform as a service PaaS platform, where the request includes a VM identifier and a service group identifier, so that the PaaS platform includes the service group corresponding to the service group identifier in the VM
  • the service is instantiated.
  • the VNF instantiation request message includes a Flavour ID
  • the processing unit is configured to search for a corresponding VDU ID according to the Flavour ID in the VNFD, and then generate a corresponding virtual machine VM, where the VNFD includes and Service group ID corresponding to the VDU ID.
  • the VNFM is configured to receive a virtual network function VNF instantiation request message, obtain a virtual network function information model descriptor VNFD, and generate a virtual machine VM according to the VNFD, wherein the VNFD includes a service group identifier, and sends a service to the platform as a service PaaS platform.
  • the group instantiates the request, the request including the VM identifier and the service group identifier;
  • the PaaS platform is configured to receive a service group instantiation request, and instantiate, in the VM, a service included in the service group corresponding to the service group identifier.
  • the embodiment of the present invention further provides a virtual network function VNF service instantiation device, the device comprising a processor and a memory; the memory is configured to store a program for performing the method of any one of claims 1-7, and store Data for implementing the method of any of claims 1-7;
  • the processor is configured to execute a program stored in the memory.
  • Embodiments of the present invention also provide a computer program product for performing the method steps described above when the computer product is executed.
  • FIG. 2 is a schematic diagram of an NFV architecture deployed with PaaS according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram of a logical structure of an example of a VDU according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of a VNF service expansion process according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of a VNF service instantiation system according to an embodiment of the present invention.
  • FIG. 9 is a schematic diagram of hardware of a VNF service instantiation device according to an embodiment of the present invention.
  • FIG. 1 is a schematic diagram of an NFV architecture provided by an embodiment of the present application.
  • the NFV system architecture can be applied to various types of networks, for example, to an operator communication network or a local area network.
  • the NFV architecture mainly includes a MANO entity 110, an NFVI 120, multiple VNFs 130, multiple Element Management (EM) 140, and an Operation Support System/Business Support System (Operation Support System/Business Support System). OSS/BSS) 150 and so on.
  • the MANO entity 110 further includes a network function virtualization orchestrator (NFVO) 110a, one or more VNFMs 110b, and a virtualized infrastructure manager (VIM) 110c.
  • NFVO network function virtualization orchestrator
  • VNFMs 110b virtualized infrastructure manager
  • VNFM 110b is used to implement VNF lifecycle management, including management of virtualized network function descriptors (VNFD) files, instantiation of VNFs, and elastic scaling of VNF instances (including expansion of Scaling out/up and shrinking Scaling in). /down), healing of the VNF instance and the end of the VNF instance.
  • VNFM also supports the elastic scaling mechanism delivered by NFVO to implement automated VNF elastic scaling.
  • the VNFM receives the VNF instantiation request message
  • FIG. 3 is a flowchart of an NFV service instantiation provided in the embodiment of the present application. The method is applied to the NFV architecture deployed in the PaaS platform shown in FIG. 2, and the method includes the following steps. :
  • Table 1 is a schematic diagram of the VNFD, including various fields, such as Flavour ID, VDU ID, service group identifier, etc., where:
  • the VDU describes a virtual deployment unit of a specification of the VNF.
  • the VDUs of different specifications may have different virtual machine specifications and software.
  • a VDU instance is mapped to a VM.
  • the PaaS platform receives the service group instantiation request, and instantiates a service included in the service group corresponding to the service group identifier in the VM.
  • FIG. 5 is a flowchart of expanding an NFV service according to an embodiment of the present invention.
  • the expansion process is similar to the NFV service instantiation process.
  • the specific steps are as follows:
  • the VNFM initiates an instantiation request for the service group within the VM to the PaaS platform, similar to step 303.
  • the PaaS platform determines the service that needs to be instantiated according to the service group identifier, and completes the instantiation operation of each service in the corresponding VM.
  • the PaaS platform returns a service group instantiation completion response message to the VNFM.
  • the process of terminating the VNF service is similar to that of the shrinkage.
  • the difference is that the PaaS platform terminates the service instances in all VMs according to the VNFM's final service group request message, which will not be described in detail here.
  • FIG. 8 is a schematic diagram of a virtual network function VNF service instantiation device, the device includes:
  • a receiving unit configured to receive a virtual network function VNF instantiation request message
  • a sending unit configured to send a service group instantiation request to the platform as a service PaaS platform, where the request includes a VM identifier and a service group identifier, so that the PaaS platform includes the service group corresponding to the service group identifier in the VM
  • the service is instantiated.
  • the VNF instantiation request message includes a Flavour ID
  • the processing unit is configured to search for a corresponding VDU ID according to the Flavour ID in the VNFD, and then generate a corresponding virtual machine VM, where the VNFD includes a Indicates the service group ID corresponding to the VDU ID.
  • a sending unit configured to send a first service group instantiation request to the PaaS platform, where the request includes a first VM identifier, and a first service group identifier, so that the PaaS platform accesses the first service in the first VM
  • the service included in the service group corresponding to the group identifier is instantiated;
  • the second service group instantiation request is sent to the PaaS platform, the request includes a second VM identifier, and the second service group identifier, so that the PaaS platform is in the
  • the service included in the service group corresponding to the second service group identifier is instantiated in the second VM.
  • the processing unit is configured to determine, according to the expansion request message and the VNFD, that the third VDU needs to be added, generate a corresponding third VM, and determine a corresponding third service group identifier according to the third VDU ID in the VNFD;
  • the receiving unit further receives the VNF contraction request message
  • the processing unit is configured to determine, according to the volume reduction request message and the VNFD, a VM that needs to be terminated;
  • the sending unit is configured to send a final service group request to the PaaS platform, where the request includes a VM identifier to be terminated, so that the PaaS platform terminates the service included in the service group in the VM to be terminated.
  • FIG. 9 is a hardware diagram of a VNF service instantiation device according to another embodiment of the present invention.
  • the device may include: a processor, a communication interface, and a memory.
  • the processor 91 may include one or more processing units, which may be a central processing unit (CPU) or a network processor (NP).
  • processing units may be a central processing unit (CPU) or a network processor (NP).
  • CPU central processing unit
  • NP network processor
  • the communication interface 94 is used for connection and information exchange with other communication devices, including receiving and transmitting corresponding messages; the network device 90 may further include a memory 93, and the processor 91 may be connected to the memory 93 and the communication interface 94 via a bus.
  • the memory 93 can be used to store software programs that can be executed by the processor 91 to implement the method steps in the embodiments shown in Figures 3, 5 and 6.
  • the memory 93 can also store various types of service data or user data, including various application examples and status data of the service in the above method steps.
  • the network device 90 may further include an output device 95 and an input device 97.
  • Output device 95 and input device 97 are coupled to processor 91.
  • the output device 95 can be a display for displaying information, a power amplifier device for playing sound, or a printer, etc.
  • the output device 95 can also include an output controller for providing output to a display screen, a power amplifier device, or a printer.
  • the input device 97 may be a device such as a mouse, a keyboard, an electronic stylus or a touch panel for inputting information by the user, and the input device 97 may further include an output controller for receiving and processing from the mouse, the keyboard, the electronic Input from devices such as stylus or touch panel
  • the computer instructions can be stored in a computer readable storage medium or transferred from one computer readable storage medium to another computer readable storage medium, for example, the computer instructions can be from a website site, computer, server or data center Transfer to another website site, computer, server, or data center by wire (eg, coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (eg, infrared, wireless, microwave, etc.).
  • the computer readable storage medium can be any available media that can be accessed by a computer or a data storage device such as a server, data center, or the like that includes one or more available media.
  • the usable medium may be a magnetic medium (for example, a floppy disk, a hard disk, a magnetic tape), an optical medium (for example, a digital versatile disc (DVD)), or a semiconductor medium (for example, a solid state disk (SSD)). )Wait.
  • a magnetic medium for example, a floppy disk, a hard disk, a magnetic tape
  • an optical medium for example, a digital versatile disc (DVD)
  • DVD digital versatile disc
  • SSD solid state disk

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

Disclosed are a VNF service instantiation method and device. The method comprises: a VNFM receiving a VNF instantiation request message; acquiring a virtual network function information model describer (VNFD), and generating a virtual machine (VM) according to the VNFD, wherein the VNFD comprises a service group identifier; and the VNFM sending a service group instantiation request to a platform as a service (PaaS) platform, wherein the request comprises a VM identifier and the service group identifier, so that the PaaS platform performs instantiation, in the VM, on services contained in a service group corresponding to the service group identifier. By means of the method, services in a service group are not presented for a VNFM, and the VNFM only needs to send a service group identifier to a PaaS platform without parsing and knowing which specific services are in the service group, and the requirements of different operators are satisfied.

Description

VNF服务实例化方法及装置VNF service instantiation method and device
本申请要求于2017年12月29日提交中国国家知识产权局、申请号为201711483185.6、发明名称为“VNF服务实例化方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese Patent Application filed on Dec. 29, 2017, the Chinese National Intellectual Property Office, the application number is 201711483185.6, and the invention is entitled "VNF Service Instantiation Method and Apparatus", the entire contents of which are incorporated herein by reference. In the application.
技术领域Technical field
本申请涉及云计算技术领域,特别涉及一种虚拟网络功能(Virtual Network Function,VNF)服务实例化的方法及装置。The present application relates to the field of cloud computing technologies, and in particular, to a method and an apparatus for instantiating a virtual network function (VNF) service.
背景技术Background technique
平台即服务(PaaS,Platform as a Service)是指将服务器作为一种服务提供给用户,以使用户能够在互联网上实现开发、测试以及在线部署应用程序等网络功能。目前,主要是通过网络功能虚拟化(Network Function Virtualization,NFV)技术来实现PaaS,也即,将PaaS部署在NFV架构中,当该NFV架构中的虚拟网络功能(Virtualized Network Function,VNF)在实例化的过程中需要调用部署在PaaS上的服务时,通过实例化该服务以实现该服务对应的网络功能。其中,实例化是指通过NFV架构中的网络功能虚拟化基础设施(Network Function Virtualization Infrastructure,NFVI)为服务或VNF配置虚拟资源的过程。Platform as a Service (PaaS, Platform as a Service) refers to providing the server as a service to users, so that users can implement network functions such as development, testing, and online deployment of applications on the Internet. At present, the implementation of PaaS is mainly through Network Function Virtualization (NFV) technology, that is, the PaaS is deployed in the NFV architecture, and the virtualized network function (VNF) in the NFV architecture is in the instance. When the service deployed on the PaaS needs to be invoked, the service is instantiated to implement the network function corresponding to the service. Among them, instantiation refers to the process of configuring virtual resources for services or VNFs through the Network Function Virtualization Infrastructure (NFVI) in the NFV architecture.
典型的PaaS平台应提供如下功能:1)应用运行环境:包括分布式计算运行环境、多种类型的数据存储、动态资源伸缩功能;应用全生命周期支持:包括提供开发SDK、IDE等加快应用的开发、测试和部署。2)公共服务:以API形式提供公共服务,如队列服务、存储服务和缓存服务等,监控、管理和计量:提供资源池、应用系统的管理和监控功能,精确计量;3)集成、复合应用构建能力:包括连通性服务、整合服务、消息服务和流程服务等。A typical PaaS platform should provide the following functions: 1) Application runtime environment: including distributed computing runtime environment, multiple types of data storage, dynamic resource scaling; application lifecycle support: including development of SDK, IDE, etc. Develop, test, and deploy. 2) Public service: Provide public services in the form of API, such as queue service, storage service and cache service, monitor, manage and measure: provide resource pool, application system management and monitoring functions, accurate measurement; 3) integration, composite application Building capabilities: including connectivity services, integration services, messaging services, and process services.
随着NFV技术的不断发展,原有的构建在NFVI层虚拟机(Virtual Machine,VM)基础上的VNF的呈现形态融入了新的特性,支持云原生(Cloud-native)的VNF和融合PaaS平台服务的云化架构将成为电信云发展的新趋势。由于云原生和PaaS等云化架构概念来自IT应用领域,这些概念如何通过在电信NFV领域适配后进行应用,仍需探索出一条可行的产业发展之路。With the continuous development of NFV technology, the original VNF representation based on the NFVI layer virtual machine (VM) incorporates new features, supporting cloud-native VNF and converged PaaS platform. The cloud-based architecture of services will become a new trend in the development of telecom clouds. Since cloud-based architecture concepts such as cloud native and PaaS come from the field of IT applications, how these concepts can be applied after adaptation in the field of telecom NFV still needs to explore a viable industrial development path.
2016年12月,瑞士电信在ETSI NFV行业标准组提出NFV PaaS立项,确定在IFA工作组研究支持PaaS平台服务能力及符合云原生设计原则的VNF时,对现有的NFV架构产生的影响。目前,IFA工作组对NFV PaaS场景中的基本概念如:微服务(Micro Service)、公共服务(Common Service)和专有服务(Dedicated Service)进行了讨论,对这些概念的定义达成了初步共识。从IFA029现有UseCase的流程来看,突出强调了PaaS平台服务和VNF应 用之间的对Service层级的调用关系,但是当前IFA029没有明确的流程、接口描述。In December 2016, Swisscom Telecom proposed the NFV PaaS project in the ETSI NFV Industry Standards Group to determine the impact on the existing NFV architecture when the IFA Working Group studies the service capabilities of the PaaS platform and the VNFs that conform to the cloud's native design principles. Currently, the IFA working group discussed basic concepts in the NFV PaaS scenario, such as Micro Service, Common Service, and Dedicated Service, and reached a preliminary consensus on the definition of these concepts. From the IFA029 existing UseCase process, the call level relationship between the PaaS platform service and the VNF application is highlighted, but the current IFA029 has no clear process and interface description.
发明内容Summary of the invention
本申请提供了一种VNF服务实例化的方法,装置和系统,相对于现有技术,对流程和接口进行了明确描述,所述方法技术方案如下:The present application provides a method, an apparatus, and a system for instantiating a VNF service. The process and the interface are clearly described in relation to the prior art, and the technical solution of the method is as follows:
虚拟网络功能管理器(VNF Manager,VNFM)接收虚拟网络功能VNF实例化请求消息;The virtual network function manager (VNF Manager, VNFM) receives the virtual network function VNF instantiation request message;
VNFM获取虚拟网络功能信息模型描述符(VNF Descriptor,VNFD),并根据VNFD生成虚拟机VM,其中所述VNFD包括服务组标识;The VNFM acquires a virtual network function information model descriptor (VNF Descriptor, VNFD), and generates a virtual machine VM according to the VNFD, wherein the VNFD includes a service group identifier;
VNFM向平台即服务(Platform as a Service,PaaS)平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识,以使PaaS平台在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。The VNFM sends a service group instantiation request to a Platform as a Service (PaaS) platform, where the request includes a VM identifier and a service group identifier, so that the PaaS platform identifies the service corresponding to the service group identifier in the VM. The services contained in the group are instantiated.
具体地,所述VNF实例化请求消息包括Flavour ID,VNFM在所述VNFD中根据所述Flavour ID查找对应的虚拟部署单元(Virtual Deployment Unit,VDU)标识(Identifier,ID),然后生成相应的虚拟机VM,其中所述VNFD包括和所述VDU ID对应的服务组标识。Specifically, the VNF instantiation request message includes a Flavour ID, and the VNFM searches for a corresponding virtual deployment unit (VDU) identifier (Identifier, ID) according to the Flavour ID in the VNFD, and then generates a corresponding virtual The machine VM, wherein the VNFD includes a service group identifier corresponding to the VDU ID.
其中,所述VNFD中的Flavour ID对应第一VDU ID和第二VDU ID,且第一VDU ID对应第一服务组标识,第二VDU ID对应第二服务组标识,所述方法具体包括:The Flavour ID in the VNFD corresponds to the first VDU ID and the second VDU ID, and the first VDU ID corresponds to the first service group identifier, and the second VDU ID corresponds to the second service group identifier, where the method specifically includes:
VNFM在所述VNFD中根据所述Flavour ID查找对应的第一VDU ID和第二VDU ID,The VNFM searches for the corresponding first VDU ID and the second VDU ID according to the Flavour ID in the VNFD.
VNFM根据第一VDU ID,生成第一VM;The VNFM generates a first VM according to the first VDU ID;
VNFM根据第二VDU ID,生成第二VM;The VNFM generates a second VM according to the second VDU ID;
VNFM向PaaS平台发送第一服务组实例化请求,所述请求包括第一VM标识,以及第一服务组标识,以使PaaS平台在所述第一VM内对所述第一服务组标识对应的服务组所包含的服务进行实例化;The VNFM sends a first service group instantiation request to the PaaS platform, the request including the first VM identifier, and the first service group identifier, so that the PaaS platform corresponds to the first service group identifier in the first VM The services included in the service group are instantiated;
VNFM向PaaS平台发送第二服务组实例化请求,所述请求包括第二VM标识,以及第二服务组标识,以使PaaS平台在所述第二VM内对所述第二服务组标识对应的服务组所包含的服务进行实例化。The VNFM sends a second service group instantiation request to the PaaS platform, where the request includes a second VM identifier and a second service group identifier, so that the PaaS platform corresponds to the second service group identifier in the second VM. The services included in the service group are instantiated.
进一步地,所述方法还包括:VNFM接收VNF扩容请求消息,并根据所述扩容请求消息以及VNFD确定需要增加第三VDU,生成相应的第三VM;并在所述VNFD中根据第三VDU ID确定相应的第三服务组标识;Further, the method further includes: the VNFM receives the VNF expansion request message, and determines, according to the expansion request message and the VNFD, that the third VDU needs to be added to generate a corresponding third VM; and according to the third VDU ID in the VNFD. Determining a corresponding third service group identifier;
VNFM向PaaS平台发送第三服务组实例化请求,所述请求包括第三VM标识,以及第三服务组标识,以使PaaS平台在所述第三VM内对所述第三服务组标识对应的服务组所包含的服务进行实例化。The VNFM sends a third service group instantiation request to the PaaS platform, where the request includes a third VM identifier, and a third service group identifier, so that the PaaS platform corresponds to the third service group identifier in the third VM. The services included in the service group are instantiated.
进一步地,所述方法还包括:VNFM接收VNF缩容请求消息,并根据所述缩容请求消息以及VNFD确定需要终结的VM;Further, the method further includes: receiving, by the VNFM, a VNF contraction request message, and determining, according to the shrink request message and the VNFD, a VM that needs to be terminated;
VNFM向PaaS平台发送终结服务组请求,所述请求包括要终结的VM标识,以使PaaS平台在所述要终结的VM内对服务组包括的服务进行终结。The VNFM sends a final service group request to the PaaS platform, the request including the VM identifier to be terminated, so that the PaaS platform terminates the service included in the service group in the VM to be terminated.
本发明实施例还提供了一种VNF服务实例化装置,包括:An embodiment of the present invention further provides a VNF service instantiation device, including:
接收单元,用于接收虚拟网络功能VNF实例化请求消息;a receiving unit, configured to receive a virtual network function VNF instantiation request message;
处理单元,用于获取虚拟网络功能信息模型描述符VNFD,并根据VNFD生成虚拟机 VM,其中所述VNFD包括服务组标识;a processing unit, configured to acquire a virtual network function information model descriptor VNFD, and generate a virtual machine VM according to the VNFD, where the VNFD includes a service group identifier;
发送单元,用于向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识,以使PaaS平台在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。a sending unit, configured to send a service group instantiation request to the platform as a service PaaS platform, where the request includes a VM identifier and a service group identifier, so that the PaaS platform includes the service group corresponding to the service group identifier in the VM The service is instantiated.
进一步地,所述VNF实例化请求消息包括Flavour ID,处理单元用于在所述VNFD中根据所述Flavour ID查找对应的VDU ID,然后生成相应的虚拟机VM,其中所述VNFD包括和所述VDU ID对应的服务组标识。Further, the VNF instantiation request message includes a Flavour ID, and the processing unit is configured to search for a corresponding VDU ID according to the Flavour ID in the VNFD, and then generate a corresponding virtual machine VM, where the VNFD includes and Service group ID corresponding to the VDU ID.
本发明实施例还提供了一种VNF服务实例化系统,包括虚拟网络功能管理器VNFM和平台即服务PaaS平台,其中,The embodiment of the present invention further provides a VNF service instantiation system, including a virtual network function manager VNFM and a platform as a service PaaS platform, where
VNFM,用于接收虚拟网络功能VNF实例化请求消息,获取虚拟网络功能信息模型描述符VNFD,并根据VNFD生成虚拟机VM,其中所述VNFD包括服务组标识,以及向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识;The VNFM is configured to receive a virtual network function VNF instantiation request message, obtain a virtual network function information model descriptor VNFD, and generate a virtual machine VM according to the VNFD, wherein the VNFD includes a service group identifier, and sends a service to the platform as a service PaaS platform. The group instantiates the request, the request including the VM identifier and the service group identifier;
PaaS平台,用于接收服务组实例化请求,并在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。The PaaS platform is configured to receive a service group instantiation request, and instantiate, in the VM, a service included in the service group corresponding to the service group identifier.
本发明实施例还提供了一种虚拟网络功能VNF服务实例化装置,所述装置包括处理器和存储器;所述存储器用于存储执行权利要求1-7任一项所述方法的程序,以及存储用于实现权利要求1-7任一项所述方法所涉及的数据;The embodiment of the present invention further provides a virtual network function VNF service instantiation device, the device comprising a processor and a memory; the memory is configured to store a program for performing the method of any one of claims 1-7, and store Data for implementing the method of any of claims 1-7;
所述处理器用于执行所述存储器中存储的程序。The processor is configured to execute a program stored in the memory.
本发明实施例还提供了一种计算机可读存储介质,该计算机可读存储介质存储有可执行程序指令,所述可执行程序指令被运行时,用于执行上面所述的方法步骤。The embodiment of the present invention further provides a computer readable storage medium storing executable program instructions for executing the method steps described above when the executable program instructions are executed.
本发明实施例还提供了一种计算机程序产品,当该计算机产品被执行时,用于执行上面所述的方法步骤。Embodiments of the present invention also provide a computer program product for performing the method steps described above when the computer product is executed.
本发明实施例由于VDU呈现对虚拟资源、操作系统(Operation System,OS)、服务组标识等的需求,服务组内部的服务不对VNFM呈现,VNFM可以不用解析和知道服务组内部有哪些具体的服务,只需发送服务组标识给PaaS平台即可,满足了不同运营商的要求。In the embodiment of the present invention, since the VDU presents requirements for virtual resources, an operating system (OS), a service group identifier, and the like, the services within the service group are not presented to the VNFM, and the VNFM may not need to parse and know which specific services exist within the service group. Simply send the service group ID to the PaaS platform to meet the requirements of different operators.
附图说明DRAWINGS
图1是本发明实施例提供的一种NFV架构示意图;FIG. 1 is a schematic diagram of an NFV architecture according to an embodiment of the present invention;
图2是本发明实施例提供的一种部署有PaaS的NFV架构示意图;2 is a schematic diagram of an NFV architecture deployed with PaaS according to an embodiment of the present invention;
图3是本发明实施例提供的一种VNF服务实例化流程示意图;3 is a schematic diagram of a VNF service instantiation process according to an embodiment of the present invention;
图4是本发明实施例提供的一种VDU实例逻辑结构示意图;4 is a schematic diagram of a logical structure of an example of a VDU according to an embodiment of the present invention;
图5是本发明实施例提供的一种VNF服务扩容流程示意图;FIG. 5 is a schematic diagram of a VNF service expansion process according to an embodiment of the present invention; FIG.
图6是本发明实施例提供的一种VNF服务缩容流程示意图FIG. 6 is a schematic diagram of a VNF service shrinking process according to an embodiment of the present invention; FIG.
图7是本发明实施例提供的一种VNF服务实例化系统架构示意图;FIG. 7 is a schematic structural diagram of a VNF service instantiation system according to an embodiment of the present invention; FIG.
图8是本发明实施例提供的一种VNF服务实例化装置示意图;FIG. 8 is a schematic diagram of a device for instantiating a VNF service according to an embodiment of the present invention; FIG.
图9是本发明实施例提供的一种VNF服务实例化装置硬件示意图。FIG. 9 is a schematic diagram of hardware of a VNF service instantiation device according to an embodiment of the present invention.
具体实施方式Detailed ways
为使本申请的目的、技术方案和优点更加清楚,下面将结合附图对本申请实施方式作进一步地详细描述。In order to make the objects, technical solutions and advantages of the present application more clear, the embodiments of the present application will be further described in detail below with reference to the accompanying drawings.
在对本申请实施例作进一步地详细描述之前,先对本申请实施例的应用场景进行介绍。Before the embodiments of the present application are further described in detail, the application scenarios of the embodiments of the present application are introduced.
由于本申请实施例的PaaS部署在NFV架构中,因此,在此先对NFV架构进行介绍。图1是本申请实施例提供的一种NFV架构示意图,该NFV系统架构能够应用于各种类型的网络中,譬如,可以应用于运营商通信网络或局域网络中等。Since the PaaS of the embodiment of the present application is deployed in the NFV architecture, the NFV architecture is first introduced herein. FIG. 1 is a schematic diagram of an NFV architecture provided by an embodiment of the present application. The NFV system architecture can be applied to various types of networks, for example, to an operator communication network or a local area network.
如图1所示,该NFV架构主要包括有MANO实体110、NFVI 120、多个VNF 130、多个网元管理(Element Management,EM)140以及业务支持管理系统(Operation Support System/Business Support System,OSS/BSS)150等。其中,该MANO实体110还包括有网络功能虚拟化编排器(NFV Orchestrator,NFVO)110a、一个或者多个VNFM110b以及虚拟化基础设施管理器(Virtualized Infrastructure Manager,VIM)110c。As shown in FIG. 1 , the NFV architecture mainly includes a MANO entity 110, an NFVI 120, multiple VNFs 130, multiple Element Management (EM) 140, and an Operation Support System/Business Support System (Operation Support System/Business Support System). OSS/BSS) 150 and so on. The MANO entity 110 further includes a network function virtualization orchestrator (NFVO) 110a, one or more VNFMs 110b, and a virtualized infrastructure manager (VIM) 110c.
为了后续便于说明,接下来对图1中NFV架构中的各个模块的功能进行介绍。For the convenience of the description, the functions of each module in the NFV architecture in FIG. 1 are introduced.
NFVO 110a用于实现网络服务描述符(Network Service Descriptors,NSD),以及虚拟网络功能转发图(VNF Forwarding Graph,VNFFG)的管理及处理、网络服务生命周期的管理、与VNFM配合实现VNF的生命周期管理和虚拟资源的全局视图功能。 NFVO 110a is used to implement Network Service Descriptors (NSD), and management and processing of VNF Forwarding Graph (VNFFG), management of network service life cycle, and VNFM to achieve VNF life cycle. Management and global view capabilities of virtual resources.
VNFM 110b用于实现VNF的生命周期管理,包括虚拟化网络功能描述符(VNF Descriptor,VNFD)文件的管理、VNF的实例化、VNF实例的弹性伸缩(包括扩容Scaling out/up和缩容Scaling in/down)、VNF实例的治愈(healing)以及VNF实例的终结。VNFM还支持接收NFVO下发的弹性伸缩(scaling)策略,实现自动化的VNF弹性伸缩。 VNFM 110b is used to implement VNF lifecycle management, including management of virtualized network function descriptors (VNFD) files, instantiation of VNFs, and elastic scaling of VNF instances (including expansion of Scaling out/up and shrinking Scaling in). /down), healing of the VNF instance and the end of the VNF instance. VNFM also supports the elastic scaling mechanism delivered by NFVO to implement automated VNF elastic scaling.
VIM 110b用于负责基础设施层硬件资源、虚拟化资源的管理(包括预留和分配)、虚拟资源状态的监控和故障上报、面向上层应用提供虚拟化资源池。The VIM 110b is responsible for managing the infrastructure layer hardware resources, virtualized resources (including reservation and allocation), monitoring and fault reporting of virtual resource status, and providing virtualized resource pools for upper-layer applications.
OSS/BSS 150是指运营商现有的运行维护系统OSS/BSS。OSS/BSS 150 refers to the operator's existing operation and maintenance system OSS/BSS.
EM 140用于针对VNF 130执行传统的故障、配置、用户、性能和安全管理(Fault Management、Configuration Management、Account Management、Performance Management、Security Management,FCAPS)功能。The EM 140 is used to perform traditional fault, configuration, user, performance, and security management (Fault Management, Configuration Management, Account Management, Performance Management, Security Management, FCAPS) functions for the VNF 130.
VNF 130对应于传统非虚拟化网络中的物理网络功能(Physical Network Function,PNF),如虚拟化的4G核心网络(Evolved Packet Core,EPC)EPC节点,比如移动管理实体(Mobility Management Entity,MME)、服务网关(Serving Gate Way,SGW)、分组数据网关(Packet Data Network Gateway,PGW)等。其中,网络功能的功能性行为和状态与虚拟化与否无关,NFV技术的需求是希望VNF和PNF拥有相同的功能性行为和外部接口。The VNF 130 corresponds to a Physical Network Function (PNF) in a traditional non-virtualized network, such as a virtualized 4G core network (Evolved Packet Core, EPC) EPC node, such as a Mobility Management Entity (MME). , Serving Gate Way (SGW), Packet Data Network Gateway (PGW), etc. Among them, the functional behavior and state of network functions are not related to virtualization. The requirement of NFV technology is that VNF and PNF have the same functional behavior and external interfaces.
另外,VNF 130可以由多个VNF组件(VNF Component,VNFC)来组成,因此,实际应用中,一个VNF 130可以部署在多个虚拟机(Virtual Machine,VM)上,每个VM承载一个VNF组件的功能。当然,一个VNF 130也可以部署在一个VM上。In addition, the VNF 130 can be composed of multiple VNF components (VNFCs). Therefore, in practical applications, one VNF 130 can be deployed on multiple virtual machines (VMs), each VM carrying a VNF component. The function. Of course, a VNF 130 can also be deployed on a VM.
NFVI 120是由硬件资源和虚拟资源以及虚拟化层组成,从VNF 130的角度来说,虚拟化层和硬件资源看起来是一个能够提供所需虚拟资源的完整实体。 NFVI 120 is composed of hardware resources and virtual resources and a virtualization layer. From the perspective of VNF 130, the virtualization layer and hardware resources appear to be a complete entity capable of providing the required virtual resources.
图2是本申请实施例提供的一种部署有PaaS的NFV架构示意图,如图2所示,相对于图1所示的NFV架构,图2所示的NVF架构中还包括PaaS平台160,该PaaS平台160中包括多个服务和用于管理该多个服务的PaaS管理。2 is a schematic diagram of an NFV architecture deployed with PaaS according to an embodiment of the present application. As shown in FIG. 2, the NVF architecture shown in FIG. 2 further includes a PaaS platform 160, as shown in FIG. The PaaS platform 160 includes a plurality of services and PaaS management for managing the plurality of services.
另外,部署在NFV架构中的PaaS平台和NFV架构中的VNFM实体用于执行本申请实施例的方法。所述方法主要流程包括:In addition, the PafS platform deployed in the NFV architecture and the VNFM entity in the NFV architecture are used to perform the methods of the embodiments of the present application. The main processes of the method include:
VNFM接收VNF实例化请求消息;The VNFM receives the VNF instantiation request message;
VNFM获取虚拟网络功能信息模型描述符VNFD,并根据VNFD生成虚拟机VM,其中所述VNFD包括服务组标识;The VNFM acquires a virtual network function information model descriptor VNFD, and generates a virtual machine VM according to the VNFD, wherein the VNFD includes a service group identifier;
VNFM向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识,以使PaaS平台在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。The VNFM sends a service group instantiation request to the platform as a service PaaS platform, where the request includes a VM identifier and a service group identifier, so that the PaaS platform performs an instance of the service included in the service group corresponding to the service group identifier in the VM. Chemical.
接下来对上述流程进行详细解释说明,图3是本申请实施例提供的一种NFV服务实例化流程图,应用于图2中所示的部署有PaaS平台的NFV架构中,该方法包括如下步骤:The following is a detailed explanation of the foregoing process. FIG. 3 is a flowchart of an NFV service instantiation provided in the embodiment of the present application. The method is applied to the NFV architecture deployed in the PaaS platform shown in FIG. 2, and the method includes the following steps. :
301.VNFM接收实例化VNF请求消息,所述请求消息中携带Flavour ID。301. The VNFM receives the instantiated VNF request message, where the request message carries a Flavour ID.
所述实例化VNF请求消息可以是NFVO发送的,也可以是其他NFV实体发送的The instantiated VNF request message may be sent by the NFVO, or may be sent by other NFV entities.
302.VNFM在所述VNFD中根据所述Flavour ID查找对应的VDU ID,分配虚拟资源和加载OS,完成虚拟机VM的启动。302. The VNFM searches for the corresponding VDU ID according to the Flavour ID in the VNFD, allocates a virtual resource, and loads the OS, and completes startup of the virtual machine VM.
在步骤301之前,VNFM会收到NFVO发送的相应的VNFD ID信息,如通过接收NFVO发送的Create VNF Identifier请求来获取所述请求包含的VNFD ID。由于上述这些步骤属于现有流程,具体可参考IFA007V2.3.1,在此不详细描述。在步骤302中,VNFM会通过VNFD ID获取虚拟网络功能信息模型描述符VNFD,并在所述VNFD中根据Flavour ID查找对应的VDU ID,确定需要部署的VDU,分配虚拟资源和加载OS,然后生成虚拟机VM。Before step 301, the VNFM receives the corresponding VNFD ID information sent by the NFVO, such as by receiving a Create VNF Identifier request sent by the NFVO to obtain the VNFD ID included in the request. Since the above steps belong to the existing process, reference may be made to IFA007V2.3.1, which is not described in detail herein. In step 302, the VNFM obtains the virtual network function information model descriptor VNFD through the VNFD ID, and finds the corresponding VDU ID according to the Flavour ID in the VNFD, determines the VDU to be deployed, allocates the virtual resource, loads the OS, and then generates Virtual machine VM.
下面结合表1来具体介绍上述步骤,表1是VNFD的一个示意图,包括各种字段,如Flavour ID,VDU ID,服务组标识等,其中:The following steps are specifically described in conjunction with Table 1. Table 1 is a schematic diagram of the VNFD, including various fields, such as Flavour ID, VDU ID, service group identifier, etc., where:
Flavour ID主要是描述一种网络拓扑结构,需要哪些VDU,每种VDU部署的最大最小实例数,内部网络连接关系等。The Flavour ID is mainly used to describe a network topology, which VDUs are required, the maximum and minimum number of instances of each VDU deployment, internal network connection relationships, and so on.
VDU描述VNF的一种规格的虚拟部署单元,不同规格的VDU其虚拟机规格和软件可以不同。一个VDU实例映射到一个VM。The VDU describes a virtual deployment unit of a specification of the VNF. The VDUs of different specifications may have different virtual machine specifications and software. A VDU instance is mapped to a VM.
服务组标识对应的服务组包括一个或多个不同的服务,所述服务可以是基于容器(Container)的服务,也可以是不基于容器的服务,且服务组内部的服务不对VNFM呈现,即VNFM不知道服务组包括有哪些具体的服务。The service group corresponding to the service group identifier includes one or more different services, and the service may be a container-based service or a non-container-based service, and the service within the service group is not presented to the VNFM, that is, VNFM. I don't know what specific services are included in the service group.
Figure PCTCN2018124158-appb-000001
Figure PCTCN2018124158-appb-000001
Figure PCTCN2018124158-appb-000002
Figure PCTCN2018124158-appb-000002
表1Table 1
如果VNFM收到的Flavour ID是Flavour_1,那么在表1中,Flavour_1分别对应VDU-1和VDU-2,则VNFM确定需要部署的VDU类型是VDU-1和VDU-2,如果VDU-1和VDU-2分别对应一个实例,那么VNFM会分配相应的虚拟资源并加载操作系统OS,分别生成VM1和VM2;如果VDU-1和VDU-2分别对应多个实例,则VNFM会分配相应的虚拟资源并加载操作系统OS,分别生成对应的多个VM1和多个VM2。If the Flavour ID received by the VNFM is Flavour_1, then in Table 1, Flavour_1 corresponds to VDU-1 and VDU-2, respectively, and the VNFM determines that the VDU types to be deployed are VDU-1 and VDU-2, if VDU-1 and VDU -2 corresponds to an instance, then the VNFM allocates the corresponding virtual resources and loads the operating system OS to generate VM1 and VM2 respectively; if VDU-1 and VDU-2 correspond to multiple instances respectively, the VNFM allocates the corresponding virtual resources and The operating system OS is loaded, and a corresponding plurality of VM1s and multiple VM2s are respectively generated.
图4是一种VDU实例逻辑结构示意图,在该图中,一个VDU实例(Instance)只包含或对应一个服务组,所述服务组包含一个或多个服务。在VNFD中,一个VDU ID标识一种VDU类型,一种类型VDU可以部署一个或多个VDU实例,具体取决于VNFD中携带的相关信息;一个VDU实例对应生成一个VM,且一个VM内只实例化一个服务组中的服务。4 is a schematic diagram of a logical structure of a VDU instance, in which a VDU instance contains or corresponds to only one service group, and the service group includes one or more services. In a VNFD, a VDU ID identifies a VDU type. One type of VDU can deploy one or more VDU instances, depending on the information carried in the VNFD. A VDU instance generates a VM and only one instance in the VM. A service in a service group.
303.VNFM向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识。303. The VNFM sends a service group instantiation request to the platform as a service PaaS platform, the request including a VM identity and a service group identity.
继续以步骤302中的表1作为例子,那么VNFM会向PaaS平台发送第一服务组实例化请求,所述请求包括VM标识VM1、服务组标识SG-1;然后VNFM会向PaaS平台发送第二服务组实例化请求,所述请求包括VM标识VM2、服务组标识SG-2。这里,作为一个公知常识,“标识”包含IP地址、名称、ID等一系列常用标识,只要能够唯一识别“目标对象”即可。Continuing with Table 1 in step 302 as an example, the VNFM sends a first service group instantiation request to the PaaS platform, the request including the VM identity VM1, the service group identity SG-1; then the VNFM sends a second to the PaaS platform. The service group instantiates a request, the request including a VM identity VM2, a service group identity SG-2. Here, as a common general knowledge, the "identity" includes a series of commonly used identifiers such as an IP address, a name, and an ID, as long as the "target object" can be uniquely identified.
304.PaaS平台接收所述服务组实例化请求,在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。304. The PaaS platform receives the service group instantiation request, and instantiates a service included in the service group corresponding to the service group identifier in the VM.
PaaS平台接收VNFM发送的第一服务组实例化请求,确定SG-1内的各个服务,并在VM1内对SG-1包含的各个服务进行实例化;然后,PaaS平台接收VNFM发送的第二服务组实例化请求,确定SG-2内的各个服务,并在VM2内对SG-2包含的各个服务进行实例化。The PaaS platform receives the first service group instantiation request sent by the VNFM, determines each service in the SG-1, and instantiates each service included in the SG-1 in the VM1. Then, the PaaS platform receives the second service sent by the VNFM. The group instantiates the request, determines each service within the SG-2, and instantiates each service included in the SG-2 within the VM2.
305.PaaS向VNFM返回服务组实例化完成响应消息。305. PaaS returns a service group instantiation completion response message to the VNFM.
PaaS完成服务组实例化后向VNFM返回服务组实例化完成响应消息后,后续VNFM按现有技术流程进行操作,如在所有的VDU实例化完成后,建立虚拟网络连接等操作,这里不再详述。具体可参见标准标准IFA029。After the PaaS completes the service group instantiation and returns the service group instantiation completion response message to the VNFM, the subsequent VNFM operates according to the existing technical process. For example, after all the VDU instantiations are completed, the virtual network connection is established, and the details are not detailed here. Said. See the standard standard IFA029 for details.
由于VDU呈现对虚拟资源、OS、服务组标识等的需求,服务组内部的服务不对VNFM呈现,VNFM可以不用解析和知道服务组内部有哪些具体的服务,只需发送服务组标识给PaaS平台即可,从而满足了不同运营商的要求。Since the VDU presents requirements for virtual resources, OS, service group identification, etc., the services inside the service group are not presented to the VNFM. The VNFM can analyze and know which specific services exist within the service group, and only need to send the service group identifier to the PaaS platform. Yes, thus meeting the requirements of different operators.
图5是本发明一种实施例NFV服务扩容的流程图,扩容流程跟NFV服务实例化流程类似,具体步骤如下:FIG. 5 is a flowchart of expanding an NFV service according to an embodiment of the present invention. The expansion process is similar to the NFV service instantiation process. The specific steps are as follows:
501.VNFM接收VNF扩容请求消息。501. The VNFM receives the VNF expansion request message.
502.VNFM根据扩容请求消息以及VNFD,确定需要增加的VDU以及对应的虚拟资源 的需求,分配对应虚拟资源和加载OS,完成虚拟机的启动。502. The VNFM determines the VDU to be added and the corresponding virtual resource according to the capacity expansion request message and the VNFD, allocates the corresponding virtual resource, and loads the OS to complete the startup of the virtual machine.
这里所说的扩容是指增加VM的扩容,由VNFM受触发引起扩容操作,此时,VNFM结合VNFD、现有的实例信息、请求中的扩容信息等,确定要增加的VDU实例以及对应的虚拟资源需求,并完成对应的资源分配和OS加载,从而完成虚拟机的启动。The capacity expansion mentioned here refers to the expansion of the VM and the expansion of the VM by the VNFM. At this time, the VNFM combines the VNFD, the existing instance information, and the expansion information in the request to determine the VDU instance to be added and the corresponding virtual Resource requirements, and complete the corresponding resource allocation and OS loading to complete the virtual machine startup.
503.VNFM确定各VDU中服务组标识,向PaaS平台发起各VM内服务组的实例化请求,请求携带VM标识和对应的服务组标识。503. The VNFM determines the service group identifier in each VDU, and initiates an instantiation request of the service group in each VM to the PaaS platform, and requests to carry the VM identifier and the corresponding service group identifier.
如果步骤502中需要增加多个VDU,那么VNFM分别向PaaS平台发起VM内服务组的实例化请求,跟步骤303类似。If multiple VDUs need to be added in step 502, the VNFM initiates an instantiation request for the service group within the VM to the PaaS platform, similar to step 303.
504.PaaS平台根据服务组标识,确定需要实例化的服务,在对应的VM内完成各服务的实例化操作。504. The PaaS platform determines the service that needs to be instantiated according to the service group identifier, and completes the instantiation operation of each service in the corresponding VM.
505.PaaS平台向VNFM返回服务组实例化完成响应消息。505. The PaaS platform returns a service group instantiation completion response message to the VNFM.
图6是本发明一种实施例NFV服务缩容的流程图,缩容流程跟NFV服务实例化流程类似,具体步骤如下:FIG. 6 is a flowchart of a NFV service shrinkage according to an embodiment of the present invention. The shrink process is similar to the NFV service instantiation process. The specific steps are as follows:
601.VNFM接收VNF缩容请求消息。601. The VNFM receives the VNF contraction request message.
602.VNFM根据缩容请求消息以及VNFD,确定需要减少的VDU并确定相应的VM。602. The VNFM determines the VDU to be reduced and determines the corresponding VM according to the shrink request message and the VNFD.
603.VNFM确定各VDU中的服务组标识,向PaaS平台发起各终结VM内服务组的实例化请求,所述请求携带VM标识以及服务组标识。603. The VNFM determines the service group identifier in each VDU, and initiates an instantiation request of each service group in the terminating VM to the PaaS platform, where the request carries the VM identifier and the service group identifier.
604.PaaS平台根据VM标识以及服务组标识,终结对应的VM内服务组所包含的服务。604. The PaaS platform terminates the services included in the corresponding service group in the VM according to the VM identifier and the service group identifier.
步骤603中,所述实例化请求可只携带VM标识,不携带服务组标识;在步骤604中,所述PaaS平台可根据VM标识找到相应的VM,然后确定所述VM内的服务组有哪些服务实例,然后终结这些服务实例。In step 603, the instantiation request may only carry the VM identifier and does not carry the service group identifier. In step 604, the PaaS platform may find the corresponding VM according to the VM identifier, and then determine which service groups in the VM are available. Service instances and then terminate those service instances.
另外,作为缩容的一个特例,终结VNF服务的流程跟缩容的类似,区别只是PaaS平台会根据VNFM的终结服务组请求消息终结所有VM内的服务实例,这里不再详述。In addition, as a special case of the shrinkage, the process of terminating the VNF service is similar to that of the shrinkage. The difference is that the PaaS platform terminates the service instances in all VMs according to the VNFM's final service group request message, which will not be described in detail here.
图7是本发明实施例一种VNF服务实例化系统架构示意图,该系统包括虚拟网络功能管理器VNFM和平台即服务PaaS平台,其中,7 is a schematic diagram of a VNF service instantiation system architecture according to an embodiment of the present invention, where the system includes a virtual network function manager VNFM and a platform as a service PaaS platform, where
VNFM,用于接收虚拟网络功能VNF实例化请求消息,获取虚拟网络功能信息模型描述符VNFD,并根据VNFD生成虚拟机VM,其中所述VNFD包括服务组标识,以及向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识;The VNFM is configured to receive a virtual network function VNF instantiation request message, obtain a virtual network function information model descriptor VNFD, and generate a virtual machine VM according to the VNFD, wherein the VNFD includes a service group identifier, and sends a service to the platform as a service PaaS platform. The group instantiates the request, the request including the VM identifier and the service group identifier;
PaaS平台,用于接收服务组实例化请求,并在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。The PaaS platform is configured to receive a service group instantiation request, and instantiate, in the VM, a service included in the service group corresponding to the service group identifier.
具体地,所述VNF实例化请求消息包括Flavour ID,VNFM用于在所述VNFD中根据所述Flavour ID查找对应的VDU ID,然后生成相应的虚拟机VM,其中所述VNFD包括和所述VDU ID对应的服务组标识。Specifically, the VNF instantiation request message includes a Flavour ID, where the VNFM is used to search for a corresponding VDU ID according to the Flavour ID in the VNFD, and then generate a corresponding virtual machine VM, where the VNFD includes the VDU The service group ID corresponding to the ID.
所述VNFM可配置用于执行上述方法步骤中由VNFM执行的各个方法步骤。The VNFM can be configured to perform the various method steps performed by the VNFM in the method steps described above.
图8是一种虚拟网络功能VNF服务实例化装置示意图,该装置包括:FIG. 8 is a schematic diagram of a virtual network function VNF service instantiation device, the device includes:
接收单元,用于接收虚拟网络功能VNF实例化请求消息;a receiving unit, configured to receive a virtual network function VNF instantiation request message;
处理单元,用于获取虚拟网络功能信息模型描述符VNFD,并根据VNFD生成虚拟机 VM,其中所述VNFD包括服务组标识;a processing unit, configured to acquire a virtual network function information model descriptor VNFD, and generate a virtual machine VM according to the VNFD, where the VNFD includes a service group identifier;
发送单元,用于向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识,以使PaaS平台在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。a sending unit, configured to send a service group instantiation request to the platform as a service PaaS platform, where the request includes a VM identifier and a service group identifier, so that the PaaS platform includes the service group corresponding to the service group identifier in the VM The service is instantiated.
具体地,所述VNF实例化请求消息包括Flavour ID,则处理单元用于在所述VNFD中根据所述Flavour ID查找对应的VDU ID,然后生成相应的虚拟机VM,其中所述VNFD包括和所述VDU ID对应的服务组标识。Specifically, the VNF instantiation request message includes a Flavour ID, and the processing unit is configured to search for a corresponding VDU ID according to the Flavour ID in the VNFD, and then generate a corresponding virtual machine VM, where the VNFD includes a Indicates the service group ID corresponding to the VDU ID.
进一步地,所述VNFD中的Flavour ID对应第一VDU ID和第二VDU ID,且第一VDU ID对应第一服务组标识,第二VDU ID对应第二服务组标识,Further, the Flavour ID in the VNFD corresponds to the first VDU ID and the second VDU ID, and the first VDU ID corresponds to the first service group identifier, and the second VDU ID corresponds to the second service group identifier.
处理单元,用于根据第一VDU ID,生成第一VM,根据第二VDU ID,生成第二VM;a processing unit, configured to generate a first VM according to the first VDU ID, and generate a second VM according to the second VDU ID;
发送单元,用于向PaaS平台发送第一服务组实例化请求,所述请求包括第一VM标识,以及第一服务组标识,以使PaaS平台在所述第一VM内对所述第一服务组标识对应的服务组所包含的服务进行实例化;向PaaS平台发送第二服务组实例化请求,所述请求包括第二VM标识,以及第二服务组标识,以使PaaS平台在所述第二VM内对所述第二服务组标识对应的服务组所包含的服务进行实例化。a sending unit, configured to send a first service group instantiation request to the PaaS platform, where the request includes a first VM identifier, and a first service group identifier, so that the PaaS platform accesses the first service in the first VM The service included in the service group corresponding to the group identifier is instantiated; the second service group instantiation request is sent to the PaaS platform, the request includes a second VM identifier, and the second service group identifier, so that the PaaS platform is in the The service included in the service group corresponding to the second service group identifier is instantiated in the second VM.
如果接收单元接收到VNF扩容请求消息;If the receiving unit receives the VNF expansion request message;
则,处理单元用于根据所述扩容请求消息以及VNFD确定需要增加第三VDU,生成相应的第三VM,并在所述VNFD中根据第三VDU ID确定相应的第三服务组标识;Then, the processing unit is configured to determine, according to the expansion request message and the VNFD, that the third VDU needs to be added, generate a corresponding third VM, and determine a corresponding third service group identifier according to the third VDU ID in the VNFD;
发送单元用于向PaaS平台发送第三服务组实例化请求,所述请求包括第三VM标识,以及第三服务组标识,以使PaaS平台在所述第三VM内对所述第三服务组标识对应的服务组所包含的服务进行实例化。The sending unit is configured to send a third service group instantiation request to the PaaS platform, where the request includes a third VM identifier, and a third service group identifier, so that the PaaS platform accesses the third service group in the third VM Identifies the services contained in the corresponding service group for instantiation.
如果接收单元进一步接收到VNF缩容请求消息;If the receiving unit further receives the VNF contraction request message;
则,处理单元用于根据所述缩容请求消息以及VNFD确定需要终结的VM;Then, the processing unit is configured to determine, according to the volume reduction request message and the VNFD, a VM that needs to be terminated;
发送单元用于向PaaS平台发送终结服务组请求,所述请求包括要终结的VM标识,以使PaaS平台在所述要终结的VM内对服务组包括的服务进行终结。The sending unit is configured to send a final service group request to the PaaS platform, where the request includes a VM identifier to be terminated, so that the PaaS platform terminates the service included in the service group in the VM to be terminated.
图9是本发明另一实施例提供的VNF服务实例化装置硬件图,所述装置可以包括:处理器、通信接口以及存储器。FIG. 9 is a hardware diagram of a VNF service instantiation device according to another embodiment of the present invention. The device may include: a processor, a communication interface, and a memory.
处理器91可以包括一个或者一个以上处理单元,该处理单元可以是中央处理单元(英文:central processing unit,CPU)或者网络处理器(英文:network processor,NP)等。The processor 91 may include one or more processing units, which may be a central processing unit (CPU) or a network processor (NP).
通信接口94用于跟其他通信设备连接和信息交互,包括接收和发送相应的消息;该网络设备90还可以包括存储器93,处理器91可以通过总线与存储器93和通信接口94相连。存储器93可用于存储软件程序,该软件程序可以由处理器91执行,以实现图3、5和图6中所示的实施例中的方法步骤。此外,该存储器93中还可以存储各类业务数据或者用户数据,包括上述方法步骤中的各种应用实例和服务的状态数据等。The communication interface 94 is used for connection and information exchange with other communication devices, including receiving and transmitting corresponding messages; the network device 90 may further include a memory 93, and the processor 91 may be connected to the memory 93 and the communication interface 94 via a bus. The memory 93 can be used to store software programs that can be executed by the processor 91 to implement the method steps in the embodiments shown in Figures 3, 5 and 6. In addition, the memory 93 can also store various types of service data or user data, including various application examples and status data of the service in the above method steps.
可选地,该网络设备90还可以包括输出设备95以及输入设备97。输出设备95和输入设备97与处理器91相连。输出设备95可以是用于显示信息的显示器、播放声音的功放设备或者打印机等,输出设备95还可以包括输出控制器,用以提供输出到显示屏、 功放设备或者打印机。输入设备97可以是用于用户输入信息的诸如鼠标、键盘、电子触控笔或者触控面板之类的设备,输入设备97还可以包括输出控制器以用于接收和处理来自鼠标、键盘、电子触控笔或者触控面板等设备的输入Optionally, the network device 90 may further include an output device 95 and an input device 97. Output device 95 and input device 97 are coupled to processor 91. The output device 95 can be a display for displaying information, a power amplifier device for playing sound, or a printer, etc. The output device 95 can also include an output controller for providing output to a display screen, a power amplifier device, or a printer. The input device 97 may be a device such as a mouse, a keyboard, an electronic stylus or a touch panel for inputting information by the user, and the input device 97 may further include an output controller for receiving and processing from the mouse, the keyboard, the electronic Input from devices such as stylus or touch panel
在上述实施例中,可以全部或部分地通过软件、硬件、固件或者其任意结合来实现。当使用软件实现时,可以全部或部分地以计算机程序产品的形式实现。所述计算机程序产品包括一个或多个计算机指令。在计算机上加载和执行所述计算机指令时,全部或部分地产生按照本申请实施例所述的流程或功能。所述计算机可以是通用计算机、专用计算机、计算机网络、或者其他可编程装置。所述计算机指令可以存储在计算机可读存储介质中,或者从一个计算机可读存储介质向另一个计算机可读存储介质传输,例如,所述计算机指令可以从一个网站站点、计算机、服务器或数据中心通过有线(例如:同轴电缆、光纤、数据用户线(Digital Subscriber Line,DSL))或无线(例如:红外、无线、微波等)方式向另一个网站站点、计算机、服务器或数据中心进行传输。所述计算机可读存储介质可以是计算机能够存取的任何可用介质或者是包含一个或多个可用介质集成的服务器、数据中心等数据存储设备。所述可用介质可以是磁性介质(例如:软盘、硬盘、磁带)、光介质(例如:数字通用光盘(Digital Versatile Disc,DVD))、或者半导体介质(例如:固态硬盘(Solid State Disk,SSD))等。In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, it may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When the computer instructions are loaded and executed on a computer, the processes or functions described in accordance with embodiments of the present application are generated in whole or in part. The computer can be a general purpose computer, a special purpose computer, a computer network, or other programmable device. The computer instructions can be stored in a computer readable storage medium or transferred from one computer readable storage medium to another computer readable storage medium, for example, the computer instructions can be from a website site, computer, server or data center Transfer to another website site, computer, server, or data center by wire (eg, coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (eg, infrared, wireless, microwave, etc.). The computer readable storage medium can be any available media that can be accessed by a computer or a data storage device such as a server, data center, or the like that includes one or more available media. The usable medium may be a magnetic medium (for example, a floppy disk, a hard disk, a magnetic tape), an optical medium (for example, a digital versatile disc (DVD)), or a semiconductor medium (for example, a solid state disk (SSD)). )Wait.
本领域普通技术人员可以理解实现上述实施例的全部或部分步骤可以通过硬件来完成,也可以通过程序来指令相关的硬件完成,所述的程序可以存储于一种计算机可读存储介质中,上述提到的存储介质可以是只读存储器,磁盘或光盘等。A person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium. The storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.
以上所述为本申请提供的实施例,并不用以限制本申请,凡在本申请的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本申请的保护范围之内。The above description of the embodiments of the present application is not intended to limit the application, and any modifications, equivalents, improvements, etc. made within the spirit and principles of the present application are included in the scope of the present application. Inside.

Claims (19)

  1. 一种虚拟网络功能VNF服务实例化方法,其特征在于,包括:A virtual network function VNF service instantiation method, comprising:
    虚拟网络功能管理器VNFM接收虚拟网络功能VNF实例化请求消息;The virtual network function manager VNFM receives the virtual network function VNF instantiation request message;
    VNFM获取虚拟网络功能信息模型描述符VNFD,并根据VNFD生成虚拟机VM,其中所述VNFD包括服务组标识;The VNFM acquires a virtual network function information model descriptor VNFD, and generates a virtual machine VM according to the VNFD, wherein the VNFD includes a service group identifier;
    VNFM向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识,以使PaaS平台在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。The VNFM sends a service group instantiation request to the platform as a service PaaS platform, where the request includes a VM identifier and a service group identifier, so that the PaaS platform performs an instance of the service included in the service group corresponding to the service group identifier in the VM. Chemical.
  2. 根据权利要求1所述的方法,其特征在于,所述VNF实例化请求消息包括Flavour ID,The method according to claim 1, wherein the VNF instantiation request message includes a Flavour ID,
    所述VNFM根据VNFD生成虚拟机VM的步骤具体包括:The step of generating, by the VNFM, the virtual machine VM according to the VNFD includes:
    VNFM在所述VNFD中根据所述Flavour ID查找对应的VDU ID,然后生成相应的虚拟机VM,其中所述VNFD包括所述VDU ID对应的服务组标识。The VNFM searches for a corresponding VDU ID according to the Flavour ID in the VNFD, and then generates a corresponding virtual machine VM, where the VNFD includes a service group identifier corresponding to the VDU ID.
  3. 根据权利要求2所述的方法,其特征在于,所述VNFD中的Flavour ID对应第一VDU ID和第二VDU ID,且第一VDU ID对应第一服务组标识,第二VDU ID对应第二服务组标识,所述方法具体包括:The method according to claim 2, wherein the Flavour ID in the VNFD corresponds to the first VDU ID and the second VDU ID, and the first VDU ID corresponds to the first service group identifier, and the second VDU ID corresponds to the second Service group identifier, the method specifically includes:
    VNFM在所述VNFD中根据所述Flavour ID查找对应的第一VDU ID和第二VDU ID,The VNFM searches for the corresponding first VDU ID and the second VDU ID according to the Flavour ID in the VNFD.
    VNFM根据第一VDU ID,生成第一VM;The VNFM generates a first VM according to the first VDU ID;
    VNFM根据第二VDU ID,生成第二VM;The VNFM generates a second VM according to the second VDU ID;
    VNFM向PaaS平台发送第一服务组实例化请求,所述请求包括第一VM标识,以及第一服务组标识,以使PaaS平台在所述第一VM内对所述第一服务组标识对应的服务组所包含的服务进行实例化;The VNFM sends a first service group instantiation request to the PaaS platform, the request including the first VM identifier, and the first service group identifier, so that the PaaS platform corresponds to the first service group identifier in the first VM The services included in the service group are instantiated;
    VNFM向PaaS平台发送第二服务组实例化请求,所述请求包括第二VM标识,以及第二服务组标识,以使PaaS平台在所述第二VM内对所述第二服务组标识对应的服务组所包含的服务进行实例化。The VNFM sends a second service group instantiation request to the PaaS platform, where the request includes a second VM identifier and a second service group identifier, so that the PaaS platform corresponds to the second service group identifier in the second VM. The services included in the service group are instantiated.
  4. 根据权利要求3所述的方法,其特征在于,所述方法进一步包括:The method of claim 3, wherein the method further comprises:
    VNFM接收VNF扩容请求消息,并根据所述扩容请求消息以及VNFD确定需要增加第三VDU,生成相应的第三VM;并在所述VNFD中根据第三VDU ID确定相应的第三服务组标识;The VNFM receives the VNF expansion request message, and determines that the third VDU needs to be added according to the expansion request message and the VNFD to generate a corresponding third VM; and determines a corresponding third service group identifier according to the third VDU ID in the VNFD;
    VNFM向PaaS平台发送第三服务组实例化请求,所述请求包括第三VM标识,以及第三服务组标识,以使PaaS平台在所述第三VM内对所述第三服务组标识对应的服务组所包含的服务进行实例化。The VNFM sends a third service group instantiation request to the PaaS platform, where the request includes a third VM identifier, and a third service group identifier, so that the PaaS platform corresponds to the third service group identifier in the third VM. The services included in the service group are instantiated.
  5. 根据权利要求1-4任一项所述的方法,其特征在于,所述方法进一步包括:The method according to any one of claims 1 to 4, wherein the method further comprises:
    VNFM接收VNF缩容请求消息,并根据所述缩容请求消息以及VNFD确定需要终结的VM;The VNFM receives the VNF contraction request message, and determines the VM that needs to be terminated according to the shrink request message and the VNFD;
    VNFM向PaaS平台发送终结服务组请求,所述请求包括要终结的VM标识,以使PaaS平台在所述要终结的VM内对服务组包括的服务进行终结。The VNFM sends a final service group request to the PaaS platform, the request including the VM identifier to be terminated, so that the PaaS platform terminates the service included in the service group in the VM to be terminated.
  6. 根据权利要求1-4任一项所述的方法,其特征在于,所述方法进一步包括:The method according to any one of claims 1 to 4, wherein the method further comprises:
    VNFM接收PaaS平台返回的服务组实例化完成响应消息;The VNFM receives the service group instantiation completion response message returned by the PaaS platform;
    VNFM在所有的VDU实例化完成后,建立虚拟网络连接操作。After all VDUs are instantiated, the VNFM establishes a virtual network connection operation.
  7. 根据权利要求1-4任一项所述的方法,其特征在于,A method according to any one of claims 1 to 4, characterized in that
    服务组内部的服务不对VNFM呈现。Services within the service group are not presented to the VNFM.
  8. 一种虚拟网络功能VNF服务实例化装置,其特征在于,包括:A virtual network function VNF service instantiation device, comprising:
    接收单元,用于接收虚拟网络功能VNF实例化请求消息;a receiving unit, configured to receive a virtual network function VNF instantiation request message;
    处理单元,用于获取虚拟网络功能信息模型描述符VNFD,并根据VNFD生成虚拟机VM,其中所述VNFD包括服务组标识;a processing unit, configured to acquire a virtual network function information model descriptor VNFD, and generate a virtual machine VM according to the VNFD, where the VNFD includes a service group identifier;
    发送单元,用于向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识,以使PaaS平台在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。a sending unit, configured to send a service group instantiation request to the platform as a service PaaS platform, where the request includes a VM identifier and a service group identifier, so that the PaaS platform includes the service group corresponding to the service group identifier in the VM The service is instantiated.
  9. 根据权利要求8所述的装置,其特征在于,所述VNF实例化请求消息包括Flavour ID,The apparatus according to claim 8, wherein the VNF instantiation request message includes a Flavour ID,
    所述VNFM根据VNFD生成虚拟机VM的步骤具体包括:The step of generating, by the VNFM, the virtual machine VM according to the VNFD includes:
    处理单元,用于在所述VNFD中根据所述Flavour ID查找对应的VDU ID,然后生成相应的虚拟机VM,其中所述VNFD包括和所述VDU ID对应的服务组标识。And a processing unit, configured to search for a corresponding VDU ID according to the Flavour ID in the VNFD, and then generate a corresponding virtual machine VM, where the VNFD includes a service group identifier corresponding to the VDU ID.
  10. 根据权利要求9所述的装置,其特征在于,所述VNFD中的Flavour ID对应第一VDU ID和第二VDU ID,且第一VDU ID对应第一服务组标识,第二VDU ID对应第二服务组标识,The device according to claim 9, wherein the Flavour ID in the VNFD corresponds to the first VDU ID and the second VDU ID, and the first VDU ID corresponds to the first service group identifier, and the second VDU ID corresponds to the second Service group ID,
    处理单元,用于根据第一VDU ID,生成第一VM,根据第二VDU ID,生成第二VM;a processing unit, configured to generate a first VM according to the first VDU ID, and generate a second VM according to the second VDU ID;
    发送单元,用于向PaaS平台发送第一服务组实例化请求,所述请求包括第一VM标识,以及第一服务组标识,以使PaaS平台在所述第一VM内对所述第一服务组标识对应的服务组所包含的服务进行实例化;向PaaS平台发送第二服务组实例化请求,所述请求包括第二VM标识,以及第二服务组标识,以使PaaS平台在所述第二VM内对所述第二服务组标识对应的服务组所包含的服务进行实例化。a sending unit, configured to send a first service group instantiation request to the PaaS platform, where the request includes a first VM identifier, and a first service group identifier, so that the PaaS platform accesses the first service in the first VM The service included in the service group corresponding to the group identifier is instantiated; the second service group instantiation request is sent to the PaaS platform, the request includes a second VM identifier, and the second service group identifier, so that the PaaS platform is in the The service included in the service group corresponding to the second service group identifier is instantiated in the second VM.
  11. 根据权利要求10所述的装置,其特征在于,The device of claim 10 wherein:
    接收单元,用于接收VNF扩容请求消息;a receiving unit, configured to receive a VNF expansion request message;
    处理单元,用于根据所述扩容请求消息以及VNFD确定需要增加第三VDU,生成相应的第三VM,并在所述VNFD中根据第三VDU ID确定相应的第三服务组标识;a processing unit, configured to determine, according to the expansion request message and the VNFD, that a third VDU needs to be added, generate a corresponding third VM, and determine, in the VNFD, a corresponding third service group identifier according to the third VDU ID;
    发送单元,用于向PaaS平台发送第三服务组实例化请求,所述请求包括第三VM标识,以及第三服务组标识,以使PaaS平台在所述第三VM内对所述第三服务组标识对应的服务组所包含的服务进行实例化。a sending unit, configured to send a third service group instantiation request to the PaaS platform, where the request includes a third VM identifier, and a third service group identifier, so that the PaaS platform accesses the third service in the third VM The service contained in the service group corresponding to the group ID is instantiated.
  12. 根据权利要求8-11任一项所述的装置,其特征在于,A device according to any one of claims 8-11, wherein
    接收单元,用于接收VNF缩容请求消息;a receiving unit, configured to receive a VNF contraction request message;
    处理单元,用于根据所述缩容请求消息以及VNFD确定需要终结的VM;a processing unit, configured to determine, according to the volume reduction request message and the VNFD, a VM that needs to be terminated;
    发送单元,用于向PaaS平台发送终结服务组请求,所述请求包括要终结的VM标识,以使PaaS平台在所述要终结的VM内对服务组包括的服务实例进行终结。And a sending unit, configured to send a final service group request to the PaaS platform, where the request includes a VM identifier to be terminated, so that the PaaS platform terminates the service instance included in the service group in the VM to be terminated.
  13. 一种虚拟网络功能VNF服务实例化系统,包括虚拟网络功能管理器VNFM和平台即服务PaaS平台,其特征在于,A virtual network function VNF service instantiation system, comprising a virtual network function manager VNFM and a platform as a service PaaS platform, wherein
    VNFM,用于接收虚拟网络功能VNF实例化请求消息,获取虚拟网络功能信息模型描述符VNFD,并根据VNFD生成虚拟机VM,其中所述VNFD包括服务组标识,以及向平台即服务PaaS平台发送服务组实例化请求,所述请求包括VM标识以及服务组标识;The VNFM is configured to receive a virtual network function VNF instantiation request message, obtain a virtual network function information model descriptor VNFD, and generate a virtual machine VM according to the VNFD, wherein the VNFD includes a service group identifier, and sends a service to the platform as a service PaaS platform. The group instantiates the request, the request including the VM identifier and the service group identifier;
    PaaS平台,用于接收服务组实例化请求,并在所述VM内对所述服务组标识对应的服务组所包含的服务进行实例化。The PaaS platform is configured to receive a service group instantiation request, and instantiate, in the VM, a service included in the service group corresponding to the service group identifier.
  14. 根据权利要求13所述的系统,其特征在于,所述VNF实例化请求消息包括Flavour ID,VNFM根据VNFD生成虚拟机VM具体包括:The system according to claim 13, wherein the VNF instantiation request message includes a Flavour ID, and the VNFM generates the virtual machine VM according to the VNFD, including:
    VNFM用于在所述VNFD中根据所述Flavour ID查找对应的VDU ID,然后生成相应的虚拟机VM,其中所述VNFD包括和所述VDU ID对应的服务组标识。The VNFM is configured to search for a corresponding VDU ID according to the Flavour ID in the VNFD, and then generate a corresponding virtual machine VM, where the VNFD includes a service group identifier corresponding to the VDU ID.
  15. 根据权利要求14所述的系统,其特征在于,所述Flavour ID对应第一VDU ID和第二VDU ID,且第一VDU ID对应第一服务组标识,第二VDU ID对应第二服务组标识,The system according to claim 14, wherein the Flavour ID corresponds to the first VDU ID and the second VDU ID, and the first VDU ID corresponds to the first service group identifier, and the second VDU ID corresponds to the second service group identifier. ,
    VNFM用于根据第一VDU ID,生成第一VM;根据第二VDU ID,生成第二VM;The VNFM is configured to generate a first VM according to the first VDU ID, and generate a second VM according to the second VDU ID;
    VNFM用于向PaaS平台发送第一服务组实例化请求,所述请求包括第一VM标识,以及第一服务组标识;The VNFM is configured to send a first service group instantiation request to the PaaS platform, where the request includes a first VM identifier, and a first service group identifier;
    PaaS平台用于接收所述第一服务组实例化请求,在所述第一VM内对所述第一服务组标识对应的服务组所包含的服务进行实例化;The PaaS platform is configured to receive the first service group instantiation request, and instantiate, in the first VM, a service included in the service group corresponding to the first service group identifier;
    VNFM用于向PaaS平台发送第二服务组实例化请求,所述请求包括第二VM标识,以及第二服务组标识;The VNFM is configured to send a second service group instantiation request to the PaaS platform, where the request includes a second VM identifier, and a second service group identifier;
    PaaS平台用于接收所述第二服务组实例化请求,在所述第二VM内对所述第二服务组标识对应的服务组所包含的服务进行实例化。The PaaS platform is configured to receive the second service group instantiation request, and instantiate, in the second VM, a service included in the service group corresponding to the second service group identifier.
  16. 根据权利要求15所述的系统,其特征在于,The system of claim 15 wherein:
    VNFM用于接收VNF扩容请求消息,并根据所述扩容请求消息以及VNFD确定需要增加第三VDU,生成相应的第三VM;并在所述VNFD中根据第三VDU ID确定相应的第三服务组标识;The VNFM is configured to receive the VNF expansion request message, and determine, according to the expansion request message and the VNFD, that the third VDU needs to be added to generate a corresponding third VM, and determine, in the VNFD, the corresponding third service group according to the third VDU ID. Identification
    VNFM用于向PaaS平台发送第三服务组实例化请求,所述请求包括第三VM标识,以及第三服务组标识;The VNFM is configured to send a third service group instantiation request to the PaaS platform, where the request includes a third VM identifier, and a third service group identifier;
    PaaS平台用于接收所述第三服务组实例化请求,在所述第三VM内对所述第三服务组标识对应的服务组所包含的服务进行实例化。The PaaS platform is configured to receive the third service group instantiation request, and instantiate, in the third VM, a service included in the service group corresponding to the third service group identifier.
  17. 根据权利要求13-16任一项所述的系统,其特征在于,A system according to any of claims 13-16, wherein
    VNFM用于接收VNF缩容请求消息,所述缩容请求消息以及VNFD确定需要终结的VM;The VNFM is configured to receive a VNF contraction request message, and the VNFD determines a VM that needs to be terminated;
    VNFM用于向PaaS平台发送终结服务组请求,所述请求包括要终结的VM标识;The VNFM is configured to send a final service group request to the PaaS platform, where the request includes a VM identifier to be terminated;
    PaaS平台用于接收所述终结服务组请求,在所述要终结的VM内对服务组包括的服务实例进行终结。The PaaS platform is configured to receive the terminating service group request, and terminate the service instance included in the service group in the VM to be terminated.
  18. 一种虚拟网络功能VNF服务实例化装置,其特征在于,所述装置包括处理器和存储器;A virtual network function VNF service instantiation device, characterized in that the device comprises a processor and a memory;
    所述存储器用于存储执行权利要求1-7任一项所述方法的程序,以及存储用于实现权利要求1-7任一项所述方法所涉及的数据;The memory is for storing a program for performing the method of any one of claims 1-7, and storing data for implementing the method of any one of claims 1-7;
    所述处理器用于执行所述存储器中存储的程序。The processor is configured to execute a program stored in the memory.
  19. 一种计算机可读存储介质,该计算机可读存储介质存储有可执行程序指令,所述可执行程序指令被运行时,用于执行上述1-7中的任一权利要求所述的步骤。A computer readable storage medium storing executable program instructions, the executable program instructions being operative to perform the steps of any of the preceding claims 1-7.
PCT/CN2018/124158 2017-12-29 2018-12-27 Vnf service instantiation method and device WO2019129118A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711483185.6 2017-12-29
CN201711483185.6A CN109995552B (en) 2017-12-29 2017-12-29 VNF service instantiation method and device

Publications (1)

Publication Number Publication Date
WO2019129118A1 true WO2019129118A1 (en) 2019-07-04

Family

ID=67066629

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/124158 WO2019129118A1 (en) 2017-12-29 2018-12-27 Vnf service instantiation method and device

Country Status (2)

Country Link
CN (1) CN109995552B (en)
WO (1) WO2019129118A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112217874A (en) * 2020-09-21 2021-01-12 北京邮电大学 Service function chain generation method and device
US11855855B2 (en) 2019-11-29 2023-12-26 Zte Corporation Network operation method based on network functions virtualization device and storage medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127138B (en) * 2019-12-31 2024-04-16 西安华为技术有限公司 Virtualized network function deployment method, device and system
CN113328868B (en) * 2020-02-28 2022-12-16 中移雄安信息通信科技有限公司 NFV management method, VNFM, MEC platform and storage medium
CN113364775B (en) * 2021-06-04 2023-04-18 北京京东振世信息技术有限公司 Calling method and device of microservice and server

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104219127A (en) * 2014-08-30 2014-12-17 华为技术有限公司 Creation method and device of virtual network instance
CN104253866A (en) * 2014-09-20 2014-12-31 华为技术有限公司 Software deployment method and system of virtual network function network element and relevant equipment
US20150288541A1 (en) * 2014-04-03 2015-10-08 Centurylink Intellectual Property Llc Network Functions Virtualization Interconnection Gateway

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150288541A1 (en) * 2014-04-03 2015-10-08 Centurylink Intellectual Property Llc Network Functions Virtualization Interconnection Gateway
CN104219127A (en) * 2014-08-30 2014-12-17 华为技术有限公司 Creation method and device of virtual network instance
CN104253866A (en) * 2014-09-20 2014-12-31 华为技术有限公司 Software deployment method and system of virtual network function network element and relevant equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11855855B2 (en) 2019-11-29 2023-12-26 Zte Corporation Network operation method based on network functions virtualization device and storage medium
CN112217874A (en) * 2020-09-21 2021-01-12 北京邮电大学 Service function chain generation method and device
CN112217874B (en) * 2020-09-21 2021-08-17 北京邮电大学 Service function chain generation method and device

Also Published As

Publication number Publication date
CN109995552A (en) 2019-07-09
CN109995552B (en) 2021-09-03

Similar Documents

Publication Publication Date Title
US10701139B2 (en) Life cycle management method and apparatus
WO2019129118A1 (en) Vnf service instantiation method and device
WO2018024059A1 (en) Method and device for service deployment in virtualized network
US9990232B2 (en) Quality of service tagging for computing jobs
CN110865867B (en) Method, device and system for discovering application topological relation
CN107534571B (en) Method, system and computer readable medium for managing virtual network functions
WO2020135799A1 (en) Vnf service instantiation method and device
US11301303B2 (en) Resource pool processing to determine to create new virtual resource pools and storage devices based on currebt pools and devices not meeting SLA requirements
WO2018027586A1 (en) Method, device and system for virtual machine to access physical server in cloud computing system
US11093296B2 (en) System, virtualization control apparatus, method for controlling a virtualization control apparatus, and program
US10397132B2 (en) System and method for granting virtualized network function life cycle management
WO2020103925A1 (en) Method and apparatus for deploying containerization virtualized network function
WO2017190357A1 (en) Network function instance management method and relevant device
CN109428764B (en) Virtual network function instantiation method
CN111258627A (en) Interface document generation method and device
US20190317783A1 (en) Methods, apparatus, and systems for providing access to serial ports of virtual machines in self-deployed virtual applications
US11871280B2 (en) VNF instantiation method, NFVO, VIM, VNFM, and system
US20200133708A1 (en) Method for Managing VNF Instantiation and Device
WO2022028092A1 (en) Vnf instantiation method and apparatus
WO2019109948A1 (en) Paas management method and device, and storage medium
WO2020077585A1 (en) Vnf service instantiation method and apparatus
US9668082B2 (en) Virtual machine based on a mobile device
CN112448833A (en) Multi-management-domain communication method and device
WO2018099301A1 (en) Data analysis method and device
WO2023179580A1 (en) Vnf deployment method, apparatus and device

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: 18893967

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: 18893967

Country of ref document: EP

Kind code of ref document: A1