WO2020233294A1 - System and method for implementing virtualized network function (vnf) management - Google Patents

System and method for implementing virtualized network function (vnf) management Download PDF

Info

Publication number
WO2020233294A1
WO2020233294A1 PCT/CN2020/085053 CN2020085053W WO2020233294A1 WO 2020233294 A1 WO2020233294 A1 WO 2020233294A1 CN 2020085053 W CN2020085053 W CN 2020085053W WO 2020233294 A1 WO2020233294 A1 WO 2020233294A1
Authority
WO
WIPO (PCT)
Prior art keywords
vnf
software package
management
request
mano
Prior art date
Application number
PCT/CN2020/085053
Other languages
French (fr)
Chinese (zh)
Inventor
黄强
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2020233294A1 publication Critical patent/WO2020233294A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • 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
    • 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/4557Distribution of virtual machine instances; Migration and load balancing
    • 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

Definitions

  • the present disclosure relates to network function virtualization in the communication field, for example, to a system and method for realizing virtualized network function VNF management.
  • NFV Network Function Virtualization
  • VNF Virtualized Network Function
  • SDWAN Software-defined Wide Area Network
  • VNFs network function virtualization
  • micro-cloud devices a method that integrates routing and switching boards and x86 boards as one device
  • KVM native kernel-based Virtual Machine
  • the embodiment of the present invention provides a system for realizing virtualized network function VNF management, including: an adapter distribution module, a management and orchestration MANO access module, and a micro-VNF management access module;
  • the MANO access module is configured to provide the REST interface of the MANO system
  • the micro-VNF management access module is configured to provide the REST standard interface of the micro-cloud device
  • the adapter distribution module is configured to receive a VNF management request triggered by a user, and when the VNF is deployed based on the MANO system, call the REST interface to send the VNF management request to the MANO system,
  • VNF software package is stored on the MANO system and the microcloud device.
  • the embodiment of the present invention also provides a method for realizing virtualized network function VNF management, including:
  • the adapter distribution module receives the VNF management request triggered by the user
  • the adapter distribution module calls the management and orchestration REST interface provided by the MANO access module to send the VNF management request to the MANO system,
  • the adapter distribution module calls a REST standard interface provided by the micro VNF management access module to send the VNF management request to the micro cloud device;
  • VNF software package is stored on the MANO system and the microcloud device.
  • FIG. 1 is a schematic structural diagram of a system for implementing VNF management of a virtualized network function provided by an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a system for implementing VNF management of a virtualized network function provided by another embodiment of the present invention.
  • FIG. 3 is a schematic flowchart of a method for implementing VNF management of a virtualized network function provided by an embodiment of the present invention
  • FIG. 4 is a schematic flowchart of a method for implementing VNF management of a virtualized network function according to another embodiment of the present invention.
  • FIG. 5 is a schematic flowchart of a method for implementing VNF management of a virtualized network function according to another embodiment of the present invention.
  • FIG. 6 is a schematic flowchart of a method for implementing VNF management of a virtualized network function according to another embodiment of the present invention.
  • the SDWAN business system uses different methods for VNF management in the MANO system and micro-cloud equipment, which leads to the need to implement multiple solutions for VNF management, which increases the cost of R&D and maintenance, and also increases the difficulty of standardization of NFV technology.
  • the embodiment of the present invention provides a system and method for realizing VNF management of virtualized network functions.
  • VNF virtualized network functions
  • it can follow the standard and unified REST interface to realize the VNF
  • the management of SDWAN has reduced the research and development costs of SDWAN services and the maintenance costs of SDWAN services.
  • Fig. 1 is a schematic structural diagram of a system for implementing virtualized network function VNF management provided by an embodiment of the present invention. As shown in Fig. 1, the system includes:
  • Adapter distribution module, management and orchestration MANO access module and micro-VNF management access module Adapter distribution module, management and orchestration MANO access module and micro-VNF management access module
  • the MANO access module is configured to provide a REST interface for expressive state transfer of the MANO system
  • the micro-VNF management access module is configured to provide the REST standard interface of the micro-cloud device
  • the adapter distribution module is configured to receive a VNF management request triggered by a user, and in the case of deploying a VNF based on the MANO system, call the REST interface to send the VNF management request to the MANO system, or to deploy the VNF based on a micro-cloud device In the case of VNF, call the REST standard interface to send the VNF management request to the micro cloud device;
  • VNF software package is stored on the MANO system and the microcloud device.
  • the technical solution provided by the embodiments of the present invention realizes the standardization of interfaces managed in the VNF, and at the same time reduces the research and development cost of the SDWAN service and the maintenance cost of the SDWAN service.
  • system further includes: a VNF software package import module;
  • the VNF software package import module is configured to receive a software package import request triggered by a user and send the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
  • the adapter distribution module is further configured to call the REST interface to send the software package import request to the MANO system when the VNF is deployed based on the MANO system;
  • the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO, and the VNF software package is set to realize the management of the VNF.
  • system further includes: a VNF software package arrangement module;
  • the VNF software package orchestration module is configured to receive an orchestration instruction input by a user, and call NFVO to generate a VNF software package.
  • the VNF management request includes one of the following:
  • VNF instantiation request VNF life cycle management request.
  • Fig. 2 is a schematic structural diagram of a system for implementing virtualized network function VNF management provided by another embodiment of the present invention. As shown in Fig. 2, the system includes:
  • Adapter distribution module, management and orchestration MANO access module and micro-VNF management access module Adapter distribution module, management and orchestration MANO access module and micro-VNF management access module
  • the MANO access module is configured to provide the REST interface of the MANO system
  • the micro-VNF management access module is configured to provide the REST standard interface of the micro-cloud device
  • the adapter distribution module is configured to receive a VNF management request triggered by a user, and in the case of deploying a VNF based on the MANO system, call the REST interface provided by the MANO access module to send the VNF management request to the MANO system, so that VNF management is performed on the MANO system;
  • VNF software package is stored on the MANO system and the microcloud device.
  • system further includes: a VNF software package import module;
  • the VNF software package import module is configured to receive a software package import request triggered by a user and send the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
  • the adapter distribution module is further configured to call the REST interface provided by the MANO access module to send the software package import request to the MANO system when the VNF is deployed based on the MANO system. Save the VNF software package;
  • the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO.
  • system further includes: a VNF software package arrangement module;
  • the VNF software package orchestration module is configured to receive an orchestration instruction input by a user, and call NFVO to generate a VNF software package.
  • the adapter distribution module is configured to receive a VNF instantiation request triggered by a user, and the VNF instantiation request carries the VNF software package that needs to be instantiated
  • the adapter distribution module before receiving the VNF instantiation request triggered by the user, is further configured to receive the VNF software package query request triggered by the user, and when the VNF is deployed based on the MANO system, call the MANO access
  • the REST interface provided by the module sends the VNF package query request to the MANO system, and receives the VNF package list returned by the MANO system through the REST interface provided by the MANO access module.
  • the computer interactive interface displays the VNF software package list, so that the user can select the VNF software package to be instantiated and input the instantiation parameters to send and trigger the VNF instantiation request;
  • VNF software package list is returned through the REST standard interface provided by the micro-VNF management access module, and the VNF software package list is displayed through the human-computer interaction interface of the system for the user to select the VNF software package to be instantiated and After inputting the instantiation parameters, send and trigger the VNF instantiation request.
  • the adapter distribution module is configured to receive the VNF life cycle management request triggered by the user, and when the VNF is deployed based on the MANO system, call The REST interface provided by the MANO access module sends the VNF life cycle management request to the MANO system so as to perform VNF life cycle management on the MANO system;
  • the MANO access module is set to provide a REST interface of the MANO system through the MANO system to access microservices;
  • the micro-VNF management access module is set to provide a REST standard interface for micro-cloud devices to access micro-services through micro-cloud devices.
  • the adapter distribution module is configured to call the REST interface of the MANO system provided by the MANO system access microservice or the REST standard interface of the microcloud device provided by the microcloud device access microservice through the adapter microservice.
  • the system further includes: an element management (Element Management, EM) network element, the EM network element is created after the VNF is instantiated by the system, and the EM network element is set to manage the VNF;
  • element management Element Management, EM
  • the adapter distribution module is configured to send the VNF management request to the EM network element through the adapter microservice when the received VNF management request is sent to the EM network element;
  • the micro-cloud device in the case of sending the received VNF management request to the micro-cloud device, call the micro-cloud device to access the REST standard interface of the micro-cloud device provided by the micro-service through the adapter micro-service and send it to The microcloud device.
  • Fig. 3 is a schematic flowchart of a method for implementing VNF management of a virtualized network function provided by an embodiment of the present invention. As shown in Fig. 3, the method includes:
  • Step 301 The adapter distribution module receives a VNF management request triggered by a user.
  • Step 302 In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the management and orchestration REST interface provided by the MANO access module to send the VNF management request to the MANO system.
  • the adapter distribution module calls a REST standard interface provided by the micro-VNF management access module to send the VNF management request to the micro-cloud device.
  • VNF software package is stored on the MANO system and the microcloud device.
  • the method before receiving the VNF management request triggered by the user, the method further includes:
  • the VNF software package import module receives a software package import request triggered by a user, and sends the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
  • the adapter distribution module calls the REST interface to send the software package import request to the MANO system;
  • the adapter distribution module calls the REST standard interface to send the software package import request to the microcloud device.
  • the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO, and the VNF software package is used to realize the management of the VNF.
  • the method before receiving the software package import request triggered by the user, the method further includes:
  • the VNF software package orchestration module receives the orchestration instructions input by the user, and calls NFVO to generate the VNF software package.
  • the VNF management request includes one of the following:
  • VNF instantiation request VNF life cycle management request.
  • Fig. 4 is a schematic flowchart of a method for implementing virtualized network function VNF management provided by an embodiment of the present invention. As shown in Fig. 4, the method includes:
  • Step 401 The adapter distribution module receives a VNF management request triggered by a user.
  • Step 402 In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the management and orchestration REST interface provided by the MANO access module to send the VNF management request to the MANO system, so as to perform VNF on the MANO system management.
  • the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF management request to the micro-cloud device, so that the VNF management on cloud devices.
  • VNF software package is stored on the MANO system and the microcloud device.
  • the method Before receiving the VNF management request triggered by the user, the method further includes:
  • the VNF software package import module receives a software package import request triggered by a user, and sends the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
  • the adapter distribution module calls the REST interface provided by the MANO access module to send the software package import request to the MANO system, so as to save the VNF in the MANO system Software package
  • the adapter distribution module calls the REST standard interface provided by the micro VNF management access module to send the software package import request to the micro cloud device, so that The VNF software package is stored on the microcloud device.
  • the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO.
  • the method before receiving the software package import request triggered by the user, the method further includes:
  • the VNF software package orchestration module receives the orchestration instructions input by the user, and calls NFVO to generate the VNF software package.
  • the method includes: the adapter distribution module receives a VNF instantiation request triggered by a user, and the VNF instantiation request carries a VNF software package that needs to be instantiated The identification and instantiation parameters;
  • the adapter distribution module calls the REST interface provided by the MANO access module to send the VNF instantiation request to the MANO system, so as to perform VNF instantiation on the MANO system;
  • the adapter distribution module calls the REST standard interface provided by the micro VNF management access module to send the VNF instantiation request to the micro cloud device, so that the VNF instantiation on cloud devices.
  • the method before receiving the VNF instantiation request triggered by the user, the method further includes:
  • the adapter distribution module receives a VNF software package query request triggered by a user
  • the adapter distribution module calls the REST interface provided by the MANO access module to send the query VNF software package request to the MANO system, and receives the MANO system through all
  • the VNF software package list returned by the REST interface provided by the MANO access module is displayed through the human-computer interaction interface of the system for the user to select the VNF software package to be instantiated and input the instantiation parameters Sending and triggering the VNF instantiation request;
  • the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF package query request to the micro-cloud device, and receives
  • the micro cloud device returns the VNF software package list through the REST standard interface provided by the micro VNF management access module, and displays the VNF software package list through the human-computer interaction interface of the system for the user to select and instantiate Send and trigger the VNF instantiation request after the VNF software package and instantiation parameters are entered.
  • the method includes:
  • the adapter distribution module receives the VNF life cycle management request triggered by the user,
  • the adapter distribution module calls the REST interface provided by the MANO access module to send the VNF life cycle management request to the MANO system, so as to perform on the MANO system VNF life cycle management;
  • the adapter distribution module calls a REST standard interface provided by the micro-VNF management access module to send the VNF life cycle management request to the micro-cloud device, so that VNF life cycle management is performed on the micro cloud device.
  • the MANO access module accesses microservices through the MANO system to provide the REST interface of the MANO system;
  • the micro-VNF management access module accesses the micro-service through the micro-cloud device to provide the REST standard interface of the micro-cloud device.
  • the adapter distribution module calls the REST interface of the MANO system provided by the MANO system to access the microservice or the REST standard interface of the microcloud device provided by the microcloud device to access the microservice through the adapter microservice.
  • the MANO system access microservice, the microcloud device access microservice, and the adapter microservice can all be created before receiving the VNF management request triggered by the user.
  • the method includes:
  • the adapter distribution module is configured to send the VNF management request to the EM network element through the adapter microservice when the received VNF management request is sent to the EM network element; the EM network element Is created after the system completes VNF instantiation, and the EM network element is set to manage the VNF;
  • the micro-cloud device in the case of sending the received VNF management request to the micro-cloud device, call the micro-cloud device to access the REST standard interface of the micro-cloud device provided by the micro-service through the adapter micro-service and send it to The microcloud device.
  • FIG 5 is a schematic flow chart of a method for implementing virtualized network function VNF management provided by another embodiment of the present invention. This embodiment is applied to the system architecture shown in Figure 1 or Figure 2. The system shown in Figure 1 or Figure 2 may Applied to SDWAN business system.
  • the method includes:
  • the VNF software package import module receives a software package import request triggered by a user, and sends the software package import request to the adapter distribution module.
  • the software package import request carries the VNF software package to be imported
  • the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO.
  • the VNF software package is used to manage the VNF.
  • the VNF software package may include extension software that is implemented in related technologies according to the user's management requirements for microcloud devices.
  • the extension software can implement a standard interface for VNF management.
  • the VNF software package can complete the Manage the life cycle of the VNF on the micro cloud device.
  • the extended software refers to software that manages the life cycle of the virtual machine of the VNF and provides a standard interface to the outside.
  • it may be packaged software that manages Virsh script commands for the virtual machine. .
  • the VNF management system network management
  • the method further includes:
  • the VNF software package orchestration module receives the orchestration instructions input by the user, and calls NFVO to generate the VNF software package.
  • the user can compose, publish and export the VNF software package through the human-computer interaction interface of the system.
  • the VNF software package orchestration module provides users with a human-computer interaction interface for VNF software package orchestration. Users can orchestrate the VNF software package according to business needs. After completing the VNF software package orchestration, the VNF software package can be released and exported.
  • the process of arranging VNF software packages is not limited.
  • users can input orchestration instructions according to business needs, or upload extended software, which can be customized software implemented based on related technology extensions, which implements standard interfaces for VNF management , And then generate a software package according to the layout instructions or the extended software.
  • SDWAN business system has two different scenarios: deploying VNF on MANO system or deploying VNF on micro-cloud equipment.
  • the adapter distribution module After the adapter distribution module receives the software package import request, it needs to identify the deployment scenario in the system, and different scenarios need to call different access modules.
  • steps 502 and 503 are respectively for different scenarios, and there is no sequence. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 502 and 503 need to be performed at the same time.
  • Step 502 In the case of deploying the VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the software package import request to the MANO system so as to save it in the MANO system.
  • the VNF software package In the case of deploying the VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the software package import request to the MANO system so as to save it in the MANO system.
  • the VNF software package In the case of deploying the VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the software package import request to the MANO system so as to save it in the MANO system.
  • the VNF software package In the case of deploying the VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the software package import request to the MANO system so as to save it in the MANO system.
  • Step 503 In the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the software package import request to the micro-cloud device, so that The VNF software package is stored on the microcloud device.
  • the user can publish and import the corresponding VNF software package to the MANO system or the micro cloud device as needed. Before importing, users can modify the variable values defined in the VNF software package, such as the network name, according to the actual situation of the current site (the actual situation of the site).
  • the adapter distribution module (which can be implemented by the system adapter) calls the REST interface of the MANO system; in the case of deployment in the micro-cloud device, the adapter distribution module calls the VNF software on the micro-cloud device
  • the software interface implemented in the package is extended based on the standard interface, that is, the REST standard interface.
  • the REST standard interface can be an interface that the user needs to extend according to the REST standard and business needs.
  • the extension process is not limited. For example, it may be an interface implemented by the above-mentioned extended software.
  • the VNF software package is imported into the MANO system or the microcloud device, the VNF can be managed through the VNF software package.
  • the following steps can be performed in sequence;
  • the adapter distribution module receives a VNF instantiation request triggered by the user, and the VNF instantiation request carries the identification and instantiation parameters of the VNF software package to be instantiated.
  • the user can select the corresponding VNF software package for instantiation.
  • the method before receiving the VNF instantiation request triggered by the user, the method further includes:
  • the adapter distribution module receives a VNF software package query request triggered by a user
  • VNF software package list returned by the provided REST interface is displayed through the human-computer interaction interface of the system, so that the user can select the VNF software package to be instantiated and input the instantiation parameters to send and trigger the VNF instantiation request;
  • the adapter distribution module After receiving the VNF instantiation request, the adapter distribution module also needs to identify the deployment scenario in the system, and different scenarios need to call different access modules.
  • the following steps 505 and 506 are respectively for different scenarios, and there is no precedence order. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 505 and 506 need to be performed at the same time.
  • Step 505 In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the VNF instantiation request to the MANO system, so that the VNF can be performed on the MANO system Instantiate.
  • Step 506 In the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF instantiation request to the micro-cloud device, so that the VNF instantiation on the microcloud device.
  • users can also select specific MANO systems or micro-cloud devices for VNF instantiation through a human-computer interaction interface.
  • the VNF software package can be used to implement other management of the VNF life cycle and other management. For example, you can continue to perform the following steps.
  • Step 507 The adapter distribution module receives the VNF life cycle management request triggered by the user.
  • the adapter distribution module After receiving the VNF instantiation request, the adapter distribution module also needs to identify the deployment scenario in the system, and different scenarios need to call different access modules.
  • the following steps 508 and 509 are respectively for different scenarios, and there is no sequence. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 508 and 509 need to be performed simultaneously.
  • Step 508 In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the VNF life cycle management request to the MANO system, so that the MANO system VNF life cycle management on the Internet.
  • Step 509 In the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF lifecycle management request to the micro-cloud device, so that VNF life cycle management is performed on the micro cloud device.
  • the micro-cloud device invokes the extended software interface corresponding to the VNF package according to the specific VNF package to complete the management of the VNF life cycle.
  • the VNF management request may also be other management requests besides the VNF instantiation request and the VNF life cycle management request, and the processing process is similar, and will not be repeated here.
  • the way that the adapter distribution module calls the MANO access module or the micro-VNF management access module can send an interface request message to the MANO access module or the micro-VNF management access module, and then the MANO access module or the micro-VNF manages the access The module forwards the corresponding VNF management request to the MANO system or the micro cloud device.
  • the adapter distribution module calls the MANO REST interface to manage the life cycle of the VNF; in the case of deployment in a micro-cloud device, the adapter distribution module calls the VNF software package based on standard interface extensions
  • the implemented software interface is the REST standard interface.
  • the adapter distribution module can be implemented by a system adapter.
  • FIG. 6 is a schematic flowchart of a method for implementing virtualized network function VNF management provided by another embodiment of the present invention. This embodiment is applied to the system architecture shown in FIG. 1 or FIG. 2. The system shown in FIG. 1 or FIG. 2 can Applied to SDWAN business system.
  • microservice technology which combines microservice technology, virtualization technology, and standardization technology of REST interface specifications.
  • the adapter micro service, the MANO system access micro service, and the micro cloud device access micro service are created in advance.
  • the MANO system access micro service provides the REST interface of the MANO system, and the micro cloud device accesses the micro service. Provide the REST standard interface of the microcloud device.
  • the method includes:
  • Step 601 The VNF software package orchestration module receives an orchestration instruction input by the user, and uses NFVO to generate a VNF software package.
  • the user can edit the VNF software package by himself and publish and export it.
  • the user arranges the VNF software package at the Network Functions Virtualization Orchestration (NFVO) NFV orchestration layer (that is, the VNF software package orchestration module) (the orchestration can use the cloud application topology and business process specification (Topology and Orchestration Specification for) Cloud Applications, TOSCA) language implementation), and upload the VNF life cycle management software implemented with related technology extensions, which implements the standard interface for VNF life cycle management.
  • the VNF software package is generated after the orchestration is completed according to the business requirements, which can be directly released for use, or exported as an independent VNF software package for use by other business systems.
  • Step 602 The VNF software package importing module receives the software package import request triggered by the user, and sends the software package importing request to the adapter distribution module.
  • the software package import request carries the VNF software package generated by the VNF software package orchestration module.
  • VNF software package of this function needs to be imported into the service system, and the software package is imported into the corresponding MANO system and/or microcloud device.
  • steps 603 and 604 are for different scenarios, and there is no sequence. It may also be a hybrid deployment of the MANO system and the micro-cloud device, so steps 603 and 604 need to be performed at the same time.
  • Step 603 In the case of deploying the VNF based on the MANO system, the adapter distribution module invokes the MANO system to access the REST interface of the MANO system provided by the MANO system through the adapter microservice and sends the software package import request to the MANO system. In order to save the VNF software package in the MANO system.
  • Step 604 In the case of deploying a VNF based on a micro-cloud device, the adapter distribution module uses the adapter micro-service to call the micro-VNF management and access REST standard interface provided by the micro-service to send the software package import request to the micro-cloud device , So as to save the VNF software package on the microcloud device.
  • the business system provides two types of VNF management system microservices: MANO access microservices and microcloud device access microservices.
  • the system adapter distributes import requests to specific VNF management interfaces according to the microservice types managed by the VNF. Enter the microservices, and finally import the VNF software package into the software warehouse of the VNF software package: if it is MANO accessing microservices, import it to MANO’s software warehouse; if it is a microcloud device accessing microservices, then import it to the microcloud device Software warehouse.
  • users can re-arrange the VNF standard software package to meet the differentiated requirements of various business scenarios. After the arrangement is completed, it is published to the VNF management system, and the VNF software package enters the instantiable state.
  • the VNF can be managed, such as VNF instantiation, VNF life cycle management, etc.
  • VNF instantiation the following steps can be performed:
  • Step 605 The adapter distribution module receives a VNF instantiation request triggered by the user, and the VNF instantiation request carries the identification and instantiation parameters of the VNF software package that needs to be instantiated.
  • the method before receiving the VNF instantiation request triggered by the user, the method further includes:
  • the adapter distribution module receives a VNF software package query request triggered by a user
  • the REST interface provided by the MANO access microservice is called through the adapter microservice to send the query VNF software package request to the MANO system, and receive the MANO system through the MANO system.
  • Access the VNF package list returned by the REST interface provided by the microservice and display the VNF package list through the human-computer interaction interface of the system for the user to select the VNF package to be instantiated and input the instantiation parameters to send And trigger the VNF instantiation request;
  • the REST standard interface provided by the micro-VNF management access micro-service is invoked through the adapter micro-service to send the query VNF software package request to the micro-cloud device and receive the micro-cloud
  • the device accesses the VNF software package list returned by the REST standard interface provided by the micro-VNF management access microservice, and displays the VNF software package list through the human-computer interaction interface of the system for the user to select the VNF software to be instantiated Send and trigger the VNF instantiation request after the packet and instantiation parameters are input.
  • the user can select the corresponding VNF software package for instantiation.
  • the process includes: the user initiates an operation to query the software repository, the adapter of the business system distributes the query request to the VNF management access microservice, and the access management microservice returns VNF software packages can be instantiated in the software warehouse of the corresponding system, and VNF software packages can be listed in the application market interface of the business system.
  • the user searches and selects the required VNF software package in the application market, enters the necessary instantiation parameters, and initiates the application installation operation (VNF instantiation).
  • steps 606 and 607 are respectively for different scenarios, and there is no sequence. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 606 and 607 need to be performed at the same time.
  • Step 606 In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the MANO system to access the REST interface of the MANO system provided by the microservice through the adapter microservice, and sends the VNF instantiation request to the MANO system, In order to instantiate VNF in the MANO system.
  • Step 607 In the case of deploying a VNF based on a micro cloud device, the adapter distribution module uses the adapter micro service to call the micro VNF management access to the REST standard interface provided by the micro service to send the VNF instantiation request to the micro cloud device , So as to instantiate the VNF on the micro-cloud device.
  • the business system calls the corresponding access management microservice REST interface through the system adapter microservice according to the selected VNF software package, and the access management microservice forwards the instantiation request message to the VNF life on the microcloud device system
  • the cycle management software is instantiated (MANO system naturally supports the REST interface for VNF life cycle management, and the VNF software package on the micro-cloud device contains the REST interface for VNF life cycle management).
  • the life cycle and other operations of the VNF can be managed in the form of EM (Elment Mangement).
  • EM Engineering Mangement
  • the corresponding EM network element is created in the business system.
  • the following steps can be performed:
  • Step 608 The adapter distribution module receives the VNF management request triggered by the user.
  • the VNF management request may be a life cycle management request such as modifying the configuration route of the VNF or deleting the VNF instance.
  • steps 609, 610, and 611 are respectively for different management objects and scenes, and there is no sequence. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 609, 610, and 611 need to be performed at the same time.
  • Step 609 In the case of sending the received VNF management request to the EM network element, send the VNF management request to the EM network element through the adapter microservice.
  • the EM network element is created after the system completes the instantiation of the VNF, and the EM network element is used to manage the VNF.
  • the management request needs to be sent to the corresponding VNF network element.
  • Step 610 in the case of sending the received VNF management request to the MANO system, call the MANO system to access the MANO system provided by the MANO system through the adapter microservice and send it to the MANO system. system.
  • Step 611 In the case of sending the received VNF management request to the microcloud device, call the microcloud device to access the REST standard interface of the microcloud device provided by the microservice through the adapter microservice to send To the microcloud device.
  • a management request needs to be sent to the MANO system or the micro cloud device.
  • the technical solution provided by the embodiment of the present invention uses microservice technology, virtualization technology and REST interface specifications to unify the interface for providing VNF management to the SDWAN service layer.
  • the network function can be used without the SDWAN service layer to distinguish whether there is a MANO system or not.
  • Virtualization orchestration Network Function Virtualization Orchestration, NFVO
  • VNF software packages CSAR packages, Cloud service archiving, cloud service archiving
  • the functional modules/units in the system, and the device can be implemented as software, firmware, hardware, and appropriate combinations thereof.
  • the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, a physical component may have multiple functions, or a function or step may consist of multiple The physical components cooperate to execute.
  • Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or a microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit.
  • Such software may be distributed on a computer-readable medium, and the computer-readable medium may include a computer storage medium (or a non-transitory medium) and a communication medium (or a transitory medium).
  • Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storing information (such as computer readable instructions, data structures, program modules, or other data) .
  • Computer storage media include Random Access Memory (RAM), Read-Only Memory (ROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), flash memory or other memories Technology, portable compact disk read-only memory (Compact Disc Read Only Memory, CD-ROM), digital versatile disk (Digital Video Disk, DVD) or other optical disk storage, magnetic cartridges, magnetic tape, magnetic disk storage or other magnetic storage devices, or Any other medium that can be used to store desired information and that can be accessed by a computer.
  • the communication medium includes computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transmission mechanism, and may include any information delivery medium.

