CN112910673A - Method, device, equipment and storage medium for determining network element deployment information - Google Patents

Method, device, equipment and storage medium for determining network element deployment information Download PDF

Info

Publication number
CN112910673A
CN112910673A CN201911226919.1A CN201911226919A CN112910673A CN 112910673 A CN112910673 A CN 112910673A CN 201911226919 A CN201911226919 A CN 201911226919A CN 112910673 A CN112910673 A CN 112910673A
Authority
CN
China
Prior art keywords
resource
information
vnf
assembly
network element
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201911226919.1A
Other languages
Chinese (zh)
Other versions
CN112910673B (en
Inventor
唐国华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
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 China Mobile Communications Group Co Ltd, China Mobile Communications Ltd Research Institute filed Critical China Mobile Communications Group Co Ltd
Priority to CN201911226919.1A priority Critical patent/CN112910673B/en
Publication of CN112910673A publication Critical patent/CN112910673A/en
Application granted granted Critical
Publication of CN112910673B publication Critical patent/CN112910673B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements

Abstract

The invention discloses a method, a device, equipment and a storage medium for determining network element deployment information, relates to the technical field of communication, and aims to solve the problem of poor performance of a virtual machine under the condition of deploying a large number of virtual machines. The method comprises the following steps: obtaining a VNFR of at least one VNF VNFD; acquiring input parameters of the VNF according to the VNFR; acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters; acquiring current virtual layer resource use information from the VIM; and determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information. The embodiment of the invention can improve the performance of the virtual machines when the virtual machines are deployed in batches.

Description

Method, device, equipment and storage medium for determining network element deployment information
Technical Field
The present invention relates to the technical field of IT applications, and in particular, to a method, an apparatus, a device, and a storage medium for determining network element deployment information.
Background
Management of NFV (Network Function Virtualization) is implemented by MANO (NFV Management and organization) systems. The MANO system is a brand-new cloud management system, and mainly comprises the functions of life cycle management of network elements required by cloud management, management of loading templates and installation packages required by the network elements, management and distribution of network resources and the like. The life cycle management function of the network element is related to the basic function of network/network element management, and is a new function of a network management system.
MANOs are composed of NFVO + (Network Function Virtualization orchestrator), VNFM (virtualized Network Function Manager), and VIM (virtualized Infrastructure Manager). The VNFM implements lifecycle management of a virtualized Network element VNF (virtualized Network Function module), including management and processing of a VNFD (virtualized Network Function Descriptor), initialization of a VNF instance, and capacity expansion/reduction of the VNF. The VIM is a virtualized infrastructure management system, and is mainly responsible for management of infrastructure layer hardware resources, virtualized resources, and the like.
From the prior implementation, during deployment of VNF instantiation, a virtual machine belongs to a single creation. In the process of creating the virtual machine, the scheduling mechanism in the virtual layer VIM uses the native Scheduler scheduling policy of the nova component in the OpenStack, which can only refer to the deployed virtual machine resources to decide the location of the next virtual machine deployment. However, when a large number of virtual machines are deployed, the performance of the virtual machines cannot be guaranteed by the existing scheme.
Disclosure of Invention
Embodiments of the present invention provide a method, an apparatus, a device, and a storage medium for determining network element deployment information, so as to solve a problem of poor performance of a virtual machine when a large number of virtual machines are deployed.
In a first aspect, an embodiment of the present invention provides a method for determining network element deployment information, which is applied to NFVO, and includes:
acquiring a Virtual Network Function Record (VNFR) of at least one VNF VNFD (virtualized Network Function);
acquiring input parameters of the VNF according to the VNFR;
acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters;
acquiring current virtual layer resource use information from the VIM;
and determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
Wherein, prior to the obtaining of the virtualized network function record, VNFR, of the at least one virtualized network function, VNF, the method further comprises:
creating the VNFR.
Wherein the creating the VNFR comprises:
acquiring information of a VNF network element packet needing resource pre-assembly;
and requesting the VNFM to create the VNFR according to the information of the VNF network element package.
Wherein the obtaining of the input parameters of the VNF according to the VNFR includes:
according to the VNFR, acquiring information of input parameters corresponding to the VNFR from the VNFM;
and acquiring the input parameters according to the information of the input parameters.
Wherein the obtaining pre-assembly resource information required for pre-assembling the VNF from the virtualized network function manager VNFM according to the input parameter includes:
sending a VNF resource query request to the VNFM, wherein the VNF resource query request comprises the input parameters;
receiving the pre-assembly resource information sent by the VNFM according to the VNF resource inquiry request.
Wherein the obtaining current virtual layer resource usage information from a virtualization infrastructure manager, VIM, comprises:
sending a resource information query request to the VIM;
and receiving the current virtual layer resource use information sent by the VIM according to the resource information query request.
Wherein, the determining deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource usage information includes:
acquiring virtual layer resource static basic information and virtual layer dynamic capacity information which are included in the current virtual layer resource use information;
and determining information of a host machine to be deployed by the virtual machine VM in the VNF according to the virtual layer resource static basic information, the virtual layer dynamic capacity information and the pre-assembly resource information.
Wherein the method further comprises:
and sending a resource reservation request to the VIM, wherein the resource reservation request is used for requesting the VIM to reserve resources.
Wherein the method further comprises:
and sending a resource state query request to the VIM, wherein the resource state query request is used for querying the state of the reserved resource.
Wherein the method further comprises:
and performing instantiation operation of the VNF according to the deployment information of the VNF.
Wherein the performing instantiation operation of the VNF according to the deployment information of the VNF includes:
sending an instantiation request to the VNMF;
receiving a resource authorization request sent by the VNFM according to the instantiation request;
sending a resource authorization response to the VNFM, wherein the resource authorization response comprises the deployment information of the VNF.
In a second aspect, an embodiment of the present invention further provides a method for determining network element deployment information, which is applied to a VNFM, and is characterized by including:
obtaining input parameters of at least one VNF from the NFVO;
and sending pre-assembly resource information required by pre-assembly VNF to the NFVO according to the input parameters.
Wherein, prior to the obtaining input parameters for at least one VNF from the NFVO, the method further comprises:
and creating the VNFR of the VNF according to the request of the NFVO.
Wherein the sending, to the NFVO, pre-assembly resource information required for pre-assembling the VNF according to the input parameter includes:
receiving a VNF resource query request sent by the VNFO, wherein the VNF resource query request comprises the input parameters;
determining pre-assembly resource information required by pre-assembly of the VNF according to the input parameters;
sending the pre-assembled resource information to the VNFO.
Wherein the method further comprises:
receiving an instantiation request sent by the VNFO;
sending a resource authorization request to the NFVO according to the instantiation request;
receiving a resource authorization response sent by the VNFO, wherein the resource authorization response comprises the deployment information of the VNF;
and creating the virtual resource of the VNF according to the deployment information of the VNF.
In a third aspect, an embodiment of the present invention further provides a method for determining network element deployment information, where the method is applied to a VIM, and includes:
and sending current virtual layer resource usage information to the VNFO, so that the VNFO determines the deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
Wherein the sending current virtual layer resource usage information to the VNFO comprises:
receiving a resource information query request sent by the VNFO;
and sending the current virtual layer resource use information to the VNFO according to the resource information query request.
Wherein the method further comprises:
receiving a resource reservation request sent by the VNFO;
reserving the virtual resources of the VNF according to the resource reservation request.
Wherein the method further comprises:
receiving a resource state query request sent by the VNFO;
and sending the state information of the virtual layer to the VNFO according to the resource state query request.
In a fourth aspect, an embodiment of the present invention further provides a device for determining network element deployment information, where the device is applied to an NFVO, and the device includes:
a first obtaining module, configured to obtain a VNFR of at least one VNF;
the second acquisition module is used for acquiring the input parameters of the VNF according to the VNFR;
the third acquisition module is used for acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters;
the fourth acquisition module is used for acquiring the current virtual layer resource use information from the VIM;
and the first processing module is used for determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
Wherein the apparatus further comprises: a second processing module for creating the VNFR.
Wherein the second processing module comprises: the acquisition submodule is used for acquiring the information of the VNF network element packet needing resource pre-assembly; and the processing submodule is used for requesting the VNFM to create the VNFR according to the information of the VNF network element package.
Wherein the second obtaining module comprises: the first obtaining submodule is used for obtaining information of input parameters corresponding to the VNFR from the VNFM according to the VNFR; and the second obtaining submodule is used for obtaining the input parameters according to the information of the input parameters.
Wherein the third obtaining module comprises: a sending sub-module, configured to send a VNF resource query request to the VNFM, where the VNF resource query request includes the input parameter; a receiving sub-module, configured to receive the pre-assembly resource information sent by the VNFM according to the VNF resource query request.
Wherein the fourth obtaining module comprises: the sending submodule is used for sending a resource information query request to the VIM; and the receiving submodule is used for receiving the current virtual layer resource use information sent by the VIM according to the resource information query request.
Wherein the processing module comprises: the obtaining submodule is used for obtaining the virtual layer resource static basic information and the virtual layer dynamic capacity information which are included in the current virtual layer resource using information; and the determining submodule is used for determining the information of the host which should be deployed by the virtual machine VM in the VNF according to the virtual layer resource static basic information, the virtual layer dynamic capacity information and the pre-assembly resource information.
Wherein the apparatus further comprises: a first sending module, configured to send a resource reservation request to the VIM, where the resource reservation request is used to request the VIM to perform resource reservation.
Wherein the apparatus further comprises: and a second sending module, configured to send a resource status query request to the VIM, where the resource status query request is used to query a status of a reserved resource.
Wherein the apparatus further comprises: a third processing module, configured to perform instantiation operation of the VNF according to the deployment information of the VNF.
Wherein the third processing module comprises: a first sending submodule, configured to send an instantiation request to the VNMF; the receiving submodule is used for receiving a resource authorization request sent by the VNFM according to the instantiation request; a second sending submodule, configured to send a resource authorization response to the VNFM, where the resource authorization response includes deployment information of the VNF.
In a fifth aspect, an embodiment of the present invention further provides an apparatus for determining network element deployment information, where the apparatus is applied to a VNFM, and the apparatus includes:
the first acquisition module is used for acquiring at least one input parameter of the VNF from the NFVO;
a first sending module, configured to send, to the NFVO, pre-assembly resource information required for pre-assembling the VNF according to the input parameter.
Wherein the apparatus further comprises: a first processing module, configured to create a VNFR of the VNF according to a request of the NFVO.
Wherein the first transmitting module comprises: a receiving sub-module, configured to receive a VNF resource query request sent by the VNFO, where the VNF resource query request includes the input parameter; the determining submodule is used for determining pre-assembly resource information required by pre-assembly of the VNF according to the input parameters; a sending submodule, configured to send the pre-assembly resource information to the VNFO.
Wherein the apparatus further comprises: a first receiving module, configured to receive an instantiation request sent by the VNFO; a second sending module, configured to send a resource authorization request to the NFVO according to the instantiation request; a third receiving module, configured to receive a resource authorization response sent by the VNFO, where the resource authorization response includes deployment information of the VNF; a second processing module, configured to create a virtual resource of the VNF according to the deployment information of the VNF.
In a sixth aspect, an embodiment of the present invention further provides a device for determining network element deployment information, where the device is applied to a VIM, and the device includes:
a first sending module, configured to send current virtual layer resource usage information to the VNFO, so that the VNFO determines deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
Wherein the first transmitting module comprises: the receiving submodule is used for receiving the resource information query request sent by the VNFO; and the sending submodule is used for sending the current virtual layer resource use information to the VNFO according to the resource information query request.
Wherein the apparatus further comprises: a first receiving module, configured to receive a resource reservation request sent by the VNFO; a first processing module, configured to reserve the virtual resource of the VNF according to the resource reservation request.
Wherein the apparatus further comprises: a second receiving module, configured to receive a resource status query request sent by the VNFO; and a second sending module, configured to send, according to the resource status query request, status information of the virtual layer to the VNFO.
In a seventh aspect, an embodiment of the present invention further provides a device for determining network element deployment information, where the device is applied to an NFVO, and the device includes: a processor and a transceiver;
the processor to obtain a VNFR for at least one VNF; acquiring input parameters of the VNF according to the VNFR; acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters; acquiring current virtual layer resource use information from the VIM; and determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
Wherein the processor is further configured to create the VNFR.
The processor is further configured to acquire information of a VNF network element package requiring resource pre-assembly; and requesting the VNFM to create the VNFR according to the information of the VNF network element package.
The processor is further configured to acquire information of an input parameter corresponding to the VNFR from the VNFM according to the VNFR; and acquiring the input parameters according to the information of the input parameters.
Wherein the transceiver is further configured to send a VNF resource query request to the VNFM, the VNF resource query request including the input parameter;
receiving the pre-assembly resource information sent by the VNFM according to the VNF resource inquiry request.
Wherein the transceiver is further configured to send a resource information query request to the VIM; and receiving the current virtual layer resource use information sent by the VIM according to the resource information query request.
The processor is further configured to obtain virtual layer resource static basic information and virtual layer dynamic capacity information included in the current virtual layer resource usage information; and determining information of a host machine to be deployed by the virtual machine VM in the VNF according to the virtual layer resource static basic information, the virtual layer dynamic capacity information and the pre-assembly resource information.
Wherein the transceiver is further configured to send a resource reservation request to the VIM, the resource reservation request being used to request the VIM to perform resource reservation.
Wherein the transceiver is further configured to send a resource status query request to the VIM, the resource status query request being used to query a status of the reserved resources.
Wherein the processor is further configured to perform an instantiation operation of the VNF according to the deployment information of the VNF.
Wherein the transceiver is further configured to send an instantiation request to the VNMF; receiving a resource authorization request sent by the VNFM according to the instantiation request; sending a resource authorization response to the VNFM, wherein the resource authorization response comprises the deployment information of the VNF.
In an eighth aspect, an embodiment of the present invention further provides an apparatus for determining network element deployment information, where the apparatus is applied to a VNFM, and the apparatus includes: a processor and a transceiver;
the processor is used for obtaining at least one input parameter of the VNF from the NFVO;
the transceiver is configured to send, to the NFVO, pre-assembly resource information required for pre-assembling the VNF according to the input parameter.
Wherein the processor is further configured to create the VNFR of the VNF according to a request of the NFVO.
Wherein the processor is further configured to receive a VNF resource query request sent by the VNFO, where the VNF resource query request includes the input parameter; determining pre-assembly resource information required by pre-assembly of the VNF according to the input parameters; sending the pre-assembled resource information to the VNFO.
Wherein the transceiver is further configured to receive an instantiation request sent by the VNFO; sending a resource authorization request to the NFVO according to the instantiation request; receiving a resource authorization response sent by the VNFO, wherein the resource authorization response comprises the deployment information of the VNF; and creating the virtual resource of the VNF according to the deployment information of the VNF.
In a ninth aspect, an embodiment of the present invention further provides a device for determining network element deployment information, where the device is applied to a VIM, and the device includes: a processor and a transceiver;
the transceiver is configured to send current virtual layer resource usage information to the VNFO, so that the VNFO determines deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
Wherein the transceiver is further configured to receive a resource information query request sent by the VNFO; and sending the current virtual layer resource use information to the VNFO according to the resource information query request.
Wherein the transceiver is further configured to receive a resource reservation request sent by the VNFO; reserving the virtual resources of the VNF according to the resource reservation request.
Wherein the transceiver is further configured to receive a resource status query request sent by the VNFO; and sending the state information of the virtual layer to the VNFO according to the resource state query request.
In a tenth aspect, an embodiment of the present invention further provides a communication device, including: a transceiver, a memory, a processor, and a program stored on the memory and executable on the processor; the processor configured to read a program in the memory to implement the steps in the method according to the first aspect; or implementing a step in a method according to the second aspect; or implementing steps in a method as described in the third aspect.
In an eleventh aspect, the present invention also provides a computer-readable storage medium for storing a computer program, where the computer program, when executed by a processor, implements the steps in the method according to the first aspect; or implementing a step in a method according to the second aspect; or implementing steps in a method as described in the third aspect.
In the embodiment of the present invention, when at least one VNF network element needs to be deployed, the deployment information of the VNF network element may be determined by combining the acquired pre-assembly resource information and the current virtual layer resource usage information, so that the optimal deployment position of the virtual machine to be deployed may be determined by using the scheme of the embodiment of the present invention, thereby completing optimal deployment of batch network elements, and improving performance of the virtual machine.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive exercise.
Fig. 1 is a flowchart of a method for determining network element deployment information according to an embodiment of the present invention;
fig. 2 is a second flowchart of a method for determining network element deployment information according to an embodiment of the present invention;
fig. 3 is a third flowchart of a method for determining network element deployment information according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a process for creating a VNFR according to an embodiment of the present invention;
figure 5 is a schematic flowchart of an instantiation of a VNF network element optimization deployment provided by an embodiment of the present invention;
fig. 6 is one of the structural diagrams of the apparatus for determining network element deployment information according to the embodiment of the present invention;
fig. 7 is a second block diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention;
fig. 8 is a third block diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention;
fig. 9 is a fourth block diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention;
fig. 10 is a fifth structural diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention;
fig. 11 is a sixth structural diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention;
fig. 12 is one of the structural diagrams of a communication apparatus provided by the embodiment of the present invention;
fig. 13 is a second block diagram of a communication device according to an embodiment of the present invention;
fig. 14 is a third block diagram of a communication device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of a method for determining network element deployment information according to an embodiment of the present invention, which is applied to NFVO, and as shown in fig. 1, includes the following steps:
step 101, obtaining a VNFR of at least one VNF.
In an embodiment of the present invention, the VNFR may be selected from the created VNFRs according to an input of an operator. For the VNFR that has already been created, a status identification is set, including instance ID information of the VNF, and the like. Therefore, the corresponding VNFR can be selected according to its status identifier, so that the resource pre-assembly instantiation operation, i.e. network element optimal deployment instantiation, is performed on it.
Accordingly, in an embodiment of the present invention, before this step, the method may further include: creating the VNFR. Specifically, information of a VNF network element package requiring resource pre-assembly, such as VNFD and VNFM, may be acquired according to input of an operator. And then, requesting the VNFM to create the VNFR according to the information of the VNF network element package. Specifically, the NFVO may send a VNF instance record request to the VNFM, where the request may include information such as the identifications of the NFVO and the VNFM, the VNF package ID, and the VNF instance name. After that, the VNFM returns the creation result of the VNFR, which may include the VNF Instance ID (VNF Instance identification) in the result, to the NFVO.
And 102, acquiring the input parameters of the VNF according to the VNFR.
In the embodiment of the present invention, the input parameters refer to parameters (inputs) that the VNFM needs NFVO to provide for determining each VNF.
Specifically, in this step, the NFVO may obtain, according to the VNFR, information of the input parameter corresponding to the VNFR from the VNFM. Specifically, NFVO may invoke C6 in the real instantiation process: the query VNFD Req interface includes a VNF Package ID (VNFD packet identifier) to query VNFM information.
And then, acquiring the input parameters according to the information of the input parameters. For example, an operation page may be provided to the operator, and the operator may input corresponding information on the operation page, so that the input parameters may be acquired. Specifically, C6 in the VNFM call instantiation flow: and returning parameters by the QueryVNFD Response interface, wherein the returned parameters comprise the analyzed VNFD information and input parameters needing NFVO input.
And 103, acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters.
Specifically, in this step, the NFVO may send a VNF resource query request to the VNFM, where the VNF resource query request includes the input parameter. And then, receiving the pre-assembly resource information sent by the VNFM according to the VNF resource inquiry request.
Specifically, NFVO calls new C6: the Query VNF Resource interface may include VNF network element pre-assembly list information, which may include VNFD identification, VNF instance ID, instantiation input parameter list information (e.g., inputs), and so on. And the VNFM analyzes the VNFD and inputs according to the parameters carried in the request, and calculates and analyzes the pre-assembly resource information required by the single VNF network element.
The pre-assembled resource information may include, for example, information such as a Virtual Machine specification, a Virtual Machine (VM) number, an affinity, a counter affinity, an Available Zone, a QoS (Quality of Service), whether to enable a Non Uniform Memory Access (NUMA) affinity, and the like.
And 104, acquiring the current virtual layer resource use information from the VIM.
Specifically, in this step, the NFVO may send a resource information query request to the VIM. And then, receiving the current virtual layer resource use information sent by the VIM according to the resource information query request.
Specifically, NFVO calls a newly added C7 interface, a List resource map Req interface, to query the VIM about the current resource information usage of the virtual layer.
The current virtual layer resource usage information may include, for example, virtual layer resource static basic information including AZ, HA, HOST basic information and relationship, TOR and physical server relationship, physical server and HOST relationship, and the like, and virtual layer dynamic capacity information may include querying NUMA TOPO and HOST resource capacity usage, and the like.
And 105, determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
Specifically, in this step, the NFVO may obtain the virtual layer resource static basic information and the virtual layer dynamic capacity information included in the current virtual layer resource usage information, and then determine information of a host to be deployed by the virtual machine VM in the VNF according to the virtual layer resource static basic information, the virtual layer dynamic capacity information, and the pre-assembly resource information.
Then, the NFVO may perform an instantiation operation of the VNF according to the deployment information of the VNF. Specifically, the NFVO sends an instantiation request to the VNMF, and receives a resource authorization request sent by the VNFM according to the instantiation request. Then, the NFVO sends a resource authorization response to the VNFM, where the resource authorization response includes the deployment information of the VNF.
In the embodiment of the present invention, when at least one VNF network element needs to be deployed, the deployment information of the VNF network element may be determined by combining the acquired pre-assembly resource information and the current virtual layer resource usage information, so that the optimal deployment position of the virtual machine to be deployed may be determined by using the scheme of the embodiment of the present invention, thereby completing optimal deployment of batch network elements, and improving performance of the virtual machine.
On the basis of the above embodiment, to improve the accuracy of creating a virtual machine, the NFVO may send a resource reservation request to the VIM, where the resource reservation request is used to request the VIM to perform resource reservation.
Specifically, NFVO may call the newly added C7 interface: the Reserve Resources interface makes resource reservations. The interface parameters for resource reservation to the VIM virtual layer may include a reserved host name, a numa list for applying for reservation, a number of CPU cores for applying for reservation, a size of a memory for applying for reservation, a bandwidth list for applying for reservation, and the like. The VIM virtual layer will return a reserve _ ID reservation ID to NFVO +.
Since the reserved resources are time-efficient, the NFVO may send a resource status query request to the VIM, where the resource status query request is used to query the status of the reserved resources, and specifically, the NFVO may asynchronously query the reserved status of the virtual layer resources through the newly added List ReserveDetails. Wherein the status may include resources being reserved, resources being reserved successfully, resources being reserved failed, resources being released failed, and the like.
Referring to fig. 2, fig. 2 is a flowchart of a method for determining network element deployment information according to an embodiment of the present invention, which is applied to a VNFM, and as shown in fig. 2, the method includes the following steps:
step 201, obtaining at least one input parameter of VNF from NFVO.
Wherein the meaning of the input parameters can refer to the description of the previous embodiments.
Optionally, before this step, the method may further include: and creating the VNFR of the VNF according to the request of the NFVO. After the VNFR is created, the creation result of the VNFR may also be returned to the VNFO.
Step 202, sending pre-assembly resource information required by pre-assembly of the VNF to the NFVO according to the input parameters.
Specifically, in this step, the VNFM may receive a VNF resource query request sent by the VNFO, where the VNF resource query request includes the input parameter. Then, pre-assembly resource information required for pre-assembling the VNF is determined according to the input parameters. Finally, the pre-assembled resource information is sent to the VNFO. The pre-assembly resource information may include, for example, information such as virtual machine specification, number of virtual machines, affinity \ inverse affinity, Available Zone, QoS, whether NUMA affinity is enabled, and the like.
In the embodiment of the present invention, when at least one VNF network element needs to be deployed, the deployment information of the VNF network element may be determined by combining the acquired pre-assembly resource information and the current virtual layer resource usage information, so that the optimal deployment position of the virtual machine to be deployed may be determined by using the scheme of the embodiment of the present invention, thereby completing optimal deployment of batch network elements, and improving performance of the virtual machine.
On the basis of the above embodiment, the VNFM may further receive an instantiation request sent by the VNFO, and send a resource authorization request to the NFVO according to the instantiation request. Then, a resource authorization response sent by the VNFO is received, the resource authorization response includes the deployment information of the VNF, and the virtual resource of the VNF is created according to the deployment information of the VNF.
Referring to fig. 3, fig. 3 is a flowchart of a method for determining network element deployment information according to an embodiment of the present invention, which is applied to a VIM, and as shown in fig. 3, the method includes the following steps:
step 301, sending current virtual layer resource usage information to the VNFO, so that the VNFO determines deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
Specifically, in this step, the VIM may receive a resource information query request sent by the VNFO, and then send current virtual layer resource usage information to the VNFO according to the resource information query request.
Further, on the basis of the above embodiment, the method further includes:
and receiving a resource reservation request sent by the VNFO, and reserving the virtual resources of the VNF according to the resource reservation request. By the method, timeliness of reserved resources can be guaranteed, and success of virtual machine deployment is guaranteed.
Further, on the basis of the above embodiment, the method further includes:
and receiving a resource state query request sent by the VNFO, and sending state information of a virtual layer to the VNFO according to the resource state query request.
The status information may include resources being reserved, resources being reserved successfully, resources being reserved failed, resources being released failed, and the like.
On the basis of the above embodiment, the VNFM may further receive an instantiation request sent by the VNFO, and send a resource authorization request to the NFVO according to the instantiation request. Then, a resource authorization response sent by the VNFO is received, the resource authorization response includes the deployment information of the VNF, and the virtual resource of the VNF is created according to the deployment information of the VNF.
As mentioned above, from the current existing implementation, during the VNF normal instantiation deployment process, the virtual machine belongs to a single creation. In the process of creating the virtual machine, a native Scheduler scheduling policy of a nova component in an OpenStack is used by a scheduling mechanism in the virtual layer VIM, and the scheduling mechanism can only refer to the deployed virtual machine resources to decide the deployment position of the next virtual machine, so that optimal deployment can be ensured by a single step. However, when a large number of virtual machines are deployed, the above method cannot achieve optimal deployment of VNFs from a global perspective. Especially for a planned deployment scenario, how many VNF network elements need to be deployed in a future period of time can be predicted, and at this time, VNFs of different manufacturers need to be pre-assembled in advance in an instantiation process on NFVO +, so that the utilization rate of a resource pool is ensured. Therefore, the virtual machine can be optimally deployed by directly referring to the pre-assembly result in the VNF network element instantiation. The scheme is a network service planned batch instantiation scene aiming at a telecom cloud scene. Based on the above consideration, the embodiment of the present invention provides a solution that considers introducing VNF resource pre-assembly in the VNF instantiation process, so as to implement optimized deployment in the multiple network element instantiation process.
Specifically, NFVO + selects multiple VNFRs (virtualized Network Function Record). In the instantiation process, the NFVO + acquires all VNF network element resource demand lists (the number, specifications, affinity, and the like) that need to be deployed by the current time node from each manufacturer VNFM, and the NFVO + calculates the optimal deployment position of each VNF network element through internal processing of the NFVO + after acquiring the usable condition of the virtual layer resource at the current time. And then, the NFVO + continues to perform instantiation operations of the multiple VNFs through an instantiation interface in the NFVO + -VNFM interface, wherein the instantiation operations include that the VNFM requests resource authorization to the NFVO +, and the NFVO + informs the VNFM of the optimal deployment positions of the virtual machines required to be deployed by the multiple VNF network elements, so that batch network element optimal deployment is completed.
By means of resource pre-assembly in the VNF network element instantiation process, the utilization rate of a single host and the whole resource pool in the network element instantiation deployment stage can be effectively improved, and resource fragments of the single host and the whole resource pool are minimized.
The following describes specific implementation procedures of the embodiments of the present invention in detail with reference to specific embodiments. In the embodiment of the present invention, the VNF instantiation creation process is divided into two independent processes: the first procedure is that the operator selects a plurality of VNF packages for VNFR creation. The VNFR is an instance record of the VNF, which contains the instance ID of the VNF network element. The second process is that the operator selects multiple VNFRs for VNF instantiation. In the instantiation process, the NFVO + initiates a multi-network-element resource pre-assembly request, and the multi-network-element resource pre-assembly work is completed through the whole resource pre-assembly process. The key point of the whole resource pre-assembly process is workflow interaction among NFVO +, VNFM and VIM, the NFVO + acquires resource information required by deployment of each network element analyzed by each VNFM, and simultaneously acquires the residual condition of virtual layer resources at the current moment, and the optimized deployment result of the VNF network element including the virtual machine is realized through internal calculation of the NFVO +. In the subsequent instantiation process, in the process that the VNFM requests the NFVO + for authorization, the NFVO + informs the VNFM of the authorization result, and then VNF network element instantiation is continued according to the optimized deployment result. In the instantiation process, resource pre-assembly is carried out through the NFVO +, and the VNFM already knows the physical host location where the virtual machine of each VNF network element should be deployed, so that the network element instantiation action can be directly carried out at the determined deployment location.
Referring to fig. 4, fig. 4 is a schematic diagram of a process of creating a VNFR in the embodiment of the present invention, including:
step 401, an operator selects a plurality of network elements and inputs corresponding parameters.
Step 402, NFVO + initiates creation of VNF instance.
Specifically, a VNF network element package (which needs to include VNFD and VNFM) that needs resource pre-assembly is selected in NFVO +. NFVO + initiates a request to create a VNF instance record to the VNFM according to the operator's input parameters.
The request may include information such as the identities of NFVO + and VNFM, the VNF package ID, and the VNF instance name.
Step 403, the VNFM returns the creation result of VNFR to NFVO +.
The VNF Instance ID may be included in the result.
Step 404, NFVO + feeds back to the operator that creating VNFR is complete.
Referring to fig. 5, fig. 5 is a schematic flowchart of a VNF network element optimized deployment instantiation in the embodiment of the present invention. Three main functional blocks are mainly involved in this flow: NFVO +, VNFM, and VIM. The NFVO + initiates a VNF creation request message to the VNFM according to the requirement and verifies and authorizes the virtual resource required by the VNF creation; the VNFM can manage the lifecycle of the VNF; the VIM can create the required VMs for the VNF. In conjunction with fig. 5, the process includes:
step 501, an operator initiates an optimal deployment instantiation operation for a plurality of VNF network elements on an NFVO + interface.
Step 502, NFVO + selects multiple VNF instance records to operate on.
Specifically, NFVO + selects the VNFR that has been created in the flow shown in fig. 4, where the VNFR has a status identifier, and includes instance ID information of the VNF. And carrying out resource pre-assembly instantiation operation on the network element, namely realizing optimal deployment instantiation of the network element.
Step 503, NFVO +, initiates a request to query VNFD to the corresponding one or more VNFMs.
NFVO + calls C6 already present in the real instantiation flow: the query VNFD Req interface includes a VNF Package ID, and queries VNFD information from the VNFM.
Because the VNF package in the NFVO + relates to cross-vendor, the VNF package of each vendor is analyzed by the VNFM of each vendor, and the NFVO + circularly queries the VNFD related to each VNFR from each VNFM to obtain inputs (input) parameters.
And step 504, inquiring and analyzing the locally stored VNFD information corresponding to the VNF packet by each manufacturer VNFM.
Step 505, VNFM returns a response of VNFD input parameters.
Specifically, the VNFM call instantiates C6 already existing in the flow: and returning input parameters by a query VNFD Response interface, wherein the parameters comprise the analyzed VNFD information and input parameters needing NFVO + input.
In step 506, the operator inputs corresponding inputs parameters and sends them to NFVO +.
Specifically, according to the inputs parameters to be input parsed by the VNFM, the operator uniformly inputs the inputs on the NFVO + interface.
Because NFVO + circularly queries VNF inputs parameters to each VNFM uniformly, an operator can uniformly input all the inputs parameters on a page, and good interaction with users is realized.
And 507, initiating a resource pre-assembly process in the instantiation process to the VNFM by the NFVO +.
Specifically, NFVO + calls new C6: query VNF Resource interface, which may include VNF network element pre-assembly list information (which may include VNFD identification, VNF instance ID, instantiation input parameter list information, etc.), and the like.
And step 508, the VNFM analyzes the VNFD and inputs according to the parameters carried in the request, and calculates and analyzes the resources required by the pre-assembly of the single VNF network element.
Specifically, the VNFM analyzes VNFDs and inputs in the VNF package, and analyzes virtual resources required by VNF instantiation, which mainly include information such as virtual machine specification, number of Virtual Machines (VMs), affinity \ inverse affinity, Available Zone, QoS (Quality of Service), whether Non Uniform Memory Access (NUMA) affinity is enabled, and the like.
In step 509, the VNFM returns the list of parameters required for pre-assembly of each VNF to the NFVO +.
Specifically, the response return parameter information may include information such as the specification of the virtual machine, the number of virtual machines, affinity \ inverse affinity, Available Zone, QoS, whether NUMA affinity is enabled, and the like.
Step 510, NFVO + queries VIM for virtual layer resource capacity information.
Specifically, NFVO + calls a newly added C7 interface, a List resource map Req interface, to query the VIM for the virtual layer resource capacity information, that is, the current usage information of the virtual layer resource.
In particular, the parameters in the interface request may contain hostname information.
The VIM returns a query response, and the response interface parameters can comprise a region, an AZ, an HA group, a Numa topological structure, a Numa list, a Numa ID, a CPU distribution ratio, a memory distribution ratio and the like, a host bandwidth and the like to which the host belongs.
And step 511, performing optimized deployment calculation by NFVO +.
Specifically, the NFVO + performs internal processing, and for N virtual machines included in a plurality of VNFs to be deployed, pre-assembly of the virtual machines is performed according to a current virtual layer resource usage situation, so as to obtain an optimized deployment location of each VNF network element.
Specifically, NFVO + queries The virtual layer resource static basic information (including AZ, HA (high reliability), HOST basic information and relationship, TOR (The online Router, Onion Router) and physical server relationship, physical server and HOST relationship, etc.), and dynamically refreshes The query VIM virtual layer dynamic capacity information (including query NUMA TOPO and HOST resource capacity usage, etc.). Then, the NFVO + obtains id information of a host to be deployed by the VM included in the VNF network element according to each VNF pre-assembly parameter acquired by querying the VNF Resource interface, and by combining the queried global Resource capacity information of the VIM virtual layer, so that the VM is conveniently and directly deployed on the physical host when being instantiated.
And step 512, NFVO + reserves the virtual layer resources.
Aiming at the pre-assembly result obtained by the calculation of NFVO +, NFVO + calls a newly added C7 interface: the Reserve Resources interface makes resource reservations.
Specifically, the interface parameters for NFVO + to request resource reservation from the VIM virtual layer may include a reserved host name, a numa list for applying for reservation, a number of CPU cores for applying for reservation, a memory size for applying for reservation, and a bandwidth list for applying for reservation. The VIM virtual layer will return a reserve _ ID reservation ID to NFVO +.
Because the reserved resources have certain timeliness, the NFVO + can asynchronously query the reservation state of the virtual layer resources through the newly added List ReserveDetails. Meanwhile, NFVO + supports the cancellation of resource pre-assembly functionality. Accordingly, the virtual layer state of an asynchronous query may include: resources are being reserved, resources are successfully reserved, resources are unsuccessfully reserved, resources are being released, and resources are unsuccessfully released.
Step 513, NFVO + optimized deployment instantiation interface.
NFVO + calls a VNF instantiation interface, performs batch instantiation operation of VNF network elements, and prepares to call VIM virtual layer resources to pull up a virtual machine.
Specifically, before the NFVO + calls the instantiation interface, the NFVO + interface may display the resource pre-assembly result for each VNF network element, and the resource fragmentation rate of each physical host. The user can choose to continue the instantiation or cancel the resource pre-assembly and cancel the instantiation process operation.
Step 514, the VNFM sends a resource authorization request to the NFVO +.
After the instantiation request is sent to each manufacturer VNFM, the VNFM returns Job ID to NFVO +, and meanwhile, a grantLifecycle Req (authorization cycle request) interface is called to authorize resources to the NFVO +.
Step 515, NFVO + query the resource pre-assembly location.
And the NFVO + queries the position information of the VM to be deployed of each VNF, which is calculated through the internal processing of the NFVO +. The NFVO + numbers the VMs according to the VM information which is returned by all the VNFMs and is to be deployed by each VNF, and the corresponding relation between each VM and the pre-assembled host computer is recorded by an internal database. By querying the correspondence, the pre-assembled host of each VM may be obtained.
Step 516, NFVO + returns a resource authorization response to the VNFM.
Specifically, the resource authorization response parameter returned by the NFVO + to the VNFM should include a VIM ID and a VM deployment location list object, where the object includes VM number information, VM deployment host name information, and VM deployment NUMA ID information.
And 517, acquiring the specific deployment position of the VM by the VNFM, and calling a VIM northbound API (application programming interface) to create the VNF-related virtual resources through the NFVO + indirect mode.
And 518, the NFVO + completes the optimized deployment of the VNF network element, returns the successful instantiation to the user, and can check the resource use condition and the resource fragmentation rate of the virtual layer.
As can be seen from the above description, in the embodiment of the present invention, the resource pre-assembly process and function of the NFVO in the VNF network element instantiation process are realized, and the existing instantiation process can be completed, so as to achieve the function and effect of optimal deployment of multiple VNF instances. The resource pre-assembly completed by NFVO + in the instantiation process is performed, and meanwhile, the VIM virtual layer is required to lock the resource, so that the occupation condition of the deployed resource caused by abnormal conditions is considered. In addition, innovative requirements are put on the NFVO function in the whole pre-assembly process, and the computation of the optimized deployment of the multi-VNF network element can be realized through internal processing.
The embodiment of the invention also provides a device for determining the network element deployment information, which is applied to the NFVO. Referring to fig. 6, fig. 6 is a structural diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention. Because the principle of solving the problem of the device for determining the network element deployment information is similar to the method for determining the network element deployment information in the embodiment of the present invention, the implementation of the device for determining the network element deployment information may refer to the implementation of the method, and repeated details are not described again.
As shown in fig. 6, the apparatus 600 for determining network element deployment information includes: a first obtaining module 601, configured to obtain a VNFR of at least one VNF; a second obtaining module 602, configured to obtain an input parameter of the VNF according to the VNFR; a third obtaining module 603, configured to obtain, according to the input parameter, pre-assembly resource information required by pre-assembling the VNF from the VNFM; a fourth obtaining module 604, configured to obtain current virtual layer resource usage information from the VIM; a first processing module 605, configured to determine deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource usage information.
Wherein the apparatus further comprises: a second processing module for creating the VNFR.
Wherein the second processing module comprises: the acquisition submodule is used for acquiring the information of the VNF network element packet needing resource pre-assembly; and the processing submodule is used for requesting the VNFM to create the VNFR according to the information of the VNF network element package.
Wherein the second obtaining module comprises: the first obtaining submodule is used for obtaining information of input parameters corresponding to the VNFR from the VNFM according to the VNFR; and the second obtaining submodule is used for obtaining the input parameters according to the information of the input parameters.
Wherein the third obtaining module comprises: a sending sub-module, configured to send a VNF resource query request to the VNFM, where the VNF resource query request includes the input parameter; a receiving sub-module, configured to receive the pre-assembly resource information sent by the VNFM according to the VNF resource query request.
Wherein the fourth obtaining module comprises: the sending submodule is used for sending a resource information query request to the VIM; and the receiving submodule is used for receiving the current virtual layer resource use information sent by the VIM according to the resource information query request.
Wherein the processing module comprises: the obtaining submodule is used for obtaining the virtual layer resource static basic information and the virtual layer dynamic capacity information which are included in the current virtual layer resource using information; and the determining submodule is used for determining the information of the host which should be deployed by the virtual machine VM in the VNF according to the virtual layer resource static basic information, the virtual layer dynamic capacity information and the pre-assembly resource information.
Wherein the apparatus further comprises: a first sending module, configured to send a resource reservation request to the VIM, where the resource reservation request is used to request the VIM to perform resource reservation.
Wherein the apparatus further comprises: and a second sending module, configured to send a resource status query request to the VIM, where the resource status query request is used to query a status of a reserved resource.
Wherein the apparatus further comprises: a third processing module, configured to perform instantiation operation of the VNF according to the deployment information of the VNF.
Wherein the third processing module comprises: a first sending submodule, configured to send an instantiation request to the VNMF; the receiving submodule is used for receiving a resource authorization request sent by the VNFM according to the instantiation request; a second sending submodule, configured to send a resource authorization response to the VNFM, where the resource authorization response includes deployment information of the VNF.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides a device for determining the network element deployment information, which is applied to the VNFM. Referring to fig. 7, fig. 7 is a block diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention. Because the principle of solving the problem of the device for determining the network element deployment information is similar to the method for determining the network element deployment information in the embodiment of the present invention, the implementation of the device for determining the network element deployment information may refer to the implementation of the method, and repeated details are not described again.
As shown in fig. 7, an apparatus 700 for determining network element deployment information includes: a first obtaining module 701, configured to obtain input parameters of at least one VNF from the NFVO; a first sending module 702, configured to send, to the NFVO, pre-assembly resource information required for pre-assembling the VNF according to the input parameter.
Wherein the apparatus further comprises: a first processing module, configured to create a VNFR of the VNF according to a request of the NFVO.
Wherein the first transmitting module comprises: a receiving sub-module, configured to receive a VNF resource query request sent by the VNFO, where the VNF resource query request includes the input parameter; the determining submodule is used for determining pre-assembly resource information required by pre-assembly of the VNF according to the input parameters; a sending submodule, configured to send the pre-assembly resource information to the VNFO.
Wherein the apparatus further comprises: a first receiving module, configured to receive an instantiation request sent by the VNFO; a second sending module, configured to send a resource authorization request to the NFVO according to the instantiation request; a third receiving module, configured to receive a resource authorization response sent by the VNFO, where the resource authorization response includes deployment information of the VNF; a second processing module, configured to create a virtual resource of the VNF according to the deployment information of the VNF.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides a device for determining the network element deployment information, which is applied to VIM. Referring to fig. 8, fig. 8 is a structural diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention. Because the principle of solving the problem of the device for determining the network element deployment information is similar to the method for determining the network element deployment information in the embodiment of the present invention, the implementation of the device for determining the network element deployment information may refer to the implementation of the method, and repeated details are not described again.
As shown in fig. 8, an apparatus 800 for determining network element deployment information includes: a first sending module 801, configured to send current virtual layer resource usage information to the VNFO, so that the VNFO determines deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
Wherein the first transmitting module comprises: the receiving submodule is used for receiving the resource information query request sent by the VNFO; and the sending submodule is used for sending the current virtual layer resource use information to the VNFO according to the resource information query request.
Wherein the apparatus further comprises: a first receiving module, configured to receive a resource reservation request sent by the VNFO; a first processing module, configured to reserve the virtual resource of the VNF according to the resource reservation request.
Wherein the apparatus further comprises: a second receiving module, configured to receive a resource status query request sent by the VNFO; and a second sending module, configured to send, according to the resource status query request, status information of the virtual layer to the VNFO.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides a device for determining the network element deployment information, which is applied to the NFVO. Referring to fig. 9, fig. 9 is a structural diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention. Because the principle of solving the problem of the device for determining the network element deployment information is similar to the method for determining the network element deployment information in the embodiment of the present invention, the implementation of the device for determining the network element deployment information may refer to the implementation of the method, and repeated details are not described again.
As shown in fig. 9, the apparatus 900 for determining network element deployment information includes: a processor 901 and a transceiver 902.
The processor 901, configured to obtain a VNFR of at least one VNF; acquiring input parameters of the VNF according to the VNFR; acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters; acquiring current virtual layer resource use information from the VIM; and determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
Wherein the processor 901 is further configured to create the VNFR.
The processor 901 is further configured to obtain information of a VNF network element package that needs to be resource pre-assembled; and requesting the VNFM to create the VNFR according to the information of the VNF network element package.
The processor 901 is further configured to, according to the VNFR, obtain information of an input parameter corresponding to the VNFR from the VNFM; and acquiring the input parameters according to the information of the input parameters.
Wherein the transceiver 902 is further configured to send a VNF resource query request to the VNFM, the VNF resource query request including the input parameter;
receiving the pre-assembly resource information sent by the VNFM according to the VNF resource inquiry request.
Wherein the transceiver 902 is further configured to send a resource information query request to the VIM; and receiving the current virtual layer resource use information sent by the VIM according to the resource information query request.
The processor 901 is further configured to obtain virtual layer resource static basic information and virtual layer dynamic capacity information included in the current virtual layer resource usage information; and determining information of a host machine to be deployed by the virtual machine VM in the VNF according to the virtual layer resource static basic information, the virtual layer dynamic capacity information and the pre-assembly resource information.
Wherein the transceiver 902 is further configured to send a resource reservation request to the VIM, where the resource reservation request is used to request the VIM to perform resource reservation.
Wherein the transceiver 902 is further configured to send a resource status query request to the VIM, where the resource status query request is used to query the status of the reserved resources.
The processor 901 is further configured to perform an instantiation operation of the VNF according to the deployment information of the VNF.
Wherein the transceiver 902 is further configured to send an instantiation request to the VNMF; receiving a resource authorization request sent by the VNFM according to the instantiation request; sending a resource authorization response to the VNFM, wherein the resource authorization response comprises the deployment information of the VNF.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides a device for determining the network element deployment information, which is applied to the VNFM. Referring to fig. 10, fig. 10 is a block diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention. Because the principle of solving the problem of the device for determining the network element deployment information is similar to the method for determining the network element deployment information in the embodiment of the present invention, the implementation of the device for determining the network element deployment information may refer to the implementation of the method, and repeated details are not described again.
As shown in fig. 10, an apparatus 1000 for determining network element deployment information includes: a processor 1001 and a transceiver 1002.
The processor 1001 is configured to obtain input parameters of at least one VNF from the NFVO;
the transceiver 1002 is configured to send, to the NFVO, pre-assembly resource information required for pre-assembling the VNF according to the input parameter.
Wherein the processor 1001 is further configured to create a VNFR of the VNF according to the request of the NFVO.
Wherein the processor 1001 is further configured to receive a VNF resource query request sent by the VNFO, where the VNF resource query request includes the input parameter; determining pre-assembly resource information required by pre-assembly of the VNF according to the input parameters; sending the pre-assembled resource information to the VNFO.
Wherein the transceiver 1002 is further configured to receive an instantiation request sent by the VNFO; sending a resource authorization request to the NFVO according to the instantiation request; receiving a resource authorization response sent by the VNFO, wherein the resource authorization response comprises the deployment information of the VNF; and creating the virtual resource of the VNF according to the deployment information of the VNF.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
The embodiment of the invention also provides a device for determining the network element deployment information, which is applied to the V IM. Referring to fig. 11, fig. 11 is a structural diagram of an apparatus for determining network element deployment information according to an embodiment of the present invention. Because the principle of solving the problem of the device for determining the network element deployment information is similar to the method for determining the network element deployment information in the embodiment of the present invention, the implementation of the device for determining the network element deployment information may refer to the implementation of the method, and repeated details are not described again.
As shown in fig. 11, an apparatus 1100 for determining network element deployment information includes: a processor 1101 and a transceiver 1102;
the transceiver 1102 is configured to send current virtual layer resource usage information to the VNFO, so that the VNFO determines deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
Wherein the transceiver 1102 is further configured to receive a resource information query request sent by the VNFO; and sending the current virtual layer resource use information to the VNFO according to the resource information query request.
Wherein the transceiver 1102 is further configured to receive a resource reservation request sent by the VNFO; reserving the virtual resources of the VNF according to the resource reservation request.
Wherein the transceiver 1102 is further configured to receive a resource status query request sent by the VNFO; and sending the state information of the virtual layer to the VNFO according to the resource state query request.
The apparatus provided in the embodiment of the present invention may implement the method embodiments, and the implementation principle and the technical effect are similar, which are not described herein again.
As shown in fig. 12, the communication device according to the embodiment of the present invention, applied to NFVO, includes: a processor 1200 for reading the program in the memory 1220 and executing the following processes:
obtaining a VNFR of at least one VNF VNFD;
acquiring input parameters of the VNF according to the VNFR;
acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters;
acquiring current virtual layer resource use information from the VIM;
and determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
A transceiver 1210 for receiving and transmitting data under the control of the processor 1200.
Where in fig. 12, the bus architecture may include any number of interconnected buses and bridges, with various circuits of one or more processors represented by processor 1200 and memory represented by memory 1220 being linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1210 may be a number of elements, including a transmitter and a transceiver, providing a means for communicating with various other apparatus over a transmission medium. The processor 1200 is responsible for managing the bus architecture and general processing, and the memory 1220 may store data used by the processor 1200 in performing operations.
The processor 1200 is responsible for managing the bus architecture and general processing, and the memory 1220 may store data used by the processor 1200 in performing operations.
The processor 1200 is further configured to read the program and execute the following steps:
creating the VNFR.
The processor 1200 is further configured to read the program and execute the following steps:
acquiring information of a VNF network element packet needing resource pre-assembly;
and requesting the VNFM to create the VNFR according to the information of the VNF network element package.
The processor 1200 is further configured to read the program and execute the following steps:
according to the VNFR, acquiring information of input parameters corresponding to the VNFR from the VNFM;
and acquiring the input parameters according to the information of the input parameters.
The processor 1200 is further configured to read the program and execute the following steps:
sending a VNF resource query request to the VNFM, wherein the VNF resource query request comprises the input parameters;
receiving the pre-assembly resource information sent by the VNFM according to the VNF resource inquiry request.
The processor 1200 is further configured to read the program and execute the following steps:
sending a resource information query request to the VIM;
and receiving the current virtual layer resource use information sent by the VIM according to the resource information query request.
The processor 1200 is further configured to read the program and execute the following steps:
acquiring virtual layer resource static basic information and virtual layer dynamic capacity information which are included in the current virtual layer resource use information;
and determining information of a host machine to be deployed by the virtual machine VM in the VNF according to the virtual layer resource static basic information, the virtual layer dynamic capacity information and the pre-assembly resource information.
The processor 1200 is further configured to read the program and execute the following steps:
and sending a resource reservation request to the VIM, wherein the resource reservation request is used for requesting the VIM to reserve resources.
The processor 1200 is further configured to read the program and execute the following steps:
and sending a resource state query request to the VIM, wherein the resource state query request is used for querying the state of the reserved resource.
The processor 1200 is further configured to read the program and execute the following steps:
and performing instantiation operation of the VNF according to the deployment information of the VNF.
The processor 1200 is further configured to read the program and execute the following steps:
sending an instantiation request to the VNMF;
receiving a resource authorization request sent by the VNFM according to the instantiation request;
sending a resource authorization response to the VNFM, wherein the resource authorization response comprises the deployment information of the VNF.
As shown in fig. 13, the communication device according to the embodiment of the present invention is applied to a VNFM, and includes: a processor 1300, for reading the program in the memory 1320, for executing the following processes:
obtaining input parameters of at least one VNF from the NFVO;
and sending pre-assembly resource information required by pre-assembly VNF to the NFVO according to the input parameters.
A transceiver 1310 for receiving and transmitting data under the control of the processor 1300.
In fig. 13, among other things, the bus architecture may include any number of interconnected buses and bridges with various circuits being linked together, particularly one or more processors represented by processor 1300 and memory represented by memory 1320. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1310 can be a number of elements including a transmitter and a transceiver that provide a means for communicating with various other apparatus over a transmission medium. The processor 1300 is responsible for managing the bus architecture and general processing, and the memory 1320 may store data used by the processor 1300 in performing operations.
The processor 1300 is responsible for managing the bus architecture and general processing, and the memory 1320 may store data used by the processor 1300 in performing operations.
The processor 1300 is further configured to read the program and execute the following steps:
and creating the VNFR of the VNF according to the request of the NFVO.
The processor 1300 is further configured to read the program and execute the following steps:
receiving a VNF resource query request sent by the VNFO, wherein the VNF resource query request comprises the input parameters;
determining pre-assembly resource information required by pre-assembly of the VNF according to the input parameters;
sending the pre-assembled resource information to the VNFO.
The processor 1300 is further configured to read the program and execute the following steps:
receiving an instantiation request sent by the VNFO;
sending a resource authorization request to the NFVO according to the instantiation request;
receiving a resource authorization response sent by the VNFO, wherein the resource authorization response comprises the deployment information of the VNF;
and creating the virtual resource of the VNF according to the deployment information of the VNF.
As shown in fig. 13, the communication device according to the embodiment of the present invention is applied to a VNFM, and includes: a processor 1300, for reading the program in the memory 1320, for executing the following processes:
obtaining input parameters of at least one VNF from the NFVO;
and sending pre-assembly resource information required by pre-assembly VNF to the NFVO according to the input parameters.
A transceiver 1310 for receiving and transmitting data under the control of the processor 1300.
In fig. 13, among other things, the bus architecture may include any number of interconnected buses and bridges with various circuits being linked together, particularly one or more processors represented by processor 1300 and memory represented by memory 1320. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1310 can be a number of elements including a transmitter and a transceiver that provide a means for communicating with various other apparatus over a transmission medium. The processor 1300 is responsible for managing the bus architecture and general processing, and the memory 1320 may store data used by the processor 1300 in performing operations.
The processor 1300 is responsible for managing the bus architecture and general processing, and the memory 1320 may store data used by the processor 1300 in performing operations.
The processor 1300 is further configured to read the program and execute the following steps:
and creating the VNFR of the VNF according to the request of the NFVO.
The processor 1300 is further configured to read the program and execute the following steps:
receiving a VNF resource query request sent by the VNFO, wherein the VNF resource query request comprises the input parameters;
determining pre-assembly resource information required by pre-assembly of the VNF according to the input parameters;
sending the pre-assembled resource information to the VNFO.
The processor 1300 is further configured to read the program and execute the following steps:
receiving an instantiation request sent by the VNFO;
sending a resource authorization request to the NFVO according to the instantiation request;
receiving a resource authorization response sent by the VNFO, wherein the resource authorization response comprises the deployment information of the VNF;
and creating the virtual resource of the VNF according to the deployment information of the VNF.
As shown in fig. 14, a communication device according to an embodiment of the present invention, applied to a VIM, includes: the processor 1400 is used for reading the program in the memory 1420 and executing the following processes:
and sending current virtual layer resource usage information to the VNFO, so that the VNFO determines the deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
A transceiver 1410 for receiving and transmitting data under the control of the processor 1400.
Where in fig. 14 the bus architecture may include any number of interconnected buses and bridges, in particular one or more processors, represented by the processor 1400, and various circuits of memory, represented by the memory 1420, linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1410 may be a number of elements including a transmitter and a transceiver providing a means for communicating with various other apparatus over a transmission medium. The processor 1400 is responsible for managing the bus architecture and general processing, and the memory 1420 may store data used by the processor 1400 in performing operations.
The processor 1400 is responsible for managing the bus architecture and general processing, and the memory 1420 may store data used by the processor 1400 in performing operations.
The processor 1400 is further configured to read the program and execute the following steps:
receiving a resource information query request sent by the VNFO;
and sending the current virtual layer resource use information to the VNFO according to the resource information query request.
The processor 1400 is further configured to read the program and execute the following steps:
receiving a resource reservation request sent by the VNFO;
reserving the virtual resources of the VNF according to the resource reservation request.
The processor 1400 is further configured to read the program and execute the following steps:
receiving a resource state query request sent by the VNFO;
and sending the state information of the virtual layer to the VNFO according to the resource state query request.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when executed by a processor, the computer program implements each process of the above-mentioned method for determining network element deployment information, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. With such an understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the methods according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (27)

1. A method for determining network element deployment information is applied to a Network Function Virtualization Orchestrator (NFVO), and is characterized by comprising the following steps:
obtaining a Virtualized Network Function Record (VNFR) of at least one Virtualized Network Function (VNF);
acquiring input parameters of the VNF according to the VNFR;
acquiring pre-assembly resource information required by pre-assembly of the VNF from a VNFM according to the input parameters;
acquiring current virtual layer resource use information from a Virtual Infrastructure Manager (VIM);
and determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
2. The method according to claim 1, wherein prior to said obtaining a virtualized network function record, VNFR, of at least one virtualized network function, VNF, the method further comprises:
creating the VNFR.
3. The method of claim 2, wherein the creating the VNFR comprises:
acquiring information of a VNF network element packet needing resource pre-assembly;
and requesting the VNFM to create the VNFR according to the information of the VNF network element package.
4. The method of claim 1, wherein obtaining the input parameters of the VNF according to the VNFR comprises:
according to the VNFR, acquiring information of input parameters corresponding to the VNFR from the VNFM;
and acquiring the input parameters according to the information of the input parameters.
5. The method of claim 1, wherein obtaining pre-assembly resource information required for pre-assembling the VNF from a Virtualized Network Function Manager (VNFM) according to the input parameters comprises:
sending a VNF resource query request to the VNFM, wherein the VNF resource query request comprises the input parameters;
receiving the pre-assembly resource information sent by the VNFM according to the VNF resource inquiry request.
6. The method of claim 1, wherein obtaining current virtual layer resource usage information from a Virtualization Infrastructure Manager (VIM) comprises:
sending a resource information query request to the VIM;
and receiving the current virtual layer resource use information sent by the VIM according to the resource information query request.
7. The method of claim 1, wherein the determining deployment information of the VNF network element according to the pre-assembled resource information and the current virtual layer resource usage information comprises:
acquiring virtual layer resource static basic information and virtual layer dynamic capacity information which are included in the current virtual layer resource use information;
and determining information of a host machine to be deployed by the virtual machine VM in the VNF according to the virtual layer resource static basic information, the virtual layer dynamic capacity information and the pre-assembly resource information.
8. The method of claim 1, further comprising:
and sending a resource reservation request to the VIM, wherein the resource reservation request is used for requesting the VIM to reserve resources.
9. The method of claim 8, further comprising:
and sending a resource state query request to the VIM, wherein the resource state query request is used for querying the state of the reserved resource.
10. The method of claim 1, further comprising:
and performing instantiation operation of the VNF according to the deployment information of the VNF.
11. The method according to claim 10, wherein the instantiating operation of the VNF according to the deployment information of the VNF comprises:
sending an instantiation request to the VNMF;
receiving a resource authorization request sent by the VNFM according to the instantiation request;
sending a resource authorization response to the VNFM, wherein the resource authorization response comprises the deployment information of the VNF.
12. A method for determining network element deployment information, applied to a VNFM, is characterized by comprising:
obtaining input parameters of at least one VNF from the NFVO;
and sending pre-assembly resource information required by pre-assembly VNF to the NFVO according to the input parameters.
13. The method of claim 12, wherein prior to the obtaining input parameters for at least one VNF from the NFVO, the method further comprises:
and creating the VNFR of the VNF according to the request of the NFVO.
14. The method according to claim 12, wherein the sending pre-assembly resource information required for pre-assembly of VNF to the NFVO according to the input parameters comprises:
receiving a VNF resource query request sent by the VNFO, wherein the VNF resource query request comprises the input parameters;
determining pre-assembly resource information required by pre-assembly of the VNF according to the input parameters;
sending the pre-assembled resource information to the VNFO.
15. The method of claim 12, further comprising:
receiving an instantiation request sent by the VNFO;
sending a resource authorization request to the NFVO according to the instantiation request;
receiving a resource authorization response sent by the VNFO, wherein the resource authorization response comprises the deployment information of the VNF;
and creating the virtual resource of the VNF according to the deployment information of the VNF.
16. A method for determining network element deployment information, applied to VIM, is characterized by comprising:
and sending current virtual layer resource usage information to the VNFO, so that the VNFO determines the deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
17. The method of claim 16 wherein sending current virtual layer resource usage information to the VNFO comprises:
receiving a resource information query request sent by the VNFO;
and sending the current virtual layer resource use information to the VNFO according to the resource information query request.
18. The method of claim 16, further comprising:
receiving a resource reservation request sent by the VNFO;
reserving the virtual resources of the VNF according to the resource reservation request.
19. The method of claim 16, further comprising:
receiving a resource state query request sent by the VNFO;
and sending the state information of the virtual layer to the VNFO according to the resource state query request.
20. An apparatus for determining network element deployment information, applied to NFVO, includes:
a first obtaining module, configured to obtain a VNFR of at least one VNF;
the second acquisition module is used for acquiring the input parameters of the VNF according to the VNFR;
the third acquisition module is used for acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters;
the fourth acquisition module is used for acquiring the current virtual layer resource use information from the VIM;
and the first processing module is used for determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
21. An apparatus for determining network element deployment information, applied to a VNFM, includes:
the first acquisition module is used for acquiring at least one input parameter of the VNF from the NFVO;
a first sending module, configured to send, to the NFVO, pre-assembly resource information required for pre-assembling the VNF according to the input parameter.
22. An apparatus for determining network element deployment information, applied to VIM, comprising:
a first sending module, configured to send current virtual layer resource usage information to the VNFO, so that the VNFO determines deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
23. An apparatus for determining network element deployment information, applied to NFVO, includes: a processor and a transceiver;
the processor to obtain a VNFR for at least one VNF; acquiring input parameters of the VNF according to the VNFR; acquiring pre-assembly resource information required by pre-assembly of the VNF from the VNFM according to the input parameters; acquiring current virtual layer resource use information from the VIM; and determining the deployment information of the VNF network element according to the pre-assembly resource information and the current virtual layer resource use information.
24. An apparatus for determining network element deployment information, applied to a VNFM, includes: a processor and a transceiver;
the processor is used for obtaining at least one input parameter of the VNF from the NFVO;
the transceiver is configured to send, to the NFVO, pre-assembly resource information required for pre-assembling the VNF according to the input parameter.
25. An apparatus for determining network element deployment information, applied to VIM, comprising: a processor and a transceiver;
the transceiver is configured to send current virtual layer resource usage information to the VNFO, so that the VNFO determines deployment information of the VNF according to the pre-assembled resource information and the current virtual layer resource usage information.
26. A communication device, comprising: a transceiver, a memory, a processor, and a program stored on the memory and executable on the processor; it is characterized in that the preparation method is characterized in that,
the processor for reading the program in the memory to implement the steps in the method according to any one of claims 1 to 11; or implementing a step in a method as claimed in any one of claims 12 to 15; or implementing a step in a method according to any of claims 16 to 19.
27. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the steps in the method according to any one of claims 1 to 11; or implementing a step in a method as claimed in any one of claims 12 to 15; or implementing a step in a method according to any of claims 16 to 19.
CN201911226919.1A 2019-12-04 2019-12-04 Method, device, equipment and storage medium for determining network element deployment information Active CN112910673B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911226919.1A CN112910673B (en) 2019-12-04 2019-12-04 Method, device, equipment and storage medium for determining network element deployment information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911226919.1A CN112910673B (en) 2019-12-04 2019-12-04 Method, device, equipment and storage medium for determining network element deployment information

Publications (2)

Publication Number Publication Date
CN112910673A true CN112910673A (en) 2021-06-04
CN112910673B CN112910673B (en) 2023-05-09

Family

ID=76104469

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911226919.1A Active CN112910673B (en) 2019-12-04 2019-12-04 Method, device, equipment and storage medium for determining network element deployment information

Country Status (1)

Country Link
CN (1) CN112910673B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017070963A1 (en) * 2015-10-31 2017-05-04 华为技术有限公司 Method, apparatus, and system for deploying virtual resources
CN106921977A (en) * 2015-12-26 2017-07-04 华为技术有限公司 A kind of service quality planing method, apparatus and system based on Business Stream
CN107306201A (en) * 2016-04-22 2017-10-31 华为技术有限公司 Virtualize the dispositions method and deployment system of network
CN108156095A (en) * 2016-12-02 2018-06-12 中兴通讯股份有限公司 Resource determining method and device, NFVO
CN110275756A (en) * 2018-03-13 2019-09-24 华为技术有限公司 Virtualize the dispositions method and device of network element
CN110392882A (en) * 2017-01-13 2019-10-29 瑞典爱立信有限公司 It is created in batches in the network for including virtualization network function by pipe function

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017070963A1 (en) * 2015-10-31 2017-05-04 华为技术有限公司 Method, apparatus, and system for deploying virtual resources
CN106921977A (en) * 2015-12-26 2017-07-04 华为技术有限公司 A kind of service quality planing method, apparatus and system based on Business Stream
CN107306201A (en) * 2016-04-22 2017-10-31 华为技术有限公司 Virtualize the dispositions method and deployment system of network
CN108156095A (en) * 2016-12-02 2018-06-12 中兴通讯股份有限公司 Resource determining method and device, NFVO
CN110392882A (en) * 2017-01-13 2019-10-29 瑞典爱立信有限公司 It is created in batches in the network for including virtualization network function by pipe function
CN110275756A (en) * 2018-03-13 2019-09-24 华为技术有限公司 Virtualize the dispositions method and device of network element

Also Published As

Publication number Publication date
CN112910673B (en) 2023-05-09

Similar Documents

Publication Publication Date Title
US11960915B2 (en) Method and apparatus for creating virtual machine based on parameter information of a virtual network interface card
US10701139B2 (en) Life cycle management method and apparatus
EP3461087B1 (en) Network-slice resource management method and apparatus
US11456930B2 (en) Network resource management method, apparatus, and system
CN109964449B (en) Method and device for permission of network service life cycle management
JP2020510384A (en) Network slice management method, unit, and system
EP3531749B1 (en) Management method, management unit and system for network function
US11301284B2 (en) Method for managing VNF instantiation and device
CN111865629B (en) Method, apparatus and computer program product for configuring service instances
EP3550775B1 (en) Resource determination method and device
CN112583615B (en) VNF instantiation method, NFVO, VIM, VNFM and system
WO2017035738A1 (en) Resource management method and device
CN111443985A (en) Method and equipment for instantiating virtual network function
CN112887121B (en) Method, equipment and system for managing network service
CN116113923A (en) Container cluster management method and system
CN111726241B (en) Network resource management method, system, network device and readable storage medium
CN111163140A (en) Method, apparatus and computer readable storage medium for resource acquisition and allocation
US20220278944A1 (en) Method for allocating resources of a network infrastructure
WO2021013185A1 (en) Virtual machine migration processing and strategy generation method, apparatus and device, and storage medium
RU2764288C1 (en) Method for deploying a resource required for a network function, a data carrier and an electronic device
CN112202879A (en) Middleware management method and device, electronic equipment and storage medium
CN112910673B (en) Method, device, equipment and storage medium for determining network element deployment information
CN114157573A (en) Method and device for deploying virtualized network function
CN109818772A (en) A kind of network performance support method and device
CN113535358A (en) Task processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant