CN112130962A - Continuous delivery platform and method for deploying application system by using same - Google Patents

Continuous delivery platform and method for deploying application system by using same Download PDF

Info

Publication number
CN112130962A
CN112130962A CN202011056124.3A CN202011056124A CN112130962A CN 112130962 A CN112130962 A CN 112130962A CN 202011056124 A CN202011056124 A CN 202011056124A CN 112130962 A CN112130962 A CN 112130962A
Authority
CN
China
Prior art keywords
virtual machine
module
package
target
parameter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011056124.3A
Other languages
Chinese (zh)
Other versions
CN112130962B (en
Inventor
蔡杰
付大亮
赵晶晶
周起文
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202011056124.3A priority Critical patent/CN112130962B/en
Publication of CN112130962A publication Critical patent/CN112130962A/en
Application granted granted Critical
Publication of CN112130962B publication Critical patent/CN112130962B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a continuous delivery platform and a method for deploying an application system by using the same, wherein the continuous delivery platform comprises: the virtual machine management module is used for managing the virtual machine information; the software package management module is used for managing the software package information of the product and the module package information contained in the software package; the deployment parameter management module is used for receiving a full parameter value configured by a developer for a full parameter of a target module package in a software package of a target product; and the platform deployment module is used for setting parameters corresponding to the target module according to the full parameter values, and sending the target module package with the set parameter values to the target virtual machine so that the target virtual machine can install the target module package and start service after the installation is completed so as to complete the deployment of the target module. The invention can solve the problems of complicated deployment process and low deployment efficiency of the current continuous delivery platform.

Description

Continuous delivery platform and method for deploying application system by using same
Technical Field
The invention relates to the technical field of software development, in particular to a continuous delivery platform and a method for deploying an application system by using the same.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
With the development of internet economy, the competition of software industry, especially internet industry, is becoming more and more intense, in order to meet the requirements of high performance and high availability at high concurrency, the scale of servers required by enterprise software products (namely application systems) is becoming larger and larger, meanwhile, the change speed of user requirements is continuously accelerated, the delivery speed of products is becoming higher and higher, and the realization of fast, reliable and low-risk product online is a necessary way for many companies to improve the production efficiency.
Continuous delivery is a software engineering technique, which allows the production process of a product to be completed in a short period, so as to ensure that software can be stably and continuously maintained in a distributable state. The combination of development, test and operation and maintenance activities is continuously delivered, and closed loops of requirement change, version iteration, product online and user feedback of the product are opened, so that the method is better suitable for market change. The continuous delivery idea deeply influences the field of software development, and the continuous delivery work of software enterprises is developing.
The continuous delivery platform automates the operation of deploying the application system, shortens deployment time, reduces deployment risks, but the correct deployment of the product can be realized only by performing operations such as parameter configuration and the like in the deployment process, so that more manual operations are performed in the deployment process, the same configuration needs to be performed for each deployment, the improvement of deployment efficiency is not facilitated, and user experience is influenced.
Disclosure of Invention
The embodiment of the invention provides a continuous delivery platform, which is used for solving the problems of complicated deployment process and low deployment efficiency of the current continuous delivery platform, and comprises the following components:
the virtual machine management module is used for managing virtual machine information, and the virtual machine information comprises products to which virtual machines belong;
the software package management module is used for managing software package information of a product and module package information contained in a software package, wherein the software package information comprises a software package name, and the module package information comprises a module package name and a full parameter name required to be set by the module;
the deployment parameter management module is used for receiving a full parameter value configured by a developer for a full parameter of a target module package in a software package of a target product;
and the platform deployment module is used for setting parameters corresponding to the target module package according to the full parameter values, sending the target module package with the set parameter values to the target virtual machine so that the target virtual machine can install the target module package, and starting service to complete deployment of the target module after installation is completed, wherein a product to which the target virtual machine belongs is the same as a product to which the target module package belongs.
The embodiment of the invention also provides a method for deploying the application system by using the continuous delivery platform, which is used for solving the problems of complicated deployment process and low deployment efficiency of the current continuous delivery platform.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the method for deploying an application system by using a persistent delivery platform is implemented.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the method for deploying an application system by using a persistent delivery platform is stored in the computer-readable storage medium.
The embodiment of the invention extracts the parameter information (namely the parameter value of the whole amount set by a developer) of the virtual machine, the software package and the software package which need to be configured in the deployment flow of the application system from the deployment flow, and after the user sets the parameter value for the whole amount of the parameter of the software package, the platform deployment module sets the corresponding parameter of the software package according to the parameter information of the software package and sends the software package to the used target virtual machine to install the software package and start the service, thereby completing the execution of the continuous delivery platform deployment task. The parameter information of the software packages, the virtual machines and the software packages can be configured once and used for multiple times, the problem that the same configuration is needed for each deployment in the prior art is solved, the deployment process is simplified, and the deployment efficiency of the continuous delivery platform is further improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a schematic structural diagram of a continuous delivery platform according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating an information management process of a virtual machine management module according to an embodiment of the present invention;
FIG. 3 is a flow chart of information management of a software package management module according to an embodiment of the present invention;
FIG. 4 is a flow chart of information management for deploying a parameter management module according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
In order to facilitate understanding of the embodiments of the present invention, technical terms related to the embodiments of the present invention will be explained first below.
Virtual machine: refers to a virtual server with an operating system that can assume computing tasks.
Software package: the software to be deployed, also called an installation package, and an installation medium may be a certain service system used by a service person, or may be software such as hadoop software serving as a basic platform.
Module package: there is a need for independently deployed software package internal components, such as common BS architecture systems, including application service module packages, database module packages, and the like.
Type of module package: the middleware requirements for marking different module packages in the software package are in one-to-one correspondence with the middleware types, that is, the module packages of a certain module package type need to be deployed on the middleware of the same middleware type.
A middleware: a type of software intermediate between the application system and the system software for communication between the various parts of the system.
The middleware type: used to refer to different types of middleware such as JBOSS, TOMCAT, etc.
And (3) operating environment: the operation resources required when the system to be deployed is successfully deployed and provides services to the outside correspond to the virtual machine set in the invention.
Virtual machine set: the set of virtual machines is used for managing the virtual machines in batches.
Parameters are as follows: variables within the configuration file of the module package that need to be replaced with specific values.
Parameter level: according to the action range of the parameters in the module package, the parameters are divided into product-level parameters which are in a plurality of modules and have the same value, the module-level parameters which are in the specific modules and have the same value when different virtual machines are deployed, and the virtual machine-level parameters which are in the specific modules and have different values when different virtual machines are deployed.
In order to solve the problems of low manual deployment efficiency and more configuration steps of a continuous delivery platform deployment process, an embodiment of the present invention provides a continuous delivery platform, and as shown in fig. 1, the system 100 includes a virtual machine management module 101, a software package management module 102, a deployment parameter management module 103, and a platform deployment module 104.
The virtual machine management module 101 is configured to manage virtual machine information, where the virtual machine information includes a product to which a virtual machine belongs.
The software package management module 102 is configured to manage software package information of a product and module package information included in a software package, where the software package information includes a software package name, and the module package information includes a module package name and a full parameter name that needs to be set by a module.
The deployment parameter management module 103 is configured to receive a full parameter value configured by a developer for a full parameter of a target module package in a software package of a target product.
And the platform deployment module 104 is configured to set parameters corresponding to the target module package according to the full parameter values, and send the target module package with the set parameter values to the target virtual machine, so that the target virtual machine installs the target module package and starts a service to complete deployment of the target module after installation is completed, where a product to which the target virtual machine belongs is the same as a product to which the target module package belongs.
It should be noted that the relationship among the product, the software package, and the module package may be similar to the relationship among the office, the office installation package, the Word installation package, the Excel installation package, and the Visio installation package, where the office is a product, the office installation package is a software package of the product, and the Word installation package, the Excel installation package, and the Visio installation package are respectively used as a module package, which is an installation package of an independent operation component constituting the product.
In an implementation manner of the embodiment of the present invention, the virtual machine information further includes a virtual machine IP and a user name; the deployment parameter management module 103 is further configured to receive a virtual machine IP and a user name of a target module package issued by a developer, and determine a virtual machine corresponding to the virtual machine IP and the user name as an assigned virtual machine; the platform deployment module 104 is further configured to issue the module package with the set parameter value to the specified virtual machine.
In an implementation manner of the embodiment of the present invention, the module package information further includes a module package type, and the module package type is used for distinguishing middleware required for deploying the module package; the virtual machine management module 101 is further configured to manage middleware information deployed on the virtual machine, where the middleware information includes a middleware type; the platform deployment module 104 is further configured to determine, as the target virtual machine, a virtual machine that belongs to the same product as the product to which the target module package belongs and has a middleware type that is the same as the module package type of the target module package.
In an implementation manner of the embodiment of the present invention, the virtual machine management module 101 further provides functions of creating a virtual machine group and adding a virtual machine to the virtual machine group, where the virtual machines in the same virtual machine group are in the same operating environment.
In an implementation manner of the embodiment of the present invention, the virtual machine management module 101 further provides functions of querying, modifying, and deleting the virtual machine information, the middleware information, and/or the virtual machine group.
In an implementation manner of the embodiment of the present invention, the parameter management module 103 is deployed to provide a function of configuring different parameter values for the same parameter according to different virtual machine groups, and a function of configuring different parameter values for the same parameter according to different virtual machines.
In an implementation manner of the embodiment of the present invention, the software package management module 102 further provides functions of querying and deleting software package information.
In an implementation manner of the embodiment of the present invention, the parameter management module 103 is deployed, and further provides a function of modifying and deleting any parameter value in the full parameter values.
The embodiment of the invention extracts the parameter information (namely the parameter value of the whole amount set by a developer) of the virtual machine, the software package and the software package which need to be configured in the deployment flow from the deployment flow, and after the user sets the parameter value for the whole amount parameter of the software package, the platform deployment module sets the corresponding parameter of the software package according to the parameter information of the software package, and sends the software package to the used target virtual machine to install the software package and start the service, thereby completing the execution of the continuous delivery platform deployment task. The parameter information of the software packages, the virtual machines and the software packages can be configured once and used for multiple times, the problem that the same configuration is needed for each deployment in the prior art is solved, the deployment process is simplified, and the deployment efficiency of the continuous delivery platform is further improved.
In order to more clearly describe the embodiment of the present invention, the functions of the virtual machine management module 101, the software package management module 102, and the deployment parameter management module 103, which are separated from the deployment process and used for implementing configuration, will be described separately below.
1. Virtual machine management module
The method is used for recording the virtual machine information such as IP, user name, password, use condition and affiliated product of the virtual machine for deployment, and the middleware information such as the type and the deployment path of the middleware, wherein the information can be filled in manually or imported in batch through files, so that the available deployment resources are provided for the deployment of the software package, and the imported information of the virtual machine can be inquired, modified, deleted and the like.
The dependency relationship exists between the versions of the products, the dependency relationship is embodied in that a system resource level is a virtual machine set model, deployed version information is recorded by using the virtual machine set, meanwhile, different virtual machine sets can represent different operating environments and support the deployment of the same product in different environments, and the dependency relationship between different versions of a certain product can also be embodied by the deployment record of the same virtual machine set. Therefore, in combination with the batch environment management mode, the module also provides the functions of creating, querying, modifying and deleting the virtual machine group.
Specifically, as shown in fig. 2, it is a flowchart of information management of the virtual machine management module 101. The flow chart of the information management performed by the virtual machine management module is as follows:
firstly, the information of the virtual machines such as the IP, the user name, the affiliated product and the like of the virtual machine is input into the system in a manual filling or batch importing mode.
Secondly, the middleware information such as the type and the deployment path of the middleware is input into the system in a manual filling or batch import mode.
And creating a virtual machine group, adding virtual machines for the virtual machine group, and distinguishing the virtual machines running in different environments in the form of the virtual machine group, so that different software versions in the same running environment can be managed conveniently.
Fourthly, inquiring the information of the existing virtual machine, middleware and virtual machine set, and modifying or deleting incorrect information.
It should be noted that the middleware type corresponds to the type of the module package to be deployed, and different types of module packages can be deployed on one virtual machine, thereby saving virtual machine resources.
2. Software package management module
The software package management module records software package information such as software package names and dependency relations among software packages, records module package information in the software packages such as module package names and module package types, records parameter information of a certain version module package such as parameter names and parameter levels, records full parameters of the same module package under different versions, and can modify the level of the parameter into a product level, a module level or a virtual machine level according to the action range of the parameter in the module package, thereby facilitating the user to configure the parameter value of the parameter and providing the function of deleting invalid software package information.
Specifically, as shown in fig. 3, it is a flow chart of information management of the software package management module 102. The flow chart of the information management performed by the virtual machine management module is as follows:
firstly, software package information such as software package names, dependency relations among software packages and the like is imported into the system.
And secondly, importing module information such as module package names, module package types and the like into the system.
And thirdly, importing the parameter information of the module package of a certain version such as the parameter name, the parameter type and the like into the system, and ensuring that the total parameters of the module package under different versions are imported into the system.
And fourthly, modifying the parameter level into a product level, a module level or a virtual machine level according to the action range of the parameter in the module package.
Inquiring the imported software package information, and deleting the software package if the software package is invalid.
That is, the software package management module can not only import the parameters of a module package of a specific version, but also record the total parameters of the module package under different versions, so as to prepare for configuring different values of the total parameters of the module package under different environments; and it is clear that the parameters required by a module package of a certain version to be deployed, for example, version 1 requires parameters a, b, and c, version 2 requires parameters b, c, and d, and version 3 requires parameters b, c, d, and e, so the software package management module is clear that the module packages of three versions require 5 parameters a, b, c, d, and e. When setting parameters, a developer can set parameters required by the module package of the version according to the version of the module package required by the developer.
3. Deployment parameter management module
The deployment parameter management module receives parameter values of full parameter configuration which needs to be customized by developers for all module packages of a certain product, and supports the same virtual machine level parameter of the same module to be configured into different values on different virtual machines so as to meet the requirements of different virtual machines on different parameter values of the same parameter, and meanwhile, the same parameter of the same product can be configured into different values on different virtual machine sets so as to support the deployment of the same product on different environments, but not modify the parameter values when the same product is deployed. For the configured parameter values, the deployment parameter management module provides the functions of inquiry, modification and deletion, and if the parameter values are not modified, one-time configuration and repeated deployment can be realized.
Specifically, as shown in fig. 4, it is an information management flowchart of the deployment parameter management module 103. The flow chart of the information management performed by the virtual machine management module is as follows:
firstly, parameter values are configured for all the parameters of all module packages of a certain product.
And secondly, if a certain product is deployed in multiple sets of environments and the parameter values required by different environments are different, configuring different values for the parameters of the product on different virtual machine sets.
If the same module package is deployed on a plurality of virtual machines and the values of the same parameter on different virtual machines are different, the parameter is changed into a virtual machine level, and then the value required on each virtual machine is configured for the parameter.
If the value of a certain parameter is changed, modifying the value of the parameter, and if the parameter is invalid, deleting the value of the parameter.
After the deployment parameter management module configures required parameter values for the full parameters of a certain product under different virtual machine sets, the parameter values of the product can be prevented from being modified in the deployment process under different environments, and meanwhile, the parameters of the virtual machine level can be configured into different values on different virtual machines, so that the requirements that the same parameter of the same module takes different values on different virtual machines are met.
The embodiment of the invention also provides a method for deploying the application system by using the continuous delivery platform.
An embodiment of the present invention further provides a computer device, and fig. 5 is a schematic diagram of the computer device in the embodiment of the present invention, where the computer device is capable of implementing all steps in the automatic translation scheduling method in the matching activity in the embodiment of the present invention, and the computer device specifically includes the following contents:
a processor (processor)501, a memory (memory)502, a communication Interface (Communications Interface)503, and a communication bus 504;
the processor 501, the memory 502 and the communication interface 503 complete mutual communication through the communication bus 504; the communication interface 503 is used for implementing information transmission between related devices;
the processor 501 is configured to call the computer program in the memory 502, and when the processor executes the computer program, the processor implements the method for deploying the application system by using the persistent delivery platform in the above embodiments.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the method for deploying an application system by using a persistent delivery platform is stored in the computer-readable storage medium.
The embodiment of the invention extracts the parameter information (namely the parameter value of the whole amount set by a developer) of the virtual machine, the software package and the software package which need to be configured in the deployment flow from the deployment flow, and after the user sets the parameter value for the whole amount parameter of the software package, the platform deployment module sets the corresponding parameter of the software package according to the parameter information of the software package, and sends the software package to the used target virtual machine to install the software package and start the service, thereby completing the execution of the continuous delivery platform deployment task. The parameter information of the software package, the virtual machine and the software package can be configured once and used for multiple times, the problem that the same configuration is needed for each deployment in the prior art is solved, the deployment process is simplified, and the deployment efficiency of the continuous delivery platform is further improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (11)

1. A continuous delivery platform, comprising:
the virtual machine management module is used for managing virtual machine information, and the virtual machine information comprises products to which virtual machines belong;
the software package management module is used for managing software package information of a product and module package information contained in a software package, wherein the software package information comprises a software package name, and the module package information comprises a module package name and a full parameter name required to be set by the module;
the deployment parameter management module is used for receiving a full parameter value configured by a developer for a full parameter of a target module package in a software package of a target product;
and the platform deployment module is used for setting parameters corresponding to the target module package according to the full parameter values, and sending the target module package with the set parameter values to the target virtual machine so that the target virtual machine can install the target module package and start service after the installation is completed to complete the deployment of the target module, wherein the product to which the target virtual machine belongs is the same as the product to which the target module package belongs.
2. The continuous delivery platform of claim 1, wherein the virtual machine information further comprises a virtual machine IP and a user name;
the deployment parameter management module is also used for receiving the virtual machine IP and the user name which are set by a developer and used for issuing the target module packet, and determining the virtual machine corresponding to the virtual machine IP and the user name as a specified virtual machine;
and the platform deployment module is also used for sending the module packet with the set parameter value to the specified virtual machine.
3. The continuous delivery platform of claim 1, wherein the module package information further comprises a module package type, the module package type being used to distinguish middleware required to deploy a module package;
the virtual machine management module is further configured to manage middleware information deployed on a virtual machine, where the middleware information includes a middleware type;
the platform deployment module is further used for determining the virtual machine which belongs to the same product as the target module package and has the middleware type same as the module package type of the target module package as the target virtual machine.
4. The continuous delivery platform of any one of claims 1 to 3,
the virtual machine management module also provides functions of creating a virtual machine group and adding virtual machines to the virtual machine group, wherein the virtual machines in the same virtual machine group are in the same operating environment.
5. The continuous delivery platform of claim 4,
the virtual machine management module also provides functions of inquiring, modifying and deleting the virtual machine information, the middleware information and/or the virtual machine group.
6. The continuous delivery platform of claim 4,
the deployment parameter management module provides a function of configuring different parameter values for the same parameter according to different virtual machine sets, and a function of configuring different parameter values for the same parameter according to different virtual machines.
7. The continuous delivery platform of claim 1,
the software package management module also provides the functions of inquiring and deleting the information of the software package.
8. The continuous delivery platform of claim 7,
the deployment parameter management module also provides functions of modifying and deleting any parameter value in the full parameter values.
9. A method for deploying an application system by using a sustained delivery platform, wherein the method is a method for deploying an application system by using the sustained delivery platform according to any one of claims 1 to 8.
10. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of claim 9 when executing the computer program.
11. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of claim 9.
CN202011056124.3A 2020-09-29 2020-09-29 Continuous delivery platform and method for deploying application system by using same Active CN112130962B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011056124.3A CN112130962B (en) 2020-09-29 2020-09-29 Continuous delivery platform and method for deploying application system by using same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011056124.3A CN112130962B (en) 2020-09-29 2020-09-29 Continuous delivery platform and method for deploying application system by using same

Publications (2)

Publication Number Publication Date
CN112130962A true CN112130962A (en) 2020-12-25
CN112130962B CN112130962B (en) 2023-09-19

Family

ID=73843269

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011056124.3A Active CN112130962B (en) 2020-09-29 2020-09-29 Continuous delivery platform and method for deploying application system by using same

Country Status (1)

Country Link
CN (1) CN112130962B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116775048A (en) * 2023-08-24 2023-09-19 浪潮通用软件有限公司 Rapid deployment method, device and medium based on software delivery

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109687987A (en) * 2017-10-19 2019-04-26 北京金山云网络技术有限公司 A kind of cloud platform dispositions method, device, electronic equipment and readable storage medium storing program for executing
CN111324412A (en) * 2018-12-13 2020-06-23 阿里巴巴集团控股有限公司 Service deployment method, device and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109687987A (en) * 2017-10-19 2019-04-26 北京金山云网络技术有限公司 A kind of cloud platform dispositions method, device, electronic equipment and readable storage medium storing program for executing
CN111324412A (en) * 2018-12-13 2020-06-23 阿里巴巴集团控股有限公司 Service deployment method, device and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116775048A (en) * 2023-08-24 2023-09-19 浪潮通用软件有限公司 Rapid deployment method, device and medium based on software delivery
CN116775048B (en) * 2023-08-24 2024-01-16 浪潮通用软件有限公司 Rapid deployment method, device and medium based on software delivery

Also Published As

Publication number Publication date
CN112130962B (en) 2023-09-19

Similar Documents

Publication Publication Date Title
CN108829409B (en) Distributed system rapid deployment method and system
US20210289024A1 (en) Dynamic execution resource selection for customized workflow tasks
CN111625316A (en) Environment deployment method and device, electronic equipment and storage medium
CN105630488A (en) Docker container technology-based continuous integration realizing method
CN110096424B (en) Test processing method and device, electronic equipment and storage medium
US20160117161A1 (en) Installing and updating software systems
CN103608773A (en) Deployment system for multi-node applications
EP2223278A1 (en) Modelling computer based business process and simulating operation
CN111857801B (en) Construction method of mobile application
CN110532044A (en) A kind of big data batch processing method, device, electronic equipment and storage medium
Saito et al. DevOps with Kubernetes: accelerating software delivery with container orchestrators
CN114647485A (en) Dynamic cloud deployment for Robotic Process Automation (RPA) robots
US10754667B1 (en) System and method of module engineering for an industrial process
CN112130962B (en) Continuous delivery platform and method for deploying application system by using same
Boyer et al. Architecture-based automated updates of distributed microservices
CN106802805B (en) Application service management method and device suitable for server management
Zúñiga-Prieto et al. Incremental integration of microservices in cloud applications
CN114265595B (en) Cloud native application development and deployment system and method based on intelligent contracts
CN112905223B (en) Upgrade package generation method, device and equipment
CN111722597B (en) Method and system for preparing engineering data for an industrial control system
US11562105B2 (en) System and method for module engineering with sequence libraries
CN110971665A (en) Management method, system, equipment and storage medium for interfacing multi-type storage
CN108399323B (en) Parameter management system and parameter management method
US20130144590A1 (en) Configuration management
US20230281054A1 (en) Computer System Execution Environment Builder Tool

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