Abstract

A system and method for implementing virtualized network function (VNF) management. The system for implementing VNF management comprises: an adapter distribution module, a management and orchestration (MANO) access module, and a micro-VNF management access module. The adapter distribution module is configured to receive a user-triggered VNF management request, and call a REST interface provided by the MANO access module to send the VNF management request to an MANO system in the case of deploying the VNF based on the MANO system, or call a REST standard interface provided by the micro-VNF management access module to send the VNF management request to a micro cloud device in the case of deploying the VNF based on the micro cloud device.

Description

实现虚拟化网络功能VNF管理的系统及方法System and method for realizing virtualized network function VNF management
本申请要求在2019年05月20日提交中国专利局、申请号为201910419803.3的中国专利申请的优先权,该申请的全部内容通过引用结合在本申请中。This application claims the priority of the Chinese patent application filed with the Chinese Patent Office with application number 201910419803.3 on May 20, 2019. The entire content of this application is incorporated into this application by reference.
技术领域Technical field
本公开涉及通信领域的网络功能虚拟化,例如涉及一种实现虚拟化网络功能VNF管理的系统及方法。The present disclosure relates to network function virtualization in the communication field, for example, to a system and method for realizing virtualized network function VNF management.
背景技术Background technique
在通信领域随着业务和流量压力增长,对大量昂贵的专用网络设备的部署需求增加,并且随着互联网通过互联网向用户提供多种应用服务(Over The Top,OTT)业务发展,运营商有沦落为廉价管道的趋势,因此,传统网络在调度、管理、运营成本、利用率低等方面面临挑战。In the communications field, with the growth of business and traffic pressure, the demand for the deployment of a large number of expensive dedicated network equipment has increased, and as the Internet provides users with multiple application services (Over The Top, OTT) services through the Internet, operators have fallen. Because of the trend of cheap pipelines, traditional networks face challenges in scheduling, management, operating costs, and low utilization rates.
随着信息技术(Information Technology,IT)虚拟化技术、数据中心技术的发展支持了网络功能虚拟化(Network Function Virtualization,NFV)的发展。NFV使用标准的硬件作为基础,在虚拟机上运行实现了网络功能的软件,来代替传统的物理设备。NFV拥有软件开发的所有优缺点,但综合来看NFV将成为网络功能研发的一个趋势。With the development of Information Technology (IT) virtualization technology and data center technology, the development of Network Function Virtualization (NFV) has been supported. NFV uses standard hardware as the basis, and runs software that implements network functions on virtual machines to replace traditional physical devices. NFV has all the advantages and disadvantages of software development, but on the whole, NFV will become a trend in network function research and development.
NFV系统架构中的管理和编排(Management and Orchestration,MANO)负责对虚拟化网络功能(Virtualized Network Function,VNF)的编排和管理。在软件定义广域网(Software-defined Wide Area Network,SDWAN)业务场景中,通过在数据中心部署MANO系统对VNF进行编排和管理,但部署MANO系统需要的成本是中小企业无法承担的。在中小企业场景下,为了降低成本,可以通过在“微云设备”(整合路由交换板加x86单板为一台设备的方式)上部署VNF的方式来实现网络功能虚拟化;如此,由于缺少MANO系统,就需要SDWAN业务系统实现“微云设备”上进行对VNF的编排和管理,比如使用虚拟化技术的原生基于内核的虚拟机(Kernel-based Virtual Machine,KVM)命令来完成VNF的生命周期管理。Management and Orchestration (MANO) in the NFV system architecture is responsible for the orchestration and management of virtualized network functions (Virtualized Network Function, VNF). In the Software-defined Wide Area Network (SDWAN) business scenario, VNFs are orchestrated and managed by deploying the MANO system in the data center, but the cost of deploying the MANO system cannot be borne by SMEs. In the case of small and medium-sized enterprises, in order to reduce costs, network function virtualization can be realized by deploying VNFs on "micro-cloud devices" (a method that integrates routing and switching boards and x86 boards as one device); therefore, due to lack of The MANO system requires the SDWAN business system to implement "micro-cloud devices" for the orchestration and management of VNFs, such as native kernel-based Virtual Machine (KVM) commands that use virtualization technology to complete the life of the VNF Cycle management.
由此可见,在SDWAN的业务场景中,需要区分不同的部署场景来区分不同的VNF的编排和管理方式,导致对VNF的管理需要实现多套方案,增加了研发、维护成本,也增加了NFV技术的标准化难度。It can be seen that in SDWAN business scenarios, different deployment scenarios need to be distinguished to distinguish different VNF orchestration and management methods, which leads to the need to implement multiple solutions for VNF management, which increases R&D and maintenance costs, and also increases NFV. The difficulty of standardization of technology.
发明内容Summary of the invention
本发明实施例提供了一种实现虚拟化网络功能VNF管理的系统,包括:适配器分发模块、管理和编排MANO接入模块和微VNF管理接入模块;The embodiment of the present invention provides a system for realizing virtualized network function VNF management, including: an adapter distribution module, a management and orchestration MANO access module, and a micro-VNF management access module;
所述MANO接入模块,设置为提供MANO系统的REST接口;The MANO access module is configured to provide the REST interface of the MANO system;
所述微VNF管理接入模块,设置为提供微云设备的REST标准接口;The micro-VNF management access module is configured to provide the REST standard interface of the micro-cloud device;
所述适配器分发模块,设置为接收用户触发的VNF管理请求,在基于MANO系统部署VNF的情况下,调用所述REST接口将所述VNF管理请求发送给MANO系统,The adapter distribution module is configured to receive a VNF management request triggered by a user, and when the VNF is deployed based on the MANO system, call the REST interface to send the VNF management request to the MANO system,
或者,在基于微云设备部署VNF的情况下,调用所述REST标准接口将所述VNF管理请求发送给微云设备;Or, in the case of deploying a VNF based on a microcloud device, calling the REST standard interface to send the VNF management request to the microcloud device;
其中,所述MANO系统和所述微云设备上存储有VNF软件包。Wherein, a VNF software package is stored on the MANO system and the microcloud device.
本发明实施例还提供了一种实现虚拟化网络功能VNF管理的方法,包括:The embodiment of the present invention also provides a method for realizing virtualized network function VNF management, including:
适配器分发模块接收用户触发的VNF管理请求;The adapter distribution module receives the VNF management request triggered by the user;
在基于MANO系统部署VNF的情况下,所述适配器分发模块调用管理和编排MANO接入模块提供的REST接口将所述VNF管理请求发送给MANO系统,In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the management and orchestration REST interface provided by the MANO access module to send the VNF management request to the MANO system,
或者,在基于微云设备部署VNF的情况下,所述适配器分发模块调用微VNF管理接入模块提供的REST标准接口将所述VNF管理请求发送给微云设备;Or, in the case of deploying a VNF based on a micro cloud device, the adapter distribution module calls a REST standard interface provided by the micro VNF management access module to send the VNF management request to the micro cloud device;
其中,所述MANO系统和所述微云设备上存储有VNF软件包。Wherein, a VNF software package is stored on the MANO system and the microcloud device.
附图说明Description of the drawings
图1为本发明一实施例提供的实现虚拟化网络功能VNF管理的系统的结构示意图;1 is a schematic structural diagram of a system for implementing VNF management of a virtualized network function provided by an embodiment of the present invention;
图2为本发明另一实施例提供的实现虚拟化网络功能VNF管理的系统的结构示意图;2 is a schematic structural diagram of a system for implementing VNF management of a virtualized network function provided by another embodiment of the present invention;
图3为本发明一实施例提供的实现虚拟化网络功能VNF管理的方法的流程示意图;3 is a schematic flowchart of a method for implementing VNF management of a virtualized network function provided by an embodiment of the present invention;
图4为本发明另一实施例提供的实现虚拟化网络功能VNF管理的方法的流 程示意图;4 is a schematic flowchart of a method for implementing VNF management of a virtualized network function according to another embodiment of the present invention;
图5为本发明另一实施例提供的实现虚拟化网络功能VNF管理的方法的流程示意图;5 is a schematic flowchart of a method for implementing VNF management of a virtualized network function according to another embodiment of the present invention;
图6为本发明另一实施例提供的实现虚拟化网络功能VNF管理的方法的流程示意图。6 is a schematic flowchart of a method for implementing VNF management of a virtualized network function according to another embodiment of the present invention.
具体实施方式Detailed ways
下文中将结合附图对本发明的实施例进行说明。在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互任意组合。Hereinafter, the embodiments of the present invention will be described with reference to the accompanying drawings. In the case of no conflict, the embodiments in the application and the features in the embodiments can be combined with each other arbitrarily.
在附图的流程图示出的步骤可以在诸如一组计算机可执行指令的计算机系统中执行。并且,虽然在流程图中示出了逻辑顺序,但是在一些情况下,可以以不同于此处的顺序执行所示出或描述的步骤。The steps shown in the flowchart of the drawings may be executed in a computer system such as a set of computer-executable instructions. Also, although a logical sequence is shown in the flowchart, in some cases, the steps shown or described may be performed in a different order than here.
SDWAN业务系统对在MANO系统和微云设备分别采用不同的方式进行VNF管理,从而导致对VNF的管理需要实现多套方案,增加了研发、维护成本,也增加了NFV技术的标准化难度。The SDWAN business system uses different methods for VNF management in the MANO system and micro-cloud equipment, which leads to the need to implement multiple solutions for VNF management, which increases the cost of R&D and maintenance, and also increases the difficulty of standardization of NFV technology.
但是,由于SDWAN业务系统统一了对用户呈现的人机交互界面,并且随着微服务技术和虚拟化技术的发展和应用,以及表述性状态转移(Representational state transfer,REST)接口规范的标准化,为解决上述问题提供了可能。However, because the SDWAN business system unifies the human-computer interaction interface presented to users, and with the development and application of microservice technology and virtualization technology, as well as the standardization of Representational State Transfer (REST) interface specifications, It is possible to solve the above problems.
本发明实施例提供了一种实现虚拟化网络功能VNF管理的系统及方法,在MANO系统部署VNF和在微云设备上部署VNF业务两种不同场景下,可以遵循标准统一的REST接口实现对VNF的管理,降低了SDWAN业务的研发成本,以及SDWAN业务的维护成本。The embodiment of the present invention provides a system and method for realizing VNF management of virtualized network functions. In two different scenarios of deploying VNF in the MANO system and deploying VNF services on micro-cloud devices, it can follow the standard and unified REST interface to realize the VNF The management of SDWAN has reduced the research and development costs of SDWAN services and the maintenance costs of SDWAN services.
图1为本发明一实施例提供的实现虚拟化网络功能VNF管理的系统的结构示意图,如图1所示,所述系统包括:Fig. 1 is a schematic structural diagram of a system for implementing virtualized network function VNF management provided by an embodiment of the present invention. As shown in Fig. 1, the system includes:
适配器分发模块、管理和编排MANO接入模块和微VNF管理接入模块;Adapter distribution module, management and orchestration MANO access module and micro-VNF management access module;
所述MANO接入模块,设置为提供MANO系统的表述性状态转移REST接口;The MANO access module is configured to provide a REST interface for expressive state transfer of the MANO system;
所述微VNF管理接入模块,设置为提供微云设备的REST标准接口;The micro-VNF management access module is configured to provide the REST standard interface of the micro-cloud device;
所述适配器分发模块,设置为接收用户触发的VNF管理请求,在基于 MANO系统部署VNF的情况下,调用所述REST接口将所述VNF管理请求发送给MANO系统,或者,在基于微云设备部署VNF的情况下,调用所述REST标准接口将所述VNF管理请求发送给微云设备;The adapter distribution module is configured to receive a VNF management request triggered by a user, and in the case of deploying a VNF based on the MANO system, call the REST interface to send the VNF management request to the MANO system, or to deploy the VNF based on a micro-cloud device In the case of VNF, call the REST standard interface to send the VNF management request to the micro cloud device;
其中,所述MANO系统和所述微云设备上存储有VNF软件包。Wherein, a VNF software package is stored on the MANO system and the microcloud device.
与相关技术相比,本发明实施例提供的技术方案,实现了在VNF管理的接口标准化,同时降低了SDWAN业务的研发成本,以及SDWAN业务的维护成本。Compared with related technologies, the technical solution provided by the embodiments of the present invention realizes the standardization of interfaces managed in the VNF, and at the same time reduces the research and development cost of the SDWAN service and the maintenance cost of the SDWAN service.
其中,所述系统还包括:VNF软件包导入模块;Wherein, the system further includes: a VNF software package import module;
所述VNF软件包导入模块,设置为接收用户触发的软件包导入请求,并向所述适配器分发模块发送所述软件包导入请求,所述软件包导入请求携带需要导入的VNF软件包;The VNF software package import module is configured to receive a software package import request triggered by a user and send the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
所述适配器分发模块,还设置为在基于MANO系统部署VNF的情况下,调用所述REST接口将所述软件包导入请求发送给所述MANO系统;The adapter distribution module is further configured to call the REST interface to send the software package import request to the MANO system when the VNF is deployed based on the MANO system;
或者,在基于微云设备部署VNF的情况下,调用所述REST标准接口将所述软件包导入请求发送给所述微云设备。Or, in the case of deploying a VNF based on a microcloud device, call the REST standard interface to send the software package import request to the microcloud device.
其中,所述VNF软件包为通用VNF软件包或者用户使用网络功能虚拟化编排NFVO生成的VNF软件包,所述VNF软件包设置为实现对VNF的管理。Wherein, the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO, and the VNF software package is set to realize the management of the VNF.
其中,所述系统还包括:VNF软件包编排模块;Wherein, the system further includes: a VNF software package arrangement module;
所述VNF软件包编排模块,设置为接收用户输入的编排指令,调用NFVO生成VNF软件包。The VNF software package orchestration module is configured to receive an orchestration instruction input by a user, and call NFVO to generate a VNF software package.
其中,所述VNF管理请求包括以下之一:Wherein, the VNF management request includes one of the following:
VNF实例化请求、VNF生命周期管理请求。VNF instantiation request, VNF life cycle management request.
图2为本发明另一实施例提供的实现虚拟化网络功能VNF管理的系统的结构示意图,如图2所示,所述系统包括:Fig. 2 is a schematic structural diagram of a system for implementing virtualized network function VNF management provided by another embodiment of the present invention. As shown in Fig. 2, the system includes:
适配器分发模块、管理和编排MANO接入模块和微VNF管理接入模块;Adapter distribution module, management and orchestration MANO access module and micro-VNF management access module;
所述MANO接入模块,设置为提供MANO系统的REST接口;The MANO access module is configured to provide the REST interface of the MANO system;
所述微VNF管理接入模块,设置为提供微云设备的REST标准接口;The micro-VNF management access module is configured to provide the REST standard interface of the micro-cloud device;
所述适配器分发模块,设置为接收用户触发的VNF管理请求,在基于MANO系统部署VNF的情况下,调用所述MANO接入模块提供的REST接口将所述VNF管理请求发送给MANO系统,以便在所述MANO系统上进行VNF 管理;The adapter distribution module is configured to receive a VNF management request triggered by a user, and in the case of deploying a VNF based on the MANO system, call the REST interface provided by the MANO access module to send the VNF management request to the MANO system, so that VNF management is performed on the MANO system;
或者,在基于微云设备部署VNF的情况下,调用所述微VNF管理接入模块提供的REST标准接口将所述VNF管理请求发送给微云设备,以便在所述微云设备上进行VNF管理;Or, in the case of deploying a VNF based on a micro cloud device, call the REST standard interface provided by the micro VNF management access module to send the VNF management request to the micro cloud device, so as to perform VNF management on the micro cloud device ;
其中,所述MANO系统和所述微云设备上存储有VNF软件包。Wherein, a VNF software package is stored on the MANO system and the microcloud device.
其中,所述系统还包括:VNF软件包导入模块;Wherein, the system further includes: a VNF software package import module;
所述VNF软件包导入模块,设置为接收用户触发的软件包导入请求,并向所述适配器分发模块发送所述软件包导入请求,所述软件包导入请求携带需要导入的VNF软件包;The VNF software package import module is configured to receive a software package import request triggered by a user and send the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
所述适配器分发模块,还设置为在基于MANO系统部署VNF的情况下,调用所述MANO接入模块提供的REST接口将所述软件包导入请求发送给所述MANO系统,以便在所述MANO系统保存所述VNF软件包;The adapter distribution module is further configured to call the REST interface provided by the MANO access module to send the software package import request to the MANO system when the VNF is deployed based on the MANO system. Save the VNF software package;
或者,在基于微云设备部署VNF的情况下,调用所述微VNF管理接入模块提供的REST标准接口将所述软件包导入请求发送给所述微云设备,以便在所述微云设备上保存所述VNF软件包。Or, in the case of deploying a VNF based on a micro-cloud device, call the REST standard interface provided by the micro-VNF management access module to send the software package import request to the micro-cloud device, so that it can be installed on the micro-cloud device Save the VNF software package.
其中,所述VNF软件包为通用VNF软件包或者用户使用网络功能虚拟化编排NFVO生成的VNF软件包。Wherein, the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO.
其中,所述系统还包括:VNF软件包编排模块;Wherein, the system further includes: a VNF software package arrangement module;
所述VNF软件包编排模块,设置为接收用户输入的编排指令,调用NFVO生成VNF软件包。The VNF software package orchestration module is configured to receive an orchestration instruction input by a user, and call NFVO to generate a VNF software package.
其中,在所述VNF管理请求为VNF实例化请求的情况下,所述适配器分发模块,是设置为,接收用户触发的VNF实例化请求,所述VNF实例化请求携带需要实例化的VNF软件包的标识和实例化参数;Wherein, in the case that the VNF management request is a VNF instantiation request, the adapter distribution module is configured to receive a VNF instantiation request triggered by a user, and the VNF instantiation request carries the VNF software package that needs to be instantiated The identification and instantiation parameters of;
在基于MANO系统部署VNF的情况下,调用所述MANO接入模块提供的REST接口将所述VNF实例化请求发送给MANO系统,以便在所述MANO系统上进行VNF实例化;In the case of deploying a VNF based on the MANO system, calling the REST interface provided by the MANO access module to send the VNF instantiation request to the MANO system, so as to perform VNF instantiation on the MANO system;
或者,在基于微云设备部署VNF的情况下,调用所述微VNF管理接入模块提供的REST标准接口将所述VNF实例化请求发送给微云设备,以便在所述微云设备上进行VNF实例化。Or, in the case of deploying a VNF based on a micro-cloud device, call the REST standard interface provided by the micro-VNF management access module to send the VNF instantiation request to the micro-cloud device, so that the VNF can be performed on the micro-cloud device Instantiate.
其中,所述适配器分发模块,在接收用户触发的VNF实例化请求之前,还设置为,接收用户触发的查询VNF软件包请求,并在基于MANO系统部署VNF的情况下,调用所述MANO接入模块提供的REST接口将所述查询VNF软件 包请求发送给所述MANO系统,并接收所述MANO系统通过所述MANO接入模块提供的REST接口返回的VNF软件包列表,通过所述系统的人机交互界面显示所述VNF软件包列表,以供用户选择需要实例化的VNF软件包和输入实例化参数后发送并触发所述VNF实例化请求;Wherein, the adapter distribution module, before receiving the VNF instantiation request triggered by the user, is further configured to receive the VNF software package query request triggered by the user, and when the VNF is deployed based on the MANO system, call the MANO access The REST interface provided by the module sends the VNF package query request to the MANO system, and receives the VNF package list returned by the MANO system through the REST interface provided by the MANO access module. The computer interactive interface displays the VNF software package list, so that the user can select the VNF software package to be instantiated and input the instantiation parameters to send and trigger the VNF instantiation request;
或者,在基于微云设备部署VNF的情况下,调用所述微VNF管理接入模块提供的REST标准接口将所述查询VNF软件包请求发送给所述微云设备,并接收所述微云设备通过所述微VNF管理接入模块提供的REST标准接口返回的VNF软件包列表,通过所述系统的人机交互界面显示所述VNF软件包列表,以供用户选择需要实例化的VNF软件包和输入实例化参数后发送并触发所述VNF实例化请求。Or, in the case of deploying a VNF based on a micro cloud device, call the REST standard interface provided by the micro VNF management access module to send the query VNF software package request to the micro cloud device, and receive the micro cloud device The VNF software package list is returned through the REST standard interface provided by the micro-VNF management access module, and the VNF software package list is displayed through the human-computer interaction interface of the system for the user to select the VNF software package to be instantiated and After inputting the instantiation parameters, send and trigger the VNF instantiation request.
其中,在所述VNF管理请求为VNF生命周期管理请求的情况下,所述适配器分发模块,是设置为,接收用户触发的VNF生命周期管理请求,并在基于MANO系统部署VNF的情况下,调用所述MANO接入模块提供的REST接口将所述VNF生命周期管理请求发送给所述MANO系统,以便在所述MANO系统上进行VNF生命周期管理;Wherein, in the case that the VNF management request is a VNF life cycle management request, the adapter distribution module is configured to receive the VNF life cycle management request triggered by the user, and when the VNF is deployed based on the MANO system, call The REST interface provided by the MANO access module sends the VNF life cycle management request to the MANO system so as to perform VNF life cycle management on the MANO system;
或者,在基于微云设备部署VNF的情况下,调用所述微VNF管理接入模块提供的REST标准接口将所述VNF生命周期管理请求发送给所述微云设备,以便在所述微云设备上进行VNF生命周期管理。Or, in the case of deploying a VNF based on a micro-cloud device, call the REST standard interface provided by the micro-VNF management access module to send the VNF life cycle management request to the micro-cloud device, so that the micro-cloud device VNF life cycle management on the Internet.
其中,所述MANO接入模块,是设置为通过MANO系统接入微服务提供MANO系统的REST接口;Wherein, the MANO access module is set to provide a REST interface of the MANO system through the MANO system to access microservices;
所述微VNF管理接入模块,是设置为通过微云设备接入微服务提供微云设备的REST标准接口。The micro-VNF management access module is set to provide a REST standard interface for micro-cloud devices to access micro-services through micro-cloud devices.
所述适配器分发模块,是设置为通过适配器微服务调用所述MANO系统接入微服务提供的MANO系统的REST接口或者所述微云设备接入微服务提供的微云设备的REST标准接口。The adapter distribution module is configured to call the REST interface of the MANO system provided by the MANO system access microservice or the REST standard interface of the microcloud device provided by the microcloud device access microservice through the adapter microservice.
其中,所述系统还包括:网元管理(Element Management,EM)网元,所述EM网元是在所述系统完成VNF实例化后创建的,所述EM网元设置为对VNF进行管理;Wherein, the system further includes: an element management (Element Management, EM) network element, the EM network element is created after the VNF is instantiated by the system, and the EM network element is set to manage the VNF;
所述适配器分发模块,是设置为在将收到的所述VNF管理请求发送给所述EM网元的情况下,通过适配器微服务将所述VNF管理请求发送给所述EM网元;The adapter distribution module is configured to send the VNF management request to the EM network element through the adapter microservice when the received VNF management request is sent to the EM network element;
或者,在将收到的所述VNF管理请求发送给所述MANO系统的情况下,通过所述适配器微服务调用所述MANO系统接入微服务提供的MANO系统的 REST接口发送给所述MANO系统;Or, in the case of sending the received VNF management request to the MANO system, call the MANO system to access the MANO system provided by the MANO system through the adapter microservice and send it to the MANO system ;
或者,在将收到的所述VNF管理请求发送给所述微云设备的情况下,通过所述适配器微服务调用所述微云设备接入微服务提供的微云设备的REST标准接口发送给所述微云设备。Or, in the case of sending the received VNF management request to the micro-cloud device, call the micro-cloud device to access the REST standard interface of the micro-cloud device provided by the micro-service through the adapter micro-service and send it to The microcloud device.
图3为本发明一实施例提供的实现虚拟化网络功能VNF管理的方法的流程示意图,如图3所示,所述方法包括:Fig. 3 is a schematic flowchart of a method for implementing VNF management of a virtualized network function provided by an embodiment of the present invention. As shown in Fig. 3, the method includes:
步骤301,适配器分发模块接收用户触发的VNF管理请求。Step 301: The adapter distribution module receives a VNF management request triggered by a user.
步骤302,在基于MANO系统部署VNF的情况下,所述适配器分发模块调用管理和编排MANO接入模块提供的REST接口将所述VNF管理请求发送给MANO系统。Step 302: In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the management and orchestration REST interface provided by the MANO access module to send the VNF management request to the MANO system.
或者,步骤303,在基于微云设备部署VNF的情况下,所述适配器分发模块调用微VNF管理接入模块提供的REST标准接口将所述VNF管理请求发送给微云设备。Alternatively, in step 303, in the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls a REST standard interface provided by the micro-VNF management access module to send the VNF management request to the micro-cloud device.
其中,所述MANO系统和所述微云设备上存储有VNF软件包。Wherein, a VNF software package is stored on the MANO system and the microcloud device.
其中,在接收所述用户触发的VNF管理请求之前,该方法还包括:Wherein, before receiving the VNF management request triggered by the user, the method further includes:
VNF软件包导入模块接收用户触发的软件包导入请求,并向所述适配器分发模块发送所述软件包导入请求,所述软件包导入请求携带需要导入的VNF软件包;The VNF software package import module receives a software package import request triggered by a user, and sends the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
在基于MANO系统部署VNF的情况下,所述适配器分发模块调用所述REST接口将所述软件包导入请求发送给所述MANO系统;In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the REST interface to send the software package import request to the MANO system;
或者,在基于微云设备部署VNF的情况下,所述适配器分发模块调用所述REST标准接口将所述软件包导入请求发送给所述微云设备。Alternatively, in the case of deploying a VNF based on a microcloud device, the adapter distribution module calls the REST standard interface to send the software package import request to the microcloud device.
其中,所述VNF软件包为通用VNF软件包或者用户使用网络功能虚拟化编排NFVO生成的VNF软件包,所述VNF软件包用于实现对VNF的管理。Wherein, the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO, and the VNF software package is used to realize the management of the VNF.
其中,在接收用户触发的软件包导入请求之前,该方法还包括:Wherein, before receiving the software package import request triggered by the user, the method further includes:
VNF软件包编排模块接收用户输入的编排指令,调用NFVO生成VNF软件包。The VNF software package orchestration module receives the orchestration instructions input by the user, and calls NFVO to generate the VNF software package.
其中,所述VNF管理请求包括以下之一:Wherein, the VNF management request includes one of the following:
VNF实例化请求、VNF生命周期管理请求。VNF instantiation request, VNF life cycle management request.
图4为本发明一实施例提供的实现虚拟化网络功能VNF管理的方法的流程示意图,如图4所示,所述方法包括:Fig. 4 is a schematic flowchart of a method for implementing virtualized network function VNF management provided by an embodiment of the present invention. As shown in Fig. 4, the method includes:
步骤401,适配器分发模块接收用户触发的VNF管理请求。Step 401: The adapter distribution module receives a VNF management request triggered by a user.
步骤402,在基于MANO系统部署VNF的情况下,所述适配器分发模块调用管理和编排MANO接入模块提供的REST接口将所述VNF管理请求发送给MANO系统,以便在所述MANO系统上进行VNF管理。Step 402: In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the management and orchestration REST interface provided by the MANO access module to send the VNF management request to the MANO system, so as to perform VNF on the MANO system management.
或者,步骤403,在基于微云设备部署VNF的情况下,所述适配器分发模块调用微VNF管理接入模块提供的REST标准接口将所述VNF管理请求发送给微云设备,以便在所述微云设备上进行VNF管理。Alternatively, in step 403, in the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF management request to the micro-cloud device, so that the VNF management on cloud devices.
其中,所述MANO系统和所述微云设备上存储有VNF软件包。Wherein, a VNF software package is stored on the MANO system and the microcloud device.
在接收所述用户触发的VNF管理请求之前,该方法还包括:Before receiving the VNF management request triggered by the user, the method further includes:
VNF软件包导入模块接收用户触发的软件包导入请求,并向所述适配器分发模块发送所述软件包导入请求,所述软件包导入请求携带需要导入的VNF软件包;The VNF software package import module receives a software package import request triggered by a user, and sends the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
在基于MANO系统部署VNF的情况下,所述适配器分发模块调用所述MANO接入模块提供的REST接口将所述软件包导入请求发送给所述MANO系统,以便在所述MANO系统保存所述VNF软件包;In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the software package import request to the MANO system, so as to save the VNF in the MANO system Software package
或者,在基于微云设备部署VNF的情况下,所述适配器分发模块调用所述微VNF管理接入模块提供的REST标准接口将所述软件包导入请求发送给所述微云设备,以便在所述微云设备上保存所述VNF软件包。Or, in the case of deploying a VNF based on a micro cloud device, the adapter distribution module calls the REST standard interface provided by the micro VNF management access module to send the software package import request to the micro cloud device, so that The VNF software package is stored on the microcloud device.
其中,所述VNF软件包为通用VNF软件包或者用户使用网络功能虚拟化编排NFVO生成的VNF软件包。Wherein, the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO.
其中,在接收用户触发的软件包导入请求之前,该方法还包括:Wherein, before receiving the software package import request triggered by the user, the method further includes:
VNF软件包编排模块接收用户输入的编排指令,调用NFVO生成VNF软件包。The VNF software package orchestration module receives the orchestration instructions input by the user, and calls NFVO to generate the VNF software package.
其中,在所述VNF管理请求为VNF实例化请求的情况下,所述方法包括:所述适配器分发模块接收用户触发的VNF实例化请求,所述VNF实例化请求携带需要实例化的VNF软件包的标识和实例化参数;Wherein, in a case where the VNF management request is a VNF instantiation request, the method includes: the adapter distribution module receives a VNF instantiation request triggered by a user, and the VNF instantiation request carries a VNF software package that needs to be instantiated The identification and instantiation parameters;
在基于MANO系统部署VNF的情况下,所述适配器分发模块调用所述MANO接入模块提供的REST接口将所述VNF实例化请求发送给MANO系统,以便在所述MANO系统上进行VNF实例化;In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the VNF instantiation request to the MANO system, so as to perform VNF instantiation on the MANO system;
或者,在基于微云设备部署VNF的情况下,所述适配器分发模块调用所述 微VNF管理接入模块提供的REST标准接口将所述VNF实例化请求发送给微云设备,以便在所述微云设备上进行VNF实例化。Or, in the case of deploying a VNF based on a micro cloud device, the adapter distribution module calls the REST standard interface provided by the micro VNF management access module to send the VNF instantiation request to the micro cloud device, so that the VNF instantiation on cloud devices.
其中,在接收用户触发的VNF实例化请求之前,该方法还包括:Wherein, before receiving the VNF instantiation request triggered by the user, the method further includes:
所述适配器分发模块接收用户触发的查询VNF软件包请求,The adapter distribution module receives a VNF software package query request triggered by a user,
并在基于MANO系统部署VNF的情况下,所述适配器分发模块调用所述MANO接入模块提供的REST接口将所述查询VNF软件包请求发送给所述MANO系统,并接收所述MANO系统通过所述MANO接入模块提供的REST接口返回的VNF软件包列表,通过所述系统的人机交互界面显示所述VNF软件包列表,以供用户选择需要实例化的VNF软件包和输入实例化参数后发送并触发所述VNF实例化请求;And in the case of deploying VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the query VNF software package request to the MANO system, and receives the MANO system through all The VNF software package list returned by the REST interface provided by the MANO access module is displayed through the human-computer interaction interface of the system for the user to select the VNF software package to be instantiated and input the instantiation parameters Sending and triggering the VNF instantiation request;
或者,在基于微云设备部署VNF的情况下,所述适配器分发模块调用所述微VNF管理接入模块提供的REST标准接口将所述查询VNF软件包请求发送给所述微云设备,并接收所述微云设备通过所述微VNF管理接入模块提供的REST标准接口返回的VNF软件包列表,通过所述系统的人机交互界面显示所述VNF软件包列表,以供用户选择需要实例化的VNF软件包和输入实例化参数后发送并触发所述VNF实例化请求。Or, in the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF package query request to the micro-cloud device, and receives The micro cloud device returns the VNF software package list through the REST standard interface provided by the micro VNF management access module, and displays the VNF software package list through the human-computer interaction interface of the system for the user to select and instantiate Send and trigger the VNF instantiation request after the VNF software package and instantiation parameters are entered.
其中,在所述VNF管理请求为VNF生命周期管理请求的情况下,所述方法包括:Wherein, in the case where the VNF management request is a VNF life cycle management request, the method includes:
所述适配器分发模块接收用户触发的VNF生命周期管理请求,The adapter distribution module receives the VNF life cycle management request triggered by the user,
并在基于MANO系统部署VNF的情况下,所述适配器分发模块调用所述MANO接入模块提供的REST接口将所述VNF生命周期管理请求发送给所述MANO系统,以便在所述MANO系统上进行VNF生命周期管理;And in the case of deploying a VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the VNF life cycle management request to the MANO system, so as to perform on the MANO system VNF life cycle management;
或者,在基于微云设备部署VNF的情况下,所述适配器分发模块调用所述微VNF管理接入模块提供的REST标准接口将所述VNF生命周期管理请求发送给所述微云设备,以便在所述微云设备上进行VNF生命周期管理。Or, in the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls a REST standard interface provided by the micro-VNF management access module to send the VNF life cycle management request to the micro-cloud device, so that VNF life cycle management is performed on the micro cloud device.
其中,所述MANO接入模块通过MANO系统接入微服务提供所述MANO系统的REST接口;Wherein, the MANO access module accesses microservices through the MANO system to provide the REST interface of the MANO system;
所述微VNF管理接入模块通过微云设备接入微服务提供所述微云设备的REST标准接口。The micro-VNF management access module accesses the micro-service through the micro-cloud device to provide the REST standard interface of the micro-cloud device.
所述适配器分发模块通过适配器微服务调用所述MANO系统接入微服务提供的MANO系统的REST接口或者所述微云设备接入微服务提供的微云设备的REST标准接口。The adapter distribution module calls the REST interface of the MANO system provided by the MANO system to access the microservice or the REST standard interface of the microcloud device provided by the microcloud device to access the microservice through the adapter microservice.
其中,所述MANO系统接入微服务、微云设备接入微服务、适配器微服务都可以在接收用户触发的VNF管理请求之前,创建完成。Wherein, the MANO system access microservice, the microcloud device access microservice, and the adapter microservice can all be created before receiving the VNF management request triggered by the user.
其中,在完成VNF实例化后,该方法包括:Among them, after completing VNF instantiation, the method includes:
所述适配器分发模块是设置为在将收到的所述VNF管理请求发送给EM网元的情况下,通过适配器微服务将所述VNF管理请求发送给所述EM网元;所述EM网元是在所述系统完成VNF实例化后创建的,所述EM网元设置为对VNF进行管理;The adapter distribution module is configured to send the VNF management request to the EM network element through the adapter microservice when the received VNF management request is sent to the EM network element; the EM network element Is created after the system completes VNF instantiation, and the EM network element is set to manage the VNF;
或者,在将收到的所述VNF管理请求发送给所述MANO系统的情况下,通过所述适配器微服务调用所述MANO系统接入微服务提供的MANO系统的REST接口发送给所述MANO系统;Or, in the case of sending the received VNF management request to the MANO system, call the MANO system to access the MANO system provided by the MANO system through the adapter microservice and send it to the MANO system ;
或者,在将收到的所述VNF管理请求发送给所述微云设备的情况下,通过所述适配器微服务调用所述微云设备接入微服务提供的微云设备的REST标准接口发送给所述微云设备。Or, in the case of sending the received VNF management request to the micro-cloud device, call the micro-cloud device to access the REST standard interface of the micro-cloud device provided by the micro-service through the adapter micro-service and send it to The microcloud device.
图5为本发明另一实施例提供的实现虚拟化网络功能VNF管理的方法的流程示意图,本实施例应用于图1或图2所示的系统架构,图1或图2所示的系统可以应用于SDWAN业务系统。Figure 5 is a schematic flow chart of a method for implementing virtualized network function VNF management provided by another embodiment of the present invention. This embodiment is applied to the system architecture shown in Figure 1 or Figure 2. The system shown in Figure 1 or Figure 2 may Applied to SDWAN business system.
如图5所示,所述方法包括:As shown in Figure 5, the method includes:
步骤501,VNF软件包导入模块接收用户触发的软件包导入请求,并向所述适配器分发模块发送所述软件包导入请求。In step 501, the VNF software package import module receives a software package import request triggered by a user, and sends the software package import request to the adapter distribution module.
其中,所述软件包导入请求携带需要导入的VNF软件包,该VNF软件包为通用VNF软件包或者用户使用网络功能虚拟化编排NFVO生成的VNF软件包。Wherein, the software package import request carries the VNF software package to be imported, and the VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO.
其中,所述VNF软件包用于对VNF进行管理。例如,该VNF软件包可以包括根据用户对微云设备的管理需求在相关技术上扩展实现的扩展软件,该扩展软件可以实现对VNF管理的标准接口,如此,通过该VNF软件包就可以完成在微云设备上对VNF进行生命周期等管理。在一实施例中,该扩展软件是指对VNF的虚机进行生命周期进行管理的,并向外提供标准接口的软件,在本实施例中,可以是对虚机管理Virsh脚本命令的封装软件。VNF管理系统(网管)会调用扩展软件的接口,VNF软件包中包含了这个扩展软件。Wherein, the VNF software package is used to manage the VNF. For example, the VNF software package may include extension software that is implemented in related technologies according to the user's management requirements for microcloud devices. The extension software can implement a standard interface for VNF management. In this way, the VNF software package can complete the Manage the life cycle of the VNF on the micro cloud device. In one embodiment, the extended software refers to software that manages the life cycle of the virtual machine of the VNF and provides a standard interface to the outside. In this embodiment, it may be packaged software that manages Virsh script commands for the virtual machine. . The VNF management system (network management) will call the interface of the extended software, which is included in the VNF software package.
其中,在SDWAN业务系统部署多个MANO系统或微云设备的情况下,用户还可以通过人机交互界面,选择具体的MANO系统或微云设备进行软件包导 入。Among them, when multiple MANO systems or micro-cloud devices are deployed in the SDWAN business system, users can also select specific MANO systems or micro-cloud devices for software package import through the human-computer interaction interface.
在该VNF软件包为用户使用网络功能虚拟化编排NFVO生成的VNF软件包的情况下,在接收用户触发的软件包导入请求之前,该方法还包括:In the case that the VNF software package arranges the VNF software package generated by NFVO for the user using network function virtualization, before receiving the user-triggered software package import request, the method further includes:
VNF软件包编排模块接收用户输入的编排指令,调用NFVO生成VNF软件包。The VNF software package orchestration module receives the orchestration instructions input by the user, and calls NFVO to generate the VNF software package.
在一实施例中,用户可以通过系统的人机交互界面,编排VNF软件包并发布、导出。例如,VNF软件包编排模块向用户提供VNF软件包编排的人机交互界面,用户根据业务需要编排VNF软件包,完成VNF软件包编排后,可以发布、导出VNF软件包。In an embodiment, the user can compose, publish and export the VNF software package through the human-computer interaction interface of the system. For example, the VNF software package orchestration module provides users with a human-computer interaction interface for VNF software package orchestration. Users can orchestrate the VNF software package according to business needs. After completing the VNF software package orchestration, the VNF software package can be released and exported.
其中,编排VNF软件包的过程不做限定,例如可以是用户根据业务需要输入编排指令,或者上传扩展软件,该扩展软件可以是基于相关技术扩展实现的自定义软件,实现了VNF管理的标准接口,然后根据编排指令或者扩展软件生成软件包。Among them, the process of arranging VNF software packages is not limited. For example, users can input orchestration instructions according to business needs, or upload extended software, which can be customized software implemented based on related technology extensions, which implements standard interfaces for VNF management , And then generate a software package according to the layout instructions or the extended software.
SDWAN业务系统,有在MANO系统部署VNF或在微云设备上部署VNF业务两种不同场景。所述适配器分发模块收到所述软件包导入请求后,需要识别系统中的部署场景,不同的场景需要调用不同的接入模块。SDWAN business system has two different scenarios: deploying VNF on MANO system or deploying VNF on micro-cloud equipment. After the adapter distribution module receives the software package import request, it needs to identify the deployment scenario in the system, and different scenarios need to call different access modules.
下面步骤502、503分别针对不同的场景,并不存在前后顺序。也可能是MANO系统和微云设备混合部署,如此则需要同时执行步骤502、503。The following steps 502 and 503 are respectively for different scenarios, and there is no sequence. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 502 and 503 need to be performed at the same time.
步骤502,在基于MANO系统部署VNF的情况下,所述适配器分发模块调用所述MANO接入模块提供的REST接口将所述软件包导入请求发送给所述MANO系统,以便在所述MANO系统保存所述VNF软件包。Step 502: In the case of deploying the VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the software package import request to the MANO system so as to save it in the MANO system. The VNF software package.
步骤503,在基于微云设备部署VNF的情况下,所述适配器分发模块调用所述微VNF管理接入模块提供的REST标准接口将所述软件包导入请求发送给所述微云设备,以便在所述微云设备上保存所述VNF软件包。Step 503: In the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the software package import request to the micro-cloud device, so that The VNF software package is stored on the microcloud device.
在一实施例中,用户可以根据需要把对应的VNF软件包发布导入到MANO系统或微云设备。在导入前,用户可以根据当前局点实际(局点的实际情况),修改VNF软件包中定义的变量值,比如网络名称等。In an embodiment, the user can publish and import the corresponding VNF software package to the MANO system or the micro cloud device as needed. Before importing, users can modify the variable values defined in the VNF software package, such as the network name, according to the actual situation of the current site (the actual situation of the site).
在以MANO系统部署的情况下,适配器分发模块(可以由系统适配器实现)调用的是MANO系统的REST接口;在以微云设备部署的情况下,适配器分发模块调用的是微云设备上VNF软件包中根据标准接口扩展实现的软件接口,即REST标准接口,该REST标准接口可以是用户根据REST标准和业务需要扩展的接口,扩展过程不做限定。例如,可以是由上面提到的扩展软件实现的接口。In the case of deployment in the MANO system, the adapter distribution module (which can be implemented by the system adapter) calls the REST interface of the MANO system; in the case of deployment in the micro-cloud device, the adapter distribution module calls the VNF software on the micro-cloud device The software interface implemented in the package is extended based on the standard interface, that is, the REST standard interface. The REST standard interface can be an interface that the user needs to extend according to the REST standard and business needs. The extension process is not limited. For example, it may be an interface implemented by the above-mentioned extended software.
MANO系统或微云设备上都导入VNF软件包之后,就可以通过该VNF软件包实现对VNF的管理。例如可以依次执行下面步骤;After the VNF software package is imported into the MANO system or the microcloud device, the VNF can be managed through the VNF software package. For example, the following steps can be performed in sequence;
步骤504,所述适配器分发模块接收用户触发的VNF实例化请求,所述VNF实例化请求携带需要实例化的VNF软件包的标识和实例化参数。In step 504, the adapter distribution module receives a VNF instantiation request triggered by the user, and the VNF instantiation request carries the identification and instantiation parameters of the VNF software package to be instantiated.
在一实施例中,用户可以选择对应的VNF软件包进行实例化,例如,在接收用户触发的VNF实例化请求之前,该方法还包括:In an embodiment, the user can select the corresponding VNF software package for instantiation. For example, before receiving the VNF instantiation request triggered by the user, the method further includes:
所述适配器分发模块接收用户触发的查询VNF软件包请求,The adapter distribution module receives a VNF software package query request triggered by a user,
并在基于MANO系统部署VNF的情况下,调用所述MANO接入模块提供的REST接口将所述查询VNF软件包请求发送给所述MANO系统,并接收所述MANO系统通过所述MANO接入模块提供的REST接口返回的VNF软件包列表,通过所述系统的人机交互界面显示所述VNF软件包列表,以供用户选择需要实例化的VNF软件包和输入实例化参数后发送并触发所述VNF实例化请求;And in the case of deploying a VNF based on the MANO system, call the REST interface provided by the MANO access module to send the query VNF software package request to the MANO system, and receive the MANO system through the MANO access module The VNF software package list returned by the provided REST interface is displayed through the human-computer interaction interface of the system, so that the user can select the VNF software package to be instantiated and input the instantiation parameters to send and trigger the VNF instantiation request;
在基于微云设备部署VNF的情况下,调用所述微VNF管理接入模块提供的REST标准接口将所述查询VNF软件包请求发送给所述微云设备,并接收所述微云设备通过所述微VNF管理接入模块提供的REST标准接口返回的VNF软件包列表,通过所述系统的人机交互界面显示所述VNF软件包列表,以供用户选择需要实例化的VNF软件包和输入实例化参数后发送并触发所述VNF实例化请求。In the case of deploying a VNF based on a micro-cloud device, call the REST standard interface provided by the micro-VNF management access module to send the query VNF software package request to the micro-cloud device, and receive the micro-cloud device through all The VNF software package list returned by the REST standard interface provided by the micro VNF management access module, and the VNF software package list is displayed through the human-computer interaction interface of the system, so that the user can select the VNF software package to be instantiated and input examples After parameterizing, the VNF instantiation request is sent and triggered.
所述适配器分发模块收到所述VNF实例化请求后,同样需要识别系统中的部署场景,不同的场景需要调用不同的接入模块。下面步骤505、506分别针对不同的场景,并不存在前后顺序。也可能是MANO系统和微云设备混合部署,如此则需要同时执行步骤505、506。After receiving the VNF instantiation request, the adapter distribution module also needs to identify the deployment scenario in the system, and different scenarios need to call different access modules. The following steps 505 and 506 are respectively for different scenarios, and there is no precedence order. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 505 and 506 need to be performed at the same time.
步骤505,在基于MANO系统部署VNF的情况下,所述适配器分发模块调用所述MANO接入模块提供的REST接口将所述VNF实例化请求发送给MANO系统,以便在所述MANO系统上进行VNF实例化。Step 505: In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the VNF instantiation request to the MANO system, so that the VNF can be performed on the MANO system Instantiate.
步骤506,在基于微云设备部署VNF的情况下,所述适配器分发模块调用所述微VNF管理接入模块提供的REST标准接口将所述VNF实例化请求发送给微云设备,以便在所述微云设备上进行VNF实例化。Step 506: In the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF instantiation request to the micro-cloud device, so that the VNF instantiation on the microcloud device.
其中,在SDWAN业务系统部署多个MANO系统或微云设备的情况下,用户还可以通过人机交互界面,选择具体的MANO系统或微云设备进行VNF实例化。Among them, when multiple MANO systems or micro-cloud devices are deployed in the SDWAN business system, users can also select specific MANO systems or micro-cloud devices for VNF instantiation through a human-computer interaction interface.
MANO系统或微云设备上都完成VNF实例化之后,就可以通过该VNF软 件包实现对VNF的生命周期等其他管理。例如可以继续执行下面的步骤。After the VNF is instantiated on the MANO system or the microcloud device, the VNF software package can be used to implement other management of the VNF life cycle and other management. For example, you can continue to perform the following steps.
步骤507,所述适配器分发模块接收用户触发的VNF生命周期管理请求。Step 507: The adapter distribution module receives the VNF life cycle management request triggered by the user.
所述适配器分发模块收到所述VNF实例化请求后,同样需要识别系统中的部署场景,不同的场景需要调用不同的接入模块。下面步骤508、509分别针对不同的场景,并不存在前后顺序。也可能是MANO系统和微云设备混合部署,如此则需要同时执行步骤508、509。After receiving the VNF instantiation request, the adapter distribution module also needs to identify the deployment scenario in the system, and different scenarios need to call different access modules. The following steps 508 and 509 are respectively for different scenarios, and there is no sequence. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 508 and 509 need to be performed simultaneously.
步骤508,在基于MANO系统部署VNF的情况下,所述适配器分发模块调用所述MANO接入模块提供的REST接口将所述VNF生命周期管理请求发送给所述MANO系统,以便在所述MANO系统上进行VNF生命周期管理。Step 508: In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the REST interface provided by the MANO access module to send the VNF life cycle management request to the MANO system, so that the MANO system VNF life cycle management on the Internet.
步骤509,在基于微云设备部署VNF的情况下,所述适配器分发模块调用所述微VNF管理接入模块提供的REST标准接口将所述VNF生命周期管理请求发送给所述微云设备,以便在所述微云设备上进行VNF生命周期管理。Step 509: In the case of deploying a VNF based on a micro-cloud device, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF lifecycle management request to the micro-cloud device, so that VNF life cycle management is performed on the micro cloud device.
其中,在SDWAN业务系统部署多个MANO系统或微云设备的情况下,用户还可以通过人机交互界面,选择具体的MANO系统或微云设备进行VNF生命周期等管理操作。Among them, when multiple MANO systems or micro-cloud devices are deployed in the SDWAN business system, users can also select specific MANO systems or micro-cloud devices to perform VNF life cycle management operations through the human-computer interaction interface.
在一实施例中,微云设备根据具体的VNF包调用对应VNF包的扩展软件接口完成对VNF生命周期的管理。In one embodiment, the micro-cloud device invokes the extended software interface corresponding to the VNF package according to the specific VNF package to complete the management of the VNF life cycle.
其中,VNF管理请求还可以是除了VNF实例化请求、VNF生命周期管理请求之外的其他管理请求,处理过程类似,在此不再赘述。Wherein, the VNF management request may also be other management requests besides the VNF instantiation request and the VNF life cycle management request, and the processing process is similar, and will not be repeated here.
其中,适配器分发模块调用MANO接入模块或微VNF管理接入模块的方式可以通过向MANO接入模块或微VNF管理接入模块发送接口请求消息,然后由MANO接入模块或微VNF管理接入模块将对应的VNF管理请求转发到MANO系统或微云设备。Among them, the way that the adapter distribution module calls the MANO access module or the micro-VNF management access module can send an interface request message to the MANO access module or the micro-VNF management access module, and then the MANO access module or the micro-VNF manages the access The module forwards the corresponding VNF management request to the MANO system or the micro cloud device.
其中,实例化后,还可以以网元管理(EM,Elment Mangement)形式对VNF进行生命周期等其他操作的管理。在以MANO系统部署的情况下,适配器分发模块调用MANO的REST接口对VNF进行生命周期等的管理;在以微云设备部署的情况下,适配器分发模块调用的是VNF软件包中根据标准接口扩展实现的软件接口,即REST标准接口。Among them, after instantiation, the life cycle and other operations of the VNF can be managed in the form of network element management (EM, Elment Mangement). In the case of deployment in the MANO system, the adapter distribution module calls the MANO REST interface to manage the life cycle of the VNF; in the case of deployment in a micro-cloud device, the adapter distribution module calls the VNF software package based on standard interface extensions The implemented software interface is the REST standard interface.
其中,适配器分发模块可以通过系统适配器实现。Among them, the adapter distribution module can be implemented by a system adapter.
本发明实施例提供的技术方案,具有如下优点:The technical solution provided by the embodiment of the present invention has the following advantages:
1,第三方VNF供应商可以遵循标准统一的REST接口实现对VNF的管理;1. Third-party VNF suppliers can follow the standard and unified REST interface to realize the management of VNF;
2,业务支持新VNF能力时的开发、测试成本显著降低,新功能上市周期 显著缩短;2. The development and testing costs when the business supports new VNF capabilities are significantly reduced, and the time to market for new functions is significantly shortened;
3,网络功能虚拟化业务的部署使用场景得到扩展。3. The deployment and usage scenarios of network function virtualization services have been expanded.
本发明实施例提供的技术方案,在MANO系统部署VNF和在微云设备上部署VNF业务两种不同场景下,可以遵循标准统一的REST接口实现对VNF的管理,降低了SDWAN业务的研发成本,以及SDWAN业务的维护成本。In the technical solution provided by the embodiment of the present invention, in two different scenarios of deploying a VNF in the MANO system and deploying a VNF service on a micro-cloud device, it can follow a standard and unified REST interface to realize the management of the VNF, and reduce the development cost of SDWAN services. And the maintenance cost of SDWAN business.
图6为本发明另一实施例提供的实现虚拟化网络功能VNF管理的方法的流程示意图,本实施例应用于图1或图2所示的系统架构,图1或图2所示的系统可以应用于SDWAN业务系统。FIG. 6 is a schematic flowchart of a method for implementing virtualized network function VNF management provided by another embodiment of the present invention. This embodiment is applied to the system architecture shown in FIG. 1 or FIG. 2. The system shown in FIG. 1 or FIG. 2 can Applied to SDWAN business system.
本实施例中引入微服务技术,将微服务技术、虚拟化技术、REST接口规范的标准化技术相结合。其中,预先创建适配器微服务、MANO系统接入微服务、和微云设备接入微服务,所述MANO系统接入微服务提供所述MANO系统的REST接口,所述微云设备接入微服务提供所述微云设备的REST标准接口。In this embodiment, microservice technology is introduced, which combines microservice technology, virtualization technology, and standardization technology of REST interface specifications. Wherein, the adapter micro service, the MANO system access micro service, and the micro cloud device access micro service are created in advance. The MANO system access micro service provides the REST interface of the MANO system, and the micro cloud device accesses the micro service. Provide the REST standard interface of the microcloud device.
如图6所示,该方法包括:As shown in Figure 6, the method includes:
步骤601,VNF软件包编排模块接收用户输入的编排指令,使用NFVO生成VNF软件包。Step 601: The VNF software package orchestration module receives an orchestration instruction input by the user, and uses NFVO to generate a VNF software package.
在一实施例中,用户可以自己编排VNF软件包并发布、导出。用户在网络功能虚拟化编排(Network Functions Virtualization Orchestration,NFVO)NFV编排层(即VNF软件包编排模块)对VNF软件包进行编排(编排可以使用云应用的拓扑和业务流程规范(Topology and Orchestration Specification for Cloud Applications,TOSCA)语言实现),同时上传使用相关技术扩展实现的VNF生命周期管理软件,该软件实现了VNF生命周期管理的标准接口。根据业务需求完成编排后即生成VNF软件包,可以直接发布使用,也可以导出来作为独立的VNF软件包发布供其他业务系统使用。在用户触发软件包导入请求的情况下,执行下面的步骤:In an embodiment, the user can edit the VNF software package by himself and publish and export it. The user arranges the VNF software package at the Network Functions Virtualization Orchestration (NFVO) NFV orchestration layer (that is, the VNF software package orchestration module) (the orchestration can use the cloud application topology and business process specification (Topology and Orchestration Specification for) Cloud Applications, TOSCA) language implementation), and upload the VNF life cycle management software implemented with related technology extensions, which implements the standard interface for VNF life cycle management. The VNF software package is generated after the orchestration is completed according to the business requirements, which can be directly released for use, or exported as an independent VNF software package for use by other business systems. When the user triggers a package import request, perform the following steps:
步骤602,VNF软件包导入模块接收用户触发的软件包导入请求,并向适配器分发模块发送所述软件包导入请求。Step 602: The VNF software package importing module receives the software package import request triggered by the user, and sends the software package importing request to the adapter distribution module.
其中,所述软件包导入请求携带VNF软件包编排模块生成的VNF软件包。Wherein, the software package import request carries the VNF software package generated by the VNF software package orchestration module.
在一实施例中,在业务需要一种VNF功能的情况下,需要导入该功能的VNF软件包到业务系统,并把软件包导入到对应的MANO系统和/或微云设备。In one embodiment, when a service requires a VNF function, the VNF software package of this function needs to be imported into the service system, and the software package is imported into the corresponding MANO system and/or microcloud device.
下面步骤603、604分别针对不同的场景,并不存在前后顺序。也可能是MANO系统和微云设备混合部署,如此则需要同时执行步骤603、604。The following steps 603 and 604 are for different scenarios, and there is no sequence. It may also be a hybrid deployment of the MANO system and the micro-cloud device, so steps 603 and 604 need to be performed at the same time.
步骤603,在基于MANO系统部署VNF的情况下,所述适配器分发模块通过适配器微服务调用MANO系统接入微服务提供的MANO系统的REST接口将所述软件包导入请求发送给所述MANO系统,以便在所述MANO系统保存所述VNF软件包。Step 603: In the case of deploying the VNF based on the MANO system, the adapter distribution module invokes the MANO system to access the REST interface of the MANO system provided by the MANO system through the adapter microservice and sends the software package import request to the MANO system. In order to save the VNF software package in the MANO system.
步骤604,在基于微云设备部署VNF的情况下,所述适配器分发模块通过适配器微服务调用微VNF管理接入微服务提供的REST标准接口将所述软件包导入请求发送给所述微云设备,以便在所述微云设备上保存所述VNF软件包。Step 604: In the case of deploying a VNF based on a micro-cloud device, the adapter distribution module uses the adapter micro-service to call the micro-VNF management and access REST standard interface provided by the micro-service to send the software package import request to the micro-cloud device , So as to save the VNF software package on the microcloud device.
在一实施例中,业务系统提供MANO接入微服务和微云设备接入微服务两种VNF管理系统的微服务,系统适配器根据VNF管理的微服务类型把导入请求分发到具体的VNF管理接入微服务,最终把VNF软件包导入到VNF软件包的软件仓库:如果是MANO接入微服务则导入到MANO的软件仓库;如果是微云设备接入微服务,则导入到微云设备的软件仓库。导入后用户可以对VNF标准软件包进行二次编排以满足多种业务场景的差异化需求,完成编排后发布到VNF管理系统,VNF软件包进入可以实例化状态。In one embodiment, the business system provides two types of VNF management system microservices: MANO access microservices and microcloud device access microservices. The system adapter distributes import requests to specific VNF management interfaces according to the microservice types managed by the VNF. Enter the microservices, and finally import the VNF software package into the software warehouse of the VNF software package: if it is MANO accessing microservices, import it to MANO’s software warehouse; if it is a microcloud device accessing microservices, then import it to the microcloud device Software warehouse. After importing, users can re-arrange the VNF standard software package to meet the differentiated requirements of various business scenarios. After the arrangement is completed, it is published to the VNF management system, and the VNF software package enters the instantiable state.
MANO系统和/或微云设备都保存VNF软件包之后,就可以进行对VNF的管理,例如进行VNF实例化、VNF生命周期管理等。在用户触发VNF实例化的情况下,可以执行下面步骤:After the MANO system and/or the micro-cloud device have saved the VNF software package, the VNF can be managed, such as VNF instantiation, VNF life cycle management, etc. When the user triggers VNF instantiation, the following steps can be performed:
步骤605,所述适配器分发模块接收用户触发的VNF实例化请求,所述VNF实例化请求携带需要实例化的VNF软件包的标识和实例化参数。Step 605: The adapter distribution module receives a VNF instantiation request triggered by the user, and the VNF instantiation request carries the identification and instantiation parameters of the VNF software package that needs to be instantiated.
其中,在接收用户触发的VNF实例化请求之前,该方法还包括:Wherein, before receiving the VNF instantiation request triggered by the user, the method further includes:
所述适配器分发模块接收用户触发的查询VNF软件包请求,The adapter distribution module receives a VNF software package query request triggered by a user,
并在基于MANO系统部署VNF的情况下,通过适配器微服务调用MANO接入微服务提供的REST接口将所述查询VNF软件包请求发送给所述MANO系统,并接收所述MANO系统通过所述MANO接入微服务提供的REST接口返回的VNF软件包列表,通过所述系统的人机交互界面显示所述VNF软件包列表,以供用户选择需要实例化的VNF软件包和输入实例化参数后发送并触发所述VNF实例化请求;And in the case of deploying a VNF based on the MANO system, the REST interface provided by the MANO access microservice is called through the adapter microservice to send the query VNF software package request to the MANO system, and receive the MANO system through the MANO system. Access the VNF package list returned by the REST interface provided by the microservice, and display the VNF package list through the human-computer interaction interface of the system for the user to select the VNF package to be instantiated and input the instantiation parameters to send And trigger the VNF instantiation request;
在基于微云设备部署VNF的情况下,通过适配器微服务调用微VNF管理接入微服务提供的REST标准接口将所述查询VNF软件包请求发送给所述微云设备,并接收所述微云设备通过所述微VNF管理接入微服务提供的REST标准接口返回的VNF软件包列表,通过所述系统的人机交互界面显示所述VNF软件包列表,以供用户选择需要实例化的VNF软件包和输入实例化参数后发送并触发所述VNF实例化请求。In the case of deploying a VNF based on a micro-cloud device, the REST standard interface provided by the micro-VNF management access micro-service is invoked through the adapter micro-service to send the query VNF software package request to the micro-cloud device and receive the micro-cloud The device accesses the VNF software package list returned by the REST standard interface provided by the micro-VNF management access microservice, and displays the VNF software package list through the human-computer interaction interface of the system for the user to select the VNF software to be instantiated Send and trigger the VNF instantiation request after the packet and instantiation parameters are input.
在一实施例中,用户可以选择对应的VNF软件包进行实例化,过程包括:用户发起查询软件仓库的操作,业务系统的适配器分发查询请求给VNF管理接入微服务,接入管理微服务返回对应系统的软件仓库中可实例化VNF软件包,并在业务系统的应用市场界面中列表VNF软件包。用户在应用市场中搜索、选择需要的VNF软件包,输入必要的实例化参数后发起应用安装操作(VNF实例化)。In one embodiment, the user can select the corresponding VNF software package for instantiation. The process includes: the user initiates an operation to query the software repository, the adapter of the business system distributes the query request to the VNF management access microservice, and the access management microservice returns VNF software packages can be instantiated in the software warehouse of the corresponding system, and VNF software packages can be listed in the application market interface of the business system. The user searches and selects the required VNF software package in the application market, enters the necessary instantiation parameters, and initiates the application installation operation (VNF instantiation).
下面步骤606、607分别针对不同的场景,并不存在前后顺序。也可能是MANO系统和微云设备混合部署,如此则需要同时执行步骤606、607。The following steps 606 and 607 are respectively for different scenarios, and there is no sequence. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 606 and 607 need to be performed at the same time.
步骤606,在基于MANO系统部署VNF的情况下,所述适配器分发模块通过适配器微服务调用MANO系统接入微服务提供的MANO系统的REST接口将所述VNF实例化请求发送给所述MANO系统,以便在所述MANO系统进行VNF实例化。Step 606: In the case of deploying a VNF based on the MANO system, the adapter distribution module calls the MANO system to access the REST interface of the MANO system provided by the microservice through the adapter microservice, and sends the VNF instantiation request to the MANO system, In order to instantiate VNF in the MANO system.
步骤607,在基于微云设备部署VNF的情况下,所述适配器分发模块通过适配器微服务调用微VNF管理接入微服务提供的REST标准接口将所述VNF实例化请求发送给所述微云设备,以便在所述微云设备上进行VNF实例化。Step 607: In the case of deploying a VNF based on a micro cloud device, the adapter distribution module uses the adapter micro service to call the micro VNF management access to the REST standard interface provided by the micro service to send the VNF instantiation request to the micro cloud device , So as to instantiate the VNF on the micro-cloud device.
在一实施例中,业务系统根据选择的VNF软件包,通过系统适配器微服务调用对应的接入管理微服务REST接口,接入管理微服务把实例化请求消息转发给微云设备系统上VNF生命周期管理软件进行实例化(MANO系统天然支持VNF生命周期管理的REST接口,微云设备上的VNF软件包包含了实现VNF生命周期管理的REST接口)。In an embodiment, the business system calls the corresponding access management microservice REST interface through the system adapter microservice according to the selected VNF software package, and the access management microservice forwards the instantiation request message to the VNF life on the microcloud device system The cycle management software is instantiated (MANO system naturally supports the REST interface for VNF life cycle management, and the VNF software package on the micro-cloud device contains the REST interface for VNF life cycle management).
实例化后可以以网元管理(EM,Elment Mangement)形式对VNF进行生命周期等其他操作的管理。例如VNF实例化完成后在业务系统创建对应的EM网元。例如在用户触发VNF生命周期管理请求的情况下,可以执行下面步骤:After instantiation, the life cycle and other operations of the VNF can be managed in the form of EM (Elment Mangement). For example, after the VNF instantiation is completed, the corresponding EM network element is created in the business system. For example, when a user triggers a VNF lifecycle management request, the following steps can be performed:
步骤608,所述适配器分发模块接收用户触发的VNF管理请求。Step 608: The adapter distribution module receives the VNF management request triggered by the user.
其中,该VNF管理请求可以是修改VNF的配置路由、或者删除VNF实例等生命周期管理请求。The VNF management request may be a life cycle management request such as modifying the configuration route of the VNF or deleting the VNF instance.
下面步骤609、610、611分别针对不同的管理对象和场景,并不存在前后顺序。也可能是MANO系统和微云设备混合部署,如此则需要同时执行步骤609、610、611。The following steps 609, 610, and 611 are respectively for different management objects and scenes, and there is no sequence. It may also be a mixed deployment of the MANO system and the micro-cloud device, so steps 609, 610, and 611 need to be performed at the same time.
步骤609,在将收到的所述VNF管理请求发送给EM网元的情况下,通过适配器微服务将所述VNF管理请求发送给所述EM网元。Step 609: In the case of sending the received VNF management request to the EM network element, send the VNF management request to the EM network element through the adapter microservice.
其中,所述EM网元是在所述系统完成VNF实例化后创建的,所述EM网元用于对VNF进行管理。Wherein, the EM network element is created after the system completes the instantiation of the VNF, and the EM network element is used to manage the VNF.
在一实施例中,比如,修改VNF的配置路由等,需要把管理请求发送给对应的VNF网元。In an embodiment, for example, to modify the configuration route of the VNF, the management request needs to be sent to the corresponding VNF network element.
步骤610,在将收到的所述VNF管理请求发送给所述MANO系统的情况下,通过所述适配器微服务调用所述MANO系统接入微服务提供的MANO系统的REST接口发送给所述MANO系统。 Step 610, in the case of sending the received VNF management request to the MANO system, call the MANO system to access the MANO system provided by the MANO system through the adapter microservice and send it to the MANO system. system.
步骤611,在将收到的所述VNF管理请求发送给所述微云设备的情况下,通过所述适配器微服务调用所述微云设备接入微服务提供的微云设备的REST标准接口发送给所述微云设备。Step 611: In the case of sending the received VNF management request to the microcloud device, call the microcloud device to access the REST standard interface of the microcloud device provided by the microservice through the adapter microservice to send To the microcloud device.
在一实施例中,比如,删除VNF实例等,需要把管理请求发送给MANO系统或微云设备。In one embodiment, for example, to delete a VNF instance, etc., a management request needs to be sent to the MANO system or the micro cloud device.
本发明实施例提供的技术方案,使用微服务技术、虚拟化技术和REST接口规范,统一了向SDWAN业务层提供VNF管理的接口,不用SDWAN业务层区分是否有无MANO系统,都可以使用网络功能虚拟化编排(Network Function Virtualization Orchestration,NFVO)编排生成的VNF软件包(CSAR包,Cloud service archiving,云服务归档)进行生命周期等管理,进而实现了在VNF生命周期等管理的接口标准化,同时降低了SDWAN业务的研发成本,以及SDWAN业务的维护成本。The technical solution provided by the embodiment of the present invention uses microservice technology, virtualization technology and REST interface specifications to unify the interface for providing VNF management to the SDWAN service layer. The network function can be used without the SDWAN service layer to distinguish whether there is a MANO system or not. Virtualization orchestration (Network Function Virtualization Orchestration, NFVO) orchestration generates VNF software packages (CSAR packages, Cloud service archiving, cloud service archiving) for life cycle management, thereby realizing the standardization of interfaces for VNF life cycle management, while reducing The research and development cost of SDWAN business, as well as the maintenance cost of SDWAN business.
上文中所公开方法中的全部或一些步骤、系统、装置中的功能模块/单元可以被实施为软件、固件、硬件及其适当的组合。在硬件实施方式中,在以上描述中提及的功能模块/单元之间的划分不一定对应于物理组件的划分;例如,一个物理组件可以具有多个功能,或者一个功能或步骤可以由多种物理组件合作执行。一些组件或所有组件可以被实施为由处理器,如数字信号处理器或微处理器执行的软件,或者被实施为硬件,或者被实施为集成电路,如专用集成电路。这样的软件可以分布在计算机可读介质上,计算机可读介质可以包括计算机存储介质(或非暂时性介质)和通信介质(或暂时性介质)。计算机存储介质包括在用于存储信息(诸如计算机可读指令、数据结构、程序模块或其他数据)的任何方法或技术中实施的易失性和非易失性、可移除和不可移除介质。计算机存储介质包括随机存取存储器(Random Access Memory,RAM)、只读存储器(Read-Only Memory,ROM)、电可擦只读存储器(Electrically Erasable Programmable Read-Only Memory,EEPROM)、闪存或其他存储器技术、便携式紧凑磁盘只读存储器(Compact Disc Read Only Memory,CD-ROM)、数字多功能盘(Digital Video Disk,DVD)或其他光盘存储、磁盒、磁带、磁盘存储或其他磁存储装置、或者可以用于存储期望的信息并且可以被计算机访问的任何其他的介质。通信介质包含计算机可读指令、数据结构、程序模块或者诸如 载波或其他传输机制之类的调制数据信号中的其他数据,并且可包括任何信息递送介质。All or some of the steps in the methods disclosed above, the functional modules/units in the system, and the device can be implemented as software, firmware, hardware, and appropriate combinations thereof. In the hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, a physical component may have multiple functions, or a function or step may consist of multiple The physical components cooperate to execute. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or a microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on a computer-readable medium, and the computer-readable medium may include a computer storage medium (or a non-transitory medium) and a communication medium (or a transitory medium). Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storing information (such as computer readable instructions, data structures, program modules, or other data) . Computer storage media include Random Access Memory (RAM), Read-Only Memory (ROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), flash memory or other memories Technology, portable compact disk read-only memory (Compact Disc Read Only Memory, CD-ROM), digital versatile disk (Digital Video Disk, DVD) or other optical disk storage, magnetic cartridges, magnetic tape, magnetic disk storage or other magnetic storage devices, or Any other medium that can be used to store desired information and that can be accessed by a computer. The communication medium includes computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transmission mechanism, and may include any information delivery medium.

Claims (10)

  1. 一种实现虚拟化网络功能VNF管理的系统,包括:A system for realizing virtualized network function VNF management, including:
    适配器分发模块、管理和编排MANO接入模块和微VNF管理接入模块;Adapter distribution module, management and orchestration MANO access module and micro-VNF management access module;
    所述MANO接入模块,设置为提供MANO系统的表述性状态转移REST接口;The MANO access module is configured to provide a REST interface for expressive state transfer of the MANO system;
    所述微VNF管理接入模块,设置为提供微云设备的REST标准接口;The micro-VNF management access module is configured to provide the REST standard interface of the micro-cloud device;
    所述适配器分发模块,设置为接收用户触发的VNF管理请求,在基于所述MANO系统部署VNF的情况下,调用所述REST接口将所述VNF管理请求发送给所述MANO系统,或者,在基于所述微云设备部署VNF的情况下,调用所述REST标准接口将所述VNF管理请求发送给所述微云设备;The adapter distribution module is configured to receive a VNF management request triggered by a user, and when the VNF is deployed based on the MANO system, call the REST interface to send the VNF management request to the MANO system, or When the VNF is deployed by the microcloud device, calling the REST standard interface to send the VNF management request to the microcloud device;
    其中,所述MANO系统和所述微云设备上存储有VNF软件包。Wherein, a VNF software package is stored on the MANO system and the microcloud device.
  2. 根据权利要求1所述的系统,还包括:The system according to claim 1, further comprising:
    VNF软件包导入模块;VNF software package import module;
    所述VNF软件包导入模块,设置为接收用户触发的软件包导入请求,并向所述适配器分发模块发送所述软件包导入请求,所述软件包导入请求携带需要导入的VNF软件包;The VNF software package import module is configured to receive a software package import request triggered by a user and send the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
    所述适配器分发模块,还设置为在基于所述MANO系统部署所述VNF的情况下,调用所述REST接口将所述软件包导入请求发送给所述MANO系统,或者,在基于所述微云设备部署所述VNF的情况下,调用所述REST标准接口将所述软件包导入请求发送给所述微云设备。The adapter distribution module is further configured to, when the VNF is deployed based on the MANO system, call the REST interface to send the software package import request to the MANO system, or, in the case of deploying the VNF based on the MANO system, When the device deploys the VNF, the REST standard interface is invoked to send the software package import request to the microcloud device.
  3. 根据权利要求1所述的系统,其中,The system of claim 1, wherein:
    所述VNF软件包为通用VNF软件包或者用户使用网络功能虚拟化编排NFVO生成的VNF软件包,所述VNF软件包用于实现对所述VNF的管理。The VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO, and the VNF software package is used to implement management of the VNF.
  4. 根据权利要求1所述的系统,还包括:VNF软件包编排模块;The system according to claim 1, further comprising: a VNF software package orchestration module;
    所述VNF软件包编排模块,设置为接收用户输入的编排指令,调用NFVO生成所述VNF软件包。The VNF software package layout module is configured to receive the layout instruction input by the user, and invoke NFVO to generate the VNF software package.
  5. 根据权利要求1所述的系统,其中,The system of claim 1, wherein:
    所述VNF管理请求包括以下之一:The VNF management request includes one of the following:
    VNF实例化请求、VNF生命周期管理请求。VNF instantiation request, VNF life cycle management request.
  6. 一种实现虚拟化网络功能VNF管理的方法,包括:A method for realizing virtualized network function VNF management, including:
    适配器分发模块接收用户触发的VNF管理请求;The adapter distribution module receives the VNF management request triggered by the user;
    在基于管理和编排MANO系统部署VNF的情况下,所述适配器分发模块调用MANO接入模块提供的表述性状态转移REST接口将所述VNF管理请求发送给所述MANO系统,或者,在基于微云设备部署VNF的情况下,所述适配器分发模块调用微VNF管理接入模块提供的REST标准接口将所述VNF管理请求发送给所述微云设备;In the case of deploying a VNF based on the management and orchestration of the MANO system, the adapter distribution module calls the expressive state transfer REST interface provided by the MANO access module to send the VNF management request to the MANO system, or In the case where the device deploys the VNF, the adapter distribution module calls the REST standard interface provided by the micro-VNF management access module to send the VNF management request to the micro-cloud device;
    其中,所述MANO系统和所述微云设备上存储有VNF软件包。Wherein, a VNF software package is stored on the MANO system and the microcloud device.
  7. 根据权利要求6所述的方法,其中,在所述接收用户触发的VNF管理请求之前,所述方法还包括:The method according to claim 6, wherein, before the receiving the VNF management request triggered by the user, the method further comprises:
    VNF软件包导入模块接收用户触发的软件包导入请求,并向所述适配器分发模块发送所述软件包导入请求,所述软件包导入请求携带需要导入的VNF软件包;The VNF software package import module receives a software package import request triggered by a user, and sends the software package import request to the adapter distribution module, the software package import request carrying the VNF software package to be imported;
    在基于所述MANO系统部署所述VNF的情况下,所述适配器分发模块调用所述REST接口将所述软件包导入请求发送给所述MANO系统,In the case of deploying the VNF based on the MANO system, the adapter distribution module calls the REST interface to send the software package import request to the MANO system,
    或者,在基于所述微云设备部署所述VNF的情况下,所述适配器分发模块调用所述REST标准接口将所述软件包导入请求发送给所述微云设备。Or, in the case of deploying the VNF based on the microcloud device, the adapter distribution module calls the REST standard interface to send the software package import request to the microcloud device.
  8. 根据权利要求6所述的方法,其中,The method according to claim 6, wherein:
    所述VNF软件包为通用VNF软件包或者用户使用网络功能虚拟化编排NFVO生成的VNF软件包,所述VNF软件包用于实现对所述VNF的管理。The VNF software package is a general VNF software package or a VNF software package generated by a user using network function virtualization orchestration NFVO, and the VNF software package is used to implement management of the VNF.
  9. 根据权利要求7所述的方法,其中,在所述接收用户触发的软件包导入请求之前,所述方法还包括:7. The method according to claim 7, wherein before said receiving a user-triggered software package import request, the method further comprises:
    VNF软件包编排模块接收用户输入的编排指令,调用NFVO生成所述VNF软件包。The VNF software package layout module receives the layout instruction input by the user, and calls NFVO to generate the VNF software package.
  10. 根据权利要求6所述的方法,其中,The method according to claim 6, wherein:
    所述VNF管理请求包括以下之一:The VNF management request includes one of the following:
    VNF实例化请求、VNF生命周期管理请求。VNF instantiation request, VNF life cycle management request.
PCT/CN2020/085053 2019-05-20 2020-04-16 System and method for implementing virtualized network function (vnf) management WO2020233294A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910419803.3A CN111966444A (en) 2019-05-20 2019-05-20 System and method for realizing VNF (virtual network function) management
CN201910419803.3 2019-05-20

Publications (1)

Publication Number Publication Date
WO2020233294A1 true WO2020233294A1 (en) 2020-11-26

Family

ID=73357913

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/085053 WO2020233294A1 (en) 2019-05-20 2020-04-16 System and method for implementing virtualized network function (vnf) management

Country Status (2)

Country Link
CN (1) CN111966444A (en)
WO (1) WO2020233294A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105743674A (en) * 2014-12-10 2016-07-06 中兴通讯股份有限公司 Method, device and system for virtual network function management
CN106464540A (en) * 2014-06-26 2017-02-22 华为技术有限公司 System and method for virtual network function policy management
CN109120459A (en) * 2018-09-27 2019-01-01 中国联合网络通信有限公司广东省分公司 A kind of metropolitan area network business processing method based on arranging service device
CN109257198A (en) * 2017-07-13 2019-01-22 中国电信股份有限公司 Adapter, management system and the network resource operation method of SDN controller

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106464540A (en) * 2014-06-26 2017-02-22 华为技术有限公司 System and method for virtual network function policy management
CN105743674A (en) * 2014-12-10 2016-07-06 中兴通讯股份有限公司 Method, device and system for virtual network function management
CN109257198A (en) * 2017-07-13 2019-01-22 中国电信股份有限公司 Adapter, management system and the network resource operation method of SDN controller
CN109120459A (en) * 2018-09-27 2019-01-01 中国联合网络通信有限公司广东省分公司 A kind of metropolitan area network business processing method based on arranging service device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YU, SHUYUN: "Non-official translation: ZTE: Leader in Building a Value-Added Services Virtualized Ecosystem", ZTE TECHNOLOGIES, no. 5, 31 May 2017 (2017-05-31), Retrieved from the Internet <URL:https://www.zte.com.cn/china/about/magazine/zte-technologies/2017/5/cn_1342/463918.html> *

