CN109450713B - Virtualization platform based on gateway and cloud platform management method, device and medium - Google Patents
Virtualization platform based on gateway and cloud platform management method, device and medium Download PDFInfo
- Publication number
- CN109450713B CN109450713B CN201811591516.2A CN201811591516A CN109450713B CN 109450713 B CN109450713 B CN 109450713B CN 201811591516 A CN201811591516 A CN 201811591516A CN 109450713 B CN109450713 B CN 109450713B
- Authority
- CN
- China
- Prior art keywords
- gateway
- platform
- cloud platform
- resource management
- virtualization
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0893—Assignment of logical groups to network elements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/66—Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The invention provides a virtualization platform based on a gateway and a cloud platform hosting method, which comprise the following steps: establishing an operation entrance, defining a gateway module, forwarding the operation request and processing the operation request. The invention relates to an electronic device and a readable storage medium, which are used for executing a gateway-based virtualization platform and a cloud platform hosting method. According to the invention, through the mode of the gateway service, the codes for interfacing different virtualization platforms or cloud platforms can be maintained independently, the scale of a single module code is reduced, the updating of the gateway service for interfacing different platforms cannot influence each other, different gateways can be developed by using different programming languages according to the skills of developers, the technical requirements on the developers are weakened, the problem of coupling between the resource management operation processing codes of different virtualization platforms or cloud platforms is solved, and the management and the maintenance are simple.
Description
Technical Field
The invention relates to the technical field of cloud computing, in particular to a virtualization platform based on a gateway, a cloud platform management method, a cloud platform management device and a cloud platform management medium.
Background
With the gradual maturity of virtualization and cloud computing technologies, heterogeneous virtualization, mixed cloud and multi-cloud have become the normal state of enterprise IT. A Cloud Management Platform (CMP) provides heterogeneous virtualization platforms and hosting capabilities of Cloud platforms to assist enterprises in hosting increasingly complex hybrid IT environments.
In the traditional design, the nanotube of the heterogeneous virtualization platform and the cloud platform is realized by means of the inheritance mechanism of the class, namely: 1) defining a base class in a code of a virtual resource management module, and defining an abstract method related to virtual resource management operation; 2) corresponding to each virtualization platform or cloud platform, defining a subclass, reusing the abstract method for the subclass, and describing the processing flow of the operation under the corresponding platform; 3) and calling a method of the corresponding platform subclass according to the virtualization type or the platform type of the virtual resource when the operation is actually executed. The method for managing the software needs to use one set of language stack, developers in charge of docking different platforms of a development department are likely to use different language stacks, the constraint cannot be met necessarily, and management and maintenance are complex due to coupling of different platform management codes.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the invention is to provide a gateway-based virtualization platform and a cloud platform hosting method, so as to solve the problems that a set of language stack is required to be used for hosting the existing heterogeneous virtualization platform and the cloud platform, developers in charge of docking different platforms are likely to use different language stacks by a development department, the constraint cannot be met necessarily, and management and maintenance are complex due to coupling of hosting codes of different platforms.
The invention provides a virtualization platform based on a gateway and a cloud platform hosting method, which comprise the following steps:
establishing an operation entrance, constructing a virtual resource management module, and receiving a resource management operation request sent by a client through the virtual resource management module;
a gateway module is defined, and the gateway module corresponding to the virtualization platform and the cloud platform is defined;
forwarding the operation request, and forwarding the resource management operation request to a corresponding virtualization platform or cloud platform through the gateway module;
and processing the operation request, processing the operation logic of uniform resource management through the virtual resource management module, and processing the operation logic related to the characteristics of the virtualization platform or the cloud platform through the gateway module.
Further, in the step of establishing an operation entry, the virtual resource management module provides a uniform entry for virtual resource operation of the client.
Further, in the step of defining gateway modules, each gateway module corresponds to a type of virtualization platform or cloud platform.
Further, in the step of defining a gateway module, the gateway module is deployed independently and is interfaced with the virtualization platform or the cloud platform in an API or SDK manner.
Further, in the step of defining a gateway module, the gateway module provides a uniform interface for the virtual resource management module.
An electronic device, comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing the gateway-based virtualization platform and cloud platform hosting method described above.
A computer-readable storage medium, on which a computer program is stored, the computer program being executed by a processor to perform the above-mentioned gateway-based virtualization platform and cloud platform hosting method.
Compared with the prior art, the invention has the beneficial effects that:
the invention provides a virtualization platform based on a gateway and a cloud platform hosting method, which comprise the following steps: establishing an operation entrance, constructing a virtual resource management module, and receiving a resource management operation request sent by a client through the virtual resource management module; the gateway module is defined, and the gateway module corresponding to the virtualization platform and the cloud platform is defined; forwarding the operation request, and forwarding the resource management operation request to a corresponding virtualization platform or cloud platform through a gateway module; and processing the operation request, processing the operation logic of the uniform resource management through the virtual resource management module, and processing the operation logic related to the characteristics of the virtualization platform or the cloud platform through the gateway module. The invention relates to an electronic device and a readable storage medium, which are used for executing a gateway-based virtualization platform and a cloud platform hosting method. According to the invention, through the mode of the gateway service, the codes for interfacing different virtualization platforms or cloud platforms can be maintained independently, the scale of a single module code is reduced, the updating of the gateway service for interfacing different platforms cannot influence each other, different gateways can be developed by using different programming languages according to the skills of developers, the technical requirements on the developers are weakened, the problem of coupling between the resource management operation processing codes of different virtualization platforms or cloud platforms is solved, and the management and the maintenance are simple.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood and to implement them in accordance with the contents of the description, the following detailed description is given with reference to the preferred embodiments of the present invention and the accompanying drawings. The detailed description of the present invention is given in detail by the following examples and the accompanying drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flowchart of a gateway-based virtualization platform and cloud platform hosting method of the present invention;
FIG. 2 is a schematic diagram of a gateway hosting mode of the present invention;
fig. 3 is a schematic diagram of a cloud management platform managing virtual resources according to an embodiment of the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
As shown in fig. 1 and 2, the method for hosting a virtualized platform and a cloud platform based on a gateway includes the following steps:
establishing an operation entrance, constructing a virtual resource management module, and receiving a resource management operation request sent by a client through the virtual resource management module; preferably, in the step of establishing an operation entry, the virtual resource management module provides a uniform entry for virtual resource operations of different clients, and the client initiates a resource management operation by accessing the virtual resource management module, such as opening a cloud host.
The gateway module is defined, and the gateway module corresponding to the virtualization platform and the cloud platform is defined; preferably, in the step of defining Gateway modules, each Gateway module corresponds to one type of virtualization platform or cloud platform, that is, one Gateway module is defined for each type of virtualization platform or cloud platform, for example, an OpenStack Gateway interfacing with the OpenStack platform is defined, a VMware Gateway interfacing with the vCenter platform is defined, and other Gateway services interfacing with other virtualization platforms or cloud platforms are defined.
Forwarding the operation request, and forwarding the resource management operation request to a corresponding virtualization platform or cloud platform through a gateway module; that is, the virtual resource management module does not directly access the virtualization platform or the cloud platform, and all resource management operation requests are forwarded to the corresponding virtualization platform or the cloud platform through the interface provided by the gateway module.
And processing the operation request, processing the operation logic of the uniform resource management through the virtual resource management module, and processing the operation logic related to the characteristics of the virtualization platform or the cloud platform through the gateway module.
In an embodiment, as shown in fig. 3, a cloud management platform is deployed on a cloud host with an AWS cloud service provisioned, and includes a virtual resource management module, i.e., a resource service in fig. 3, a Gateway module, i.e., an OpenStack Gateway and a vmware Gateway in fig. 3, and other modules, i.e., an API Gateway service and other services in fig. 3. The OpenStack cluster is deployed in the data center A, the vSphere EXSi host cluster and the vCenter virtual machine used for managing the cluster are deployed in the data center B, and through the gateway-based virtualization platform and the cloud platform management method, the cloud management platform can uniformly manage virtual resources such as virtual machines and networks in OpenStack and VMware.
An electronic device, comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing the gateway-based virtualization platform and cloud platform hosting method described above.
A computer-readable storage medium, on which a computer program is stored, the computer program being executed by a processor to perform the above-mentioned gateway-based virtualization platform and cloud platform hosting method.
The invention provides a virtualization platform based on a gateway and a cloud platform hosting method, which comprise the following steps: establishing an operation entrance, constructing a virtual resource management module, and receiving a resource management operation request sent by a client through the virtual resource management module; the gateway module is defined, and the gateway module corresponding to the virtualization platform and the cloud platform is defined; forwarding the operation request, and forwarding the resource management operation request to a corresponding virtualization platform or cloud platform through a gateway module; and processing the operation request, processing the operation logic of the uniform resource management through the virtual resource management module, and processing the operation logic related to the characteristics of the virtualization platform or the cloud platform through the gateway module. The invention relates to an electronic device and a readable storage medium, which are used for executing a gateway-based virtualization platform and a cloud platform hosting method. According to the invention, through the mode of the gateway service, the codes for interfacing different virtualization platforms or cloud platforms can be maintained independently, the scale of a single module code is reduced, the updating of the gateway service for interfacing different platforms cannot influence each other, different gateways can be developed by using different programming languages according to the skills of developers, the technical requirements on the developers are weakened, the problem of coupling between the resource management operation processing codes of different virtualization platforms or cloud platforms is solved, and the management and the maintenance are simple.
The foregoing is merely a preferred embodiment of the invention and is not intended to limit the invention in any manner; those skilled in the art can readily practice the invention as shown and described in the drawings and detailed description herein; however, those skilled in the art should appreciate that they can readily use the disclosed conception and specific embodiments as a basis for designing or modifying other structures for carrying out the same purposes of the present invention without departing from the scope of the invention as defined by the appended claims; meanwhile, any changes, modifications, and evolutions of the equivalent changes of the above embodiments according to the actual techniques of the present invention are still within the protection scope of the technical solution of the present invention.
Claims (7)
1. A virtualization platform based on a gateway and a cloud platform nanotube method are characterized by comprising the following steps:
establishing an operation entrance, constructing a virtual resource management module, and receiving a resource management operation request sent by a client through the virtual resource management module;
a gateway module is defined, and the gateway module corresponding to the virtualization platform and the cloud platform is defined;
forwarding the operation request, and forwarding the resource management operation request to a corresponding virtualization platform or cloud platform through the gateway module;
and processing the operation request, processing the operation logic of uniform resource management through the virtual resource management module, and processing the operation logic related to the characteristics of the virtualization platform or the cloud platform through the gateway module.
2. The gateway-based virtualization platform and cloud platform hosting method of claim 1, wherein: in the step of establishing the operation entry, the virtual resource management module provides a uniform entry for the virtual resource operation of the client.
3. The gateway-based virtualization platform and cloud platform hosting method of claim 1, wherein: in the step of defining the gateway modules, each gateway module corresponds to a type of virtualization platform or cloud platform.
4. The gateway-based virtualization platform and cloud platform hosting method of claim 3, wherein: in the step of defining the gateway module, the gateway module is deployed independently and is in butt joint with the virtualization platform or the cloud platform in an API or SDK mode.
5. The gateway-based virtualization platform and cloud platform hosting method of claim 4, wherein: in the step of defining the gateway module, the gateway module provides a uniform interface for the virtual resource management module.
6. An electronic device, characterized by comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for carrying out the method of any one of claims 1-5.
7. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program is executed by a processor for performing the method according to any of claims 1-5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811591516.2A CN109450713B (en) | 2018-12-25 | 2018-12-25 | Virtualization platform based on gateway and cloud platform management method, device and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811591516.2A CN109450713B (en) | 2018-12-25 | 2018-12-25 | Virtualization platform based on gateway and cloud platform management method, device and medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109450713A CN109450713A (en) | 2019-03-08 |
CN109450713B true CN109450713B (en) | 2020-02-21 |
Family
ID=65538017
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811591516.2A Active CN109450713B (en) | 2018-12-25 | 2018-12-25 | Virtualization platform based on gateway and cloud platform management method, device and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109450713B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112187840A (en) * | 2019-07-02 | 2021-01-05 | 北京百度网讯科技有限公司 | Resource management method, device, equipment and computer readable storage medium |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103986662A (en) * | 2014-05-22 | 2014-08-13 | 浪潮电子信息产业股份有限公司 | Cross-virtualization-platform virtual router achieving method |
CN104579792A (en) * | 2015-01-26 | 2015-04-29 | 四川中电启明星信息技术有限公司 | Architecture and method for achieving centralized management of various types of virtual resources based on multiple adaptive modes |
CN106534306A (en) * | 2016-11-14 | 2017-03-22 | 北京大学(天津滨海)新代信息技术研究院 | Extensible heterogeneous cloud platform adaptation method and system |
CN106681650A (en) * | 2015-11-10 | 2017-05-17 | 中国电信股份有限公司 | Virtual volume access method and virtualization system |
CN107707622A (en) * | 2017-08-30 | 2018-02-16 | 华为技术有限公司 | A kind of method, apparatus and desktop cloud controller for accessing desktop cloud virtual machine |
CN108062248A (en) * | 2017-12-08 | 2018-05-22 | 华胜信泰信息产业发展有限公司 | Method for managing resource, system, equipment and the storage medium of isomery virtual platform |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101930263B1 (en) * | 2012-03-12 | 2018-12-18 | 삼성전자주식회사 | Apparatus and method for managing contents in a cloud gateway |
US9438648B2 (en) * | 2013-05-09 | 2016-09-06 | Rockwell Automation Technologies, Inc. | Industrial data analytics in a cloud platform |
CN103559306B (en) * | 2013-11-18 | 2016-06-22 | 电子科技大学 | A kind of inquiry system by cloud platform to data center and method |
US10554607B2 (en) * | 2017-02-24 | 2020-02-04 | Telefonaktiebolaget Lm Ericsson (Publ) | Heterogeneous cloud controller |
CN108449197B (en) * | 2018-01-03 | 2020-11-20 | 北京大学 | Multi-cloud environment network construction method based on software defined network |
-
2018
- 2018-12-25 CN CN201811591516.2A patent/CN109450713B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103986662A (en) * | 2014-05-22 | 2014-08-13 | 浪潮电子信息产业股份有限公司 | Cross-virtualization-platform virtual router achieving method |
CN104579792A (en) * | 2015-01-26 | 2015-04-29 | 四川中电启明星信息技术有限公司 | Architecture and method for achieving centralized management of various types of virtual resources based on multiple adaptive modes |
CN106681650A (en) * | 2015-11-10 | 2017-05-17 | 中国电信股份有限公司 | Virtual volume access method and virtualization system |
CN106534306A (en) * | 2016-11-14 | 2017-03-22 | 北京大学(天津滨海)新代信息技术研究院 | Extensible heterogeneous cloud platform adaptation method and system |
CN107707622A (en) * | 2017-08-30 | 2018-02-16 | 华为技术有限公司 | A kind of method, apparatus and desktop cloud controller for accessing desktop cloud virtual machine |
CN108062248A (en) * | 2017-12-08 | 2018-05-22 | 华胜信泰信息产业发展有限公司 | Method for managing resource, system, equipment and the storage medium of isomery virtual platform |
Also Published As
Publication number | Publication date |
---|---|
CN109450713A (en) | 2019-03-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10700979B2 (en) | Load balancing for a virtual networking system | |
CN109155782B (en) | Inter-process communication between containers | |
US11210123B2 (en) | Securing live migration of a virtual machine including blocking communication with other virtual machines | |
US9886303B2 (en) | Specialized micro-hypervisors for unikernels | |
CN107534571B (en) | Method, system and computer readable medium for managing virtual network functions | |
EP3471342A1 (en) | Method and device for service deployment in virtualized network | |
EP3313023A1 (en) | Life cycle management method and apparatus | |
US9841988B1 (en) | Updating service virtual machines using a new image that is certified | |
US9825808B2 (en) | Network configuration via abstraction components and standard commands | |
EP3454215A1 (en) | Method for calling remote procedure in network device, and network device | |
WO2017080391A1 (en) | Network service deployment method and device | |
CN109743205B (en) | Cloud platform OS network management method and device and server | |
CN111221618B (en) | Deployment method and device for containerized virtual network function | |
US10185558B2 (en) | Language-independent program composition using containers | |
CN111949364A (en) | Deployment method of containerized VNF and related equipment | |
US20200257776A1 (en) | Request authorization using recipe-based service coordination | |
CN114363170B (en) | Container service network configuration method and related products | |
US11900131B2 (en) | Dynamic remediation actions in response to configuration checks in an information processing system | |
CN107967140A (en) | The initiating method of software modification, the method and device for issuing metadata | |
CN112583615B (en) | VNF instantiation method, NFVO, VIM, VNFM and system | |
WO2019047835A1 (en) | Instantiation method for virtual network function | |
US11531526B1 (en) | Creating portable serverless applications | |
US20240004686A1 (en) | Custom resource definition based configuration management | |
CN109450713B (en) | Virtualization platform based on gateway and cloud platform management method, device and medium | |
CN117519908B (en) | Virtual machine thermomigration method, computer equipment and medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CP01 | Change in the name or title of a patent holder |
Address after: 214000, science and software park, Binhu District, Jiangsu, Wuxi 6 Patentee after: Huayun data holding group Co., Ltd Address before: 214000, science and software park, Binhu District, Jiangsu, Wuxi 6 Patentee before: WUXI CHINAC DATA TECHNICAL SERVICE Co.,Ltd. |
|
CP01 | Change in the name or title of a patent holder |