CN106648771B - Openstack cloud platform custom deployment system and deployment method - Google Patents

Openstack cloud platform custom deployment system and deployment method Download PDF

Info

Publication number
CN106648771B
CN106648771B CN201611140276.5A CN201611140276A CN106648771B CN 106648771 B CN106648771 B CN 106648771B CN 201611140276 A CN201611140276 A CN 201611140276A CN 106648771 B CN106648771 B CN 106648771B
Authority
CN
China
Prior art keywords
cloud platform
openstack
installation
module
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201611140276.5A
Other languages
Chinese (zh)
Other versions
CN106648771A (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.)
WUHAN FIBERHOME INTERGRATION TECHNOLOGIES Co Ltd
Original Assignee
WUHAN FIBERHOME INTERGRATION TECHNOLOGIES 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 WUHAN FIBERHOME INTERGRATION TECHNOLOGIES Co Ltd filed Critical WUHAN FIBERHOME INTERGRATION TECHNOLOGIES Co Ltd
Priority to CN201611140276.5A priority Critical patent/CN106648771B/en
Publication of CN106648771A publication Critical patent/CN106648771A/en
Application granted granted Critical
Publication of CN106648771B publication Critical patent/CN106648771B/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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

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

Abstract

The invention discloses an Openstack cloud platform custom deployment system, which relates to the technical field of Openstack cloud platforms and comprises an assembly installation execution module, a configuration module and a configuration module, wherein the assembly installation execution module is used for creating a plurality of independent execution units, and each execution unit is used for executing an independent function in independent installation of each Openstack assembly; the control module is used for acquiring an Openstack cloud platform deployment mode specified by a user; setting an installation mode according to an Openstack cloud platform deployment mode specified by a user, and controlling an assembly installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack assemblies required to be installed on each cloud platform node through the set installation mode; and the configuration template distribution module is used for sending the configuration templates of the Openstack components to the cloud platform nodes. The Openstack cloud platform deployment structure can be set according to user requirements. The invention also discloses a self-defined deployment method of the Openstack cloud platform.

Description

Openstack cloud platform custom deployment system and deployment method
Technical Field
The invention relates to the technical field of Openstack cloud platforms, in particular to a custom deployment system and a custom deployment method of an Openstack cloud platform.
Background
With the maturity of the cloud technical scheme, the flexibility of the cloud technology is greatly improved by the modularization of the Openstack component, and the Openstack cloud platform is also widely applied to various fields. The Openstack cloud platform owned in the current market basically needs to be deployed according to an inherent scheme, and when enterprise cloud computing is transformed, the existing equipment resources can not be utilized basically because only the inherent Openstack cloud platform deployment scheme can be adopted, and the cloud platform can be deployed only by purchasing a large number of new machines, so that the existing equipment resources are greatly wasted.
Therefore, a technical solution suitable for Openstack cloud platform deployment according to a user-defined deployment scheme is needed.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide an Openstack cloud platform custom deployment system and a deployment method, and an Openstack cloud platform deployment structure is set according to user requirements.
In order to achieve the above purposes, the technical scheme adopted by the invention is as follows: an Openstack cloud platform custom deployment system, the Openstack cloud platform including a plurality of Openstack components, comprising:
the component installation execution module is used for creating a plurality of independent execution units, and each execution unit is used for executing an independent function in the independent installation of each Openstack component; the multiple execution units jointly realize the cooperative installation of each Openstack component;
the control module is used for acquiring an Openstack cloud platform deployment mode specified by a user; setting an installation mode according to an Openstack cloud platform deployment mode specified by a user, wherein the installation mode comprises a structure of an Openstack cloud platform to be installed and components required to be installed by each cloud platform node; controlling an assembly installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack assemblies required to be installed on each cloud platform node through a set installation mode;
and the configuration template distribution module is used for sending the configuration templates of the Openstack components to the cloud platform nodes of the Openstack cloud platform.
On the basis of the technical scheme, the Openstack cloud platform custom deployment system further comprises a user interface definition module, which is used for adding and deploying a user interface of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user.
On the basis of the above technical solution, the user interface definition module includes:
the system comprises a user interface unit, a configuration unit and a configuration unit, wherein the user interface unit is used for adding and deploying a user interface of an Openstack cloud platform;
the platform data collection unit is used for collecting Openstack cloud platform data;
and the platform data management unit is used for managing Openstack cloud platform data by using a uniform format.
On the basis of the technical scheme, the creation of a plurality of independent execution units is realized through a role module of the alarm Playbook.
On the basis of the technical scheme, the execution unit comprises a database establishing unit, a Keystone installation unit and an assembly independent installation unit, wherein:
the database establishing unit is used for establishing an Openstack cloud platform Mysql database cluster;
the Keystone installation unit is used for executing installation and configuration of a Keystone module of the Openstack cloud platform;
the component independent installation unit is used for executing independent installation of each Openstack component.
On the basis of the above technical solution, the configuration template distribution module includes:
the template storage unit is used for creating a warehouse, and the warehouse is used for storing the configuration templates of the Openstack components;
and the translation forwarding unit is used for translating the configuration templates of the Openstack components in the warehouse into corresponding configuration information and sending the configuration information to the cloud platform nodes.
On the basis of the technical scheme, the configuration template of each Openstack component in the warehouse is translated into corresponding configuration information through a template module in the playbook.
The invention also discloses a deployment method of the Openstack cloud platform custom deployment system, wherein the component installation execution module creates a plurality of independent execution units, and each execution unit is used for executing one independent function in each Openstack component independent installation; then the control module sets an installation mode of an Openstack cloud platform to be installed according to an Openstack cloud platform deployment mode specified by a user, wherein the installation mode comprises the structure of the Openstack cloud platform and components required to be installed by each cloud platform node; the configuration template distribution module sends the configuration templates of the Openstack components to the cloud platform nodes of the Openstack cloud platform according to the installation mode set by the control module; and finally, the control module controls the component installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack components needing to be installed on each cloud platform node through the set installation mode.
After the component installation execution module uses a plurality of execution units to execute the independent installation of Openstack components required to be installed by each cloud platform node, the user interface definition module adds and deploys the user interface of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user.
On the basis of the technical scheme, the method comprises the following steps:
s1, the component installation execution module creates a plurality of independent execution units, and each execution unit is used for executing an independent function in the independent installation of each Openstack component;
s2, the control module obtains an Openstack cloud platform deployment mode specified by a user;
s3, the control module sets an installation mode of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user, wherein the installation mode comprises a structure of the Openstack cloud platform to be installed and Openstack components required to be installed by each cloud platform node;
s4, the configuration template distribution module sends the configuration templates of the Openstack components to the cloud platform nodes according to the installation mode set by the control module;
s5, the control module controls the component installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack components required to be installed by each cloud platform node through the set installation mode;
and S6, adding and deploying the user interface of the Openstack cloud platform by the user interface definition module according to the Openstack cloud platform deployment mode specified by the user.
Compared with the prior art, the invention has the advantages that:
firstly, creating a plurality of independent execution units, wherein each execution unit is used for executing an independent function in independent installation of each Openstack component; the method comprises the steps of setting an installation mode of an Openstack cloud platform to be installed according to an Openstack cloud platform deployment mode specified by a user, controlling a plurality of execution units to execute independent installation of Openstack components to be installed on each cloud platform node through the set installation mode, achieving setting of an Openstack cloud platform deployment structure according to user requirements, enabling a scheme to be flexibly formulated according to enterprise requirements, and enabling existing servers to be greatly utilized.
Drawings
FIG. 1 is a schematic structural diagram of an Openstack cloud platform custom deployment system in an embodiment of the present invention;
fig. 2 is a schematic flow diagram of an Openstack cloud platform custom deployment method in the embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples.
Referring to fig. 1, an embodiment of the present invention provides an Openstack cloud platform custom deployment system, where an Openstack cloud platform includes multiple Openstack components, and includes:
the component installation execution module is used for creating a plurality of independent execution units, each execution unit is used for executing an independent function in the independent installation of each Openstack component, and the plurality of execution units jointly realize the independent installation of each Openstack component. The creation of multiple independent execution units is realized by the role module of the infrastructure Playbook. Creating multiple independent execution units can also be realized by a cluster management tool such as puppet, saltstack and the like.
The control module is used for acquiring an Openstack cloud platform deployment mode specified by a user; setting an installation mode according to an Openstack cloud platform deployment mode specified by a user, wherein the installation mode comprises a structure of an Openstack cloud platform to be installed and components required to be installed by each cloud platform node; and controlling the component installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack components needing to be installed on each cloud platform node through the set installation mode.
For example:
1) acquiring an Openstack cloud platform deployment mode selected by a user, configuring a mode file, and selecting a proper configuration file by the user: cfg, 3_ node; cfg, 7_ node. The user selects a proper mode for installation: py-m mode.
2) The control module arranges the input information of the user into the structure of the Openstack cloud platform to be installed:
init_3_ctl(render_only=False)
and 3, controlling the node module to adopt a default network mode, namely vxlan.
init_7_ctl(render_only=False,mode=vlan)
And 7, controlling the node module and adopting a vlan network mode.
init_7_ctl(render_only=False,mode=vxlan)
And 7, controlling the node module to adopt a vxlan network mode.
init_add_ctl(render_only=False)
Adding a control node to the running platform.
init_add_ceph(render_only=False)
Adding a storage node to a running platform.
3) And the control module packages the components to be installed and the commands to be executed of the cloud platform nodes and sends the components and the commands to be executed to the cloud platform nodes. And controlling the component installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack components needing to be installed on each cloud platform node through the set installation mode.
And the configuration template distribution module is used for sending the configuration templates of the Openstack components to the cloud platform nodes. The configuration template is the configuration of the Openstack component set in the playbook, and after the configuration template distribution module sends the configuration template of each Openstack component to each cloud platform node, the Openstack component on each cloud platform node adopts the configuration of the component set in the configuration template.
The Openstack cloud platform custom deployment system further comprises a user interface definition module, and the user interface definition module is used for adding and deploying a user interface of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user.
Firstly, creating a plurality of independent execution units, wherein each execution unit is used for executing an independent function in independent installation of each Openstack component; the method comprises the steps of setting an installation mode of an Openstack cloud platform to be installed according to an Openstack cloud platform deployment mode specified by a user, controlling a plurality of execution units to execute independent installation of Openstack components to be installed on each cloud platform node through the set installation mode, achieving setting of an Openstack cloud platform deployment structure according to user requirements, enabling a scheme to be flexibly formulated according to enterprise requirements, and enabling existing servers to be greatly utilized.
The user interface definition module includes:
the system comprises a user interface unit, a configuration unit and a configuration unit, wherein the user interface unit is used for adding and deploying a user interface of an Openstack cloud platform; pyy, deploy ceph user interface module.
deployment _ Openstack. py deploying an Openstack user interface module.
Add ceph node user interface module.
Add openstack component user interface module.
The platform data collection unit is used for collecting Openstack cloud platform data; for example,
py: collecting and storing data information.
Py: openstack component information is collected.
And the platform data management unit is used for managing Openstack cloud platform data by using a uniform format. Yml, for example, admin _ db.yml: data are uniformly managed by using a Yaml format. admin _ yml.py: and a yaml file read-write module.
The execution unit comprises a database establishing unit, a Keystone installation unit and an assembly independent installation unit, wherein:
the database establishing unit is used for establishing an Openstack cloud platform Mysql database cluster; the automatic deployment of the clusters of the database is realized, and only one Mysql database cluster which can normally work is established without considering how Openstack components are used.
The Keystone installation unit is used for executing installation and configuration of a Keystone module of the Openstack cloud platform. Ensuring that login and access can be achieved using an Openstack client.
The component independent installation unit is used for executing independent installation of each Openstack component. Including Glance/Cinder/Nova/Neutron, to ensure the normal start of the service.
The configuration template distribution module comprises:
the template storage unit is used for creating a warehouse which is used for storing the configuration templates of the Openstack components; the repository is the configuration repository in Playbook.
And the translation forwarding unit is used for translating the configuration templates of the Openstack components in the warehouse into corresponding configuration information and sending the configuration information to the cloud platform nodes.
And translating the configuration template of each Openstack component in the warehouse into corresponding configuration information through a template module in the Playbook. the template module translates the jiaja2 template in the configuration warehouse into the needed configuration information, such as the disk information, address information and so on input by the user, which can automatically replace the pre-designed parameter information in the process of copying the template to the target machine by the template, thus achieving the purpose of independent configuration information of each machine.
Referring to fig. 2, the invention also discloses a deployment method of the Openstack cloud platform custom deployment system, which includes: the component installation execution module creates a plurality of independent execution units, and each execution unit is used for executing an independent function in the independent installation of each Openstack component; then the control module sets an installation mode according to an Openstack cloud platform deployment mode specified by a user, wherein the installation mode comprises the structure of an Openstack cloud platform and components required to be installed by each cloud platform node; the configuration template distribution module sends the configuration templates of the Openstack components to the cloud platform nodes of the Openstack cloud platform according to the installation mode set by the control module; and finally, the control module controls the component installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack components needing to be installed on each cloud platform node through the set installation mode.
After the component installation execution module uses a plurality of execution units to execute the independent installation of Openstack components required to be installed by each cloud platform node, the user interface definition module adds and deploys the user interface of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user.
The method comprises the following steps:
s1, the component installation execution module creates a plurality of independent execution units, and each execution unit is used for executing an independent function in the independent installation of each Openstack component;
s2, the control module obtains an Openstack cloud platform deployment mode specified by a user;
s3, the control module sets an installation mode of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user, and the installation mode comprises a structure of the Openstack cloud platform to be installed and Openstack components required to be installed by each cloud platform node;
s4, the configuration template distribution module sends the configuration templates of the Openstack components to the cloud platform nodes according to the installation mode set by the control module;
s5, the control module controls the component installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack components required to be installed by each cloud platform node through the set installation mode;
and S6, adding and deploying the user interface of the Openstack cloud platform by the user interface definition module according to the Openstack cloud platform deployment mode specified by the user.
The present invention is not limited to the above-described embodiments, and it will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements are also considered to be within the scope of the present invention. Those not described in detail in this specification are within the skill of the art.

Claims (7)

1. An Openstack cloud platform custom deployment system, the Openstack cloud platform including a plurality of Openstack components, comprising:
the component installation execution module is used for creating a plurality of independent execution units, and each execution unit is used for executing an independent function in the independent installation of each Openstack component; the multiple execution units jointly realize the cooperative installation of each Openstack component;
the control module is used for acquiring an Openstack cloud platform deployment mode specified by a user; setting an installation mode according to an Openstack cloud platform deployment mode specified by a user, wherein the installation mode comprises a structure of an Openstack cloud platform to be installed and components required to be installed by each cloud platform node; controlling an assembly installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack assemblies required to be installed on each cloud platform node through a set installation mode;
the configuration template distribution module is used for sending the configuration templates of the Openstack components to the cloud platform nodes of the Openstack cloud platform;
the execution unit comprises a database establishing unit, a Keystone installation unit and an assembly independent installation unit, wherein:
the database establishing unit is used for establishing an Openstack cloud platform Mysql database cluster;
the Keystone installation unit is used for executing installation and configuration of a Keystone module of the Openstack cloud platform;
the component independent installation unit is used for executing independent installation of each Openstack component;
the Openstack cloud platform custom deployment system further comprises a user interface definition module, and the user interface definition module is used for adding and deploying a user interface of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user.
2. The Openstack cloud platform custom deployment system of claim 1, wherein: the user interface definition module includes:
the system comprises a user interface unit, a configuration unit and a configuration unit, wherein the user interface unit is used for adding and deploying a user interface of an Openstack cloud platform;
the platform data collection unit is used for collecting Openstack cloud platform data;
and the platform data management unit is used for managing Openstack cloud platform data by using a uniform format.
3. The Openstack cloud platform custom deployment system of claim 1, wherein: the creation of multiple independent execution units is realized by the role module of the infrastructure Playbook.
4. The Openstack cloud platform custom deployment system of claim 1, wherein: the configuration template distribution module comprises:
the template storage unit is used for creating a warehouse, and the warehouse is used for storing the configuration templates of the Openstack components;
and the translation forwarding unit is used for translating the configuration templates of the Openstack components in the warehouse into corresponding configuration information and sending the configuration information to the cloud platform nodes.
5. The Openstack cloud platform custom deployment system of claim 4, wherein: and translating the configuration template of each Openstack component in the warehouse into corresponding configuration information through a template module in the playbook.
6. An Openstack cloud platform custom deployment method is characterized by comprising the following steps: the component installation execution module creates a plurality of independent execution units, and each execution unit is used for executing an independent function in the independent installation of each Openstack component; then the control module sets an installation mode of an Openstack cloud platform to be installed according to an Openstack cloud platform deployment mode specified by a user, wherein the installation mode comprises the structure of the Openstack cloud platform and components required to be installed by each cloud platform node; the configuration template distribution module sends the configuration templates of the Openstack components to the cloud platform nodes of the Openstack cloud platform according to the installation mode set by the control module; finally, the control module controls the component installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack components needing to be installed on each cloud platform node through the set installation mode;
the user interface definition module adds and deploys a user interface of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user;
the execution unit comprises a database establishing unit, a Keystone installation unit and an assembly independent installation unit:
the database establishing unit is used for establishing an Openstack cloud platform Mysql database cluster;
the Keystone installation unit is used for executing installation and configuration of a Keystone module of the Openstack cloud platform;
the component independent installation unit is used for executing independent installation of each Openstack component.
7. The Openstack cloud platform custom deployment method of claim 6, comprising the steps of:
s1, the component installation execution module creates a plurality of independent execution units, and each execution unit is used for executing an independent function in the independent installation of each Openstack component;
s2, the control module obtains an Openstack cloud platform deployment mode specified by a user;
s3, the control module sets an installation mode of the Openstack cloud platform according to an Openstack cloud platform deployment mode specified by a user, wherein the installation mode comprises a structure of the Openstack cloud platform to be installed and Openstack components required to be installed by each cloud platform node;
s4, the configuration template distribution module sends the configuration templates of the Openstack components to the cloud platform nodes according to the installation mode set by the control module;
s5, the control module controls the component installation execution module to use a plurality of execution units to execute the cooperative installation of Openstack components required to be installed by each cloud platform node through the set installation mode;
and S6, adding and deploying the user interface of the Openstack cloud platform by the user interface definition module according to the Openstack cloud platform deployment mode specified by the user.
CN201611140276.5A 2016-12-12 2016-12-12 Openstack cloud platform custom deployment system and deployment method Active CN106648771B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611140276.5A CN106648771B (en) 2016-12-12 2016-12-12 Openstack cloud platform custom deployment system and deployment method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611140276.5A CN106648771B (en) 2016-12-12 2016-12-12 Openstack cloud platform custom deployment system and deployment method

Publications (2)

Publication Number Publication Date
CN106648771A CN106648771A (en) 2017-05-10
CN106648771B true CN106648771B (en) 2020-02-21

Family

ID=58824353

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611140276.5A Active CN106648771B (en) 2016-12-12 2016-12-12 Openstack cloud platform custom deployment system and deployment method

Country Status (1)

Country Link
CN (1) CN106648771B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110795420A (en) * 2019-10-30 2020-02-14 浪潮云信息技术有限公司 Automatic MySQL database backup method based on infrastructure
CN111258719A (en) * 2020-01-19 2020-06-09 山东汇贸电子口岸有限公司 Method and system for rapidly deploying multi-node Ceph cluster under single-machine KVM virtualization
CN113708971A (en) * 2021-08-30 2021-11-26 济南浪潮数据技术有限公司 Openstack cloud platform deployment method and related device
CN116049136B (en) * 2022-12-21 2023-07-28 广东天耘科技有限公司 Cloud computing platform-based MySQL cluster deployment method and system
CN116208498A (en) * 2023-05-04 2023-06-02 苏州浪潮智能科技有限公司 Method, device, equipment and medium for node differential configuration of OpenStack cloud platform

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9363190B2 (en) * 2013-07-31 2016-06-07 Manjrasoft Pty. Ltd. System, method and computer program product for energy-efficient and service level agreement (SLA)-based management of data centers for cloud computing
CN104796469B (en) * 2015-04-15 2018-04-03 北京中油瑞飞信息技术有限责任公司 The collocation method and device of cloud computing platform
CN104967664A (en) * 2015-05-13 2015-10-07 西安三星电子研究有限公司 Automatic cloud deploying system and method
CN105227344B (en) * 2015-08-21 2019-03-22 烽火通信科技股份有限公司 Software defined network simulation system and method based on OpenStack
CN105426208A (en) * 2015-11-16 2016-03-23 山东超越数控电子有限公司 OpenStack offline automatic installation method of cloud computing system
CN105607903A (en) * 2015-12-15 2016-05-25 国云科技股份有限公司 Openstack component deployment method

