WO2023046026A1 - Containerized vnf deployment method and apparatus - Google Patents

Containerized vnf deployment method and apparatus Download PDF

Info

Publication number
WO2023046026A1
WO2023046026A1 PCT/CN2022/120590 CN2022120590W WO2023046026A1 WO 2023046026 A1 WO2023046026 A1 WO 2023046026A1 CN 2022120590 W CN2022120590 W CN 2022120590W WO 2023046026 A1 WO2023046026 A1 WO 2023046026A1
Authority
WO
WIPO (PCT)
Prior art keywords
network
container
request
vim
information
Prior art date
Application number
PCT/CN2022/120590
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 WO2023046026A1 publication Critical patent/WO2023046026A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks

Definitions

  • the present application relates to the field of communication technologies, and in particular to a containerized VNF deployment method and device.
  • Network function virtualization is a technology that reduces the expensive cost of deploying dedicated equipment by using general-purpose hardware devices and virtualization technology to carry the functions of dedicated equipment in traditional networks.
  • NFV network function virtualization
  • the device that receives the instantiation request and instantiates the corresponding service according to the request is called a virtualized service providing device, and the device that sends the instantiation request is called a virtualized service requesting device.
  • the virtualized network service (network service, NS) in NFV can be an IP multimedia subsystem (IP multimedia subsystem, IMS) network service, or an evolved packet core network (evolved packet core, EPC )Internet service.
  • An NS may contain several virtualized network function (virtualized network function, VNF) modules, and a VNF is a software implementation of a network function that can be deployed on the NFV infrastructure.
  • VNF virtualized network function
  • the virtualization service requesting device first needs to submit the description information (network service descriptor, NSD) of the network service to the virtualization service provisioning device, mainly describing the topology of the network service and the included VNFs Description information (VNF descriptor, VNFD).
  • the topology uses virtual link (virtual link, VL) information to describe the connection between each VNF.
  • VNFD describes the topology and deployment requirements of a VNF, including the virtual deployment unit (virtualization deployment unit, VDU) contained in the VNF, the connection point (CP), the VDU that the CP needs to connect to, and the VL that the VNF needs to connect to .
  • VDU virtualization deployment unit
  • CP connection point
  • VDU the VDU that the CP needs to connect to
  • VL the VL that the VNF needs to connect to .
  • the virtualization technology adopted by the NS during virtualization deployment is virtual machine technology
  • several VNFs contained in the NS are virtualized VNFs
  • a VDU contained in the VNF will represent a virtual machine.
  • the virtualization technology used in virtualization deployment is container technology.
  • Several VNFs contained in the NS are containerized VNFs.
  • a VDU contained in the VNF will represent a group of containers. The containers in this group
  • the existing technology can complete the deployment of containerized VNF through the container infrastructure service management (CISM) in the NFV architecture.
  • CISM container infrastructure service management
  • the container management platform Kubernetes (k8S) is created on the managed cluster with Pod as the smallest unit.
  • Containers where a Pod can contain one or more containers. Since each Pod has one and only one network interface, each Pod can only access the default network of the cluster, that is, multiple containers can only access one network.
  • applications generally need to access multiple networks at the same time. For example, when deploying a 5G core network, some network elements will require simultaneous access to the control plane network and the management plane network.
  • the embodiment of the present application provides a containerized VNF deployment method and device, which are used to solve the problems existing in the prior art when deploying containerized VNFs that either cannot meet the requirements of telecommunication scenarios, or can meet the requirements of telecommunication scenarios but cannot Dynamic creation of new networks leads to technical problems such as excessive workload of deploying containerized VNFs and waste of resources.
  • the embodiment of the present application provides a containerized VNF deployment method, which is applied to the virtual network function manager VNFM, including:
  • VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
  • the resource authorization response does not carry the information of the VL network that has been created, send a network creation request to the VIM according to the connection information of the VIM, and when receiving the network creation success response returned by the VIM , sending a container deployment request to the container infrastructure manager CISM;
  • resource authorization response carries information about the created VL network, then send a container deployment request to the CISM.
  • VNFM After VNFM obtains the VNFD file, it sends a resource authorization request to NFVO and receives the resource authorization response returned by NFVO.
  • the VNFD file includes the description information of the VL network, and the description information of the VL network is used to indicate whether the VL network is a
  • the VL network information is carried in the resource authorization request
  • the VIM connection information is carried in the resource authorization response.
  • the VIM sends a network creation request, and sends a container deployment request to the CISM when it receives the network creation success response returned by the VIM, and sends a container deployment request to the CISM if the resource authorization response carries information about the created VL network.
  • VNFM can determine whether the VL network is a network between container cluster nodes and the information of the VL network according to the VNFD file, and then VNFM sends a request to VIM, or VNFM and CISM send requests to VIM respectively, or NFVO and CISM Send requests to the VIM respectively, complete the creation of the VL network between the container cluster nodes and the network interface of the container cluster nodes as needed, and send the request to the CISM by the VNFM to complete the deployment of the container and the connection between the container and the VL network, so as to Dynamically create network interfaces of container cluster nodes and VL networks between container cluster nodes, which not only meets the requirements of telecom scenarios, but also reduces workload and avoids waste of resources.
  • the virtualized network function description VNFD file is obtained, including:
  • VNF instance identifier creation request sent by the NFVO, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier;
  • the description information of the VL network includes description information of the type of the VL network, where the type of the VL network is used to indicate whether the VL network is a network between container cluster nodes.
  • the description information of the VL network type is added to the description information of the VL network, so that VNFM can determine whether the VL network is a network between container cluster nodes according to the VNFD file, thereby creating a network between container cluster nodes on demand
  • VNFM can determine whether the VL network is a network between container cluster nodes according to the VNFD file, thereby creating a network between container cluster nodes on demand
  • the VL network not only meets the requirements of telecom scenarios, but also reduces workload and avoids waste of resources.
  • the VNFD file further includes the description information of the affinity or anti-affinity group and the description information of the virtual deployment unit VDU, wherein the description information of the affinity or anti-affinity group is used to indicate the The corresponding relationship between the connection point CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node.
  • the description information of the VDU is used to indicate the container resources and CP contained in the VDU and the VDU The CP needs to connect to the VL network.
  • the description information of the affinity or anti-affinity group includes the description information of the CP range of the VDU, where the CP range of the VDU is used to indicate any two of the VDU Whether the CP is connected to the network interface of the same container cluster node.
  • VNFM can determine whether any two CPs of the VDU are connected to the same network interface of the container cluster node according to the VNFD file , and then determine whether to create a new network interface on the container cluster node where the VDU is located, so as to create the network interface of the container cluster node on demand, which not only meets the requirements of the telecom scenario, but also reduces the workload and avoids resource waste.
  • sending a resource authorization request to the network function virtualization orchestrator NFVO also includes:
  • VL network is a network between container cluster nodes
  • a resource authorization request is sent to the NFVO.
  • VL network when the VL network is determined to be a network between container cluster nodes, a resource authorization request is sent to NFVO to create a VL network between container cluster nodes on demand, which not only meets the needs of telecom scenarios, but also reduces work amount, avoiding wastage of resources.
  • the information of the VL network is used to indicate the network interface of the container cluster node to which the VL network needs to be connected and the CP of the VDU to which the network interface of the container cluster node needs to be connected.
  • the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
  • the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
  • the network creation request is used to request creation of the VL network.
  • the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
  • the present application also provides a containerized VNF deployment method, which is applied to the network function virtualization orchestrator NFVO, including:
  • VNF instance identifier creation request carries a virtualized network function description VNFD identifier
  • VNFD file corresponding to the VNFD identifier includes a virtual connection VL network
  • the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
  • NFVO sends a VNF instance ID creation request to VNFM, wherein the VNF instance ID creation request carries the VNFD ID, and the VNFD file corresponding to the VNFD ID includes the description information of the VL network, and the description information of the VL network is used to indicate the VL network Whether it is a network between container cluster nodes, receive the resource authorization request sent by VNFM, and send a resource authorization response to VNFM, where the resource authorization request carries VL network information, and the resource authorization response carries VIM connection information.
  • VNFM can determine the corresponding VNFD file according to the VNFD identifier sent by NFVO, and then determine whether the VL network is a network between container cluster nodes and the information of the VL network, so as to dynamically create the network interface of the container cluster node and the container cluster node on demand
  • the VL network between them not only meets the requirements of telecom scenarios, but also reduces workload and avoids waste of resources.
  • sending a resource authorization response to the VNFM includes:
  • the facility manager CISM sends container deployment requests.
  • sending a resource authorization response to the VNFM also includes:
  • sending a network creation request to the VIM includes:
  • the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
  • the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
  • the network creation request is used to request creation of the VL network.
  • the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
  • the present application also provides a VNFM
  • the VNFM has the function of realizing the above-mentioned first aspect or any possible design method of the first aspect, and the function can be realized by hardware or executed by hardware corresponding software implementation.
  • the hardware or software includes one or more modules corresponding to the above functions, for example, including an acquisition module, a first processing module, a second processing module, and a third processing module.
  • An acquisition module configured to acquire a virtualized network function description VNFD file, wherein the VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a container cluster node network of;
  • the first processing module is configured to send a resource authorization request to the network function virtualization orchestrator NFVO, and receive a resource authorization response returned by the NFVO, wherein the resource authorization request carries the information of the VL network, and the resource The authorization response carries the connection information of the virtual infrastructure manager VIM;
  • the second processing module is configured to send a network creation request to the VIM according to the connection information of the VIM if the resource authorization response does not carry the information of the created VL network, and upon receiving the VIM When the returned network creates a successful response, send a container deployment request to the container infrastructure manager CISM;
  • a third processing module configured to send a container deployment request to the CISM if the resource authorization response carries information about the created VL network.
  • the acquisition module is specifically used for:
  • VNF instance identifier creation request sent by the NFVO, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier;
  • the description information of the VL network includes description information of the type of the VL network, where the type of the VL network is used to indicate whether the VL network is a network between container cluster nodes.
  • the VNFD file further includes the description information of the affinity or anti-affinity group and the description information of the virtual deployment unit VDU, wherein the description information of the affinity or anti-affinity group is used to indicate the The corresponding relationship between the connection point CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node.
  • the description information of the VDU is used to indicate the container resources and CP contained in the VDU and the VDU The CP needs to connect to the VL network.
  • the description information of the affinity or anti-affinity group includes the description information of the CP range of the VDU, where the CP range of the VDU is used to indicate any two of the VDU Whether the CP is connected to the network interface of the same container cluster node.
  • the first processing module is also used for:
  • VL network is a network between container cluster nodes
  • a resource authorization request is sent to the NFVO.
  • the information of the VL network is used to indicate the network interface of the container cluster node to which the VL network needs to be connected and the CP of the VDU to which the network interface of the container cluster node needs to be connected.
  • the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
  • the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
  • the network creation request is used to request creation of the VL network.
  • the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
  • the present application also provides an NFVO
  • the NFVO has the function of realizing the above-mentioned second aspect or any possible design method of the second aspect, and the function can be implemented by hardware or executed by hardware corresponding software implementation.
  • the hardware or software includes one or more modules corresponding to the above functions, such as including a first processing module and a second processing module.
  • the first processing module is configured to send a virtualized network function VNF instance identifier creation request to the virtual network function manager VNFM, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier, and the VNFD identifier corresponds to
  • the VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
  • the second processing module is configured to receive the resource authorization request sent by the VNFM, and send a resource authorization response to the VNFM, wherein the resource authorization request carries the information of the VL network, and the resource authorization response carries Connection information for the virtual infrastructure manager VIM.
  • the second processing module is specifically used for:
  • the facility manager CISM sends container deployment requests.
  • the second processing module is specifically used for:
  • the second processing module is specifically used for:
  • the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
  • the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
  • the network creation request is used to request creation of the VL network.
  • the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
  • the present application also provides a device for deploying a containerized VNF
  • the device for deploying a containerized VNF includes at least one processor and a memory; the memory stores one or more computer programs; when the memory stores When one or more computer programs are executed by the at least one processor, the device for deploying the containerized VNF is made to execute the above-mentioned first aspect or any possible design method of the above-mentioned first aspect, or the above-mentioned second aspect Or any possible design method of the second aspect above.
  • the present application further provides a computer storage medium, the computer storage medium includes a computer program, and when the computer program runs on a computer, the computer executes the above-mentioned first aspect or any one of the above-mentioned first aspects.
  • the present application also provides a program product, which, when the program product is run on a computer, causes the computer to execute the above-mentioned first aspect or the method of any possible design of the above-mentioned first aspect, or the above-mentioned The second aspect or any possible design method of the second aspect above.
  • the present application also provides a chip, which can be coupled with the memory of the containerized VNF deployment device, and is used to call the computer program stored in the memory and execute the above-mentioned first aspect and any possible design thereof method, or the above-mentioned second aspect or any possible design method of the above-mentioned second aspect.
  • FIG. 1 is a schematic diagram of the architecture of a NFV system provided in an embodiment of the present application
  • FIG. 2a is a schematic flowchart of a containerized VNF deployment method provided by an embodiment of the present application
  • FIG. 2b is a schematic diagram of description information of a VDU provided by an embodiment of the present application.
  • FIG. 2c is a schematic diagram of description information of a VL network provided by an embodiment of the present application.
  • Fig. 2d is a schematic diagram of description information of an affinity or anti-affinity group provided in the embodiment of the present application.
  • FIG. 2e is a schematic diagram of a container cluster node provided by an embodiment of the present application.
  • FIG. 2f is a schematic diagram of a VL network provided by an embodiment of the present application.
  • FIG. 3 is a schematic flowchart of another containerized VNF deployment method provided by the embodiment of the present application.
  • FIG. 4 is a schematic structural diagram of a NFVO provided in an embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of a VNFM provided in an embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of a device for deploying a containerized VNF provided by an embodiment of the present application.
  • the NFV system includes the following functional components: a network function virtualization orchestrator (NFV orchestrator, NFVO) 102, a virtualized network function manager (virtualized network function manager (VNFM) 104, CISM 106, virtualized infrastructure manager (virtualized infrastructure manager, VIM) 108, VNF 110, equipment management system (equipment management system, EMS) 112, operations support system and business support system (operations support system and business support system, OSS/BSS) 126.
  • NFV orchestrator NFV orchestrator
  • VNFM virtualized network function manager
  • CISM virtualized infrastructure manager
  • VIM virtualized infrastructure manager
  • VNF 110 equipment management system
  • equipment management system equipment management system
  • EMS equipment management system
  • operations support system and business support system operations support system and business support system
  • operations support system and business support system operations support system and business support system
  • OSS/BSS operations support system and business support system
  • NFVO102 is mainly responsible for handling the lifecycle management of virtualization services, as well as the allocation and scheduling of virtual resources in virtual infrastructure and network functions virtualization infrastructure (network functions virtualization infrastructure, NFVI).
  • NFVO 102 can communicate with one or more VNFM 104 to execute resource-related requests, send configuration information to VNFM 104 , and collect status information of VNF 110 .
  • NFVO102 can also communicate with VIM108, perform resource allocation, resource reservation, query virtualization hardware resource configuration and status information.
  • NFVI is the infrastructure layer of NFV, which includes hardware components, software components or a combination of both, and is used to establish a virtualized environment, deploy, manage and implement VNF110, and NFVI includes virtual computing 120 , a virtual storage 122 , and a virtual network 124 .
  • the virtualization layer and hardware resources of NFV are used to provide VNF110 with virtualized resources, such as virtual machines and other forms of virtual containers, and the hardware resources include computing hardware 114 , storage hardware 116 , and network hardware 118 .
  • the resources of computing hardware 114 and storage hardware 116 can be pooled together.
  • the virtualization layer in NFVI can abstract hardware resources and decouple VNF110 from the underlying physical network layer.
  • VNFM104 is mainly responsible for the lifecycle management of one or more VNF110, such as instantiating, updating, querying, scaling, and terminating VNF110.
  • the VNFM 104 can communicate with each VNF 110 to complete lifecycle management of each VNF 110 and exchange of virtualized hardware resource configuration and state information.
  • CISM106 is mainly responsible for container resource management, including container creation, updating, query, scaling, terminating, etc.
  • the VNFM 104 can communicate with the CISM 106 to request the creation of container resources.
  • VIM 108 is mainly responsible for controlling and managing the interaction between VNF 110 and computing hardware 114 , storage hardware 116 , network hardware 118 , virtual computing 120 , virtual storage 122 , and virtual network 124 .
  • VIM 106 performs resource management functions, including managing infrastructure resources, allocation (such as adding resources to virtual containers), and running functions (such as collecting NFVI fault information).
  • VNFM104 and VIM108 can communicate with each other, request resource allocation, and exchange virtualized hardware resource configuration and status information.
  • EMS 112 is a system used to configure and manage equipment in traditional telecommunication systems. In the NFV architecture, the EMS 112 can also be used to configure and manage the VNF 110 , and initiate lifecycle management operations such as instantiation of a new VNF to the VNFM 104 .
  • OSS/BSS126 is mainly responsible for supporting various end-to-end telecommunication services.
  • the management functions supported by OSS include network configuration, service provisioning, fault management, etc.
  • the management functions supported by BSS include product management, order management, revenue management, and customer management.
  • an NFV system is exemplarily shown in FIG. 1 for ease of understanding, but this should not constitute any limitation to the embodiment of the present application.
  • the NFV system may also include more or less components than shown in the figure, Or combine some parts, or split some parts, or different parts arrangement.
  • the illustrated components can be realized in hardware, software or a combination of software and hardware.
  • the combination or connection relationship between the components in FIG. 1 can also be adjusted and modified, which is not specifically limited in this embodiment of the present application.
  • At least one in the embodiments of the present application refers to one or more, and “multiple” refers to two or more.
  • “And/or” describes the association relationship of associated objects, indicating that there may be three types of relationships, for example, A and/or B, which can mean: A exists alone, A and B exist simultaneously, and B exists alone, where A, B can be singular or plural.
  • the character “/” generally indicates that the contextual objects are an "or” relationship.
  • At least one of the following” or similar expressions refer to any combination of these items, including any combination of single or plural items. For example, at least one item (piece) of a, b, or c may represent: a, b, c, a and b, a and c, b and c, or a and b and c.
  • first and second are used to distinguish multiple objects, and are not used to limit the order, timing, priority or priority of multiple objects. Importance.
  • first priority criterion and the second priority criterion are only for distinguishing different criteria, but do not represent the difference in content, priority or importance of the two criteria.
  • FIG. 2a it is a schematic flowchart of a containerized VNF deployment method provided by the embodiment of the present application, and the containerized VNF deployment method can be applied to the NFV system shown in Figure 1 or with a functional structure similar to Figure 1 .
  • the creation of the VL network between container cluster nodes and the network interface of the container cluster nodes is completed by VNFM sending a request to VIM, or the VL network between container cluster nodes is completed by VNFM sending a request to VIM , the creation of the network interface of the container cluster node is completed by sending a request from CISM to VIM.
  • the NFVO sends a VNF instance identifier creation request to the VNFM.
  • the VNFM receives the VNF instance ID creation request from the NFVO.
  • the VNF instance identifier creation request carries the VNFD identifier.
  • the VNFM creates a VNF instance identifier, obtains a VNFD file corresponding to the VNFD identifier, and sends the VNF instance identifier to the NFVO.
  • the NFVO receives the VNF instance identifier from the VNFM.
  • the VNFM can obtain the corresponding VNFD file according to the VNFD identifier carried in the VNF instance identifier creation request. For example, the VNFM can determine whether there is a VNFD file corresponding to the VNFD identifier locally, and if not, send the VNFD file to NFVO to obtain request, and receive a VNFD file acquisition response returned by the NFVO, wherein the VNFD file acquisition request carries the VNFD identifier, and the VNFD file acquisition response carries the VNFD file corresponding to the VNFD identifier.
  • the VNFD file may include the description information of the VL network, the description information of the affinity or anti-affinity group (affinity or anti-affinity group), and the description information of the VDU.
  • the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes
  • the description information of the VL network may include the description information of the VL network type (type), and the VL network type may be used to indicate the VL network Whether the network is a network between container cluster nodes.
  • the description information of the affinity or anti-affinity group is used to indicate the corresponding relationship between the CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node.
  • the description information of the affinity or anti-affinity group can include the description information of the scope of the CP of the VDU, and the scope of the CP of the VDU can be used to indicate the VDU Whether any two CPs are connected to the network interface of the same container cluster node.
  • the description information of the VDU is used to indicate the container resource and CP contained in the VDU and the VL network to which the CP of the VDU needs to be connected.
  • FIG. 2b it is a schematic diagram of the description information of a VDU provided by the embodiment of the present application.
  • the mciopProfile in FIG. 2b is the deployment package information used by CISM for container deployment, and the mciopProfile includes the deployment package identifier ( mciopId) information and related VDU (associatedVdu) information, wherein, mciopId is M-123, that is, the corresponding deployment package can be obtained in the file package containing the VNFD file by identifying M-123, and associatedVdu is VDU1, VDU2 and VDU3, namely The resources included in the corresponding deployment package are the resources of VDU1, VDU2 and VDU3.
  • mciopId deployment package identifier
  • associatedVdu associatedVdu
  • VDU1 in Figure 2b contains 2 container resources (osContainerDesc) and 1 CP: osContainerDesc-1, osContainerDesc-2 and cp-1
  • VDU2 contains 2 container resources and 1 CP: osContainerDesc-3, osContainerDesc-4 and cp -2
  • VDU2 contains 1 container resource and 1 CP: osContainerDesc-5 and cp-3.
  • the vnic types of cp-1 and cp-2 in Figure 2b are both IPVLAN, the vnic type of cp-2 is MACVLAN, and the VL networks to be connected to cp-1, cp-2 and cp-3 are VL-1.
  • Each osContainerDesc in Figure 2b describes the resource requirement information of each container, such as the central processing unit requirement information (requested Cpu Resources) and memory requirement information (requested Memory Resources).
  • the requested Cpu Resources of osContainerDesc-1 is 2.
  • the requested Memory Resources is 500MB.
  • FIG. 2c it is a schematic diagram of description information of a VL network provided by the embodiment of the present application.
  • the layer protocol (LayerProtocol) used by the VL-1 network in FIG. 2c is Ethernet, IPV4, VL-1
  • the network type (type) is node-network, indicating that the VL-1 network is a network between container cluster nodes.
  • Figure 2d it is a schematic diagram of the description information of an affinity or anti-affinity group provided by the embodiment of the present application.
  • Figure 2d contains 3 affinity or anti-affinity groups, which are group- 1. group-2 and group-3.
  • affinity or anti-affinity (affinity or anti-affinity) of group-1 is defined as affinity (AFFINITY), indicating that group-1 is an affinity group, the information defined by group-1 is correct, group-2 and
  • affinity or anti-affinity of group-3 is defined as anti-affinity (ANTI-AFFINITY), indicating that group-2 and group-3 are anti-affinity groups, and the information defined by group-1 is incorrect.
  • the affinity group group-1 defines the scope of VDU1 and VDU2 as the common node (NFVI-node), that is, VDU1 and VDU2 are on a container cluster node.
  • the anti-affinity group group-2 defines the scope of VDU2 and VDU3 as NFVI-node, that is, VDU2 and VDU3 are not on the same container cluster node.
  • the anti-affinity group group-3 defines the range of cp-1 and cp-2 as a common network interface (host-nic), that is, cp-1 and cp-2 will not connect to the network interface of the same container cluster node.
  • VDU1 and VDU2 are on one container cluster node, and VDU3 is on another container cluster node, because cp-1 and cp-2 will not connect to the same container
  • the network interface of the cluster node so there must be a new network interface connected to cp-2 on the container cluster nodes where VDU1 and VDU2 are located.
  • FIG. 2e it is a schematic diagram of a container cluster node provided by the embodiment of the present application.
  • VDU1 and VDU2 in Figure 2e are on a container cluster node.
  • the range of cp-1 and cp-2 is host-nic, That is, cp-1 and cp-2 are connected to the network interface of the same container cluster node, and both cp-1 and cp-2 are connected to the network interface NIC-1 of the container cluster node, and there is no need to create a new one on the container cluster node Network interface, if the scope of cp-1 and cp-2 is not host-nic, that is, cp-1 and cp-2 will not connect to the network interface of the same container cluster node, you need to create a new one on the container cluster node The network interface NIC-2 is connected to cp-2.
  • the NFVO sends a VNF instantiation request to the VNFM.
  • the VNFM receives the VNF instantiation request from the NFVO.
  • the VNF instantiation request is used to request to create a VNF instance corresponding to the VNF instance identifier.
  • the VNFM sends a resource authorization request to the NFVO.
  • NFVO receives the resource authorization request from VNFM.
  • the resource authorization request carries the information of the resource to be created, for example, the information of the container resource and the information of the VL network.
  • the container resource information is used to indicate the VDU that needs to be deployed on the container cluster node and the container that needs to be deployed on the VDU.
  • VDU1 and VDU2 need to be deployed on the container cluster node Node-1
  • osContainerDesc-1 and osContainerDesc-2 need to be deployed on VDU1
  • osContainerDesc-3 and osContainerDesc-4 need to be deployed on VDU2
  • the container cluster node VDU3 needs to be deployed on Node-2
  • osContainerDesc-5 needs to be deployed on VDU3
  • the resource authorization request will carry the corresponding creation resource (addResource) information allocated for each container to be created (such as osContainerDesc-1 ⁇ osContainerDesc-5)
  • the addResource information includes resource definition (ResourceDefinition) information
  • the ResourceDefinition information is used to indicate the type and corresponding identifier of the resource, for example, the type is O
  • the information of the VL network is used to indicate the network interface of the container cluster node to be connected to the VL network and the CP of the VDU to be connected to the network interface of the container cluster node.
  • FIG. 2f it is a schematic diagram of a VL network provided by the embodiment of the present application.
  • the network interface NIC-1 on the container cluster node Node-2 and the network interface NIC-2 on the container cluster node Node-2, the CP of the VDU that needs to be connected to the network interface NIC-1 on the container cluster node Node-1 is: CP-1 of VDU1 and CP of VDU2 CP-2, the network interface NIC-2 on the container cluster node Node-2 needs to connect to the CP of the VDU: CP-3 of VDU3, you need to create a new network interface NIC-1 on the container cluster node Node-1, Create a new network interface NIC-2 on the container cluster node Node-2, and the resource authorization request will carry the allocation for each network interface and VL network (such as NIC-1, NIC-2, VL-1 network) that needs to be created The corresponding addResource information.
  • VL network such as NIC-1, NIC-2, VL-1 network
  • the VL network before sending a resource authorization request to NFVO, it can be determined whether the VL network is a network between container cluster nodes. If it is determined that the VL network is a network between container cluster nodes, then the Send resource authorization request.
  • the NFVO sends a resource authorization response to the VNFM.
  • VNFM receives the resource authorization response from NFVO.
  • NFVO can return corresponding authorization information (GrantInfo) for each addResource information in the resource authorization request, that is, the resource authorization response sent by NFVO to VNFM will carry the GrantInfo corresponding to each addResource information.
  • GrantInfo will carry the connection information of the CISM
  • the GrantInfo will carry the connection information of the VIM.
  • the VNFM sends a network creation request to the VIM according to the connection information of the VIM, and sends a container deployment request to the CISM when receiving a network creation success response returned by the VIM.
  • the container deployment request is used to request the deployment of the container and connect the container to the VL network.
  • the container deployment request carries the created The VL network and the network interface information of the connected container cluster nodes need to be connected to the VL network.
  • the VNFM first sends a network creation request to the VIM according to the connection information of the VIM.
  • the network creation request is used to request to create a VL-1 network, to create a new network interface NIC-1 on the container cluster node Node-1 and to create a new network interface NIC-2 on the container cluster node Node-2.
  • the container deployment request is used to request to deploy VDU1 and VDU2 on container cluster node Node-1, deploy osContainerDesc-1 and osContainerDesc-2 on VDU1, deploy osContainerDesc-3 and osContainerDesc-4 on VDU2, and deploy osContainerDesc-3 and osContainerDesc-4 on container cluster node Node-1.
  • VDU3 needs to be deployed on -2
  • osContainerDesc-5 needs to be deployed on VDU3
  • each container is connected to the VL-1 network.
  • the container deployment request carries the deployment package and information about the created VL-1 network, network interface NIC-1, and network interface NIC-2.
  • VIM completes the creation of the VL-1 network
  • CISM completes the creation of the container cluster node Node-1 and Node- Deployment of the container on 2 and the connection of the container to the VL-1 network.
  • the container deployment request is used to request the network interface of the container cluster node that needs to be connected to the VL network, deploy the container and connect the container to the VL network.
  • the container deployment request carries the connection information of the VIM and Information about the created VL network.
  • the VNFM first sends a network creation request to the VIM according to the connection information of the VIM.
  • the network creation request is used to request to create a VL-1 network.
  • the container deployment request is used to request to create a new network interface NIC-1 on the container cluster node Node-1, create a new network interface NIC-2 on the container cluster node Node-2, and create a new network interface NIC-2 on the container cluster node Node-1.
  • VDU1 and VDU2 deploy osContainerDesc-1 and osContainerDesc-2 on VDU1, deploy osContainerDesc-3 and osContainerDesc-4 on VDU2, deploy VDU3 on container cluster node Node-2, and deploy osContainerDesc-5 on VDU3, And connect each container with the VL-1 network.
  • the container deployment request carries the deployment package, the connection information of the VIM and the information of the created VL-1 network.
  • VIM completes the creation of the VL-1 network
  • CISM completes the creation of the network interface NIC-1 on the container cluster node Node-1 and the network interface NIC-2 on the container cluster node Node-2
  • the container cluster node Node-1 and Deployment of containers on Node-2 and connection of containers to VL-1 network
  • the VNFM When receiving the container deployment success response returned by the CISM, the VNFM sends a VNF instantiation success response to the NFVO.
  • the VNFM can determine whether the VL network is a network between container cluster nodes and the information of the VL network according to the VNFD file, and then the VNFM sends a request to the VIM, or the VNFM and the CISM send requests to the VIM respectively, according to It is necessary to complete the creation of the VL network between the container cluster nodes and the network interface of the container cluster nodes, and the VNFM sends a request to the CISM to complete the deployment of the container and the connection between the container and the VL network, so as to dynamically create the network of the container cluster nodes on demand
  • the interface and the VL network between the container cluster nodes not only meet the requirements of the telecom scenario, but also reduce the workload and avoid resource waste.
  • FIG 3 it is a schematic flowchart of another containerized VNF deployment method provided by the embodiment of the present application.
  • the containerized VNF deployment method can be applied to the NFV shown in Figure 1 or with a functional structure similar to that in Figure 1 system.
  • the VL network between the container cluster nodes is completed by sending a request from the NFVO to the VIM
  • the creation of the network interface of the container cluster nodes is completed by sending a request to the VIM from the CISM.
  • the NFVO sends a VNF instance identifier creation request to the VNFM.
  • the VNFM receives the VNF instance ID creation request from the NFVO.
  • the VNFM creates a VNF instance identifier, acquires a VNFD file corresponding to the VNFD identifier, and sends the VNF instance identifier to the NFVO.
  • the NFVO receives the VNF instance identifier from the VNFM.
  • the NFVO sends a VNF instantiation request to the VNFM.
  • the VNFM receives the VNF instantiation request from the NFVO.
  • the VNFM sends a resource authorization request to the NFVO.
  • NFVO receives the resource authorization request from VNFM.
  • the NFVO sends a network creation request to the VIM, and sends a resource authorization response to the VNFM when receiving a network creation success response returned by the VIM.
  • VNFM receives the resource authorization response from NFVO.
  • NFVO can determine whether there is connection information of VIM locally. If so, it can send a network creation request to VIM according to the connection information of VIM, and receive the network creation success response returned by VIM. If not, it can send a request to the container cluster manager (container identification system cluster manager, CCM) sends a network creation request, so that the CCM sends a network creation request to the VIM according to the connection information of the VIM, and receives the network creation success response returned by the VIM, wherein the network creation request is used to request the creation of a VL network , the network creation success response carries the VIM connection information.
  • container cluster manager container identification system cluster manager, CCM
  • NFVO When receiving the network creation success response returned by VIM, NFVO can return the corresponding GrantInfo for each addResource information in the resource authorization request, that is, the resource authorization response sent by NFVO to VNFM will carry the GrantInfo corresponding to each addResource information and the For the created VL network information, the GrantInfo will carry the CISM connection information for the container resource information, and the VIM connection information for the VL network information.
  • the VNFM sends a container deployment request to the CISM.
  • the container deployment request is used to request to create the network interface of the container cluster node that needs to be connected to the VL network, deploy the container and connect the container to the VL network.
  • the container deployment request carries the connection information of the VIM and the information of the created VL network.
  • the VNFM sends a container deployment request to the CISM.
  • the container deployment request is used to request to create a new network interface NIC-1 on the container cluster node Node-1, create a new network interface NIC-2 on the container cluster node Node-2, and create a new network interface NIC-2 on the container cluster node Node-1.
  • Deploy VDU1 and VDU2 deploy osContainerDesc-1 and osContainerDesc-2 on VDU1, deploy osContainerDesc-3 and osContainerDesc-4 on VDU2, deploy VDU3 on container cluster node Node-2, and deploy osContainerDesc-5 on VDU3, And connect each container with the VL-1 network.
  • the container deployment request carries the deployment package, the connection information of the VIM and the information of the created VL-1 network.
  • CISM completes the creation of the network interface NIC-1 on the container cluster node Node-1 and the network interface NIC-2 on the container cluster node Node-2, the deployment of the containers on the container cluster nodes Node-1 and Node-2, and The connection of the container to the VL-1 network.
  • the VNFM When receiving the container deployment success response returned by the CISM, the VNFM sends a VNF instantiation success response to the NFVO.
  • VNFM can determine whether the VL network is a network between container cluster nodes and the information of the VL network according to the VNFD file, and then NFVO and CISM send requests to VIM to complete the VL between container cluster nodes as needed
  • the network not only meets the needs of telecom scenarios, but also reduces workload and avoids waste of resources.
  • NFVO and VNFM in the NFV system can perform some or all of the steps in the embodiment of the present application, these steps are only examples, and the embodiment of the present application can also perform other steps or variations of various steps .
  • each step may be performed in a different order presented in the embodiment of the present application, and it may not be necessary to perform all the steps in the embodiment of the present application.
  • the foregoing mainly introduces the solution provided by the embodiment of the present application from the perspective of the interaction between the NFVO and the VNFM.
  • the above-mentioned NFVO or VNFM includes corresponding hardware structures and/or software modules for performing each function.
  • the present application can be implemented in the form of hardware or a combination of hardware and computer software in combination with the units and algorithm steps of each example described in the embodiments disclosed herein. Whether a certain function is executed by hardware or computer software drives hardware depends on the specific application and design constraints of the technical solution. Skilled artisans may use different methods to implement the described functions for each specific application, but such implementation should not be regarded as exceeding the scope of the present application.
  • the embodiment of the present application can divide the functional modules of NFVO or VNFM according to the above method example, for example, each functional module can be divided corresponding to each function, or two or more functions can be integrated into one processing module.
  • the above-mentioned integrated modules can be implemented in the form of hardware or in the form of software function modules. It should be noted that the division of modules in the embodiment of the present application is schematic, and is only a logical function division, and there may be other division methods in actual implementation.
  • FIG. 4 shows a schematic structural diagram of a VNFM provided by an embodiment of the present application.
  • VNFM400 may include: an acquisition module 401 , a first processing module 402 , a second processing module 403 , and a third processing module 404 .
  • the obtaining module 401 is configured to obtain a virtualized network function description VNFD file, wherein the VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a container cluster node network between
  • the first processing module 402 is configured to send a resource authorization request to the network function virtualization orchestrator NFVO, and receive a resource authorization response returned by the NFVO, wherein the resource authorization request carries the information of the VL network, and the The resource authorization response carries the connection information of the virtual infrastructure manager VIM;
  • the second processing module 403 is configured to send a network creation request to the VIM according to the connection information of the VIM if the resource authorization response does not carry the information of the created VL network, and upon receiving the When the network creation success response returned by VIM sends a container deployment request to the container infrastructure manager CISM;
  • the third processing module 404 is configured to send a container deployment request to the CISM if the resource authorization response carries information about the created VL network.
  • the acquiring module 401 is specifically used for:
  • VNF instance identifier creation request sent by the NFVO, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier;
  • the description information of the VL network includes description information of the type of the VL network, where the type of the VL network is used to indicate whether the VL network is a network between container cluster nodes.
  • the VNFD file further includes the description information of the affinity or anti-affinity group and the description information of the virtual deployment unit VDU, wherein the description information of the affinity or anti-affinity group is used to indicate the The corresponding relationship between the connection point CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node.
  • the description information of the VDU is used to indicate the container resources and CP contained in the VDU and the VDU The CP needs to connect to the VL network.
  • the description information of the affinity or anti-affinity group includes the description information of the CP range of the VDU, where the CP range of the VDU is used to indicate any two of the VDU Whether the CP is connected to the network interface of the same container cluster node.
  • the first processing module 402 is also configured to:
  • VL network is a network between container cluster nodes
  • a resource authorization request is sent to the NFVO.
  • the information of the VL network is used to indicate the network interface of the container cluster node to which the VL network needs to be connected and the CP of the VDU to which the network interface of the container cluster node needs to be connected.
  • the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
  • the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
  • the network creation request is used to request creation of the VL network.
  • the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
  • FIG. 5 shows a schematic structural diagram of an NFVO provided by an embodiment of the present application.
  • NFVO 500 may include: a first processing module 501 and a second processing module 502 .
  • the first processing module 501 is configured to send a virtualized network function VNF instance identifier creation request to the virtual network function manager VNFM, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier, and the VNFD identifier corresponds to
  • the VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
  • the second processing module 502 is configured to receive the resource authorization request sent by the VNFM, and send a resource authorization response to the VNFM, wherein the resource authorization request carries the information of the VL network, and the resource authorization response contains Carries connection information for the virtual infrastructure manager VIM.
  • the second processing module 502 is specifically configured to:
  • the facility manager CISM sends container deployment requests.
  • the second processing module 502 is specifically configured to:
  • the second processing module 502 is specifically configured to:
  • the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
  • the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
  • the network creation request is used to request creation of the VL network.
  • the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
  • the embodiment of this application also provides a containerized VNF deployment device, as shown in Figure 6, the device 600 may include:
  • At least one processor 601 and, a communication interface 603 communicatively connected to the at least one processor 601;
  • the at least one processor 601 executes instructions stored in the memory 602, so that the apparatus 600 executes the methods shown in FIGS. 2a-3.
  • the memory 602 is located outside the device 600 .
  • the apparatus 600 includes the memory 602, the memory 602 is connected to the at least one processor 601, and the memory 602 stores instructions executable by the at least one processor 601.
  • FIG. 6 shows with dashed lines that memory 602 is optional for device 600 .
  • processor 601 and the memory 602 may be coupled through an interface circuit, or may be integrated together, which is not limited here.
  • the specific connection medium among the processor 601, the memory 602, and the communication interface 603 is not limited in the embodiment of the present application.
  • the processor 601, the memory 602, and the communication interface 603 are connected through a bus 604.
  • the bus is represented by a thick line in FIG. 6, and the connection mode between other components is only for schematic illustration. , is not limited.
  • the bus can be divided into address bus, data bus, control bus and so on. For ease of representation, only one thick line is used in FIG. 6 , but it does not mean that there is only one bus or one type of bus.
  • the processor mentioned in the embodiments of the present application may be implemented by hardware or by software.
  • the processor When implemented in hardware, the processor may be a logic circuit, an integrated circuit, or the like.
  • the processor When implemented by software, the processor may be a general-purpose processor implemented by reading software codes stored in a memory.
  • the processor can be a central processing unit (central processing unit, CPU), and can also be other general-purpose processors, digital signal processors (digital signal processors, DSP), application specific integrated circuits (application specific integrated circuits, ASICs) , off-the-shelf programmable gate array (field programmable gate array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • a general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
  • the memory mentioned in the embodiments of the present application may be a volatile memory or a nonvolatile memory, or may include both volatile memory and nonvolatile memory.
  • the non-volatile memory can be read-only memory (read-only memory, ROM), programmable read-only memory (programmable ROM, PROM), erasable programmable read-only memory (erasable PROM, EPROM), electrically programmable Erases programmable read-only memory (electrically EPROM, EEPROM) or flash memory.
  • Volatile memory can be random access memory (RAM), which acts as external cache memory.
  • RAM random access memory
  • SRAM static random access memory
  • DRAM dynamic random access memory
  • DRAM synchronous dynamic random access memory
  • SDRAM double data rate synchronous dynamic random access memory
  • double data eat SDRAM double data eat SDRAM
  • DDR SDRAM double data eat SDRAM
  • ESDRAM enhanced synchronous dynamic random access memory
  • serial DRAM serial link DRAM
  • SLDRAM direct memory bus random access memory
  • direct rambus RAM direct rambus RAM
  • the processor is a general-purpose processor, DSP, ASIC, FPGA or other programmable logic devices, discrete gate or transistor logic devices, or discrete hardware components
  • the memory storage module may be integrated in the processor.
  • an embodiment of the present application also provides a computer storage medium, the computer storage medium includes a computer program, and when the computer program is run on a computer, the method shown in Figure 2a- Figure 3 is executed .
  • an embodiment of the present application further provides a chip, the chip is coupled with a memory, and is used to read and execute program instructions stored in the memory, so that the methods shown in FIGS. 2a-3 are executed.
  • an embodiment of the present application further provides a computer program product, which causes the methods shown in FIGS. 2a-3 to be executed when the computer program product is run on a computer.
  • the embodiments of the present application may be provided as methods, systems, or computer program products. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
  • computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to operate in a specific manner, such that the instructions stored in the computer-readable memory produce an article of manufacture comprising instruction means, the instructions
  • the device realizes the function specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The present application discloses a containerized VNF deployment method and apparatus, which may solve the technical problems in the existing technology when deploying containerized VNFs that telecom scenario requirements cannot be met, or although telecom scenario requirements can be met, a new network cannot be dynamically created as needed, resulting in the excessive workload and resource wastage of deploying the containerized VNFs. The method is applied to a VNFM, and comprises: acquiring a VNFD file; sending a resource authorization request to an NFVO, and receiving a resource authorization response returned by the NFVO; if the resource authorization response does not carry information about a created VL network, then sending a network creation request to a VIM according to connection information of the VIM, and sending a container deployment request to a CISM when a network creation success response returned by the VIM is received; and if the resource authorization response carries the information about the created VL network, then sending a container deployment request to the CISM.

Description

一种容器化VNF的部署方法及装置A containerized VNF deployment method and device
相关申请的交叉引用Cross References to Related Applications
本申请要求在2021年09月27日提交中国专利局、申请号为202111133879.3、申请名称为“一种容器化VNF的部署方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese patent application with the application number 202111133879.3 and the application title "A Containerized VNF Deployment Method and Device" submitted to the China Patent Office on September 27, 2021, the entire contents of which are incorporated by reference In this application.
技术领域technical field
本申请涉及通信技术领域,尤其涉及一种容器化VNF的部署方法及装置。The present application relates to the field of communication technologies, and in particular to a containerized VNF deployment method and device.
背景技术Background technique
网络功能虚拟化(network function virtualization,NFV)是通过使用通用的硬件设备以及虚拟化技术来承载传统网络中专用设备的功能,从而降低部署专用设备带来的昂贵成本的技术。在NFV的架构中,接收实例化请求并根据请求对相应业务进行实例化处理的设备称为虚拟化业务提供设备,发送实例化请求的设备称为虚拟化业务请求设备。Network function virtualization (network function virtualization, NFV) is a technology that reduces the expensive cost of deploying dedicated equipment by using general-purpose hardware devices and virtualization technology to carry the functions of dedicated equipment in traditional networks. In the NFV architecture, the device that receives the instantiation request and instantiates the corresponding service according to the request is called a virtualized service providing device, and the device that sends the instantiation request is called a virtualized service requesting device.
NFV中虚拟化的网络服务(network service,NS),举例来说,可以是一个IP多媒体子系统(IP multimedia subsystem,IMS)网络服务,也可以是一个演进型分组核心网(evolved packet core,EPC)网络服务。一个NS中可以包含若干个虚拟化网络功能(virtualized network function,VNF)模块,VNF是可部署在NFV的基础架构上的网络功能的软件实现。一个NS在进行虚拟化部署时,虚拟化业务请求设备首先需要向虚拟化业务提供设备提交该网络服务的描述信息(network service descriptor,NSD),主要描述该网络服务的拓扑结构以及包含的各个VNF的描述信息(VNF descriptor,VNFD)。拓扑结构中使用虚拟连接(virtual link,VL)信息描述各个VNF之间的连接。VNFD描述了一个VNF的拓扑结构和部署需求,包括该VNF包含的虚拟部署单元(virtualization deployment unit,VDU)、连接点(connection point,CP)、该CP需要连接的VDU以及该VNF需要连接的VL。若该NS在进行虚拟化部署时采用的虚拟化技术是虚拟机技术,该NS中包含的若干个VNF为虚拟机化VNF,该VNF包含的一个VDU将代表一个虚拟机,若该NS在进行虚拟化部署时采用的虚拟化技术是容器技术,该NS中包含的若干个VNF为容器化VNF,该VNF包含的一个VDU将代表一组容器,该组内的容器都具有相同的资源需求,并且共用相同的网络信息。The virtualized network service (network service, NS) in NFV, for example, can be an IP multimedia subsystem (IP multimedia subsystem, IMS) network service, or an evolved packet core network (evolved packet core, EPC )Internet service. An NS may contain several virtualized network function (virtualized network function, VNF) modules, and a VNF is a software implementation of a network function that can be deployed on the NFV infrastructure. When an NS is deployed for virtualization, the virtualization service requesting device first needs to submit the description information (network service descriptor, NSD) of the network service to the virtualization service provisioning device, mainly describing the topology of the network service and the included VNFs Description information (VNF descriptor, VNFD). The topology uses virtual link (virtual link, VL) information to describe the connection between each VNF. VNFD describes the topology and deployment requirements of a VNF, including the virtual deployment unit (virtualization deployment unit, VDU) contained in the VNF, the connection point (CP), the VDU that the CP needs to connect to, and the VL that the VNF needs to connect to . If the virtualization technology adopted by the NS during virtualization deployment is virtual machine technology, several VNFs contained in the NS are virtualized VNFs, and a VDU contained in the VNF will represent a virtual machine. The virtualization technology used in virtualization deployment is container technology. Several VNFs contained in the NS are containerized VNFs. A VDU contained in the VNF will represent a group of containers. The containers in this group all have the same resource requirements. And share the same network information.
现有技术可通过NFV的架构中的容器基础设施管理器(container infrastructure service management,CISM)完成容器化VNF的部署,例如,容器管理平台Kubernetes(k8S)在管理的集群上以Pod为最小单元创建容器,其中,一个Pod内可以包含一个或者多个容器,由于每个Pod都有且只有一个网络接口,使得每个Pod只能接入集群的默认网络,即多个容器同时只能接入一个网络。然而,在多数的电信场景中,应用普遍需要同时接入多个网络,例如,部署5G核心网时部分网元会要求同时接入控制面网络和管理面网络,虽然可以通过在K8S管理的集群上安装Multus插件为Pod创建多个网络接口,但Multus插件不能动态的在集群内创建新的网络,即不能根据部署容器化VNF的需要动态创建新网络,通常的情况下需要人工事先将新网络创建成功,导致创建工作量非常大,并且由于不能按 需创建,还可能造成资源浪费。The existing technology can complete the deployment of containerized VNF through the container infrastructure service management (CISM) in the NFV architecture. For example, the container management platform Kubernetes (k8S) is created on the managed cluster with Pod as the smallest unit. Containers, where a Pod can contain one or more containers. Since each Pod has one and only one network interface, each Pod can only access the default network of the cluster, that is, multiple containers can only access one network. However, in most telecom scenarios, applications generally need to access multiple networks at the same time. For example, when deploying a 5G core network, some network elements will require simultaneous access to the control plane network and the management plane network. Install the Multus plug-in to create multiple network interfaces for Pods, but the Multus plug-in cannot dynamically create new networks in the cluster, that is, it cannot dynamically create new networks according to the needs of deploying containerized VNFs. Usually, it is necessary to manually configure the new network in advance. The creation is successful, resulting in a very heavy creation workload, and because it cannot be created on demand, it may also cause waste of resources.
由此可见,现有技术在部署容器化VNF时存在要么无法满足电信场景的需求,要么虽然可以满足电信场景的需求但无法按需动态创建新网络,导致部署容器化VNF的工作量过大以及资源浪费的问题。It can be seen that when deploying containerized VNFs, the existing technologies either cannot meet the needs of telecom scenarios, or although they can meet the requirements of telecom scenarios, they cannot dynamically create new networks on demand, resulting in excessive workload for deploying containerized VNFs and The problem of wasting resources.
发明内容Contents of the invention
本申请实施例提供一种容器化VNF的部署方法及装置,用以解决现有技术在部署容器化VNF时存在的要么无法满足电信场景的需求,要么虽然可以满足电信场景的需求但无法按需动态创建新网络,导致部署容器化VNF的工作量过大以及资源浪费的技术问题。The embodiment of the present application provides a containerized VNF deployment method and device, which are used to solve the problems existing in the prior art when deploying containerized VNFs that either cannot meet the requirements of telecommunication scenarios, or can meet the requirements of telecommunication scenarios but cannot Dynamic creation of new networks leads to technical problems such as excessive workload of deploying containerized VNFs and waste of resources.
第一方面,本申请实施例提供一种容器化VNF的部署方法,应用于虚拟网络功能管理器VNFM,包括:In the first aspect, the embodiment of the present application provides a containerized VNF deployment method, which is applied to the virtual network function manager VNFM, including:
获取虚拟化网络功能描述VNFD文件,其中,所述VNFD文件包括虚拟连接VL网络的描述信息,所述VL网络的描述信息用于指示所述VL网络是否为容器集群节点之间的网络;Obtaining a virtualized network function description VNFD file, wherein the VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
向网络功能虚拟化编排器NFVO发送资源授权请求,并接收所述NFVO返回的资源授权响应,其中,所述资源授权请求中携带所述VL网络的信息,所述资源授权响应中携带虚拟基础设施管理器VIM的连接信息;Sending a resource authorization request to the network function virtualization orchestrator NFVO, and receiving a resource authorization response returned by the NFVO, wherein the resource authorization request carries the information of the VL network, and the resource authorization response carries virtual infrastructure Connection information for manager VIM;
若所述资源授权响应中未携带已创建的所述VL网络的信息,则根据所述VIM的连接信息向所述VIM发送网络创建请求,并在接收到所述VIM返回的网络创建成功响应时,向容器基础设施管理器CISM发送容器部署请求;If the resource authorization response does not carry the information of the VL network that has been created, send a network creation request to the VIM according to the connection information of the VIM, and when receiving the network creation success response returned by the VIM , sending a container deployment request to the container infrastructure manager CISM;
若所述资源授权响应中携带已创建的所述VL网络的信息,则向所述CISM发送容器部署请求。If the resource authorization response carries information about the created VL network, then send a container deployment request to the CISM.
基于上述技术方案,VNFM获取VNFD文件之后,向NFVO发送资源授权请求,并接收NFVO返回的资源授权响应,其中,VNFD文件包括VL网络的描述信息,VL网络的描述信息用于指示VL网络是否为容器集群节点之间的网络,资源授权请求中携带VL网络的信息,资源授权响应中携带VIM的连接信息,若资源授权响应中未携带已创建的VL网络的信息,则根据VIM的连接信息向VIM发送网络创建请求,并在接收到VIM返回的网络创建成功响应时,向CISM发送容器部署请求,若资源授权响应中携带已创建的VL网络的信息,则向CISM发送容器部署请求。使得VNFM可根据VNFD文件确定VL网络是否为容器集群节点之间的网络以及VL网络的信息,再由VNFM向VIM发送请求,或者,由VNFM和CISM分别向VIM发送请求,或者,由NFVO和CISM分别向VIM发送请求,按需完成容器集群节点之间的VL网络和容器集群节点的网络接口的创建,以及由VNFM向CISM发送请求,完成容器的部署和容器与VL网络的连接,从而按需动态创建容器集群节点的网络接口以及容器集群节点之间的VL网络,不仅满足电信场景的需求,还减少了工作量,避免了资源浪费。Based on the above technical solution, after VNFM obtains the VNFD file, it sends a resource authorization request to NFVO and receives the resource authorization response returned by NFVO. The VNFD file includes the description information of the VL network, and the description information of the VL network is used to indicate whether the VL network is a For the network between container cluster nodes, the VL network information is carried in the resource authorization request, and the VIM connection information is carried in the resource authorization response. The VIM sends a network creation request, and sends a container deployment request to the CISM when it receives the network creation success response returned by the VIM, and sends a container deployment request to the CISM if the resource authorization response carries information about the created VL network. VNFM can determine whether the VL network is a network between container cluster nodes and the information of the VL network according to the VNFD file, and then VNFM sends a request to VIM, or VNFM and CISM send requests to VIM respectively, or NFVO and CISM Send requests to the VIM respectively, complete the creation of the VL network between the container cluster nodes and the network interface of the container cluster nodes as needed, and send the request to the CISM by the VNFM to complete the deployment of the container and the connection between the container and the VL network, so as to Dynamically create network interfaces of container cluster nodes and VL networks between container cluster nodes, which not only meets the requirements of telecom scenarios, but also reduces workload and avoids waste of resources.
一种可能的设计中,获取虚拟化网络功能描述VNFD文件,包括:In a possible design, the virtualized network function description VNFD file is obtained, including:
接收所述NFVO发送的虚拟化网络功能VNF实例标识创建请求,其中,所述VNF实例标识创建请求中携带虚拟化网络功能描述VNFD标识;receiving the virtualized network function VNF instance identifier creation request sent by the NFVO, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier;
根据所述VNFD标识获取对应的VNFD文件。Obtain the corresponding VNFD file according to the VNFD identifier.
一种可能的设计中,所述VL网络的描述信息包括所述VL网络的类型的描述信息, 其中,所述VL网络的类型用于指示所述VL网络是否为容器集群节点之间的网络。In a possible design, the description information of the VL network includes description information of the type of the VL network, where the type of the VL network is used to indicate whether the VL network is a network between container cluster nodes.
基于上述技术方案,在VL网络的描述信息中增加VL网络的类型的描述信息,使得VNFM可根据VNFD文件确定VL网络是否为容器集群节点之间的网络,从而按需创建容器集群节点之间的VL网络,不仅满足电信场景的需求,还减少了工作量,避免了资源浪费。Based on the above technical solution, the description information of the VL network type is added to the description information of the VL network, so that VNFM can determine whether the VL network is a network between container cluster nodes according to the VNFD file, thereby creating a network between container cluster nodes on demand The VL network not only meets the requirements of telecom scenarios, but also reduces workload and avoids waste of resources.
一种可能的设计中,所述VNFD文件还包括亲和或反亲和组的描述信息和虚拟部署单元VDU的描述信息,其中,所述亲和或反亲和组的描述信息用于指示所述VDU的连接点CP与容器集群节点的网络接口的对应关系以及所述VDU与容器集群节点的对应关系,所述VDU的描述信息用于指示所述VDU包含的容器资源和CP以及所述VDU的CP需要连接的VL网络。In a possible design, the VNFD file further includes the description information of the affinity or anti-affinity group and the description information of the virtual deployment unit VDU, wherein the description information of the affinity or anti-affinity group is used to indicate the The corresponding relationship between the connection point CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node. The description information of the VDU is used to indicate the container resources and CP contained in the VDU and the VDU The CP needs to connect to the VL network.
一种可能的设计中,所述亲和或反亲和组的描述信息包括所述VDU的CP的范围的描述信息,其中,所述VDU的CP的范围用于指示所述VDU的任意两个CP是否连接同一个容器集群节点的网络接口。In a possible design, the description information of the affinity or anti-affinity group includes the description information of the CP range of the VDU, where the CP range of the VDU is used to indicate any two of the VDU Whether the CP is connected to the network interface of the same container cluster node.
基于上述技术方案,在亲和或反亲和组的描述信息中增加VDU的CP的范围的描述信息,使得VNFM可根据VNFD文件确定VDU的任意两个CP是否连接同一个容器集群节点的网络接口,进而确定是否需要在VDU所在容器集群节点上创建新的网络接口,从而按需创建容器集群节点的网络接口,不仅满足电信场景的需求,还减少了工作量,避免了资源浪费。Based on the above technical solution, add the description information of the CP range of the VDU to the description information of the affinity or anti-affinity group, so that VNFM can determine whether any two CPs of the VDU are connected to the same network interface of the container cluster node according to the VNFD file , and then determine whether to create a new network interface on the container cluster node where the VDU is located, so as to create the network interface of the container cluster node on demand, which not only meets the requirements of the telecom scenario, but also reduces the workload and avoids resource waste.
一种可能的设计中,向网络功能虚拟化编排器NFVO发送资源授权请求,还包括:In a possible design, sending a resource authorization request to the network function virtualization orchestrator NFVO also includes:
若确定所述VL网络为容器集群节点之间的网络,则向所述NFVO发送资源授权请求。If it is determined that the VL network is a network between container cluster nodes, a resource authorization request is sent to the NFVO.
基于上述技术方案,在确定VL网络为容器集群节点之间的网络时,向NFVO发送资源授权请求,从而按需创建容器集群节点之间的VL网络,不仅满足电信场景的需求,还减少了工作量,避免了资源浪费。Based on the above technical solution, when the VL network is determined to be a network between container cluster nodes, a resource authorization request is sent to NFVO to create a VL network between container cluster nodes on demand, which not only meets the needs of telecom scenarios, but also reduces work amount, avoiding wastage of resources.
一种可能的设计中,所述VL网络的信息用于指示所述VL网络需要连接的容器集群节点的网络接口以及所述容器集群节点的网络接口需要连接的所述VDU的CP。In a possible design, the information of the VL network is used to indicate the network interface of the container cluster node to which the VL network needs to be connected and the CP of the VDU to which the network interface of the container cluster node needs to be connected.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口。In a possible design, the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
一种可能的设计中,所述容器部署请求用于请求部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带已创建的所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口的信息。In a possible design, the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络。In a possible design, the network creation request is used to request creation of the VL network.
一种可能的设计中,所述容器部署请求用于请求创建所述VL网络需要连接的容器集群节点的网络接口,部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带所述VIM的连接信息以及已创建的所述VL网络的信息。In a possible design, the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
第二方面,本申请还提供一种容器化VNF的部署方法,应用于网络功能虚拟化编排器NFVO,包括:In the second aspect, the present application also provides a containerized VNF deployment method, which is applied to the network function virtualization orchestrator NFVO, including:
向虚拟网络功能管理器VNFM发送虚拟化网络功能VNF实例标识创建请求,其中,所述VNF实例标识创建请求中携带虚拟化网络功能描述VNFD标识,所述VNFD标识对应的VNFD文件包括虚拟连接VL网络的描述信息,所述VL网络的描述信息用于指示所述VL网络是否为容器集群节点之间的网络;Send a virtualized network function VNF instance identifier creation request to the virtual network function manager VNFM, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier, and the VNFD file corresponding to the VNFD identifier includes a virtual connection VL network The description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
接收所述VNFM发送的资源授权请求,并向所述VNFM发送资源授权响应,其中,所述资源授权请求中携带所述VL网络的信息,所述资源授权响应中携带虚拟基础设施管理器VIM的连接信息。receiving the resource authorization request sent by the VNFM, and sending a resource authorization response to the VNFM, wherein the resource authorization request carries the information of the VL network, and the resource authorization response carries the information of the virtual infrastructure manager VIM connection information.
基于上述技术方案,NFVO向VNFM发送VNF实例标识创建请求,其中,VNF实例标识创建请求中携带VNFD标识,VNFD标识对应的VNFD文件包括VL网络的描述信息,VL网络的描述信息用于指示VL网络是否为容器集群节点之间的网络,接收VNFM发送的资源授权请求,并向VNFM发送资源授权响应,其中,资源授权请求中携带VL网络的信息,资源授权响应中携带VIM的连接信息。使得VNFM可根据NFVO发送的VNFD标识,确定对应的VNFD文件,进而确定VL网络是否为容器集群节点之间的网络以及VL网络的信息,从而按需动态创建容器集群节点的网络接口以及容器集群节点之间的VL网络,不仅满足电信场景的需求,还减少了工作量,避免了资源浪费。Based on the above technical solution, NFVO sends a VNF instance ID creation request to VNFM, wherein the VNF instance ID creation request carries the VNFD ID, and the VNFD file corresponding to the VNFD ID includes the description information of the VL network, and the description information of the VL network is used to indicate the VL network Whether it is a network between container cluster nodes, receive the resource authorization request sent by VNFM, and send a resource authorization response to VNFM, where the resource authorization request carries VL network information, and the resource authorization response carries VIM connection information. VNFM can determine the corresponding VNFD file according to the VNFD identifier sent by NFVO, and then determine whether the VL network is a network between container cluster nodes and the information of the VL network, so as to dynamically create the network interface of the container cluster node and the container cluster node on demand The VL network between them not only meets the requirements of telecom scenarios, but also reduces workload and avoids waste of resources.
一种可能的设计中,向所述VNFM发送资源授权响应,包括:In a possible design, sending a resource authorization response to the VNFM includes:
向所述VNFM发送所述资源授权响应,以使所述VNFM根据所述VIM的连接信息向所述VIM发送网络创建请求,并在接收到所述VIM返回的网络创建成功响应时,向容器基础设施管理器CISM发送容器部署请求。Send the resource authorization response to the VNFM, so that the VNFM sends a network creation request to the VIM according to the connection information of the VIM, and when receiving the network creation success response returned by the VIM, send a request to the container base The facility manager CISM sends container deployment requests.
一种可能的设计中,向所述VNFM发送资源授权响应,还包括:In a possible design, sending a resource authorization response to the VNFM also includes:
向所述VIM发送网络创建请求;Send a network creation request to the VIM;
在接收到所述VIM返回的网络创建成功响应时,向所述VNFM发送所述资源授权响应,以使所述VNFM向所述CISM发送容器部署请求,其中,所述资源授权响应中携带已创建的所述VL网络的信息。When receiving the network creation success response returned by the VIM, send the resource authorization response to the VNFM, so that the VNFM sends a container deployment request to the CISM, wherein the resource authorization response carries the created information of the VL network.
一种可能的设计中,向所述VIM发送网络创建请求,包括:In a possible design, sending a network creation request to the VIM includes:
根据所述VIM的连接信息向所述VIM发送网络创建请求,并接收所述VIM返回的网络创建成功响应;或者,Sending a network creation request to the VIM according to the connection information of the VIM, and receiving a network creation success response returned by the VIM; or,
向容器集群管理器CCM发送网络创建请求,以使所述CCM根据所述VIM的连接信息向所述VIM发送网络创建请求,并接收所述VIM返回的网络创建成功响应,其中,所述网络创建成功响应中携带所述VIM的连接信息。Send a network creation request to the container cluster manager CCM, so that the CCM sends a network creation request to the VIM according to the connection information of the VIM, and receives a network creation success response returned by the VIM, wherein the network creation The successful response carries the connection information of the VIM.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口。In a possible design, the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
一种可能的设计中,所述容器部署请求用于请求部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带已创建的所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口的信息。In a possible design, the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络。In a possible design, the network creation request is used to request creation of the VL network.
一种可能的设计中,所述容器部署请求用于请求创建所述VL网络需要连接的容器集群节点的网络接口,部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带所述VIM的连接信息以及已创建的所述VL网络的信息。In a possible design, the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
第三方面,本申请还提供一种VNFM,所述VNFM具有实现上述第一方面或者第一方面的任一种可能的设计中方法的功能,所述功能可以通过硬件实现,也可以通过硬件执行相应的软件实现。所述硬件或软件包括一个或多个与上述功能相对应的模块,比如包括获取模块、第一处理模块、第二处理模块、第三处理模块。In the third aspect, the present application also provides a VNFM, the VNFM has the function of realizing the above-mentioned first aspect or any possible design method of the first aspect, and the function can be realized by hardware or executed by hardware corresponding software implementation. The hardware or software includes one or more modules corresponding to the above functions, for example, including an acquisition module, a first processing module, a second processing module, and a third processing module.
获取模块,用于获取虚拟化网络功能描述VNFD文件,其中,所述VNFD文件包括虚 拟连接VL网络的描述信息,所述VL网络的描述信息用于指示所述VL网络是否为容器集群节点之间的网络;An acquisition module, configured to acquire a virtualized network function description VNFD file, wherein the VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a container cluster node network of;
第一处理模块,用于向网络功能虚拟化编排器NFVO发送资源授权请求,并接收所述NFVO返回的资源授权响应,其中,所述资源授权请求中携带所述VL网络的信息,所述资源授权响应中携带虚拟基础设施管理器VIM的连接信息;The first processing module is configured to send a resource authorization request to the network function virtualization orchestrator NFVO, and receive a resource authorization response returned by the NFVO, wherein the resource authorization request carries the information of the VL network, and the resource The authorization response carries the connection information of the virtual infrastructure manager VIM;
第二处理模块,用于若所述资源授权响应中未携带已创建的所述VL网络的信息,则根据所述VIM的连接信息向所述VIM发送网络创建请求,并在接收到所述VIM返回的网络创建成功响应时,向容器基础设施管理器CISM发送容器部署请求;The second processing module is configured to send a network creation request to the VIM according to the connection information of the VIM if the resource authorization response does not carry the information of the created VL network, and upon receiving the VIM When the returned network creates a successful response, send a container deployment request to the container infrastructure manager CISM;
第三处理模块,用于若所述资源授权响应中携带已创建的所述VL网络的信息,则向所述CISM发送容器部署请求。A third processing module, configured to send a container deployment request to the CISM if the resource authorization response carries information about the created VL network.
一种可能的设计中,所述获取模块,具体用于:In a possible design, the acquisition module is specifically used for:
接收所述NFVO发送的虚拟化网络功能VNF实例标识创建请求,其中,所述VNF实例标识创建请求中携带虚拟化网络功能描述VNFD标识;receiving the virtualized network function VNF instance identifier creation request sent by the NFVO, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier;
根据所述VNFD标识获取对应的VNFD文件。Obtain the corresponding VNFD file according to the VNFD identifier.
一种可能的设计中,所述VL网络的描述信息包括所述VL网络的类型的描述信息,其中,所述VL网络的类型用于指示所述VL网络是否为容器集群节点之间的网络。In a possible design, the description information of the VL network includes description information of the type of the VL network, where the type of the VL network is used to indicate whether the VL network is a network between container cluster nodes.
一种可能的设计中,所述VNFD文件还包括亲和或反亲和组的描述信息和虚拟部署单元VDU的描述信息,其中,所述亲和或反亲和组的描述信息用于指示所述VDU的连接点CP与容器集群节点的网络接口的对应关系以及所述VDU与容器集群节点的对应关系,所述VDU的描述信息用于指示所述VDU包含的容器资源和CP以及所述VDU的CP需要连接的VL网络。In a possible design, the VNFD file further includes the description information of the affinity or anti-affinity group and the description information of the virtual deployment unit VDU, wherein the description information of the affinity or anti-affinity group is used to indicate the The corresponding relationship between the connection point CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node. The description information of the VDU is used to indicate the container resources and CP contained in the VDU and the VDU The CP needs to connect to the VL network.
一种可能的设计中,所述亲和或反亲和组的描述信息包括所述VDU的CP的范围的描述信息,其中,所述VDU的CP的范围用于指示所述VDU的任意两个CP是否连接同一个容器集群节点的网络接口。In a possible design, the description information of the affinity or anti-affinity group includes the description information of the CP range of the VDU, where the CP range of the VDU is used to indicate any two of the VDU Whether the CP is connected to the network interface of the same container cluster node.
一种可能的设计中,所述第一处理模块,还用于:In a possible design, the first processing module is also used for:
若确定所述VL网络为容器集群节点之间的网络,则向所述NFVO发送资源授权请求。If it is determined that the VL network is a network between container cluster nodes, a resource authorization request is sent to the NFVO.
一种可能的设计中,所述VL网络的信息用于指示所述VL网络需要连接的容器集群节点的网络接口以及所述容器集群节点的网络接口需要连接的所述VDU的CP。In a possible design, the information of the VL network is used to indicate the network interface of the container cluster node to which the VL network needs to be connected and the CP of the VDU to which the network interface of the container cluster node needs to be connected.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口。In a possible design, the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
一种可能的设计中,所述容器部署请求用于请求部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带已创建的所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口的信息。In a possible design, the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络。In a possible design, the network creation request is used to request creation of the VL network.
一种可能的设计中,所述容器部署请求用于请求创建所述VL网络需要连接的容器集群节点的网络接口,部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带所述VIM的连接信息以及已创建的所述VL网络的信息。In a possible design, the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
第四方面,本申请还提供一种NFVO,所述NFVO具有实现上述第二方面或者第二方面的任一种可能的设计中方法的功能,所述功能可以通过硬件实现,也可以通过硬件执行相应的软件实现。所述硬件或软件包括一个或多个与上述功能相对应的模块,比如包括第 一处理模块、第二处理模块。In the fourth aspect, the present application also provides an NFVO, the NFVO has the function of realizing the above-mentioned second aspect or any possible design method of the second aspect, and the function can be implemented by hardware or executed by hardware corresponding software implementation. The hardware or software includes one or more modules corresponding to the above functions, such as including a first processing module and a second processing module.
第一处理模块,用于向虚拟网络功能管理器VNFM发送虚拟化网络功能VNF实例标识创建请求,其中,所述VNF实例标识创建请求中携带虚拟化网络功能描述VNFD标识,所述VNFD标识对应的VNFD文件包括虚拟连接VL网络的描述信息,所述VL网络的描述信息用于指示所述VL网络是否为容器集群节点之间的网络;The first processing module is configured to send a virtualized network function VNF instance identifier creation request to the virtual network function manager VNFM, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier, and the VNFD identifier corresponds to The VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
第二处理模块,用于接收所述VNFM发送的资源授权请求,并向所述VNFM发送资源授权响应,其中,所述资源授权请求中携带所述VL网络的信息,所述资源授权响应中携带虚拟基础设施管理器VIM的连接信息。The second processing module is configured to receive the resource authorization request sent by the VNFM, and send a resource authorization response to the VNFM, wherein the resource authorization request carries the information of the VL network, and the resource authorization response carries Connection information for the virtual infrastructure manager VIM.
一种可能的设计中,所述第二处理模块,具体用于:In a possible design, the second processing module is specifically used for:
向所述VNFM发送所述资源授权响应,以使所述VNFM根据所述VIM的连接信息向所述VIM发送网络创建请求,并在接收到所述VIM返回的网络创建成功响应时,向容器基础设施管理器CISM发送容器部署请求。Send the resource authorization response to the VNFM, so that the VNFM sends a network creation request to the VIM according to the connection information of the VIM, and when receiving the network creation success response returned by the VIM, send a request to the container base The facility manager CISM sends container deployment requests.
一种可能的设计中,所述第二处理模块,具体用于:In a possible design, the second processing module is specifically used for:
向所述VIM发送网络创建请求;Send a network creation request to the VIM;
在接收到所述VIM返回的网络创建成功响应时,向所述VNFM发送所述资源授权响应,以使所述VNFM向所述CISM发送容器部署请求,其中,所述资源授权响应中携带已创建的所述VL网络的信息。When receiving the network creation success response returned by the VIM, send the resource authorization response to the VNFM, so that the VNFM sends a container deployment request to the CISM, wherein the resource authorization response carries the created information of the VL network.
一种可能的设计中,所述第二处理模块,具体用于:In a possible design, the second processing module is specifically used for:
根据所述VIM的连接信息向所述VIM发送网络创建请求,并接收所述VIM返回的网络创建成功响应;或者,Sending a network creation request to the VIM according to the connection information of the VIM, and receiving a network creation success response returned by the VIM; or,
向容器集群管理器CCM发送网络创建请求,以使所述CCM根据所述VIM的连接信息向所述VIM发送网络创建请求,并接收所述VIM返回的网络创建成功响应,其中,所述网络创建成功响应中携带所述VIM的连接信息。Send a network creation request to the container cluster manager CCM, so that the CCM sends a network creation request to the VIM according to the connection information of the VIM, and receives a network creation success response returned by the VIM, wherein the network creation The successful response carries the connection information of the VIM.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口。In a possible design, the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
一种可能的设计中,所述容器部署请求用于请求部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带已创建的所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口的信息。In a possible design, the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络。In a possible design, the network creation request is used to request creation of the VL network.
一种可能的设计中,所述容器部署请求用于请求创建所述VL网络需要连接的容器集群节点的网络接口,部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带所述VIM的连接信息以及已创建的所述VL网络的信息。In a possible design, the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
第五方面,本申请还提供一种容器化VNF的部署装置,所述容器化VNF的部署装置包括至少一个处理器和存储器;所述存储器存储一个或多个计算机程序;当所述存储器存储的一个或多个计算机程序被所述至少一个处理器执行时,使得所述容器化VNF的部署装置执行上述第一方面或上述第一方面的任意一种可能的设计的方法,或者上述第二方面或上述第二方面的任意一种可能的设计的方法。In the fifth aspect, the present application also provides a device for deploying a containerized VNF, the device for deploying a containerized VNF includes at least one processor and a memory; the memory stores one or more computer programs; when the memory stores When one or more computer programs are executed by the at least one processor, the device for deploying the containerized VNF is made to execute the above-mentioned first aspect or any possible design method of the above-mentioned first aspect, or the above-mentioned second aspect Or any possible design method of the second aspect above.
第六方面,本申请还提供一种计算机存储介质,所述计算机存储介质包括计算机程序,当所述计算机程序在计算机上运行时,使得所述计算机执行上述第一方面或上述第一方面的任意一种可能的设计的方法,或者上述第二方面或上述第二方面的任意一种可能的设计 的方法。In a sixth aspect, the present application further provides a computer storage medium, the computer storage medium includes a computer program, and when the computer program runs on a computer, the computer executes the above-mentioned first aspect or any one of the above-mentioned first aspects. A possible design method, or the above-mentioned second aspect or any possible design method of the above-mentioned second aspect.
第七方面,本申请还提供一种程序产品,当所述程序产品在计算机上运行时,使得所述计算机执行上述第一方面或上述第一方面的任意一种可能的设计的方法,或者上述第二方面或上述第二方面的任意一种可能的设计的方法。In the seventh aspect, the present application also provides a program product, which, when the program product is run on a computer, causes the computer to execute the above-mentioned first aspect or the method of any possible design of the above-mentioned first aspect, or the above-mentioned The second aspect or any possible design method of the second aspect above.
第八方面,本申请还提供一种芯片,所述芯片可以与容器化VNF的部署装置的存储器耦合,用于调用存储器中存储的计算机程序并执行上述第一方面及其任意一种可能的设计的方法,或者上述第二方面或上述第二方面的任意一种可能的设计的方法。In the eighth aspect, the present application also provides a chip, which can be coupled with the memory of the containerized VNF deployment device, and is used to call the computer program stored in the memory and execute the above-mentioned first aspect and any possible design thereof method, or the above-mentioned second aspect or any possible design method of the above-mentioned second aspect.
附图说明Description of drawings
图1为本申请实施例提供的一种NFV系统的架构示意图;FIG. 1 is a schematic diagram of the architecture of a NFV system provided in an embodiment of the present application;
图2a为本申请实施例提供的一种容器化VNF的部署方法的流程示意图;FIG. 2a is a schematic flowchart of a containerized VNF deployment method provided by an embodiment of the present application;
图2b为本申请实施例提供的一种VDU的描述信息的示意图;FIG. 2b is a schematic diagram of description information of a VDU provided by an embodiment of the present application;
图2c为本申请实施例提供的一种VL网络的描述信息的示意图;FIG. 2c is a schematic diagram of description information of a VL network provided by an embodiment of the present application;
图2d为本申请实施例提供的一种亲和或反亲和组的描述信息的示意图;Fig. 2d is a schematic diagram of description information of an affinity or anti-affinity group provided in the embodiment of the present application;
图2e为本申请实施例提供的一种容器集群节点的示意图;FIG. 2e is a schematic diagram of a container cluster node provided by an embodiment of the present application;
图2f为本申请实施例提供的一种VL网络的示意图;FIG. 2f is a schematic diagram of a VL network provided by an embodiment of the present application;
图3为本申请实施例提供的另一种容器化VNF的部署方法的流程示意图;FIG. 3 is a schematic flowchart of another containerized VNF deployment method provided by the embodiment of the present application;
图4为本申请实施例提供的一种NFVO的结构示意图;FIG. 4 is a schematic structural diagram of a NFVO provided in an embodiment of the present application;
图5为本申请实施例提供的一种VNFM的结构示意图;FIG. 5 is a schematic structural diagram of a VNFM provided in an embodiment of the present application;
图6为本申请实施例提供的一种容器化VNF的部署装置的结构示意图。FIG. 6 is a schematic structural diagram of a device for deploying a containerized VNF provided by an embodiment of the present application.
具体实施方式Detailed ways
为了使本申请实施例的目的、技术方案和优点更加清楚,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整的描述。In order to make the purpose, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below in conjunction with the drawings in the embodiments of the present application.
如图1所示,为本申请实施例提供的一种NFV系统的架构示意图,该NFV系统包括以下功能部件:网络功能虚拟化编排器(NFV orchestrator,NFVO)102、虚拟网络功能管理器(virtualized network function manager,VNFM)104、CISM106、虚拟基础设施管理器(virtualized infrastructure manager,VIM)108、VNF110、设备管理系统(equipment management system,EMS)112、运营支持系统和业务支持系统(operations support system and business support system,OSS/BSS)126。As shown in Figure 1, it is a schematic diagram of the architecture of a NFV system provided by the embodiment of the present application. The NFV system includes the following functional components: a network function virtualization orchestrator (NFV orchestrator, NFVO) 102, a virtualized network function manager (virtualized network function manager (VNFM) 104, CISM 106, virtualized infrastructure manager (virtualized infrastructure manager, VIM) 108, VNF 110, equipment management system (equipment management system, EMS) 112, operations support system and business support system (operations support system and business support system, OSS/BSS) 126.
其中,NFVO102,主要负责处理虚拟化业务的生命周期管理,以及虚拟基础设施和网络功能虚拟化基础设施(network functions virtualization infrastructure,NFVI)中虚拟资源的分配和调度等。NFVO102可以与一个或多个VNFM104通信,以执行资源相关请求,发送配置信息给VNFM104,收集VNF110的状态信息。另外,NFVO102也可以与VIM108通信,执行资源分配,资源预留,查询虚拟化硬件资源配置和状态信息。Among them, NFVO102 is mainly responsible for handling the lifecycle management of virtualization services, as well as the allocation and scheduling of virtual resources in virtual infrastructure and network functions virtualization infrastructure (network functions virtualization infrastructure, NFVI). NFVO 102 can communicate with one or more VNFM 104 to execute resource-related requests, send configuration information to VNFM 104 , and collect status information of VNF 110 . In addition, NFVO102 can also communicate with VIM108, perform resource allocation, resource reservation, query virtualization hardware resource configuration and status information.
需要说明的是,在本申请实施例中,NFVI即NFV的基础设施层,包含硬件部件,软件部件或两者组合,用于建立虚拟化环境,部署、管理及实现VNF110,NFVI包括虚拟计算120、虚拟存储122、虚拟网络124。NFV的虚拟化层和硬件资源用于为VNF110提供虚拟化资源,如虚拟机和其他形式的虚拟容器,硬件资源包括计算硬件114、存储硬件116、 网络硬件118。一种可能的设计中,计算硬件114和存储硬件116的资源可以集中在一起。NFVI中的虚拟化层可以抽象硬件资源,解耦VNF110与底层的物理网络层。It should be noted that, in the embodiment of this application, NFVI is the infrastructure layer of NFV, which includes hardware components, software components or a combination of both, and is used to establish a virtualized environment, deploy, manage and implement VNF110, and NFVI includes virtual computing 120 , a virtual storage 122 , and a virtual network 124 . The virtualization layer and hardware resources of NFV are used to provide VNF110 with virtualized resources, such as virtual machines and other forms of virtual containers, and the hardware resources include computing hardware 114 , storage hardware 116 , and network hardware 118 . In a possible design, the resources of computing hardware 114 and storage hardware 116 can be pooled together. The virtualization layer in NFVI can abstract hardware resources and decouple VNF110 from the underlying physical network layer.
VNFM104,主要负责一个或多个VNF110的生命周期管理,比如实例化(instantiating),更新(updating),查询,弹性伸缩(scaling),终止(terminating)VNF110。VNFM104可以与各个VNF110通信以完成对各个VNF110的生命周期管理以及虚拟化硬件资源配置和状态信息的交换。在NFV架构中VNFM可以有多个,负责对不同的VNF110进行生命周期管理。VNFM104 is mainly responsible for the lifecycle management of one or more VNF110, such as instantiating, updating, querying, scaling, and terminating VNF110. The VNFM 104 can communicate with each VNF 110 to complete lifecycle management of each VNF 110 and exchange of virtualized hardware resource configuration and state information. In the NFV architecture, there may be multiple VNFMs, which are responsible for managing the life cycle of different VNFs 110 .
CISM106,主要负责容器资源的管理,包括容器的创建,更新(updating),查询,弹性伸缩(scaling),终止(terminating)等。当VNF以容器形式部署时,VNFM104可以与CISM106通信,请求容器资源的创建。CISM106 is mainly responsible for container resource management, including container creation, updating, query, scaling, terminating, etc. When the VNF is deployed in the form of containers, the VNFM 104 can communicate with the CISM 106 to request the creation of container resources.
VIM108,主要负责控制和管理VNF110与计算硬件114、存储硬件116、网络硬件118、虚拟计算120、虚拟存储122、虚拟网络124的交互。例如VIM106执行资源管理功能,包括管理基础设施资源、分配(例如增加资源给虚拟容器)以及运行功能(例如收集NFVI故障信息)。VNFM104及VIM108可以相互通信,请求资源分配,交换虚拟化硬件资源配置和状态信息。 VIM 108 is mainly responsible for controlling and managing the interaction between VNF 110 and computing hardware 114 , storage hardware 116 , network hardware 118 , virtual computing 120 , virtual storage 122 , and virtual network 124 . For example, VIM 106 performs resource management functions, including managing infrastructure resources, allocation (such as adding resources to virtual containers), and running functions (such as collecting NFVI fault information). VNFM104 and VIM108 can communicate with each other, request resource allocation, and exchange virtualized hardware resource configuration and status information.
EMS 112,是传统电信系统中用于对设备进行配置和管理的系统。在NFV架构中,EMS112也可以用于对VNF110进行配置和管理,以及向VNFM104发起新的VNF实例化等生命周期管理操作。 EMS 112 is a system used to configure and manage equipment in traditional telecommunication systems. In the NFV architecture, the EMS 112 can also be used to configure and manage the VNF 110 , and initiate lifecycle management operations such as instantiation of a new VNF to the VNFM 104 .
OSS/BSS126,主要负责支持各种端到端电信业务。OSS支持的管理功能包括网络配置,业务提供,故障管理等,BSS支持的管理功能包括产品管理,订单管理,收益管理及客户管理等。OSS/BSS126 is mainly responsible for supporting various end-to-end telecommunication services. The management functions supported by OSS include network configuration, service provisioning, fault management, etc., and the management functions supported by BSS include product management, order management, revenue management, and customer management.
应理解,图1中仅为便于理解,示例性地示出了一个NFV系统,但这不应对本申请实施例构成任何限定,该NFV系统还可以包括比图示更多或更少的部件,或者组合某些部件,或者拆分某些部件,或者不同的部件布置。图示的部件可以以硬件,软件或软件和硬件的组合实现。此外,图1中的部件之间的组合或连接关系也是可以调整修改的,本申请实施例对此不做具体限定。It should be understood that an NFV system is exemplarily shown in FIG. 1 for ease of understanding, but this should not constitute any limitation to the embodiment of the present application. The NFV system may also include more or less components than shown in the figure, Or combine some parts, or split some parts, or different parts arrangement. The illustrated components can be realized in hardware, software or a combination of software and hardware. In addition, the combination or connection relationship between the components in FIG. 1 can also be adjusted and modified, which is not specifically limited in this embodiment of the present application.
以上介绍了本申请实施例提供的NFV系统,接下来结合附图介绍本申请实施例提供的容器化VNF的部署方法。The above describes the NFV system provided by the embodiment of the present application, and then introduces the deployment method of the containerized VNF provided by the embodiment of the present application with reference to the accompanying drawings.
应理解,本申请实施例中的术语“至少一个”是指一个或者多个,“多个”是指两个或两个以上。“和/或”,描述关联对象的关联关系,表示可以存在三种关系,例如,A和/或B,可以表示:单独存在A,同时存在A和B,单独存在B的情况,其中A,B可以是单数或者复数。字符“/”一般表示前后关联对象是一种“或”的关系。“以下至少一项(个)”或其类似表达,是指的这些项中的任意组合,包括单项(个)或复数项(个)的任意组合。例如,a,b,或c中的至少一项(个),可以表示:a,b,c,a和b,a和c,b和c,或a和b和c。It should be understood that the term "at least one" in the embodiments of the present application refers to one or more, and "multiple" refers to two or more. "And/or" describes the association relationship of associated objects, indicating that there may be three types of relationships, for example, A and/or B, which can mean: A exists alone, A and B exist simultaneously, and B exists alone, where A, B can be singular or plural. The character "/" generally indicates that the contextual objects are an "or" relationship. "At least one of the following" or similar expressions refer to any combination of these items, including any combination of single or plural items. For example, at least one item (piece) of a, b, or c may represent: a, b, c, a and b, a and c, b and c, or a and b and c.
以及,除非有相反的说明,本申请实施例提及“第一”、“第二”等序数词是用于对多个对象进行区分,不用于限定多个对象的顺序、时序、优先级或者重要程度。例如,第一优先级准则和第二优先级准则,只是为了区分不同的准则,而并不是表示这两种准则的内容、优先级或者重要程度等的不同。And, unless otherwise stated, the ordinal numerals such as "first" and "second" mentioned in the embodiments of the present application are used to distinguish multiple objects, and are not used to limit the order, timing, priority or priority of multiple objects. Importance. For example, the first priority criterion and the second priority criterion are only for distinguishing different criteria, but do not represent the difference in content, priority or importance of the two criteria.
实施例一Embodiment one
如图2a所示,为本申请实施例提供的一种容器化VNF的部署方法的流程示意图,该容器化VNF的部署方法可以应用于图1所示的或者与图1功能结构类似的NFV系统。在本实施例中,容器集群节点之间的VL网络和容器集群节点的网络接口的创建是由VNFM向VIM发送请求完成,或者,容器集群节点之间的VL网络是由VNFM向VIM发送请求完成,容器集群节点的网络接口的创建是由CISM向VIM发送请求完成。As shown in Figure 2a, it is a schematic flowchart of a containerized VNF deployment method provided by the embodiment of the present application, and the containerized VNF deployment method can be applied to the NFV system shown in Figure 1 or with a functional structure similar to Figure 1 . In this embodiment, the creation of the VL network between container cluster nodes and the network interface of the container cluster nodes is completed by VNFM sending a request to VIM, or the VL network between container cluster nodes is completed by VNFM sending a request to VIM , the creation of the network interface of the container cluster node is completed by sending a request from CISM to VIM.
S201、NFVO向VNFM发送VNF实例标识创建请求。相应的,VNFM接收来自NFVO的VNF实例标识创建请求。S201. The NFVO sends a VNF instance identifier creation request to the VNFM. Correspondingly, the VNFM receives the VNF instance ID creation request from the NFVO.
此处,VNF实例标识创建请求中携带VNFD标识。Here, the VNF instance identifier creation request carries the VNFD identifier.
S202、VNFM创建VNF实例标识,获取VNFD标识对应的VNFD文件,并向NFVO发送VNF实例标识。相应的,NFVO接收来自VNFM的VNF实例标识。S202. The VNFM creates a VNF instance identifier, obtains a VNFD file corresponding to the VNFD identifier, and sends the VNF instance identifier to the NFVO. Correspondingly, the NFVO receives the VNF instance identifier from the VNFM.
此处,VNFM可根据VNF实例标识创建请求中携带的VNFD标识获取对应的VNFD文件,示例性的,VNFM可确定本地是否有该VNFD标识对应的VNFD文件,若没有,则向NFVO发送VNFD文件获取请求,并接收NFVO返回的VNFD文件获取响应,其中,VNFD文件获取请求中携带该VNFD标识,VNFD文件获取响应中携带该VNFD标识对应的VNFD文件。Here, the VNFM can obtain the corresponding VNFD file according to the VNFD identifier carried in the VNF instance identifier creation request. For example, the VNFM can determine whether there is a VNFD file corresponding to the VNFD identifier locally, and if not, send the VNFD file to NFVO to obtain request, and receive a VNFD file acquisition response returned by the NFVO, wherein the VNFD file acquisition request carries the VNFD identifier, and the VNFD file acquisition response carries the VNFD file corresponding to the VNFD identifier.
需要说明的是,在本申请实施例中,VNFD文件可包括VL网络的描述信息、亲和或反亲和组(affinity or anti-affinity group)的描述信息和VDU的描述信息。It should be noted that, in the embodiment of the present application, the VNFD file may include the description information of the VL network, the description information of the affinity or anti-affinity group (affinity or anti-affinity group), and the description information of the VDU.
其中,VL网络的描述信息用于指示VL网络是否为容器集群节点之间的网络,例如,VL网络的描述信息可包括VL网络的类型(type)的描述信息,VL网络的类型可用于指示VL网络是否为容器集群节点之间的网络。Wherein, the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes, for example, the description information of the VL network may include the description information of the VL network type (type), and the VL network type may be used to indicate the VL network Whether the network is a network between container cluster nodes.
亲和或反亲和组的描述信息用于指示VDU的CP与容器集群节点的网络接口的对应关系以及VDU与容器集群节点的对应关系,例如,当亲和或反亲和组的描述信息用于指示VDU的CP与容器集群节点的网络接口的对应关系时,亲和或反亲和组的描述信息可包括VDU的CP的范围(scope)的描述信息,VDU的CP的范围可用于指示VDU的任意两个CP是否连接同一个容器集群节点的网络接口。The description information of the affinity or anti-affinity group is used to indicate the corresponding relationship between the CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node. For example, when the description information of the affinity or anti-affinity group is used When indicating the corresponding relationship between the CP of the VDU and the network interface of the container cluster node, the description information of the affinity or anti-affinity group can include the description information of the scope of the CP of the VDU, and the scope of the CP of the VDU can be used to indicate the VDU Whether any two CPs are connected to the network interface of the same container cluster node.
VDU的描述信息用于指示VDU包含的容器资源和CP以及VDU的CP需要连接的VL网络。The description information of the VDU is used to indicate the container resource and CP contained in the VDU and the VL network to which the CP of the VDU needs to be connected.
示例性的,如图2b所示,为本申请实施例提供的一种VDU的描述信息的示意图,图2b中的mciopProfile为CISM进行容器部署时使用的部署包信息,该mciopProfile包含部署包标识(mciopId)信息和相关VDU(associatedVdu)信息,其中,mciopId为M-123,即通过标识M-123可以在包含VNFD文件的文件包中获取到对应的部署包,associatedVdu为VDU1、VDU2和VDU3,即对应的部署包中包含的资源为VDU1、VDU2和VDU3的资源。图2b中的VDU1包含2个容器资源(osContainerDesc)和1个CP:osContainerDesc-1、osContainerDesc-2和cp-1,VDU2包含2个容器资源和1个CP:osContainerDesc-3、osContainerDesc-4和cp-2,VDU2包含1个容器资源和1个CP:osContainerDesc-5和cp-3。图2b中的cp-1和cp-2的虚拟网卡类型(vnic Type)均为IPVLAN,cp-2的vnic Type为MACVLAN,cp-1、cp-2和cp-3需要连接的VL网络均为VL-1。图2b中的每个osContainerDesc分别描述了每个容器对资源的需求信息,例如中央处理器需求信息(requested Cpu Resources)和内存需求信息(requested Memory Resources),例如,osContainerDesc-1的requested Cpu Resources为2,requested Memory Resources为500MB。Exemplarily, as shown in FIG. 2b, it is a schematic diagram of the description information of a VDU provided by the embodiment of the present application. The mciopProfile in FIG. 2b is the deployment package information used by CISM for container deployment, and the mciopProfile includes the deployment package identifier ( mciopId) information and related VDU (associatedVdu) information, wherein, mciopId is M-123, that is, the corresponding deployment package can be obtained in the file package containing the VNFD file by identifying M-123, and associatedVdu is VDU1, VDU2 and VDU3, namely The resources included in the corresponding deployment package are the resources of VDU1, VDU2 and VDU3. VDU1 in Figure 2b contains 2 container resources (osContainerDesc) and 1 CP: osContainerDesc-1, osContainerDesc-2 and cp-1, VDU2 contains 2 container resources and 1 CP: osContainerDesc-3, osContainerDesc-4 and cp -2, VDU2 contains 1 container resource and 1 CP: osContainerDesc-5 and cp-3. The vnic types of cp-1 and cp-2 in Figure 2b are both IPVLAN, the vnic type of cp-2 is MACVLAN, and the VL networks to be connected to cp-1, cp-2 and cp-3 are VL-1. Each osContainerDesc in Figure 2b describes the resource requirement information of each container, such as the central processing unit requirement information (requested Cpu Resources) and memory requirement information (requested Memory Resources). For example, the requested Cpu Resources of osContainerDesc-1 is 2. The requested Memory Resources is 500MB.
示例性的,如图2c所示,为本申请实施例提供的一种VL网络的描述信息的示意图,图2c中的VL-1网络使用的层协议(LayerProtocol)为Ethernet,IPV4,VL-1网络的类型(type)为node-network,说明VL-1网络为容器集群节点之间的网络。Exemplarily, as shown in FIG. 2c, it is a schematic diagram of description information of a VL network provided by the embodiment of the present application. The layer protocol (LayerProtocol) used by the VL-1 network in FIG. 2c is Ethernet, IPV4, VL-1 The network type (type) is node-network, indicating that the VL-1 network is a network between container cluster nodes.
示例性的,如图2d所示,为本申请实施例提供的一种亲和或反亲和组的描述信息的示意图,图2d中包含3个亲和或反亲和组,分别是group-1、group-2和group-3。其中,group-1的亲和或反亲和(affinity or anti-affinity)定义为亲和(AFFINITY),说明group-1为亲和组,group-1定义的信息是正确的,group-2和group-3的亲和或反亲和定义为反亲和(ANTI-AFFINITY),说明group-2和group-3为反亲和组,group-1定义的信息是不正确的。例如,亲和组group-1定义了VDU1和VDU2的范围为共节点(NFVI-node),即VDU1和VDU2在一个容器集群节点上。反亲和组group-2定义了VDU2和VDU3的范围为NFVI-node,即VDU2和VDU3不在一个容器集群节点上。反亲和组group-3定义了cp-1和cp-2的范围为共网络接口(host-nic),即cp-1和cp-2不会连接同一个容器集群节点的网络接口。根据group-1、group-2和group-3的定义,可以确定VDU1和VDU2在一个容器集群节点上,VDU3在另一个容器集群节点上,因为cp-1和cp-2不会连接同一个容器集群节点的网络接口,所以VDU1和VDU2所在容器集群节点上需要有新的网络接口连接cp-2。Exemplarily, as shown in Figure 2d, it is a schematic diagram of the description information of an affinity or anti-affinity group provided by the embodiment of the present application. Figure 2d contains 3 affinity or anti-affinity groups, which are group- 1. group-2 and group-3. Among them, the affinity or anti-affinity (affinity or anti-affinity) of group-1 is defined as affinity (AFFINITY), indicating that group-1 is an affinity group, the information defined by group-1 is correct, group-2 and The affinity or anti-affinity of group-3 is defined as anti-affinity (ANTI-AFFINITY), indicating that group-2 and group-3 are anti-affinity groups, and the information defined by group-1 is incorrect. For example, the affinity group group-1 defines the scope of VDU1 and VDU2 as the common node (NFVI-node), that is, VDU1 and VDU2 are on a container cluster node. The anti-affinity group group-2 defines the scope of VDU2 and VDU3 as NFVI-node, that is, VDU2 and VDU3 are not on the same container cluster node. The anti-affinity group group-3 defines the range of cp-1 and cp-2 as a common network interface (host-nic), that is, cp-1 and cp-2 will not connect to the network interface of the same container cluster node. According to the definitions of group-1, group-2 and group-3, it can be determined that VDU1 and VDU2 are on one container cluster node, and VDU3 is on another container cluster node, because cp-1 and cp-2 will not connect to the same container The network interface of the cluster node, so there must be a new network interface connected to cp-2 on the container cluster nodes where VDU1 and VDU2 are located.
如图2e所示,为本申请实施例提供的一种容器集群节点的示意图,图2e中的VDU1和VDU2在一个容器集群节点上,若cp-1和cp-2的范围为host-nic,即cp-1和cp-2会连接同一个容器集群节点的网络接口,则cp-1和cp-2均连接容器集群节点的网络接口NIC-1,不需要在该容器集群节点上创建新的网络接口,若cp-1和cp-2的范围不为host-nic,即cp-1和cp-2不会连接同一个容器集群节点的网络接口,则需要在该容器集群节点上创建一个新的网络接口NIC-2连接cp-2。As shown in Figure 2e, it is a schematic diagram of a container cluster node provided by the embodiment of the present application. VDU1 and VDU2 in Figure 2e are on a container cluster node. If the range of cp-1 and cp-2 is host-nic, That is, cp-1 and cp-2 are connected to the network interface of the same container cluster node, and both cp-1 and cp-2 are connected to the network interface NIC-1 of the container cluster node, and there is no need to create a new one on the container cluster node Network interface, if the scope of cp-1 and cp-2 is not host-nic, that is, cp-1 and cp-2 will not connect to the network interface of the same container cluster node, you need to create a new one on the container cluster node The network interface NIC-2 is connected to cp-2.
S203、NFVO向VNFM发送VNF实例化请求。相应的,VNFM接收来自NFVO的VNF实例化请求。S203. The NFVO sends a VNF instantiation request to the VNFM. Correspondingly, the VNFM receives the VNF instantiation request from the NFVO.
此处,VNF实例化请求用于请求创建VNF实例标识对应的VNF实例。Here, the VNF instantiation request is used to request to create a VNF instance corresponding to the VNF instance identifier.
S204、VNFM向NFVO发送资源授权请求。相应的,NFVO接收来自VNFM的资源授权请求。S204. The VNFM sends a resource authorization request to the NFVO. Correspondingly, NFVO receives the resource authorization request from VNFM.
此处,资源授权请求中携带需要创建的资源的信息,例如,容器资源的信息和VL网络的信息。Here, the resource authorization request carries the information of the resource to be created, for example, the information of the container resource and the information of the VL network.
其中,容器资源的信息用于指示容器集群节点上需要部署的VDU以及VDU上需要部署的容器。示例性的,如图2b所示,容器集群节点Node-1上需要部署VDU1和VDU2,VDU1上需要部署osContainerDesc-1和osContainerDesc-2,VDU2上需要部署osContainerDesc-3和osContainerDesc-4,容器集群节点Node-2上需要部署VDU3,VDU3上需要部署osContainerDesc-5,则资源授权请求中将携带为每个需要创建的容器(例如osContainerDesc-1~osContainerDesc-5)分配的对应的创建资源(addResource)信息,其中,addResource信息包含资源定义(ResourceDefinition)信息,ResourceDefinition信息用于指示资源对应的类型以及对应的标识,例如,type为OSCONTAINER,标识为osContainerDesc-1。The container resource information is used to indicate the VDU that needs to be deployed on the container cluster node and the container that needs to be deployed on the VDU. Exemplarily, as shown in Figure 2b, VDU1 and VDU2 need to be deployed on the container cluster node Node-1, osContainerDesc-1 and osContainerDesc-2 need to be deployed on VDU1, osContainerDesc-3 and osContainerDesc-4 need to be deployed on VDU2, and the container cluster node VDU3 needs to be deployed on Node-2, and osContainerDesc-5 needs to be deployed on VDU3, then the resource authorization request will carry the corresponding creation resource (addResource) information allocated for each container to be created (such as osContainerDesc-1~osContainerDesc-5) , wherein, the addResource information includes resource definition (ResourceDefinition) information, and the ResourceDefinition information is used to indicate the type and corresponding identifier of the resource, for example, the type is OSCONTAINER, and the identifier is osContainerDesc-1.
VL网络的信息用于指示VL网络需要连接的容器集群节点的网络接口以及容器集群节点的网络接口需要连接的VDU的CP。示例性的,如图2f所示,为本申请实施例提供的 一种VL网络的示意图,图2f中的VL-1网络需要连接的容器集群节点的网络接口为:容器集群节点Node-1上的网络接口NIC-1和容器集群节点Node-2上的网络接口NIC-2,容器集群节点Node-1上的网络接口NIC-1需要连接的VDU的CP为:VDU1的CP-1和VDU2的CP-2,容器集群节点Node-2上的网络接口NIC-2需要连接的VDU的CP为:VDU3的CP-3,则需要在容器集群节点Node-1上创建新的网络接口NIC-1,在容器集群节点Node-2上创建新的网络接口NIC-2,资源授权请求中将携带为每个需要创建的网络接口和VL网络(例如NIC-1、NIC-2、VL-1网络)分配的对应的addResource信息。The information of the VL network is used to indicate the network interface of the container cluster node to be connected to the VL network and the CP of the VDU to be connected to the network interface of the container cluster node. Exemplarily, as shown in FIG. 2f, it is a schematic diagram of a VL network provided by the embodiment of the present application. The network interface of the container cluster node that needs to be connected to the VL-1 network in FIG. 2f is: on the container cluster node Node-1 The network interface NIC-1 on the container cluster node Node-2 and the network interface NIC-2 on the container cluster node Node-2, the CP of the VDU that needs to be connected to the network interface NIC-1 on the container cluster node Node-1 is: CP-1 of VDU1 and CP of VDU2 CP-2, the network interface NIC-2 on the container cluster node Node-2 needs to connect to the CP of the VDU: CP-3 of VDU3, you need to create a new network interface NIC-1 on the container cluster node Node-1, Create a new network interface NIC-2 on the container cluster node Node-2, and the resource authorization request will carry the allocation for each network interface and VL network (such as NIC-1, NIC-2, VL-1 network) that needs to be created The corresponding addResource information.
需要说明的是,在本申请实施例中,向NFVO发送资源授权请求之前,可确定VL网络是否为容器集群节点之间的网络,若确定VL网络为容器集群节点之间的网络,则向NFVO发送资源授权请求。It should be noted that, in this embodiment of the application, before sending a resource authorization request to NFVO, it can be determined whether the VL network is a network between container cluster nodes. If it is determined that the VL network is a network between container cluster nodes, then the Send resource authorization request.
S205、NFVO向VNFM发送资源授权响应。相应的,VNFM接收来自NFVO的资源授权响应。S205. The NFVO sends a resource authorization response to the VNFM. Correspondingly, VNFM receives the resource authorization response from NFVO.
此处,NFVO可针对资源授权请求中的每个addResource信息返回对应的授权信息(GrantInfo),即NFVO向VNFM发送的资源授权响应中将携带每个addResource信息对应的GrantInfo,其中,针对容器资源的信息,GrantInfo中将携带有CISM的连接信息,针对VL网络的信息,GrantInfo中将携带有VIM的连接信息。Here, NFVO can return corresponding authorization information (GrantInfo) for each addResource information in the resource authorization request, that is, the resource authorization response sent by NFVO to VNFM will carry the GrantInfo corresponding to each addResource information. Information, the GrantInfo will carry the connection information of the CISM, and for the information of the VL network, the GrantInfo will carry the connection information of the VIM.
S206、VNFM根据VIM的连接信息向VIM发送网络创建请求,并在接收到VIM返回的网络创建成功响应时,向CISM发送容器部署请求。S206. The VNFM sends a network creation request to the VIM according to the connection information of the VIM, and sends a container deployment request to the CISM when receiving a network creation success response returned by the VIM.
此处,若网络创建请求用于请求创建VL网络以及VL网络需要连接的容器集群节点的网络接口,则容器部署请求用于请求部署容器并连接容器与VL网络,容器部署请求中携带已创建的VL网络以及VL网络需要连接的容器集群节点的网络接口的信息。Here, if the network creation request is used to request the creation of a VL network and the network interface of the container cluster node that the VL network needs to connect to, the container deployment request is used to request the deployment of the container and connect the container to the VL network. The container deployment request carries the created The VL network and the network interface information of the connected container cluster nodes need to be connected to the VL network.
示例性的,VNFM先根据VIM的连接信息向VIM发送网络创建请求。其中,网络创建请求用于请求创建VL-1网络,在容器集群节点Node-1上创建新的网络接口NIC-1以及在容器集群节点Node-2上创建新的网络接口NIC-2。在接收到VIM返回的网络创建成功响应时,再向CISM发送容器部署请求。其中,容器部署请求用于请求在容器集群节点Node-1上部署VDU1和VDU2,在VDU1上部署osContainerDesc-1和osContainerDesc-2,在VDU2上部署osContainerDesc-3和osContainerDesc-4,在容器集群节点Node-2上需要部署VDU3,在VDU3上需要部署osContainerDesc-5,并连接各个容器与VL-1网络。容器部署请求中携带部署包,和已创建的VL-1网络、网络接口NIC-1和网络接口NIC-2的信息。从而使得VIM完成VL-1网络,容器集群节点Node-1上的网络接口NIC-1以及容器集群节点Node-2上的网络接口NIC-2的创建,CISM完成容器集群节点Node-1和Node-2上的容器的部署以及容器与VL-1网络的连接。Exemplarily, the VNFM first sends a network creation request to the VIM according to the connection information of the VIM. The network creation request is used to request to create a VL-1 network, to create a new network interface NIC-1 on the container cluster node Node-1 and to create a new network interface NIC-2 on the container cluster node Node-2. After receiving the successful network creation response returned by VIM, it sends a container deployment request to CISM. Among them, the container deployment request is used to request to deploy VDU1 and VDU2 on container cluster node Node-1, deploy osContainerDesc-1 and osContainerDesc-2 on VDU1, deploy osContainerDesc-3 and osContainerDesc-4 on VDU2, and deploy osContainerDesc-3 and osContainerDesc-4 on container cluster node Node-1. VDU3 needs to be deployed on -2, osContainerDesc-5 needs to be deployed on VDU3, and each container is connected to the VL-1 network. The container deployment request carries the deployment package and information about the created VL-1 network, network interface NIC-1, and network interface NIC-2. Thus, VIM completes the creation of the VL-1 network, the network interface NIC-1 on the container cluster node Node-1 and the network interface NIC-2 on the container cluster node Node-2, and CISM completes the creation of the container cluster node Node-1 and Node- Deployment of the container on 2 and the connection of the container to the VL-1 network.
若网络创建请求用于请求创建VL网络,则容器部署请求用于请求创建VL网络需要连接的容器集群节点的网络接口,部署容器并连接容器与VL网络,容器部署请求中携带VIM的连接信息以及已创建的VL网络的信息。If the network creation request is used to request the creation of a VL network, the container deployment request is used to request the network interface of the container cluster node that needs to be connected to the VL network, deploy the container and connect the container to the VL network. The container deployment request carries the connection information of the VIM and Information about the created VL network.
示例性的,VNFM先根据VIM的连接信息向VIM发送网络创建请求。其中,网络创建请求用于请求创建VL-1网络。在接收到VIM返回的网络创建成功响应时,再向CISM发送容器部署请求。其中,容器部署请求用于请求在容器集群节点Node-1上创建新的网络接口NIC-1,在容器集群节点Node-2上创建新的网络接口NIC-2,在容器集群节点Node-1上部署VDU1和VDU2,在VDU1上部署osContainerDesc-1和osContainerDesc-2,在VDU2 上部署osContainerDesc-3和osContainerDesc-4,在容器集群节点Node-2上需要部署VDU3,在VDU3上需要部署osContainerDesc-5,并连接各个容器与VL-1网络。容器部署请求中携带部署包,VIM的连接信息和已创建的VL-1网络的信息。从而使得VIM完成VL-1网络的创建,CISM完成容器集群节点Node-1上的网络接口NIC-1和容器集群节点Node-2上的网络接口NIC-2的创建,容器集群节点Node-1和Node-2上的容器的部署以及容器与VL-1网络的连接。Exemplarily, the VNFM first sends a network creation request to the VIM according to the connection information of the VIM. Wherein, the network creation request is used to request to create a VL-1 network. After receiving the successful network creation response returned by VIM, it sends a container deployment request to CISM. Among them, the container deployment request is used to request to create a new network interface NIC-1 on the container cluster node Node-1, create a new network interface NIC-2 on the container cluster node Node-2, and create a new network interface NIC-2 on the container cluster node Node-1. Deploy VDU1 and VDU2, deploy osContainerDesc-1 and osContainerDesc-2 on VDU1, deploy osContainerDesc-3 and osContainerDesc-4 on VDU2, deploy VDU3 on container cluster node Node-2, and deploy osContainerDesc-5 on VDU3, And connect each container with the VL-1 network. The container deployment request carries the deployment package, the connection information of the VIM and the information of the created VL-1 network. Thus, VIM completes the creation of the VL-1 network, CISM completes the creation of the network interface NIC-1 on the container cluster node Node-1 and the network interface NIC-2 on the container cluster node Node-2, and the container cluster node Node-1 and Deployment of containers on Node-2 and connection of containers to VL-1 network.
S207、VNFM在接收到CISM返回的容器部署成功响应时,向NFVO发送VNF实例化成功响应。S207. When receiving the container deployment success response returned by the CISM, the VNFM sends a VNF instantiation success response to the NFVO.
基于上述技术方案,使得VNFM可根据VNFD文件确定VL网络是否为容器集群节点之间的网络以及VL网络的信息,再由VNFM向VIM发送请求,或者,由VNFM和CISM分别向VIM发送请求,按需完成容器集群节点之间的VL网络和容器集群节点的网络接口的创建,以及由VNFM向CISM发送请求,完成容器的部署和容器与VL网络的连接,从而按需动态创建容器集群节点的网络接口以及容器集群节点之间的VL网络,不仅满足电信场景的需求,还减少了工作量,避免了资源浪费。Based on the above technical solution, the VNFM can determine whether the VL network is a network between container cluster nodes and the information of the VL network according to the VNFD file, and then the VNFM sends a request to the VIM, or the VNFM and the CISM send requests to the VIM respectively, according to It is necessary to complete the creation of the VL network between the container cluster nodes and the network interface of the container cluster nodes, and the VNFM sends a request to the CISM to complete the deployment of the container and the connection between the container and the VL network, so as to dynamically create the network of the container cluster nodes on demand The interface and the VL network between the container cluster nodes not only meet the requirements of the telecom scenario, but also reduce the workload and avoid resource waste.
实施例二Embodiment two
如图3所示,为本申请实施例提供的又一种容器化VNF的部署方法的流程示意图,该容器化VNF的部署方法可以应用于图1所示的或者与图1功能结构类似的NFV系统。在本实施例中,容器集群节点之间的VL网络是由NFVO向VIM发送请求完成,容器集群节点的网络接口的创建是由CISM向VIM发送请求完成。As shown in Figure 3, it is a schematic flowchart of another containerized VNF deployment method provided by the embodiment of the present application. The containerized VNF deployment method can be applied to the NFV shown in Figure 1 or with a functional structure similar to that in Figure 1 system. In this embodiment, the VL network between the container cluster nodes is completed by sending a request from the NFVO to the VIM, and the creation of the network interface of the container cluster nodes is completed by sending a request to the VIM from the CISM.
S301、NFVO向VNFM发送VNF实例标识创建请求。相应的,VNFM接收来自NFVO的VNF实例标识创建请求。S301. The NFVO sends a VNF instance identifier creation request to the VNFM. Correspondingly, the VNFM receives the VNF instance ID creation request from the NFVO.
该S301可参见上述S201的介绍,此处不再重复赘述。For the S301, refer to the introduction of the above S201, which will not be repeated here.
S302、VNFM创建VNF实例标识,获取VNFD标识对应的VNFD文件,并向NFVO发送VNF实例标识。相应的,NFVO接收来自VNFM的VNF实例标识。S302. The VNFM creates a VNF instance identifier, acquires a VNFD file corresponding to the VNFD identifier, and sends the VNF instance identifier to the NFVO. Correspondingly, the NFVO receives the VNF instance identifier from the VNFM.
该S302可参见上述S202的介绍,此处不再重复赘述。For the S302, refer to the introduction of the above S202, which will not be repeated here.
S303、NFVO向VNFM发送VNF实例化请求。相应的,VNFM接收来自NFVO的VNF实例化请求。S303. The NFVO sends a VNF instantiation request to the VNFM. Correspondingly, the VNFM receives the VNF instantiation request from the NFVO.
该S303可参见上述S203的介绍,此处不再重复赘述。For the S303, refer to the introduction of the above S203, which will not be repeated here.
S304、VNFM向NFVO发送资源授权请求。相应的,NFVO接收来自VNFM的资源授权请求。S304. The VNFM sends a resource authorization request to the NFVO. Correspondingly, NFVO receives the resource authorization request from VNFM.
该S304可参见上述S204的介绍,此处不再重复赘述。For the S304, refer to the introduction of the above S204, which will not be repeated here.
S305、NFVO向VIM发送网络创建请求,在接收到VIM返回的网络创建成功响应时,向VNFM发送资源授权响应。相应的,VNFM接收来自NFVO的资源授权响应。S305. The NFVO sends a network creation request to the VIM, and sends a resource authorization response to the VNFM when receiving a network creation success response returned by the VIM. Correspondingly, VNFM receives the resource authorization response from NFVO.
此处,NFVO可确定本地是否有VIM的连接信息,若有,则可根据VIM的连接信息向VIM发送网络创建请求,并接收VIM返回的网络创建成功响应,若没有,则向容器集群管理器(container identification system cluster manager,CCM)发送网络创建请求,以使CCM根据VIM的连接信息向VIM发送网络创建请求,并接收VIM返回的网络创建成功响应,其中,网络创建请求用于请求创建VL网络,网络创建成功响应中携带VIM的连接信息。Here, NFVO can determine whether there is connection information of VIM locally. If so, it can send a network creation request to VIM according to the connection information of VIM, and receive the network creation success response returned by VIM. If not, it can send a request to the container cluster manager (container identification system cluster manager, CCM) sends a network creation request, so that the CCM sends a network creation request to the VIM according to the connection information of the VIM, and receives the network creation success response returned by the VIM, wherein the network creation request is used to request the creation of a VL network , the network creation success response carries the VIM connection information.
在接收到VIM返回的网络创建成功响应时,NFVO可针对资源授权请求中的每个addResource信息返回对应的GrantInfo,即NFVO向VNFM发送的资源授权响应中将携带每个addResource信息对应的GrantInfo以及已创建的VL网络的信息,其中,针对容器资源的信息,GrantInfo中将携带有CISM的连接信息,针对VL网络的信息,GrantInfo中将携带有VIM的连接信息。When receiving the network creation success response returned by VIM, NFVO can return the corresponding GrantInfo for each addResource information in the resource authorization request, that is, the resource authorization response sent by NFVO to VNFM will carry the GrantInfo corresponding to each addResource information and the For the created VL network information, the GrantInfo will carry the CISM connection information for the container resource information, and the VIM connection information for the VL network information.
S306、VNFM向CISM发送容器部署请求。S306. The VNFM sends a container deployment request to the CISM.
此处,容器部署请求用于请求创建VL网络需要连接的容器集群节点的网络接口,部署容器并连接容器与VL网络,容器部署请求中携带VIM的连接信息以及已创建的VL网络的信息。Here, the container deployment request is used to request to create the network interface of the container cluster node that needs to be connected to the VL network, deploy the container and connect the container to the VL network. The container deployment request carries the connection information of the VIM and the information of the created VL network.
示例性的,VNFM向CISM发送容器部署请求。其中,容器部署请求用于请求在容器集群节点Node-1上创建新的网络接口NIC-1,在容器集群节点Node-2上创建新的网络接口NIC-2,在容器集群节点Node-1上部署VDU1和VDU2,在VDU1上部署osContainerDesc-1和osContainerDesc-2,在VDU2上部署osContainerDesc-3和osContainerDesc-4,在容器集群节点Node-2上需要部署VDU3,在VDU3上需要部署osContainerDesc-5,并连接各个容器与VL-1网络。容器部署请求中携带部署包,VIM的连接信息和已创建的VL-1网络的信息。从而使得CISM完成容器集群节点Node-1上的网络接口NIC-1和容器集群节点Node-2上的网络接口NIC-2的创建,容器集群节点Node-1和Node-2上的容器的部署以及容器与VL-1网络的连接。Exemplarily, the VNFM sends a container deployment request to the CISM. Among them, the container deployment request is used to request to create a new network interface NIC-1 on the container cluster node Node-1, create a new network interface NIC-2 on the container cluster node Node-2, and create a new network interface NIC-2 on the container cluster node Node-1. Deploy VDU1 and VDU2, deploy osContainerDesc-1 and osContainerDesc-2 on VDU1, deploy osContainerDesc-3 and osContainerDesc-4 on VDU2, deploy VDU3 on container cluster node Node-2, and deploy osContainerDesc-5 on VDU3, And connect each container with the VL-1 network. The container deployment request carries the deployment package, the connection information of the VIM and the information of the created VL-1 network. Thus, CISM completes the creation of the network interface NIC-1 on the container cluster node Node-1 and the network interface NIC-2 on the container cluster node Node-2, the deployment of the containers on the container cluster nodes Node-1 and Node-2, and The connection of the container to the VL-1 network.
S307、VNFM在接收到CISM返回的容器部署成功响应时,向NFVO发送VNF实例化成功响应。S307. When receiving the container deployment success response returned by the CISM, the VNFM sends a VNF instantiation success response to the NFVO.
基于上述技术方案,使得VNFM可根据VNFD文件确定VL网络是否为容器集群节点之间的网络以及VL网络的信息,再由NFVO和CISM分别向VIM发送请求,按需完成容器集群节点之间的VL网络和容器集群节点的网络接口的创建,以及由VNFM向CISM发送请求,完成容器的部署和容器与VL网络的连接,从而按需动态创建容器集群节点的网络接口以及容器集群节点之间的VL网络,不仅满足电信场景的需求,还减少了工作量,避免了资源浪费。Based on the above technical solution, VNFM can determine whether the VL network is a network between container cluster nodes and the information of the VL network according to the VNFD file, and then NFVO and CISM send requests to VIM to complete the VL between container cluster nodes as needed The creation of the network interface of the network and container cluster nodes, and the VNFM sending a request to the CISM to complete the deployment of the container and the connection between the container and the VL network, thereby dynamically creating the network interface of the container cluster nodes and the VL between the container cluster nodes on demand The network not only meets the needs of telecom scenarios, but also reduces workload and avoids waste of resources.
应理解,本申请实施例中,NFV系统中的NFVO和VNFM可以执行本申请实施例中的部分或全部步骤,这些步骤仅是示例,本申请实施例还可以执行其它步骤或者各种步骤的变形。此外,各个步骤可以按照本申请实施例呈现的不同的顺序来执行,并且有可能并非要执行本申请实施例中的全部步骤。It should be understood that in the embodiment of the present application, NFVO and VNFM in the NFV system can perform some or all of the steps in the embodiment of the present application, these steps are only examples, and the embodiment of the present application can also perform other steps or variations of various steps . In addition, each step may be performed in a different order presented in the embodiment of the present application, and it may not be necessary to perform all the steps in the embodiment of the present application.
在本申请的各个实施例中,如果没有特殊说明以及逻辑冲突,不同的实施例之间的术语和/或描述具有一致性且可以相互引用,不同的实施例中的技术特征根据其内在的逻辑关系可以组合形成新的实施例。In each embodiment of the present application, if there is no special explanation and logical conflict, the terms and/or descriptions between different embodiments are consistent and can be referred to each other, and the technical features in different embodiments are based on their inherent logic Relationships can be combined to form new embodiments.
上述主要从NFVO和VNFM之间的交互的角度对本申请实施例提供的方案进行了介绍。应理解,上述NFVO或VNFM为了实现上述功能,其包含了执行各个功能相应的硬件结构和/或软件模块。本领域技术人员应该很容易意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,本申请能够以硬件或硬件和计算机软件的结合形式来实现。某个功能究竟以硬件还是计算机软件驱动硬件的方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功 能,但是这种实现不应认为超出本申请的范围。The foregoing mainly introduces the solution provided by the embodiment of the present application from the perspective of the interaction between the NFVO and the VNFM. It should be understood that, in order to realize the above-mentioned functions, the above-mentioned NFVO or VNFM includes corresponding hardware structures and/or software modules for performing each function. Those skilled in the art should easily realize that the present application can be implemented in the form of hardware or a combination of hardware and computer software in combination with the units and algorithm steps of each example described in the embodiments disclosed herein. Whether a certain function is executed by hardware or computer software drives hardware depends on the specific application and design constraints of the technical solution. Skilled artisans may use different methods to implement the described functions for each specific application, but such implementation should not be regarded as exceeding the scope of the present application.
本申请实施例可以根据上述方法示例对NFVO或VNFM进行功能模块的划分,例如,可以对应各个功能划分各个功能模块,也可以将两个或两个以上的功能集成在一个处理模块中。上述集成的模块既可以采用硬件的形式实现,也可以采用软件功能模块的形式实现。需要说明的是,本申请实施例中对模块的划分是示意性的,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式。The embodiment of the present application can divide the functional modules of NFVO or VNFM according to the above method example, for example, each functional module can be divided corresponding to each function, or two or more functions can be integrated into one processing module. The above-mentioned integrated modules can be implemented in the form of hardware or in the form of software function modules. It should be noted that the division of modules in the embodiment of the present application is schematic, and is only a logical function division, and there may be other division methods in actual implementation.
在采用集成的单元(模块)的情况下,图4示出了本申请实施例提供的一种VNFM的结构示意图。如图4所示,VNFM400可以包括:获取模块401、第一处理模块402、第二处理模块403、第三处理模块404。In the case of using an integrated unit (module), FIG. 4 shows a schematic structural diagram of a VNFM provided by an embodiment of the present application. As shown in FIG. 4 , VNFM400 may include: an acquisition module 401 , a first processing module 402 , a second processing module 403 , and a third processing module 404 .
获取模块401,用于获取虚拟化网络功能描述VNFD文件,其中,所述VNFD文件包括虚拟连接VL网络的描述信息,所述VL网络的描述信息用于指示所述VL网络是否为容器集群节点之间的网络;The obtaining module 401 is configured to obtain a virtualized network function description VNFD file, wherein the VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a container cluster node network between
第一处理模块402,用于向网络功能虚拟化编排器NFVO发送资源授权请求,并接收所述NFVO返回的资源授权响应,其中,所述资源授权请求中携带所述VL网络的信息,所述资源授权响应中携带虚拟基础设施管理器VIM的连接信息;The first processing module 402 is configured to send a resource authorization request to the network function virtualization orchestrator NFVO, and receive a resource authorization response returned by the NFVO, wherein the resource authorization request carries the information of the VL network, and the The resource authorization response carries the connection information of the virtual infrastructure manager VIM;
第二处理模块403,用于若所述资源授权响应中未携带已创建的所述VL网络的信息,则根据所述VIM的连接信息向所述VIM发送网络创建请求,并在接收到所述VIM返回的网络创建成功响应时,向容器基础设施管理器CISM发送容器部署请求;The second processing module 403 is configured to send a network creation request to the VIM according to the connection information of the VIM if the resource authorization response does not carry the information of the created VL network, and upon receiving the When the network creation success response returned by VIM sends a container deployment request to the container infrastructure manager CISM;
第三处理模块404,用于若所述资源授权响应中携带已创建的所述VL网络的信息,则向所述CISM发送容器部署请求。The third processing module 404 is configured to send a container deployment request to the CISM if the resource authorization response carries information about the created VL network.
一种可能的设计中,所述获取模块401,具体用于:In a possible design, the acquiring module 401 is specifically used for:
接收所述NFVO发送的虚拟化网络功能VNF实例标识创建请求,其中,所述VNF实例标识创建请求中携带虚拟化网络功能描述VNFD标识;receiving the virtualized network function VNF instance identifier creation request sent by the NFVO, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier;
根据所述VNFD标识获取对应的VNFD文件。Obtain the corresponding VNFD file according to the VNFD identifier.
一种可能的设计中,所述VL网络的描述信息包括所述VL网络的类型的描述信息,其中,所述VL网络的类型用于指示所述VL网络是否为容器集群节点之间的网络。In a possible design, the description information of the VL network includes description information of the type of the VL network, where the type of the VL network is used to indicate whether the VL network is a network between container cluster nodes.
一种可能的设计中,所述VNFD文件还包括亲和或反亲和组的描述信息和虚拟部署单元VDU的描述信息,其中,所述亲和或反亲和组的描述信息用于指示所述VDU的连接点CP与容器集群节点的网络接口的对应关系以及所述VDU与容器集群节点的对应关系,所述VDU的描述信息用于指示所述VDU包含的容器资源和CP以及所述VDU的CP需要连接的VL网络。In a possible design, the VNFD file further includes the description information of the affinity or anti-affinity group and the description information of the virtual deployment unit VDU, wherein the description information of the affinity or anti-affinity group is used to indicate the The corresponding relationship between the connection point CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node. The description information of the VDU is used to indicate the container resources and CP contained in the VDU and the VDU The CP needs to connect to the VL network.
一种可能的设计中,所述亲和或反亲和组的描述信息包括所述VDU的CP的范围的描述信息,其中,所述VDU的CP的范围用于指示所述VDU的任意两个CP是否连接同一个容器集群节点的网络接口。In a possible design, the description information of the affinity or anti-affinity group includes the description information of the CP range of the VDU, where the CP range of the VDU is used to indicate any two of the VDU Whether the CP is connected to the network interface of the same container cluster node.
一种可能的设计中,所述第一处理模块402,还用于:In a possible design, the first processing module 402 is also configured to:
若确定所述VL网络为容器集群节点之间的网络,则向所述NFVO发送资源授权请求。If it is determined that the VL network is a network between container cluster nodes, a resource authorization request is sent to the NFVO.
一种可能的设计中,所述VL网络的信息用于指示所述VL网络需要连接的容器集群节点的网络接口以及所述容器集群节点的网络接口需要连接的所述VDU的CP。In a possible design, the information of the VL network is used to indicate the network interface of the container cluster node to which the VL network needs to be connected and the CP of the VDU to which the network interface of the container cluster node needs to be connected.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口。In a possible design, the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
一种可能的设计中,所述容器部署请求用于请求部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带已创建的所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口的信息。In a possible design, the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络。In a possible design, the network creation request is used to request creation of the VL network.
一种可能的设计中,所述容器部署请求用于请求创建所述VL网络需要连接的容器集群节点的网络接口,部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带所述VIM的连接信息以及已创建的所述VL网络的信息。In a possible design, the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
在采用集成的单元(模块)的情况下,图5示出了本申请实施例提供的一种NFVO的结构示意图。如图5所示,NFVO500可以包括:第一处理模块501、第二处理模块502。In the case of using an integrated unit (module), FIG. 5 shows a schematic structural diagram of an NFVO provided by an embodiment of the present application. As shown in FIG. 5 , NFVO 500 may include: a first processing module 501 and a second processing module 502 .
第一处理模块501,用于向虚拟网络功能管理器VNFM发送虚拟化网络功能VNF实例标识创建请求,其中,所述VNF实例标识创建请求中携带虚拟化网络功能描述VNFD标识,所述VNFD标识对应的VNFD文件包括虚拟连接VL网络的描述信息,所述VL网络的描述信息用于指示所述VL网络是否为容器集群节点之间的网络;The first processing module 501 is configured to send a virtualized network function VNF instance identifier creation request to the virtual network function manager VNFM, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier, and the VNFD identifier corresponds to The VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
第二处理模块502,用于接收所述VNFM发送的资源授权请求,并向所述VNFM发送资源授权响应,其中,所述资源授权请求中携带所述VL网络的信息,所述资源授权响应中携带虚拟基础设施管理器VIM的连接信息。The second processing module 502 is configured to receive the resource authorization request sent by the VNFM, and send a resource authorization response to the VNFM, wherein the resource authorization request carries the information of the VL network, and the resource authorization response contains Carries connection information for the virtual infrastructure manager VIM.
一种可能的设计中,所述第二处理模块502,具体用于:In a possible design, the second processing module 502 is specifically configured to:
向所述VNFM发送所述资源授权响应,以使所述VNFM根据所述VIM的连接信息向所述VIM发送网络创建请求,并在接收到所述VIM返回的网络创建成功响应时,向容器基础设施管理器CISM发送容器部署请求。Send the resource authorization response to the VNFM, so that the VNFM sends a network creation request to the VIM according to the connection information of the VIM, and when receiving the network creation success response returned by the VIM, send a request to the container base The facility manager CISM sends container deployment requests.
一种可能的设计中,所述第二处理模块502,具体用于:In a possible design, the second processing module 502 is specifically configured to:
向所述VIM发送网络创建请求;Send a network creation request to the VIM;
在接收到所述VIM返回的网络创建成功响应时,向所述VNFM发送所述资源授权响应,以使所述VNFM向所述CISM发送容器部署请求,其中,所述资源授权响应中携带已创建的所述VL网络的信息。When receiving the network creation success response returned by the VIM, send the resource authorization response to the VNFM, so that the VNFM sends a container deployment request to the CISM, wherein the resource authorization response carries the created information of the VL network.
一种可能的设计中,所述第二处理模块502,具体用于:In a possible design, the second processing module 502 is specifically configured to:
根据所述VIM的连接信息向所述VIM发送网络创建请求,并接收所述VIM返回的网络创建成功响应;或者,Sending a network creation request to the VIM according to the connection information of the VIM, and receiving a network creation success response returned by the VIM; or,
向容器集群管理器CCM发送网络创建请求,以使所述CCM根据所述VIM的连接信息向所述VIM发送网络创建请求,并接收所述VIM返回的网络创建成功响应,其中,所述网络创建成功响应中携带所述VIM的连接信息。Send a network creation request to the container cluster manager CCM, so that the CCM sends a network creation request to the VIM according to the connection information of the VIM, and receives a network creation success response returned by the VIM, wherein the network creation The successful response carries the connection information of the VIM.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口。In a possible design, the network creation request is used to request to create the VL network and the network interface of the container cluster node to be connected to the VL network.
一种可能的设计中,所述容器部署请求用于请求部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带已创建的所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口的信息。In a possible design, the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network to be connected Information about the network interfaces of the container cluster nodes.
一种可能的设计中,所述网络创建请求用于请求创建所述VL网络。In a possible design, the network creation request is used to request creation of the VL network.
一种可能的设计中,所述容器部署请求用于请求创建所述VL网络需要连接的容器集群节点的网络接口,部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带所述VIM的连接信息以及已创建的所述VL网络的信息。In a possible design, the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, and the container deployment request carries The connection information of the VIM and the information of the created VL network.
基于同一技术构思,本申请实施例还提供一种容器化VNF的部署装置,如图6所示,该装置600可以包括:Based on the same technical concept, the embodiment of this application also provides a containerized VNF deployment device, as shown in Figure 6, the device 600 may include:
至少一个处理器601;以及,与所述至少一个处理器601通信连接的通信接口603;at least one processor 601; and, a communication interface 603 communicatively connected to the at least one processor 601;
其中,所述至少一个处理器601通过执行存储器602存储的指令,使得所述装置600执行图2a-图3所示的方法。Wherein, the at least one processor 601 executes instructions stored in the memory 602, so that the apparatus 600 executes the methods shown in FIGS. 2a-3.
可选的,所述存储器602位于所述装置600之外。Optionally, the memory 602 is located outside the device 600 .
可选的,所述装置600包括所述存储器602,所述存储器602与所述至少一个处理器601相连,所述存储器602存储有可被所述至少一个处理器601执行的指令。图6用虚线表示存储器602对于装置600是可选的。Optionally, the apparatus 600 includes the memory 602, the memory 602 is connected to the at least one processor 601, and the memory 602 stores instructions executable by the at least one processor 601. FIG. 6 shows with dashed lines that memory 602 is optional for device 600 .
其中,所述处理器601和所述存储器602可以通过接口电路耦合,也可以集成在一起,这里不做限制。Wherein, the processor 601 and the memory 602 may be coupled through an interface circuit, or may be integrated together, which is not limited here.
本申请实施例中不限定上述处理器601、存储器602以及通信接口603之间的具体连接介质。本申请实施例在图6中以处理器601、存储器602以及通信接口603之间通过总线604连接,总线在图6中以粗线表示,其它部件之间的连接方式,仅是进行示意性说明,并不引以为限。所述总线可以分为地址总线、数据总线、控制总线等。为便于表示,图6中仅用一条粗线表示,但并不表示仅有一根总线或一种类型的总线。The specific connection medium among the processor 601, the memory 602, and the communication interface 603 is not limited in the embodiment of the present application. In the embodiment of the present application, in FIG. 6, the processor 601, the memory 602, and the communication interface 603 are connected through a bus 604. The bus is represented by a thick line in FIG. 6, and the connection mode between other components is only for schematic illustration. , is not limited. The bus can be divided into address bus, data bus, control bus and so on. For ease of representation, only one thick line is used in FIG. 6 , but it does not mean that there is only one bus or one type of bus.
应理解,本申请实施例中提及的处理器可以通过硬件实现也可以通过软件实现。当通过硬件实现时,该处理器可以是逻辑电路、集成电路等。当通过软件实现时,该处理器可以是一个通用处理器,通过读取存储器中存储的软件代码来实现。It should be understood that the processor mentioned in the embodiments of the present application may be implemented by hardware or by software. When implemented in hardware, the processor may be a logic circuit, an integrated circuit, or the like. When implemented by software, the processor may be a general-purpose processor implemented by reading software codes stored in a memory.
示例性的,处理器可以是中央处理单元(central processing unit,CPU),还可以是其他通用处理器、数字信号处理器(digital signal processor,DSP)、专用集成电路(application specific integrated circuit,ASIC)、现成可编程门阵列(field programmable gate array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。Exemplary, the processor can be a central processing unit (central processing unit, CPU), and can also be other general-purpose processors, digital signal processors (digital signal processors, DSP), application specific integrated circuits (application specific integrated circuits, ASICs) , off-the-shelf programmable gate array (field programmable gate array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. A general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
应理解,本申请实施例中提及的存储器可以是易失性存储器或非易失性存储器,或可包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(read-only memory,ROM)、可编程只读存储器(programmable ROM,PROM)、可擦除可编程只读存储器(erasable PROM,EPROM)、电可擦除可编程只读存储器(electrically EPROM,EEPROM)或闪存。易失性存储器可以是随机存取存储器(random access memory,RAM),其用作外部高速缓存。通过示例性但不是限制性说明,许多形式的RAM可用,例如静态随机存取存储器(static RAM,SRAM)、动态随机存取存储器(dynamic RAM,DRAM)、同步动态随机存取存储器(synchronous DRAM,SDRAM)、双倍数据速率同步动态随机存取存储器(double data eate SDRAM,DDR SDRAM)、增强型同步动态随机存取存储器(enhanced SDRAM,ESDRAM)、同步连接动态随机存取存储器(synchlink DRAM,SLDRAM)和直接内存总线随机存取存储器(direct rambus RAM,DR RAM)。It should be understood that the memory mentioned in the embodiments of the present application may be a volatile memory or a nonvolatile memory, or may include both volatile memory and nonvolatile memory. Among them, the non-volatile memory can be read-only memory (read-only memory, ROM), programmable read-only memory (programmable ROM, PROM), erasable programmable read-only memory (erasable PROM, EPROM), electrically programmable Erases programmable read-only memory (electrically EPROM, EEPROM) or flash memory. Volatile memory can be random access memory (RAM), which acts as external cache memory. By way of illustration and not limitation, many forms of RAM are available such as static random access memory (static RAM, SRAM), dynamic random access memory (dynamic RAM, DRAM), synchronous dynamic random access memory (synchronous DRAM, SDRAM), double data rate synchronous dynamic random access memory (double data eat SDRAM, DDR SDRAM), enhanced synchronous dynamic random access memory (enhanced SDRAM, ESDRAM), synchronous connection dynamic random access memory (synchlink DRAM, SLDRAM ) and direct memory bus random access memory (direct rambus RAM, DR RAM).
需要说明的是,当处理器为通用处理器、DSP、ASIC、FPGA或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件时,存储器(存储模块)可以集成在处理器中。It should be noted that when the processor is a general-purpose processor, DSP, ASIC, FPGA or other programmable logic devices, discrete gate or transistor logic devices, or discrete hardware components, the memory (storage module) may be integrated in the processor.
应注意,本文描述的存储器旨在包括但不限于这些和任意其它适合类型的存储器。It should be noted that the memories described herein are intended to include, but are not limited to, these and any other suitable types of memories.
基于同一技术构思,本申请实施例还提供一种计算机存储介质,所述计算机存储介质 包括计算机程序,当所述计算机程序在计算机上运行时,使得如图2a-图3所示的方法被执行。Based on the same technical idea, an embodiment of the present application also provides a computer storage medium, the computer storage medium includes a computer program, and when the computer program is run on a computer, the method shown in Figure 2a-Figure 3 is executed .
基于同一技术构思,本申请实施例还提供一种芯片,所述芯片与存储器耦合,用于读取并执行所述存储器中存储的程序指令,使得图2a-图3所示的方法被执行。Based on the same technical concept, an embodiment of the present application further provides a chip, the chip is coupled with a memory, and is used to read and execute program instructions stored in the memory, so that the methods shown in FIGS. 2a-3 are executed.
基于同一技术构思,本申请实施例还提供一种计算机程序产品,当所述计算机程序产品在计算机上运行时,使得图2a-图3所示的方法被执行。Based on the same technical idea, an embodiment of the present application further provides a computer program product, which causes the methods shown in FIGS. 2a-3 to be executed when the computer program product is run on a computer.
应理解,上述方法实施例涉及的各步骤的所有相关内容均可以援引到对应功能模块的功能描述,在此不再赘述。It should be understood that all relevant content of the steps involved in the above method embodiments may be referred to the functional description of the corresponding functional modules, which will not be repeated here.
本领域内的技术人员应明白,本申请的实施例可提供为方法、系统、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art should understand that the embodiments of the present application may be provided as methods, systems, or computer program products. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
本申请是参照根据本申请的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to the present application. It should be understood that each procedure and/or block in the flowchart and/or block diagram, and a combination of procedures and/or blocks in the flowchart and/or block diagram can be realized by computer program instructions. These computer program instructions may be provided to a general purpose computer, special purpose computer, embedded processor, or processor of other programmable data processing equipment to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing equipment produce a An apparatus for realizing the functions specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to operate in a specific manner, such that the instructions stored in the computer-readable memory produce an article of manufacture comprising instruction means, the instructions The device realizes the function specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device, causing a series of operational steps to be performed on the computer or other programmable device to produce a computer-implemented process, thereby The instructions provide steps for implementing the functions specified in the flow chart or blocks of the flowchart and/or the block or blocks of the block diagrams.
显然,本领域的技术人员可以对本申请进行各种改动和变型而不脱离本申请的精神和范围。这样,倘若本申请的这些修改和变型属于本申请权利要求及其等同技术的范围之内,则本申请也意图包含这些改动和变型在内。Obviously, those skilled in the art can make various changes and modifications to the application without departing from the spirit and scope of the application. In this way, if these modifications and variations of the present application fall within the scope of the claims of the present application and their equivalent technologies, the present application is also intended to include these modifications and variations.

Claims (21)

  1. 一种容器化VNF的部署方法,其特征在于,应用于虚拟网络功能管理器VNFM,包括:A containerized VNF deployment method, characterized in that it is applied to a virtual network function manager VNFM, comprising:
    获取虚拟化网络功能描述VNFD文件,其中,所述VNFD文件包括虚拟连接VL网络的描述信息,所述VL网络的描述信息用于指示所述VL网络是否为容器集群节点之间的网络;Obtaining a virtualized network function description VNFD file, wherein the VNFD file includes description information of a virtual connection VL network, and the description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
    向网络功能虚拟化编排器NFVO发送资源授权请求,并接收所述NFVO返回的资源授权响应,其中,所述资源授权请求中携带所述VL网络的信息,所述资源授权响应中携带虚拟基础设施管理器VIM的连接信息;Sending a resource authorization request to the network function virtualization orchestrator NFVO, and receiving a resource authorization response returned by the NFVO, wherein the resource authorization request carries the information of the VL network, and the resource authorization response carries virtual infrastructure Connection information for manager VIM;
    若所述资源授权响应中未携带已创建的所述VL网络的信息,则根据所述VIM的连接信息向所述VIM发送网络创建请求,并在接收到所述VIM返回的网络创建成功响应时,向容器基础设施管理器CISM发送容器部署请求;If the resource authorization response does not carry the information of the VL network that has been created, send a network creation request to the VIM according to the connection information of the VIM, and when receiving the network creation success response returned by the VIM , sending a container deployment request to the container infrastructure manager CISM;
    若所述资源授权响应中携带已创建的所述VL网络的信息,则向所述CISM发送容器部署请求。If the resource authorization response carries information about the created VL network, then send a container deployment request to the CISM.
  2. 如权利要求1所述的方法,其特征在于,获取虚拟化网络功能描述VNFD文件,包括:The method according to claim 1, wherein obtaining a virtualized network function description VNFD file comprises:
    接收所述NFVO发送的虚拟化网络功能VNF实例标识创建请求,其中,所述VNF实例标识创建请求中携带虚拟化网络功能描述VNFD标识;receiving the virtualized network function VNF instance identifier creation request sent by the NFVO, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier;
    根据所述VNFD标识获取对应的VNFD文件。Obtain the corresponding VNFD file according to the VNFD identifier.
  3. 如权利要求1或2所述的方法,其特征在于,所述VL网络的描述信息包括所述VL网络的类型的描述信息,其中,所述VL网络的类型用于指示所述VL网络是否为容器集群节点之间的网络。The method according to claim 1 or 2, wherein the description information of the VL network includes description information of the type of the VL network, wherein the type of the VL network is used to indicate whether the VL network is The network between container cluster nodes.
  4. 如权利要求1-3任一所述的方法,其特征在于,所述VNFD文件还包括亲和或反亲和组的描述信息和虚拟部署单元VDU的描述信息,其中,所述亲和或反亲和组的描述信息用于指示所述VDU的连接点CP与容器集群节点的网络接口的对应关系以及所述VDU与容器集群节点的对应关系,所述VDU的描述信息用于指示所述VDU包含的容器资源和CP以及所述VDU的CP需要连接的VL网络。The method according to any one of claims 1-3, wherein the VNFD file further includes the description information of the affinity or anti-affinity group and the description information of the virtual deployment unit VDU, wherein the affinity or anti-affinity The description information of the affinity group is used to indicate the corresponding relationship between the connection point CP of the VDU and the network interface of the container cluster node and the corresponding relationship between the VDU and the container cluster node, and the description information of the VDU is used to indicate that the VDU The contained container resource and CP and the CP of the VDU need to be connected to the VL network.
  5. 如权利要求4所述的方法,其特征在于,所述亲和或反亲和组的描述信息包括所述VDU的CP的范围的描述信息,其中,所述VDU的CP的范围用于指示所述VDU的任意两个CP是否连接同一个容器集群节点的网络接口。The method according to claim 4, wherein the description information of the affinity or anti-affinity group includes description information of the range of the CP of the VDU, wherein the range of the CP of the VDU is used to indicate the range of the CP of the VDU. Whether any two CPs of the above-mentioned VDU are connected to the network interface of the same container cluster node.
  6. 如权利要求1-5任一所述的方法,其特征在于,向网络功能虚拟化编排器NFVO发送资源授权请求,还包括:The method according to any one of claims 1-5, wherein sending a resource authorization request to the network function virtualization orchestrator NFVO also includes:
    若确定所述VL网络为容器集群节点之间的网络,则向所述NFVO发送资源授权请求。If it is determined that the VL network is a network between container cluster nodes, a resource authorization request is sent to the NFVO.
  7. 如权利要求1-6任一所述的方法,其特征在于,所述VL网络的信息用于指示所述VL网络需要连接的容器集群节点的网络接口以及所述容器集群节点的网络接口需要连接的所述VDU的CP。The method according to any one of claims 1-6, wherein the information of the VL network is used to indicate the network interface of the container cluster node that the VL network needs to connect to and the network interface of the container cluster node that needs to be connected The CP of the VDU.
  8. 如权利要求1-7任一所述的方法,其特征在于,所述网络创建请求用于请求创建所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口。The method according to any one of claims 1-7, wherein the network creation request is used to request to create the VL network and a network interface of a container cluster node to be connected to the VL network.
  9. 如权利要求8所述的方法,其特征在于,所述容器部署请求用于请求部署容器并连 接所述容器与所述VL网络,所述容器部署请求中携带已创建的所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口的信息。The method according to claim 8, wherein the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network. The above VL network needs to connect to the information of the network interface of the container cluster node.
  10. 如权利要求1-7任一所述的方法,其特征在于,所述网络创建请求用于请求创建所述VL网络。The method according to any one of claims 1-7, wherein the network creation request is used to request creation of the VL network.
  11. 如权利要求10所述的方法,其特征在于,所述容器部署请求用于请求创建所述VL网络需要连接的容器集群节点的网络接口,部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带所述VIM的连接信息以及已创建的所述VL网络的信息。The method according to claim 10, wherein the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, so The container deployment request carries the connection information of the VIM and the information of the created VL network.
  12. 一种容器化VNF的部署方法,其特征在于,应用于网络功能虚拟化编排器NFVO,包括:A containerized VNF deployment method is characterized in that it is applied to a network function virtualization orchestrator NFVO, including:
    向虚拟网络功能管理器VNFM发送虚拟化网络功能VNF实例标识创建请求,其中,所述VNF实例标识创建请求中携带虚拟化网络功能描述VNFD标识,所述VNFD标识对应的VNFD文件包括虚拟连接VL网络的描述信息,所述VL网络的描述信息用于指示所述VL网络是否为容器集群节点之间的网络;Send a virtualized network function VNF instance identifier creation request to the virtual network function manager VNFM, wherein the VNF instance identifier creation request carries a virtualized network function description VNFD identifier, and the VNFD file corresponding to the VNFD identifier includes a virtual connection VL network The description information of the VL network is used to indicate whether the VL network is a network between container cluster nodes;
    接收所述VNFM发送的资源授权请求,并向所述VNFM发送资源授权响应,其中,所述资源授权请求中携带所述VL网络的信息,所述资源授权响应中携带虚拟基础设施管理器VIM的连接信息。receiving the resource authorization request sent by the VNFM, and sending a resource authorization response to the VNFM, wherein the resource authorization request carries the information of the VL network, and the resource authorization response carries the information of the virtual infrastructure manager VIM connection information.
  13. 如权利要求12所述的方法,其特征在于,向所述VNFM发送资源授权响应,包括:The method according to claim 12, wherein sending a resource authorization response to the VNFM comprises:
    向所述VNFM发送所述资源授权响应,以使所述VNFM根据所述VIM的连接信息向所述VIM发送网络创建请求,并在接收到所述VIM返回的网络创建成功响应时,向容器基础设施管理器CISM发送容器部署请求。Send the resource authorization response to the VNFM, so that the VNFM sends a network creation request to the VIM according to the connection information of the VIM, and when receiving the network creation success response returned by the VIM, send a request to the container base The facility manager CISM sends container deployment requests.
  14. 如权利要求12所述的方法,其特征在于,向所述VNFM发送资源授权响应,还包括:The method according to claim 12, wherein sending a resource authorization response to the VNFM further comprises:
    向所述VIM发送网络创建请求;Send a network creation request to the VIM;
    在接收到所述VIM返回的网络创建成功响应时,向所述VNFM发送所述资源授权响应,以使所述VNFM向所述CISM发送容器部署请求,其中,所述资源授权响应中携带已创建的所述VL网络的信息。When receiving the network creation success response returned by the VIM, send the resource authorization response to the VNFM, so that the VNFM sends a container deployment request to the CISM, wherein the resource authorization response carries the created information of the VL network.
  15. 如权利要求14所述的方法,其特征在于,向所述VIM发送网络创建请求,包括:The method according to claim 14, wherein sending a network creation request to the VIM includes:
    根据所述VIM的连接信息向所述VIM发送网络创建请求,并接收所述VIM返回的网络创建成功响应;或者,Sending a network creation request to the VIM according to the connection information of the VIM, and receiving a network creation success response returned by the VIM; or,
    向容器集群管理器CCM发送网络创建请求,以使所述CCM根据所述VIM的连接信息向所述VIM发送网络创建请求,并接收所述VIM返回的网络创建成功响应,其中,所述网络创建成功响应中携带所述VIM的连接信息。Send a network creation request to the container cluster manager CCM, so that the CCM sends a network creation request to the VIM according to the connection information of the VIM, and receives a network creation success response returned by the VIM, wherein the network creation The successful response carries the connection information of the VIM.
  16. 如权利要求13所述的方法,其特征在于,所述网络创建请求用于请求创建所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口。The method according to claim 13, wherein the network creation request is used to request to create the VL network and a network interface of a container cluster node to which the VL network needs to be connected.
  17. 如权利要求16所述的方法,其特征在于,所述容器部署请求用于请求部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带已创建的所述VL网络以及所述VL网络需要连接的容器集群节点的网络接口的信息。The method according to claim 16, wherein the container deployment request is used to request to deploy a container and connect the container to the VL network, and the container deployment request carries the created VL network and the VL network. The above VL network needs to connect to the information of the network interface of the container cluster node.
  18. 如权利要求13-15任一所述的方法,其特征在于,所述网络创建请求用于请求创建所述VL网络。The method according to any one of claims 13-15, wherein the network creation request is used to request creation of the VL network.
  19. 如权利要求18所述的方法,其特征在于,所述容器部署请求用于请求创建所述VL 网络需要连接的容器集群节点的网络接口,部署容器并连接所述容器与所述VL网络,所述容器部署请求中携带所述VIM的连接信息以及已创建的所述VL网络的信息。The method according to claim 18, wherein the container deployment request is used to request to create a network interface of a container cluster node that needs to be connected to the VL network, deploy a container and connect the container to the VL network, so The container deployment request carries the connection information of the VIM and the information of the created VL network.
  20. 一种容器化VNF的部署装置,其特征在于,所述装置包括存储器和处理器,其中,所述存储器用于存储计算机指令,所述处理器用于调用所述存储器存储的计算机指令,以执行如权利要求1-11或12-19中任一项所述的容器化VNF的部署方法。A device for deploying a containerized VNF, characterized in that the device includes a memory and a processor, wherein the memory is used to store computer instructions, and the processor is used to call the computer instructions stored in the memory to execute such as The containerized VNF deployment method described in any one of claims 1-11 or 12-19.
  21. 一种计算机可读存储介质,其特征在于,包括程序或指令,当所述程序或指令在计算机上运行时,使得如权利要求1-11或12-19中任一项所述的容器化VNF的部署方法被执行。A computer-readable storage medium, characterized in that it includes a program or an instruction, and when the program or instruction is run on a computer, the containerized VNF according to any one of claims 1-11 or 12-19 The deploy method is executed.
PCT/CN2022/120590 2021-09-27 2022-09-22 Containerized vnf deployment method and apparatus WO2023046026A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111133879.3 2021-09-27
CN202111133879.3A CN115883283A (en) 2021-09-27 2021-09-27 Deployment method and device of containerization VNF

Publications (1)

Publication Number Publication Date
WO2023046026A1 true WO2023046026A1 (en) 2023-03-30

Family

ID=85720101

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/120590 WO2023046026A1 (en) 2021-09-27 2022-09-22 Containerized vnf deployment method and apparatus

Country Status (2)

Country Link
CN (1) CN115883283A (en)
WO (1) WO2023046026A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116319322A (en) * 2023-05-16 2023-06-23 北京国电通网络技术有限公司 Power equipment node communication connection method, device, equipment and computer medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020135799A1 (en) * 2018-12-28 2020-07-02 华为技术有限公司 Vnf service instantiation method and device
CN111416727A (en) * 2019-01-07 2020-07-14 中国移动通信有限公司研究院 VNF uploading instantiation method and device
CN111949364A (en) * 2019-05-16 2020-11-17 华为技术有限公司 Deployment method of containerized VNF and related equipment
US20210194749A1 (en) * 2017-10-24 2021-06-24 Telefonaktiebolaget Lm Ericsson (Publ) Methods for Defining a Network Service Descriptor (NSD) for a Network Service (NS), and Network Functions Virtualization (NFV) Orchestrator (NFVO) using said NSD
CN113342456A (en) * 2020-03-02 2021-09-03 中兴通讯股份有限公司 Connection method, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210194749A1 (en) * 2017-10-24 2021-06-24 Telefonaktiebolaget Lm Ericsson (Publ) Methods for Defining a Network Service Descriptor (NSD) for a Network Service (NS), and Network Functions Virtualization (NFV) Orchestrator (NFVO) using said NSD
WO2020135799A1 (en) * 2018-12-28 2020-07-02 华为技术有限公司 Vnf service instantiation method and device
CN111416727A (en) * 2019-01-07 2020-07-14 中国移动通信有限公司研究院 VNF uploading instantiation method and device
CN111949364A (en) * 2019-05-16 2020-11-17 华为技术有限公司 Deployment method of containerized VNF and related equipment
CN113342456A (en) * 2020-03-02 2021-09-03 中兴通讯股份有限公司 Connection method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116319322A (en) * 2023-05-16 2023-06-23 北京国电通网络技术有限公司 Power equipment node communication connection method, device, equipment and computer medium
CN116319322B (en) * 2023-05-16 2023-09-12 北京国电通网络技术有限公司 Power equipment node communication connection method, device, equipment and computer medium

Also Published As

Publication number Publication date
CN115883283A (en) 2023-03-31

Similar Documents

Publication Publication Date Title
EP3291499B1 (en) Method and apparatus for network service capacity expansion
WO2017045471A1 (en) Method and apparatus for acquiring service chain information in cloud computing system
US20190173802A1 (en) Sla-based resource allocation method and nfvo
WO2022206229A1 (en) Data processing method and apparatus, device, and storage medium
WO2020177564A1 (en) Vnf life cycle management method and apparatus
WO2018072503A1 (en) Method for initiating software modification, method and device for publishing metadata
WO2021185083A1 (en) Vnf instantiation method and device
WO2017185251A1 (en) Vnfm determining method and network function virtualization orchestrator
WO2020108443A1 (en) Virtualization management method and device
WO2021063130A1 (en) Network resource management method and system, network equipment and readable storage medium
WO2020211652A1 (en) Tenant resource management method and device in multi-tenant scenario
US20230261950A1 (en) Method of container cluster management and system thereof
US11140091B2 (en) Openflow protocol-based resource control method and system, and apparatus
WO2023046026A1 (en) Containerized vnf deployment method and apparatus
US20220350637A1 (en) Virtual machine deployment method and related apparatus
WO2019001140A1 (en) Method and device for managing vnf instantiation
EP4177742A1 (en) Multitenancy management method and apparatus
WO2021103657A1 (en) Network operation method, apparatus, and device and storage medium
WO2020135517A1 (en) Method and device for deploying virtual network function
CN114979286A (en) Access control method, device and equipment for container service and computer storage medium
US20230105269A1 (en) Virtualized network service deployment method and apparatus
WO2023179580A1 (en) Vnf deployment method, apparatus and device
WO2019011180A1 (en) Method and device for sending license
WO2022126389A1 (en) Method and device for establishing network connection
WO2024114645A1 (en) Instantiation method for virtualization network function (vnf), and apparatus

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE