CN111399839B - VNF registration method, device, medium and equipment - Google Patents

VNF registration method, device, medium and equipment Download PDF

Info

Publication number
CN111399839B
CN111399839B CN201910001432.7A CN201910001432A CN111399839B CN 111399839 B CN111399839 B CN 111399839B CN 201910001432 A CN201910001432 A CN 201910001432A CN 111399839 B CN111399839 B CN 111399839B
Authority
CN
China
Prior art keywords
vnf
data
module
policy
strategy
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.)
Active
Application number
CN201910001432.7A
Other languages
Chinese (zh)
Other versions
CN111399839A (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 CN201910001432.7A priority Critical patent/CN111399839B/en
Publication of CN111399839A publication Critical patent/CN111399839A/en
Application granted granted Critical
Publication of CN111399839B publication Critical patent/CN111399839B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances

Abstract

The present invention relates to the NFV technical field, and in particular, to a VNF registration method, apparatus, medium, and device. The method comprises the following steps: the VNF registry file may be carried in a VNF package, and the corresponding data definition part and the policy part may be obtained by parsing the VNF registry file in the VNF package, and may be distributed to the run-state data collection module and the run-state policy module, respectively. Because the strategy related to the data can be accurately configured in a design state, the strategy definition is more accurate, and the accuracy of strategy control is improved.

Description

VNF registration method, device, medium and equipment
Technical Field
The present invention relates to the field of Network Function Virtualization (NFV), and in particular, to a Virtualized Network Function (VNF) registration method, apparatus, medium, and device.
Background
By means of general hardware such as x86 and the like and virtualization technology, the NFV network decouples software and hardware and abstracts functions, so that functions of network equipment do not depend on special hardware any more, flexible sharing of infrastructure resources is realized, rapid development and deployment of new services can be realized, and automatic deployment, elastic expansion, self-healing and the like can be performed based on actual service requirements.
During the lifecycle management of a Network Service (NS) or VNF instance, dynamic adjustment of the virtual network may be achieved through policy control, such as adaptive adjustment of the virtual network size according to traffic load.
At present, in most systems adopting Network Function Virtualization (NFV) technology, a separate data collection module and a policy module may be abstracted, where the data collection module is responsible for collecting data such as system alarm/performance during operation, and the policy module is responsible for maintenance, distribution and operation of policies. The policy rules are usually predefined, or defined in the service template in the design state, and then imported into the policy module of the operating state system, and the operating state policy module may match the policy imported in advance according to the received data, and adopt corresponding policy control, for example, when some system abnormality is detected, a virtual downtime or VNF performance data exceeds an expected threshold, the matching policy performs a virtual machine restart or VNF capacity expansion.
In the existing VNF implementation, a design state needs to design and upload a policy, and the policy is distributed to a policy module for policy control in an operating state, and data collection is completed by a data collection module in the operating state, and some system operating state data collection modules further have a data subscription process before data collection to subscribe to a type of data desired to be received. However, the definition of the policy is actually closely related to specific data or events, and in the existing implementation scheme, two related steps are split into a design state and an operating state, so that the effectiveness of policy control is difficult to guarantee.
Disclosure of Invention
Embodiments of the present invention provide a VNF registration method, apparatus, medium, and device, which are used to solve a problem that validity of policy control in an NFV system is difficult to guarantee.
The invention provides a Virtualized Network Function (VNF) registration method, which comprises the following steps:
receiving a VNF package, wherein the VNF package comprises a VNF registration file, and the VNF registration file comprises a data definition part and a policy part;
analyzing the VNF registration file;
distributing the data definition part in the VNF registration file obtained by analysis to a data collection module in an operation state so that the data collection module can collect data according to the data definition part, and distributing the strategy part in the VNF registration file obtained by analysis to a strategy module in the operation state so that the strategy module can carry out strategy control according to the strategy part;
the data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
The invention also provides a virtualized network function VNF registration apparatus, comprising:
the VNF package comprises a VNF registration file, and the VNF registration file comprises a data definition part and a policy part;
the analysis module is used for analyzing the VNF registration file;
the distribution module is used for distributing the data definition part in the VNF registration file obtained through analysis to the data collection module in the running state so as to facilitate the data collection module to collect data according to the data definition part, and distributing the strategy part in the VNF registration file obtained through analysis to the strategy module in the running state so as to facilitate the strategy module to carry out strategy control according to the strategy part;
the data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
The present invention also provides a non-volatile computer storage medium having stored thereon an executable program for execution by a processor to perform the steps of implementing the method described above.
The invention also provides a VNF registration device with a virtualization network function, which comprises a memory, a processor, a transceiver and a bus interface; the processor is used for reading the program in the memory and executing:
receiving, by the transceiver, a VNF package including a VNF registration file including a data definition part and a policy part;
analyzing the VNF registration file;
distributing the data definition part in the VNF registration file obtained by analysis to a data collection module in an operating state so that the data collection module can collect data according to the data definition part, and distributing the strategy part in the VNF registration file obtained by analysis to a strategy module in the operating state so that the strategy module can carry out strategy control according to the strategy part;
the data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
According to the solution provided by the embodiment of the present invention, a VNF registration file including a data definition part and a policy part corresponding to data described in the data definition part may be provided, and the VNF registration file may be carried in a VNF package, and by analyzing the VNF registration file in the VNF package, the corresponding data definition part and policy part may be obtained and may be distributed to the run-state data collection module and the run-state policy module, respectively. Because the strategy related to the data can be accurately configured in the design state, the strategy definition is more accurate, and the accuracy of strategy control is improved. In addition, the existing design-state policy import flow is simplified by distributing the policy part in the analyzed VNF registration file to the policy module. In addition, as the VNF registration file comprises the data definition part, the data subscription can be realized in a design state, and the operation-state data subscription process is simplified.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic flowchart of a VNF registration method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a VNF registration apparatus according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a VNF registration device according to a third embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a method for designing VNF registration aiming at a new VNF registration file format, and VNF related data registration and VNF data related policy import can be completed in a design state. By the method, the strategy related to the data can be accurately configured in the design state, the accuracy of strategy control is improved, and the existing design state strategy importing process can be simplified. For some systems, the run-time data subscription process may also be simplified.
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings. 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.
It should be noted that the reference to "a plurality or a plurality" in this document means two or more. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
The terms "first," "second," and the like in the description and in the claims, and in the drawings described above, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in other sequences than those illustrated or described herein.
Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Example one
An embodiment of the present invention provides a VNF registration method, where a flow of steps of the method may be as shown in fig. 1, and the method includes:
step 101, receiving a VNF packet.
In this step, a VNF package may be received, where the VNF package includes a VNF registration file, and the VNF registration file includes a data definition part and a policy part.
The data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
It can be understood that this embodiment provides a new-format VNF registration file including a data definition part and a policy part, and the VNF registration file may be carried by a VNF package.
The data that the VNF described in the data definition section may generate may be understood to include, but is not limited to including, performance data and/or alarm events.
A summary (schema) description of the VNF registration file may be as shown in table 1 below:
TABLE 1
Figure BDA0001933832740000051
Figure BDA0001933832740000061
/>
Figure BDA0001933832740000071
An example of a VNF registry file based on the schema definition shown in table 1 may be shown in table 2 below:
TABLE 2
Figure BDA0001933832740000072
Figure BDA0001933832740000081
And 102, analyzing the VNF registration file.
In this step, after receiving the VNF package, the VNF registry file in the VNF package may be parsed to obtain the data definition part and the policy part in the VNF registry file.
It should be noted that, the path of the VNF registration file in the VNF package may be described by using an extended event registration (eventreistration) field in a network function module descriptor (VNFD).
The eventreistration field definition can be as shown in table 3 below:
TABLE 3
Figure BDA0001933832740000082
It is understood that the VNF registration file is defined in the VNFD and then uploaded to the service design application (VNF registration apparatus) in the design state through the VNF package uploading process.
At this time, the step may be understood as including: and analyzing the path of the VNF registration file described by the eventreistration field in the VNFD in the VNF package, thereby realizing the analysis of the VNF registration file in the VNF package.
Step 103, distributing data and policies.
In this step, the data definition part in the VNF registration file obtained through analysis may be distributed to a data collection module in an operating state, so that the data collection module performs data collection according to the data definition part, and the policy part in the VNF registration file obtained through analysis is distributed to a policy module in the operating state, so that the policy module performs policy control according to the policy part.
It should be noted that the data possibly generated by the VNF described in the data definition part may also be understood as a data format including the data possibly generated by the VNF, so that after the parsed data definition part is sent to the data collection module, the data collection module may also perform data format verification according to the data format of the data possibly generated by the VNF described in the data definition part.
It should be further noted that, in a possible implementation manner, before distributing the policy part in the VNF registry file obtained by parsing to the policy module in the running state, the method may further include step 103':
step 103', policy optimization.
In this step, the policy part in the VNF registration file obtained by the analysis may be optimized. Policy optimizations may include, but are not limited to: and modifying a threshold value, combining strategies and other strategy optimization modes. If step 103' is performed, the optimized policy portion may be distributed to the policy modules in the run state in step 103.
In a possible implementation manner, before performing policy optimization, step 103 ″ may be further included:
step 103", determine if policy optimization is required.
If it is determined that policy optimization is required, step 103' may be performed, otherwise, step 103 may be performed directly.
The inventor of the present invention finds that, in an NFV scenario, a data provider is usually a VNF vendor, and besides knowing data that the VNF of the VNF can generate, the VNF vendor is also very familiar with how to adopt a policy when some data exception or exception alarm occurs. If the policy control is executed based on the data provided by the VNF vendor and the corresponding policy, the network control and the network adjustment can be better performed.
Therefore, in the solution proposed in this embodiment, a new VNF registry file format is proposed, which includes a data definition part and a policy part, and a distribution process of the content of the design-state VNF registry file to the run-state VNF can be implemented, so that the run-state data collection module can collect data according to the data definition part, and the run-state policy module can perform policy control according to the policy part. In addition, a description of the design-state VNF registry may be introduced in the eventreistration field in the VNFD model.
In this embodiment, by adding a design-state VNF data registration function, both data registration and policy import are completed in a design state, so that an operation-state data subscription process and a design-state policy import process are simplified. And the VNF data registration function combines the VNF data and the proposed policies, making the policy definition more accurate. And the data definition part in the VNF registration file is distributed to a data collection module in operation, and the data collection module can also check the data format in operation according to the data definition part.
Based on the same inventive concept as the first embodiment, the following apparatuses are provided.
Example two
A second embodiment of the present invention provides a VNF registration apparatus, where a structure of the apparatus may be as shown in fig. 2, and the apparatus includes:
the receiving module 11 is configured to receive a VNF package, where the VNF package includes a VNF registration file, and the VNF registration file includes a data definition part and a policy part;
the analysis module 12 is configured to analyze the VNF registration file;
the distribution module 13 is configured to distribute the data definition part in the VNF registration file obtained through analysis to a data collection module in an operating state, so that the data collection module performs data collection according to the data definition part, and distribute the policy part in the VNF registration file obtained through analysis to a policy module in the operating state, so that the policy module performs policy control according to the policy part;
the data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
The data definition part is used for describing data which can be generated by the VNF and comprises the following steps: and the data format is used for describing the data format which can be generated by the VNF, so that the data collection module can check the data format according to the data format which can be generated by the VNF and is described by the data definition part.
The parsing module 12 parses the VNF registration file, including: parsing a path of the VNF registration file in the VNF package, which is described by an extended event registration eventreistration field in a network function module descriptor (VNFD).
The apparatus further includes an optimization module 14, configured to optimize the policy component in the VNF registration file obtained through analysis before the distribution module distributes the policy component in the VNF registration file obtained through analysis to the policy module in the running state;
the distributing module 13 distributes the policy part in the VNF registration file obtained by parsing to the policy module in the running state, including: and distributing the strategy part optimized by the optimization module to a strategy module in an operating state.
The optimization module 14 is specifically configured to optimize the policy part in the VNF registration file obtained by analyzing when it is determined that policy optimization is required.
Based on the same inventive concept, embodiments of the present invention provide the following apparatus and medium.
EXAMPLE III
A third embodiment of the present invention provides VNF registration equipment, where the structure of the equipment may be as shown in fig. 3, and the equipment includes a memory 21, a processor 22, a transceiver 23, and a bus interface; the processor is used for reading the program in the memory and executing:
receiving, by the transceiver 23, a VNF package including a VNF registration file including a data definition part and a policy part;
analyzing the VNF registration file;
distributing the data definition part in the VNF registration file obtained by analysis to a data collection module in an operation state so that the data collection module can collect data according to the data definition part, and distributing the strategy part in the VNF registration file obtained by analysis to a strategy module in the operation state so that the strategy module can carry out strategy control according to the strategy part;
the data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
Optionally, the processor 22 may specifically include a Central Processing Unit (CPU), an Application Specific Integrated Circuit (ASIC), one or more integrated circuits for controlling program execution, a hardware circuit developed by using a Field Programmable Gate Array (FPGA), or a baseband processor.
Optionally, the processor 22 may include at least one processing core.
Alternatively, the memory 21 may include a Read Only Memory (ROM), a Random Access Memory (RAM), and a disk memory. The memory 21 is used for storing data required by the at least one processor 22 during operation. The number of the memory 21 may be one or more.
A fourth embodiment of the present invention provides a nonvolatile computer storage medium, where the computer storage medium stores an executable program, and when the executable program is executed by a processor, the method provided in the first embodiment of the present invention is implemented.
In particular implementations, computer storage media may include: a Universal Serial Bus flash drive (USB), a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, an optical disk, or other storage media capable of storing program codes.
In the embodiments of the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the unit or the division of the unit is only one type of logical function division, and other division manners may be available in actual implementation, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical or other form.
The functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may also be an independent physical module.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, all or part of the technical solutions of the embodiments of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device, such as a personal computer, a server, or a network device, or a processor (processor) to execute all or part of the steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a universal serial bus flash drive (usb flash drive), a removable hard disk, a ROM, a RAM, a magnetic disk, or an optical disk, and various media capable of storing program codes.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all changes and modifications that fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (12)

1. A Virtualized Network Function (VNF) registration method, the method comprising:
receiving a VNF package, wherein the VNF package comprises a VNF registration file, and the VNF registration file comprises a data definition part and a policy part;
analyzing the VNF registration file;
distributing the data definition part in the VNF registration file obtained by analysis to a data collection module in an operating state so that the data collection module can collect data according to the data definition part, and distributing the strategy part in the VNF registration file obtained by analysis to a strategy module in the operating state so that the strategy module can carry out strategy control according to the strategy part;
the data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
2. The method of claim 1, wherein the data definition part is used to describe data that the VNF may generate, comprising: and the data format is used for describing the data format which can be generated by the VNF, so that the data collection module can check the data format according to the data format which can be generated by the VNF and is described by the data definition part.
3. The method of claim 1, wherein a path of the VNF registry file in the VNF package is described with an extended event registration eventreistration field in a network function module descriptor VNFD.
4. The method according to any of claims 1 to 3, wherein before distributing the policy component in the VNF registry file obtained by parsing to the policy module in a run state, the method further comprises:
optimizing the strategy part in the VNF registration file obtained by analysis;
distributing the policy part in the VNF registration file obtained by the analysis to a policy module in an operating state, including:
and distributing the optimized strategy part to a strategy module in a running state.
5. The method of claim 4, wherein before optimizing the parsed policy component in the VNF registry, the method further comprises:
determining that policy optimization is required.
6. A virtualized network function, VNF, registration apparatus, the apparatus comprising:
the receiving module is used for receiving a VNF package, wherein the VNF package comprises a VNF registration file, and the VNF registration file comprises a data definition part and a policy part;
the analysis module is used for analyzing the VNF registration file;
a distribution module, configured to distribute the data definition part in the VNF registration file obtained through analysis to a data collection module in an operating state, so that the data collection module performs data collection according to the data definition part, and distribute the policy part in the VNF registration file obtained through analysis to a policy module in the operating state, so that the policy module performs policy control according to the policy part;
the data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
7. The apparatus of claim 6, wherein the data definition part is configured to describe data that may be generated by the VNF, and comprises: and the data format is used for describing the data format which can be generated by the VNF, so that the data collection module can check the data format according to the data format which can be generated by the VNF and is described by the data definition part.
8. The apparatus of claim 6, wherein the parsing module to parse the VNF registry file comprises: parsing a path of the VNF registration file in the VNF package, which is described by an extended event registration event field in a network function module descriptor VNFD.
9. The apparatus according to any one of claims 6 to 8, wherein the apparatus further includes an optimization module, configured to optimize the policy component in the VNF registry file obtained by the parsing before the policy component in the VNF registry file obtained by the parsing is distributed to the policy module in the running state by the distribution module;
the distributing module is configured to distribute the policy part in the VNF registration file obtained through analysis to the policy module in the running state, and includes: and distributing the strategy part optimized by the optimization module to a strategy module in an operating state.
10. The apparatus according to claim 9, wherein the optimization module is specifically configured to optimize the policy component in the VNF registry file obtained by parsing when it is determined that policy optimization is required.
11. A non-transitory computer storage medium storing an executable program for execution by a processor to perform the steps of the method of any one of claims 1 to 5.
12. A virtualized network function, VNF, registration device, comprising a memory, a processor, a transceiver, and a bus interface; the processor is used for reading the program in the memory and executing:
receiving, by the transceiver, a VNF package including a VNF registry, the VNF registry including a data definition portion and a policy portion;
analyzing the VNF registration file;
distributing the data definition part in the VNF registration file obtained by analysis to a data collection module in an operating state so that the data collection module can collect data according to the data definition part, and distributing the strategy part in the VNF registration file obtained by analysis to a strategy module in the operating state so that the strategy module can carry out strategy control according to the strategy part;
the data definition part is used for describing data which can be generated by the VNF, and the strategy part is used for describing a strategy which should be adopted when the data which can be generated by the VNF is abnormal or meets a set threshold condition.
CN201910001432.7A 2019-01-02 2019-01-02 VNF registration method, device, medium and equipment Active CN111399839B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910001432.7A CN111399839B (en) 2019-01-02 2019-01-02 VNF registration method, device, medium and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910001432.7A CN111399839B (en) 2019-01-02 2019-01-02 VNF registration method, device, medium and equipment

Publications (2)

Publication Number Publication Date
CN111399839A CN111399839A (en) 2020-07-10
CN111399839B true CN111399839B (en) 2023-03-28

Family

ID=71430173

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910001432.7A Active CN111399839B (en) 2019-01-02 2019-01-02 VNF registration method, device, medium and equipment

Country Status (1)

Country Link
CN (1) CN111399839B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104125214A (en) * 2014-06-30 2014-10-29 北京邮电大学 Security architecture system for realizing software definition security and security controller
WO2016121882A1 (en) * 2015-01-29 2016-08-04 日本電気株式会社 Data file registration management system, method, management device, and program
CN108370328A (en) * 2016-04-28 2018-08-03 华为技术有限公司 A kind of management method and device of NFV MANO policy depictions symbol

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10148731B2 (en) * 2015-06-30 2018-12-04 Oracle International Corporation Methods, systems, and computer readable media for on-boarding virtualized network function (VNF) packages in a network functions virtualization (NFV) system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104125214A (en) * 2014-06-30 2014-10-29 北京邮电大学 Security architecture system for realizing software definition security and security controller
WO2016121882A1 (en) * 2015-01-29 2016-08-04 日本電気株式会社 Data file registration management system, method, management device, and program
CN108370328A (en) * 2016-04-28 2018-08-03 华为技术有限公司 A kind of management method and device of NFV MANO policy depictions symbol

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
苏坚 ; 肖子玉 ; .NFV中虚拟化网络功能生命周期安全管理措施.电信科学.2016,(11),全文. *

Also Published As

Publication number Publication date
CN111399839A (en) 2020-07-10

Similar Documents

Publication Publication Date Title
CN106940428B (en) Chip verification method, device and system
CN109669774B (en) Hardware resource quantification method, hardware resource arrangement method, hardware resource quantification device and hardware resource arrangement device and network equipment
CN110750592B (en) Data synchronization method, device and terminal equipment
CN110162345A (en) A kind of application program access method, device and storage medium
CN107689982A (en) Multi-data source method of data synchronization, application server and computer-readable recording medium
CN111125604B (en) Page management method and device, terminal equipment and storage medium
CN108829510B (en) Thread binding processing method and device
CN110750312A (en) Hardware resource configuration method and device, cloud side equipment and storage medium
CN110750359B (en) Hardware resource configuration method and device, cloud side equipment and storage medium
CN111475494A (en) Mass data processing method, system, terminal and storage medium
CN106802790B (en) Method, equipment and system for managing application user use information based on cloud platform
CN114595058A (en) Model training method and device based on GPU (graphics processing Unit) resources, electronic equipment and storage medium
EP3754489A1 (en) Method for evaluating application deployment, apparatus, computer program product, and readable medium
CN111399839B (en) VNF registration method, device, medium and equipment
EP4006725A1 (en) Virtual machine migration processing and strategy generation method, apparatus and device, and storage medium
CN113448608A (en) FPGA (field programmable Gate array) increment upgrading method and device based on area slicing technology
CN107689969B (en) Method and device for determining cache strategy
CN112559124A (en) Model management system and target operation instruction processing method and device
US20130247037A1 (en) Control computer and method for integrating available computing resources of physical machines
CN112764995B (en) Server hardware resource monitoring method, device and medium
CN112465604A (en) Order distribution method and device, computer equipment and computer readable storage medium
CN105988917B (en) Abnormal information acquisition method and device
CN113918423A (en) Cloud platform monitoring method and device and application thereof
CN113392131A (en) Data processing method and device and computer equipment
CN103154978A (en) Systems and methods for scheduling changes

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