Also Published As

Publication number Publication date
CN111966444A (en) 2020-11-20

Similar Documents

Publication Publication Date Title
CN112019475B (en) Resource access method, device, system and storage medium under server-free architecture
EP3455728B1 (en) Orchestrator for a virtual network platform as a service (vnpaas)
US11146453B2 (en) Method and apparatus for creating network slice, and communications system
US11960915B2 (en) Method and apparatus for creating virtual machine based on parameter information of a virtual network interface card
CN111800283B (en) Network system, service providing and resource scheduling method, device and storage medium
EP2947569B1 (en) Hybrid applications operating between on-premise and cloud platforms
US11928522B2 (en) Containerized VNF deployment method and related device
US10917294B2 (en) Network function instance management method and related device
US20220329495A1 (en) Network resource management method and system, network equipment and readable storage medium
CN111443985A (en) Method and equipment for instantiating virtual network function
KR20230069088A (en) Container cluster management method and its system
CN115086166A (en) Computing system, container network configuration method, and storage medium
CN109343970B (en) Application program-based operation method and device, electronic equipment and computer medium
CN114338820A (en) Network access method, device, electronic equipment and storage medium
CN116800616B (en) Management method and related device of virtualized network equipment
KR102553478B1 (en) Arrangement method of resources necessary for network function, storage medium and electronic device
WO2020233294A1 (en) System and method for implementing virtualized network function (vnf) management
CN113342456A (en) Connection method, device, equipment and storage medium
CN115915404A (en) Network slice deployment system and method based on NFV-MANO
CN115344541A (en) File storage method, device, equipment and storage medium
US11888700B2 (en) Method and apparatus for fine-grained isolation in CN NSS domain of E2E network slice
CN113923257A (en) Container group instance termination and creation method, device, electronic equipment and storage medium
US11953972B2 (en) Selective privileged container augmentation
CN114816579B (en) SaaS chemical industrial APP access method based on industrial Internet platform
CN117648511A (en) Information integration method, device, equipment and storage medium

Legal Events

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

Ref document number: 20810295

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 260422)

122 Ep: pct application non-entry in european phase

Ref document number: 20810295

Country of ref document: EP

Kind code of ref document: A1