CN112817695A - Method and system for automatically deploying virtual machine on Openstack platform - Google Patents

Method and system for automatically deploying virtual machine on Openstack platform Download PDF

Info

Publication number
CN112817695A
CN112817695A CN202110169300.2A CN202110169300A CN112817695A CN 112817695 A CN112817695 A CN 112817695A CN 202110169300 A CN202110169300 A CN 202110169300A CN 112817695 A CN112817695 A CN 112817695A
Authority
CN
China
Prior art keywords
disk
virtual machine
openstack platform
data
file
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.)
Pending
Application number
CN202110169300.2A
Other languages
Chinese (zh)
Inventor
张达
倪国军
江俊
胡军擎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Yingfang Software Co ltd
Original Assignee
Shanghai Yingfang Software Co ltd
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 Shanghai Yingfang Software Co ltd filed Critical Shanghai Yingfang Software Co ltd
Priority to CN202110169300.2A priority Critical patent/CN112817695A/en
Publication of CN112817695A publication Critical patent/CN112817695A/en
Pending legal-status Critical Current

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
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • 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/45562Creating, deleting, cloning virtual machine instances
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a system for automatically deploying a virtual machine on an Openstack platform, wherein the method comprises the following steps: step S1, making and obtaining basic disk files of various versions of virtual machines; step S2, receiving selection of virtual machine of corresponding operating system; step S3, searching the disk file of the virtual machine corresponding to the selected operating system; step S4, transmitting the searched disk file to the Openstack platform, and after the transmission of the disk file is finished, creating a disk with empty data on the Openstack platform to serve as a root disk of a pull-up virtual machine; step S5, issuing a disk data copy task to realize the data consistency between the disk of null data and the source disk file; step S6, creating a virtual machine based on the newly created disk file, thereby achieving the purpose of automatically deploying the virtual machine on the Openstack platform.

Description