Also Published As

Publication number Publication date
CN106648771A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106648771B (en) Openstack cloud platform custom deployment system and deployment method
CN108924217B (en) Automatic deployment method of distributed cloud system
WO2017161984A1 (en) Method, device and system for deploying data clusters, and computer storage medium
US20180367365A1 (en) State control method and apparatus
JP2019523462A (en) Multitask scheduling method, system, application server, and computer-readable storage medium
CN105099739A (en) Plug-in type software deployment method and apparatus, and application server
CN113742031B (en) Node state information acquisition method and device, electronic equipment and readable storage medium
CN110752947A (en) K8s cluster deployment method and device, and deployment platform
CN103064717B (en) A kind of apparatus and method of parallel installation of software for cluster system
CN105553741A (en) Automatic deployment method for application system based on cloud computing
CN110389766B (en) HBase container cluster deployment method, system, equipment and computer readable storage medium
CN105278991B (en) A kind of building method of cloud application deployment configuration model
CN111736994B (en) Resource arranging method, system, storage medium and electronic equipment
CN102983996A (en) Dynamic allocation method and system for high-availability cluster resource management
CN103490929B (en) Manufacturing and implement method for multi-adaptive firmware of server
CN105591778A (en) Method and system for updating configuration file in distributed system
CN111880738A (en) Method for automatically creating and mounting LVM (logical volume manager) volume in K8s environment
US9935830B1 (en) Cloud management system and method for disparate computing nodes in a cloud computing environment
CN114124948A (en) High-availability method, device, equipment and readable medium for cloud component
CN114385126B (en) K8 s-based multi-tenant deep learning model research and development system and method
CN110519088A (en) Configure service disaster and system
CN105262604A (en) Virtual machine migration method and equipment
CN104410511A (en) Server management method and system
CN103927244A (en) Plug-in scheduling process monitoring method implemented based on dynamic proxy
US20160246270A1 (en) Method of controlling a data center architecture equipment

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