Method and system for automatically deploying virtual machine on Openstack platform
Technical Field
The invention relates to the technical field of private cloud platform management, in particular to a method and a system for automatically deploying a virtual machine on an Openstack platform through an agent-free software NPSVR (No proxy Server).
Background
As various software products need to perform various tests under the environment of more and more operating systems, testers need to build various operating systems, such as centros version, reddat version, suse version and the like of linux, and also need environments in which tests are installed in the versions. For example, if a tester needs to test a centos7.0 machine and install an oracle database, the tester must deploy a centos7.0 virtual machine and then install the oracle database on the system, which requires a lot of time for the tester to create and install the virtual machine and software, wasting manpower and time, and if testing tasks under multiple versions of operating systems, the tester needs to continuously and repeatedly pull up the virtual machine and install the environment, which makes the work complicated and unmanageable.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention aims to provide a method and a system for automatically deploying a virtual machine on an Openstack platform, which can save a large amount of time of testers and can better play a role in managing a test environment by automatically deploying the virtual machine on the Openstack platform through an agent-free software NPSVR.
To achieve the above object, the present invention provides a method for automatically deploying a virtual machine on an Openstack platform, including the following steps:
step S1, making and obtaining basic disk files of various versions of virtual machines;
step S2, receiving selection of virtual machine of corresponding operating system;
step S3, searching the disk file of the virtual machine corresponding to the selected operating system;
step S4, transmitting the searched disk file to the Openstack platform, and after the transmission of the disk file is finished, creating a disk with empty data on the Openstack platform to serve as a root disk of a pull-up virtual machine;
step S5, issuing a disk data copy task to realize the data consistency between the disk of null data and the source disk file;
step S6, creating a virtual machine based on the newly created disk file, thereby achieving the purpose of automatically deploying the virtual machine on the Openstack platform.
Preferably, step S1 includes:
deploying a corresponding virtual machine on the Openstack platform through a mirror image of an operating system;
deploying various test environments on a virtual machine with an installed operating system to obtain a disk data file comprising the data;
and storing the disk data file as a basic disk file of the virtual machine with the corresponding version.
Preferably, after the basic disk file of each version of the virtual machine is manufactured, the basic disk file is put into the storage of the local server.
Preferably, in step S3, after the virtual machine is selected, the agentless software npsvr is used to query the local storage for the existence of the basic disk file of the virtual machine, and if so, the basic disk file is selected as the data file for creating the virtual machine.
Preferably, in step S4, the agent-free software npsvr is used to upload the disk file to the host of the Openstack platform by using an scp protocol, and after the disk file is transmitted, a createwolume method is called, and the disk of the null data is created on the host of the Openstack platform.
Preferably, in step S5, reading from the source disk and writing to the disk of empty data are performed through the i2 node.
Preferably, in step S6, the agentless software npsvr calls the api of Openstack4j, creates a virtual machine using the newly created disk file, and then waits for the virtual machine to be automatically booted and deployed, so that the virtual machine can be used on the Openstack platform.
In order to achieve the above object, the present invention further provides a system for automatically deploying a virtual machine on an Openstack platform, including:
the basic disk file generating module is used for manufacturing and obtaining basic disk files of virtual machines of various versions;
the virtual machine selection module is used for receiving selection of a virtual machine of a corresponding operating system;
the disk file searching module is used for searching the disk file of the virtual machine of the operating system in the local storage;
the empty disk creating module is used for transmitting the searched disk file to the Openstack platform, and creating a empty data disk on the Openstack platform after the transmission of the disk file is finished, wherein the empty data disk is used as a root disk of the pull-up virtual machine;
the disk data copying module is used for issuing a disk data copying task to realize the data consistency of the disk of null data and the source disk file;
and the virtual machine creating module is used for creating a virtual machine based on the newly created disk file, so that the aim of automatically deploying the virtual machine on the Openstack platform is fulfilled.
Preferably, the basic disk file generating module is specifically configured to:
deploying a corresponding virtual machine on the Openstack platform through a mirror image of an operating system;
deploying various test environments on a virtual machine with an installed operating system to obtain a disk data file comprising the data;
and storing the disk data file as a basic disk file of the virtual machine with the corresponding version.
Preferably, the empty disk creating module uploads the disk file to the host of the Openstack platform by using an npsvr in an scp protocol manner, and calls a createfuelme method after the disk file transmission is finished, so as to create the empty data disk on the host of the Openstack platform. Compared with the prior art, the method and the system for automatically deploying the virtual machine on the Openstack platform have the advantages that basic disk files of various versions of virtual machines are manufactured and stored in the local server; when the selection of the virtual machine of the corresponding operating system is received, the disk file of the virtual machine corresponding to the selected operating system is searched, the searched disk file is transmitted to the Openstack platform, after the disk file transmission is finished, a disk with empty data is created on the Openstack platform and used as a root disk of a pull-up virtual machine, a disk data copying task is issued, the data consistency of the disk with the empty data and a source disk file is realized, and finally, a virtual machine is created based on the newly created disk file, so that the purpose of automatically deploying the virtual machine on the Openstack platform is realized.
Drawings
FIG. 1 is a flowchart illustrating steps of a method for automatically deploying a virtual machine on an Openstack platform according to the present invention;
FIG. 2 is a system architecture diagram of a system for automatically deploying a virtual machine on an Openstack platform according to the present invention;
FIG. 3 is a schematic diagram of an architecture for automatically deploying a virtual machine on an Openstack platform according to an embodiment of the present invention;
fig. 4 is a flowchart of automatically deploying a virtual machine on an Openstack platform according to an embodiment of the present invention.
Detailed Description
Other advantages and capabilities of the present invention will be readily apparent to those skilled in the art from the present disclosure by describing the embodiments of the present invention with specific embodiments thereof in conjunction with the accompanying drawings. The invention is capable of other and different embodiments and its several details are capable of modification in various other respects, all without departing from the spirit and scope of the present invention.
An open-source cloud computing management platform is arranged on the Openstack platform. The method for automatically deploying the virtual machine on the Openstack platform refers to a method for automatically creating and pulling up the virtual machine according to the configuration and environment required by a user through the control and management of agent-free software npsvr.
Fig. 1 is a flowchart illustrating steps of a method for automatically deploying a virtual machine on an Openstack platform according to the present invention. As shown in fig. 1, the method for automatically deploying a virtual machine on an Openstack platform of the present invention includes the following steps:
and step S1, creating and obtaining basic disk files of virtual machines of various versions.
In an embodiment of the present invention, a disk file of a virtual machine of various versions is first created, for example, an Operating System of a centros 5(Community Enterprise Operating System, one of the Community Enterprise Operating systems, Linux distribution), a centros 6, a centros 7, a rehat, a windows2008, and a windows2012 version. The manufacturing method comprises the following steps: deploying a corresponding virtual machine on an Openstack platform through the mirror image of the operating system; then, deploying various testing environments, such as an Oracle database, a Gauss database, a Java environment and the like, on the virtual machine with the installed operating system to obtain a disk data file containing the data, and finally saving the disk file as a basic disk file of the virtual machine with the corresponding version, so that various operating systems are manufactured, various data are installed, and the like.
After the basic disk file of each version of the virtual machine is manufactured, the basic disk file is put into the storage of a local server, wherein the local server is the local storage of which the agent-free software npsvr is installed by a user, and correspondingly, the openstack platform is the far end.
Step S2, receiving a virtual machine selection of a corresponding operating system.
In the present invention, when a user needs to select a virtual machine of a certain operating system to create on the Openstack platform, the required virtual machine may be selected through an operation interface, that is, a control page is created at a local end where the agentless software npsvr is installed, parameters (for example, uuid of a disk of the operating system) are issued to the agentless software npsvr through rpc by the control page, where the parameters include a selection of a corresponding operating system, specifically, all operating systems are displayed through the control page, then, after the user selects a certain operating system, uuid of the disk of the operating system can be obtained, and then, the uuid is issued to the agentless software npsvr, and the agentless software npsvr uses api (application Programming interface) of Openstack4j to query the disk, and a local basic disk file obtained in step S1 is obtained.
In the embodiment of the present invention, a required virtual machine of a certain operating system is selected through an api (application Programming interface) of Openstack4j in the agentless npsvr. That is, the present invention takes over the function of managing the Openstack platform through the API of Openstack4j (Openstack4j is an open source Openstack client developed in Java) in the agentless software npsvr.
In step S3, the disk file of the virtual machine of the operating system is searched in the local storage.
Since the disk files of the virtual machines of the respective operating systems have already been stored in the local storage in step S1, when a virtual machine is selected, the agent-less software npsvr inquires whether the base disk file of the virtual machine exists in the directory of the local storage, and if so, selects the base disk file as the data file for creating the virtual machine.
Step S4, transmitting the found disk file to the Openstack platform, and after the transmission of the disk file is finished, creating a disk with empty data on the Openstack platform to serve as a root disk of the pull-up virtual machine.
In the specific embodiment of the present invention, the agent-less software npsvr uploads the disk file to the Openstack host (i.e., installs the Openstack virtual machine) by using the scp (secure copy) protocol, and after the disk file is transmitted, the agent-less software npsvr calls the createvvolume method by using the api of Openstack4j, and creates a disk with empty data on the Openstack host, which is used as the root disk for pulling up the virtual machine.
Therefore, two disks are arranged in the host of the Openstack platform, one disk is provided with a data file, and the other disk is a disk with null data.
And step S5, issuing a task of copying the disk data to realize the data consistency of the disk with null data and the source disk file.
In the specific embodiment of the present invention, the task of copying the disk data can be issued to the host of the openstack platform through rpc by using agent-free software Npsvr (Npsvr is a java program, and is tool software for managing and issuing a task, and the task of copying the disk data can be issued to the host of the openstack platform through rpc, so that data consistency between a disk with empty data and a source disk file is realized, and specifically, reading of the source disk and writing of the disk with empty data can be performed through i2node software (the main function of which has the function of realizing copying of the disk data), so that data consistency between the disk with empty data and the source disk file is realized.
Step S6, a virtual machine is created based on the newly created disk file, thereby achieving the purpose of automatically deploying the virtual machine on the Openstack platform.
Specifically, after the data of the newly created disk file is consistent with the data of the source disk file, the api of the Openstack4j is called through the npsvr, a virtual machine is created by using the newly created disk file, and then the virtual machine can be used on the Openstack platform after the virtual machine is automatically booted and deployed.
Fig. 2 is a system architecture diagram of a system for automatically deploying a virtual machine on an Openstack platform according to the present invention. As shown in fig. 2, the system for automatically deploying a virtual machine on an Openstack platform of the present invention includes:
and a basic disk file generation module 201, configured to make and obtain basic disk files of virtual machines of various versions.
In an embodiment of the present invention, a disk file of a virtual machine of various versions is first created, for example, an Operating System of a centros 5(Community Enterprise Operating System, one of the Community Enterprise Operating systems, Linux distribution), a centros 6, a centros 7, a rehat, a windows2008, and a windows2012 version. The manufacturing method comprises the following steps: deploying a corresponding virtual machine on an Openstack platform through the mirror image of the operating system; then, deploying various testing environments such as an Oracle database, a Gaussian database, a Java environment and the like on a virtual machine with an installed operating system to obtain a data file of a disk containing the data; and finally, the disk file is stored as a basic disk file of the virtual machine with the corresponding version. Thus, various operating systems are manufactured, various data are installed, and the like, and the method is well manufactured.
And after the basic disk file of each version of the virtual machine is manufactured, putting the basic disk file into the storage of the local server.
A virtual machine selection module 202, configured to receive a virtual machine selection of a corresponding operating system.
In the invention, when a user needs to select a virtual machine of a certain operating system to be created on the Openstack platform, the required virtual machine is selected through an operating interface. In an embodiment of the present invention, a required virtual machine of a certain operating system is selected through an api (application Programming interface) of Openstack4j in npsvr. That is, the present invention takes over the function of managing the Openstack platform through the API of Openstack4j (Openstack4j is an open source Openstack client developed by Java) in npsvr.
And the disk file searching module 203 searches the disk file of the virtual machine of the operating system in the local storage.
Since the disk file of the virtual machine of each operating system is already stored in the local storage in the basic disk file generation module 201, after the virtual machine is selected, npsvr queries whether the disk file of the virtual machine exists in the directory of the local storage, and if so, selects the disk file as the data file for creating the virtual machine.
And the empty disk creating module 204 is configured to transmit the found disk file to the Openstack platform, and create an empty data disk on the Openstack platform after the transmission of the disk file is finished, where the empty data disk is used as a root disk of the pull-up virtual machine.
In the specific embodiment of the present invention, the npsvr uploads the disk file to the Openstack host (i.e., installs the Openstack virtual machine) by using a scp (secure copy) protocol, and after the disk file is transmitted, the npsvr calls a createwolumme method by using the api of Openstack4j, and creates a disk with empty data on the Openstack host to serve as a root disk of the pull-up virtual machine.
Therefore, the host of the Openstack is provided with two disks, one disk is provided with a data file, and the other disk is provided with a null data disk.
And the disk data copying module 205 is used for issuing a task of copying the disk data and realizing data consistency between the disk with null data and the source disk file.
In the specific embodiment of the present invention, the data consistency between the empty data disk and the source disk file is realized by issuing the task of copying the disk data in npsvr, and specifically, the source disk can be read and the empty data disk can be written through the i2node, so that the data consistency between the empty data disk and the source disk file is realized.
And the virtual machine creating module 206 is configured to create a virtual machine based on the newly created disk file, so as to achieve the purpose of automatically deploying the virtual machine on the Openstack platform.
Specifically, after the data of the newly created disk file is consistent with the data of the source disk file, the api of the Openstack4j is called through the npsvr, a virtual machine is created by using the newly created disk file, and then the virtual machine can be used on the Openstack platform after the virtual machine is automatically booted and deployed.
Examples
Fig. 3 is a schematic structural diagram of an automated deployment of a virtual machine on an Openstack platform according to an embodiment of the present invention. Fig. 4 is a flowchart of automatically deploying a virtual machine on an Openstack platform according to an embodiment of the present invention. In this embodiment, the process of automatically deploying a virtual machine on an Openstack platform is as follows:
the method comprises the following steps: the user selects the virtual machine of the environment of centros 7+ oracle database at the console.
Step two: the agent-free software npsvr inquires whether the disk file of the virtual machine exists in a local storage server, and if so, the disk file is transmitted to a host of the Openstack platform (namely, a machine provided with the Openstack platform) in an scp protocol mode. In this embodiment, a synchronous transmission mode is used, and a result is obtained only after the transmission is completed.
Step three: after the disk file is transmitted, the agent-free software npsvr calls a createVolume method by using the api of the Openstack4j, and creates a disk with empty data on the Openstack platform to be used as a root disk for pulling up the virtual machine.
Step four: at the moment, an Openstack platform has 2 disks, one is a centros 7+ oracle source disk file, and the other is a null data disk, and at this moment, the source disk is read and the null data disk is written through an i2node, so that the purpose of data copying is achieved.
Step five: the disk for null data has the same data as the source disk file (centros 7+ oracle) until the data transfer is completed. Then, the agent-free software npsvr calls the createDomain method of Openstack4j again, a virtual machine is created based on the newly created disk file, and the pulling-up of the virtual machine can be seen on the Openstack platform after the virtual machine is created, so that the purpose of automatically deploying the virtual machine on the Openstack platform is achieved.
The foregoing embodiments are merely illustrative of the principles and utilities of the present invention and are not intended to limit the invention. Modifications and variations can be made to the above-described embodiments by those skilled in the art without departing from the spirit and scope of the present invention. Therefore, the scope of the invention should be determined from the following claims.

Claims (10)

1. A method for automatically deploying a virtual machine on an Openstack platform comprises the following steps:
step S1, making and obtaining basic disk files of various versions of virtual machines;
step S2, receiving selection of virtual machine of corresponding operating system;
step S3, searching the disk file of the virtual machine corresponding to the selected operating system;
step S4, transmitting the searched disk file to the Openstack platform, and after the transmission of the disk file is finished, creating a disk with empty data on the Openstack platform to serve as a root disk of a pull-up virtual machine;
step S5, issuing a disk data copy task to realize the data consistency between the disk of null data and the source disk file;
step S6, creating a virtual machine based on the newly created disk file, thereby achieving the purpose of automatically deploying the virtual machine on the Openstack platform.
2. The method for automatically deploying a virtual machine on an Openstack platform according to claim 1, wherein step S1 includes:
deploying a corresponding virtual machine on the Openstack platform through a mirror image of an operating system;
deploying various test environments on a virtual machine with an installed operating system to obtain a disk data file comprising the data;
and storing the disk data file as a basic disk file of the virtual machine with the corresponding version.
3. The method for automatically deploying a virtual machine on an Openstack platform according to claim 2, wherein: and after the basic disk file of each version of the virtual machine is manufactured, putting the basic disk file into the storage of the local server.
4. The method for automatically deploying a virtual machine on an Openstack platform according to claim 3, wherein: in step S3, after the virtual machine is selected, the agentless software npsvr is used to query whether the basic disk file of the virtual machine exists in the local storage, and if so, the basic disk file is selected as the data file for creating the virtual machine.
5. The method for automated deployment of virtual machines on an Openstack platform of claim 4, wherein: in step S4, the agent-less software npsvr is used to upload the disk file to the host of the Openstack platform by using the scp protocol, and after the disk file is transmitted, a createevolume method is called, and the disk of the empty data is created on the host of the Openstack platform.
6. The method for automated deployment of virtual machines on an Openstack platform of claim 5, wherein: in step S5, reading from the source disk and writing to the disk of empty data are performed through the i2 node.
7. The method for automated deployment of virtual machines on an Openstack platform of claim 6, wherein: in step S6, the agentless software npsvr calls the api of the Openstack4j, creates a virtual machine using the newly created disk file, and then waits for the virtual machine to be automatically booted and deployed, so that the virtual machine can be used on the Openstack platform.
8. A system for automated deployment of virtual machines on an Openstack platform, comprising:
the basic disk file generating module is used for manufacturing and obtaining basic disk files of virtual machines of various versions;
the virtual machine selection module is used for receiving selection of a virtual machine of a corresponding operating system;
the disk file searching module is used for searching the disk file of the virtual machine of the operating system in the local storage;
the empty disk creating module is used for transmitting the searched disk file to the Openstack platform, and creating a empty data disk on the Openstack platform after the transmission of the disk file is finished, wherein the empty data disk is used as a root disk of the pull-up virtual machine;
the disk data copying module is used for issuing a disk data copying task to realize the data consistency of the disk of null data and the source disk file;
and the virtual machine creating module is used for creating a virtual machine based on the newly created disk file, so that the aim of automatically deploying the virtual machine on the Openstack platform is fulfilled.
9. The system for automatically deploying a virtual machine on an Openstack platform according to claim 8, wherein the basic disk file generating module is specifically configured to:
deploying a corresponding virtual machine on the Openstack platform through a mirror image of an operating system;
deploying various test environments on a virtual machine with an installed operating system to obtain a disk data file comprising the data;
and storing the disk data file as a basic disk file of the virtual machine with the corresponding version.
10. The system for automated deployment of virtual machines on an Openstack platform of claim 9, wherein: the empty disk creating module uploads the disk file to a host of the Openstack platform by using an npsvr in an scp protocol mode, and calls a createVolume method after the disk file is transmitted, so as to create the empty data disk on the host of the Openstack platform.
CN202110169300.2A 2021-02-07 2021-02-07 Method and system for automatically deploying virtual machine on Openstack platform Pending CN112817695A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110169300.2A CN112817695A (en) 2021-02-07 2021-02-07 Method and system for automatically deploying virtual machine on Openstack platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110169300.2A CN112817695A (en) 2021-02-07 2021-02-07 Method and system for automatically deploying virtual machine on Openstack platform

Publications (1)

Publication Number Publication Date
CN112817695A true CN112817695A (en) 2021-05-18

Family

ID=75862235

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110169300.2A Pending CN112817695A (en) 2021-02-07 2021-02-07 Method and system for automatically deploying virtual machine on Openstack platform

Country Status (1)

Country Link
CN (1) CN112817695A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114465937A (en) * 2021-12-30 2022-05-10 宁畅信息产业(北京)有限公司 Network card testing method, device, server, medium, and computer program product

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799464A (en) * 2012-06-25 2012-11-28 北京奇虎科技有限公司 Virtual machine creation method, virtual machine creation system, virtual machine resetting method and virtual machine resetting system
CN103226493A (en) * 2013-05-15 2013-07-31 百度在线网络技术(北京)有限公司 Method and system for deploying multi-operation system service
WO2016025321A1 (en) * 2014-08-13 2016-02-18 OneCloud Labs, Inc. Replication of virtualized infrastructure within distributed computing environments
CN105808323A (en) * 2016-04-05 2016-07-27 浪潮电子信息产业股份有限公司 Virtual machine creation method and system
CN112256397A (en) * 2020-10-28 2021-01-22 上海英方软件股份有限公司 Virtual machine cross-platform migration method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799464A (en) * 2012-06-25 2012-11-28 北京奇虎科技有限公司 Virtual machine creation method, virtual machine creation system, virtual machine resetting method and virtual machine resetting system
CN103226493A (en) * 2013-05-15 2013-07-31 百度在线网络技术(北京)有限公司 Method and system for deploying multi-operation system service
WO2016025321A1 (en) * 2014-08-13 2016-02-18 OneCloud Labs, Inc. Replication of virtualized infrastructure within distributed computing environments
CN105808323A (en) * 2016-04-05 2016-07-27 浪潮电子信息产业股份有限公司 Virtual machine creation method and system
CN112256397A (en) * 2020-10-28 2021-01-22 上海英方软件股份有限公司 Virtual machine cross-platform migration method and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114465937A (en) * 2021-12-30 2022-05-10 宁畅信息产业(北京)有限公司 Network card testing method, device, server, medium, and computer program product
CN114465937B (en) * 2021-12-30 2023-11-17 宁畅信息产业(北京)有限公司 Network card testing method, device, server and medium

Similar Documents

Publication Publication Date Title
US12003572B1 (en) Two-way replication of search node configuration files using a mediator node
US20220004381A1 (en) Integration of containers with external elements
US9710367B1 (en) Method and system for dynamic test case creation and documentation to the test repository through automation
US10007499B2 (en) Decoupled installation of data management systems
US6427230B1 (en) System and method for defining and managing reusable groups software constructs within an object management system
US20030195951A1 (en) Method and system to dynamically detect, download and install drivers from an online service
US20090307684A1 (en) Managing package dependencies
JP2006520966A (en) Integrated server analysis
US20080104080A1 (en) Method and apparatus to access heterogeneous configuration management database repositories
JP2011060035A (en) System, method and program for deploying application
CN114564852B (en) Operation method of FMEA (failure mode and effects analysis) data node and electronic equipment
US20050172264A1 (en) Architecture for converting control types in a data bound user interface
CN111045780A (en) Application migration method suitable for cross-kubernets cluster
CN112817695A (en) Method and system for automatically deploying virtual machine on Openstack platform
CN113849399A (en) Automatic testing system and method for multi-machine cooperative software under multi-localization platform
US7797334B2 (en) Automated downloading from mainframe to local area network
US11341022B2 (en) Runtime performance introspection
CN114996236A (en) Data processing method, device and equipment for converged storage system and storage medium
CN111935249A (en) Synchronous verification method and device, computer storage medium and electronic equipment
CN116909584B (en) Deployment method, device, equipment and storage medium of space-time big data engine
US12013774B2 (en) Verification of core file debugging resources
Modrzyk Writing a Kubernetes Operator to Run EVM-Compatible Blockchains
CN116467203A (en) Method for checking code coverage rate in cloud process
CN116361161A (en) Automated test system, automated test method, electronic device, and storage medium
KR20230091748A (en) Distributed workflow apparatus for executing and managing application tasks across multiple servers and method thereof

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20210518

WD01 Invention patent application deemed withdrawn after publication