CN110908730A - Cloud platform configuration file management method and management system - Google Patents

Cloud platform configuration file management method and management system Download PDF

Info

Publication number
CN110908730A
CN110908730A CN201911056759.0A CN201911056759A CN110908730A CN 110908730 A CN110908730 A CN 110908730A CN 201911056759 A CN201911056759 A CN 201911056759A CN 110908730 A CN110908730 A CN 110908730A
Authority
CN
China
Prior art keywords
configuration
configuration file
file
cloud platform
personalized
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
CN201911056759.0A
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.)
Fiberhome Telecommunication Technologies Co Ltd
Original Assignee
Fiberhome Telecommunication 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 Fiberhome Telecommunication Technologies Co Ltd filed Critical Fiberhome Telecommunication Technologies Co Ltd
Priority to CN201911056759.0A priority Critical patent/CN110908730A/en
Publication of CN110908730A publication Critical patent/CN110908730A/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/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/54Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by adding security routines or objects to programs
    • 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
    • G06F9/4451User profiles; Roaming

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a cloud platform configuration file management method and a management system, wherein configuration programs of all components are placed under an appointed file path in a plug-in mode; each plug-in includes two parts of content: the method comprises the steps that a first part comprises personalized configuration item definitions needing to be modified, a second part comprises the structure of a complete configuration file of the component and the names and values of all configuration items, in a cloud platform deployment stage, the personalized configuration item definitions of all the components are opened to a user for inputting values, and the names and values of the personalized configuration item definitions input by the user are stored in a specific storage area; and executing the accessory plug-in program to generate a configuration template file of each component, calling the file defined by the personalized configuration item of the specific storage area and the configuration template file to generate a configuration file of the component, and placing the configuration file in a configuration folder of the component. According to the configuration method and the configuration system, the multi-type complex configuration files of the cloud platform can be effectively and safely managed.

Description

Cloud platform configuration file management method and management system
Technical Field
The invention belongs to the technical field of cloud platforms, and particularly relates to a method for preventing a configuration file of a cloud platform from being tampered.
Background
The cloud computing software is complex system software, which is composed of a plurality of complex components, configuration items of configuration files of the components are many, configuration methods of the components are different under different application scenes, variables are generally set in the configuration files, and the variables in the configuration files are modified to perform change, so that due to complexity and diversity of types of the components, the configuration items are increased, configuration management is complicated and tedious, some attributes in variable modification belong to personalized configuration item definitions, some attributes belong to parts which cannot be tampered, and modification under some conditions can cause that a system cannot provide normal services improperly; on the other hand, most of the configuration files are read-write operations limited in the authority of the operating system user to prevent the configuration files from being modified, but the configuration files can be modified randomly after the user obtains corresponding authority, and if backup is not manually performed before the operation, the configuration files can not be restored, and the protection mode has a safety risk to a certain extent. Therefore, efficient and safe management of the configuration file is particularly important in the application scene of complex and various components of the cloud platform.
Disclosure of Invention
Aiming at the defects or the improvement requirements of the prior art, the invention provides a cloud platform configuration file management method and a cloud platform configuration file management system, which can effectively and safely manage a plurality of component configuration files of a cloud platform.
In order to achieve the above object, according to the present invention, there is provided a cloud platform configuration file management method, which includes the steps of:
providing a configuration file initialization program in a plug-in mode, and running to generate a configuration file template;
calling the personalized configuration item value of the configuration file of the specific storage area, and generating a final configuration file by using the configuration file template and the personalized configuration value;
the plug-in initialization program comprises two parts: the first part includes the values of the personalized configuration items that call for acceptable input modification, and the second part includes the structure of the complete configuration file and the names and values of all configuration items.
Furthermore, the personalized configuration item value can be input and modified and is set in a cloud platform deployment stage, personalized configuration item definitions of all the components are opened to the user for inputting the value, and the name and the value of the personalized configuration item definition input by the user are stored in the specific storage area.
Further, the configuration file template is stored in a designated directory, and the generated final configuration file is set in a component configuration folder.
Further, the personalized configuration item definition comprises a cloud platform ID, a password and the like.
Further, the specific area is a folder or a database.
Further, the name of the profile initializer is provided with a numerical identifier to specify the execution order.
Further, before the server is restarted or the server is changed from the operation and maintenance state to the running state, the configuration file generation process is executed again to form a new configuration file.
The invention also provides a configuration file modification method based on the configuration file management method, which is characterized by comprising the following steps:
calling the modified personalized configuration item value of the configuration file in the specific storage area, and/or upgrading the plug-in initialization program to modify the non-personalized configuration item value, restarting or changing the state of the server, and executing the configuration file generation process to generate the modified configuration file.
The invention provides a cloud platform configuration file management system which is characterized by comprising a configuration file custom configuration module, a configuration file custom configuration module and a configuration file custom configuration module, wherein the configuration file custom configuration module is used for defining custom items modified in a configuration file in a deployment stage of a cloud platform;
the system comprises a configuration file program plug-in generation module, a configuration file program generation module and a configuration file management module, wherein the configuration file program plug-in generation module is used for generating a configuration file generation program in a deployment stage of a cloud platform, the program is placed under a specified file path in a plug-in mode, the plug-in program is divided into two parts, the first part comprises a personalized configuration item definition which needs to be modified, and the second part comprises the structure of a complete configuration file of the component and the names and values of all configuration items;
the configuration file custom file generation module is used for receiving the personalized configuration item value input by the user and executing storage so as to be convenient for the configuration file generation module to call;
the configuration file template generation module is used for calling the configuration file program plug-in generation module to generate a configuration file template;
and the configuration file generation module is used for calling the personalized configuration item values and the configuration file templates to generate a final configuration file and placing the final configuration file in a configuration directory.
Furthermore, the management system of the cloud platform configuration file also comprises a configuration file updating module, and the module is used for regenerating a new configuration file custom file and a configuration file template when the system is restarted, or the personalized configuration item value is modified, or the plug-in initialization program is upgraded.
Generally, compared with the prior art, the above technical solution conceived by the present invention has the following beneficial effects:
component configuration scripts are provided for different components in a plug-in mode, and the components are added or deleted only by adding or deleting the configuration scripts in a specific folder, so that operation and maintenance management is facilitated; the configuration items are divided into personalized configuration items and non-personalized configuration items, and user-defined personalized configuration items are provided in a deployment stage to adapt to different deployment scenes; triggering the regeneration of the configuration file in a specific scene (such as server restart or server state change) to prevent the configuration file from being illegally modified; configuration files can be legally modified by modifying default values and upgrading plug-ins, and a more flexible management mode is provided.
Drawings
FIG. 1 is a component of a configuration plug-in for a component implemented in accordance with the present invention;
FIG. 2 is a flow diagram of the configuration of components of the configuration phase implemented in accordance with the present invention;
FIG. 3 is a configuration flow for a server restart or state change phase implemented in accordance with the present invention;
FIG. 4 is a flow diagram of modifying a configuration of a component, implemented in accordance with the invention;
FIG. 5 is a configuration diagram 1 of a deployment phase in accordance with one embodiment of the present invention;
FIG. 6 is a configuration diagram 2 of a deployment phase in accordance with one embodiment of the present invention;
FIG. 7 is a configuration diagram 3 of a deployment phase in accordance with one embodiment of the present invention;
FIG. 8 is a configuration diagram 4 of a deployment phase in accordance with one embodiment of the present invention;
FIG. 9 is a configuration diagram 5 of a deployment phase in accordance with one embodiment of the present invention;
FIG. 10 is a diagram of a component-related template file according to one embodiment implemented according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. In addition, the technical features involved in the embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
The configuration file management method provided by the invention is particularly suitable for complex configuration file component management, and the whole management method and system run through the whole process from deployment to file generation and operation in cloud platform configuration file management, specifically:
the invention provides a method for managing a configuration file of a cloud platform, which comprises the following main steps of:
generating a configuration file template of a plurality of components, wherein preferably, in the generation process of the configuration file template, the steps include but are not limited to: setting a component configuration script folder, providing a configuration file initialization program in a plug-in mode, and adding or deleting components only by adding or deleting configuration scripts in a specific folder;
generating a configuration file template corresponding to a plurality of components one to one; storing the template in a configuration file template folder;
receiving an input personalized configuration item value and storing the value in an open configuration item value storage area;
calling the corresponding personalized configuration item values and the configuration file template in the configuration file template folder, generating a final component configuration file by using the configuration file template and the personalized configuration values, and storing the final component configuration file in the component configuration file folder;
correspondingly, in order to realize the opening of the personalized configuration items of the configuration files, the corresponding plug-in initialization program comprises two parts of contents: the first part comprises the values of the personalized configuration items which can be modified by calling acceptable input, and the second part comprises other parts of the complete configuration file, such as the structure and the names and values of all configuration items; so that when the plug-in runs to generate the final configuration file, the corresponding plug-in program can realize the corresponding function.
In the stage of deploying the cloud platform, opening the personalized configuration item definitions of all the components to a user input value, and storing the name and the value of the personalized configuration item definition input by the user in an open configuration item value storage area;
the method comprises the steps of executing accessory plug-ins of components according to a certain sequence, generating configuration template files of the components, and executing the configuration programs by using names of the configuration plug-ins and carrying numerical identifiers in one embodiment.
According to one embodiment of the invention, the personalized configuration item definition comprises a cloud platform ID, a password and the like;
according to one embodiment of the present invention, the solution for the modifiable part of the partially open configuration file defined for the personalized configuration is as follows: calling the personalized configuration definition of each component plug-in, providing user input according to the name and type of the configuration item, and storing the value input by the user in a custom configuration item file or a database.
The management method of the configuration file further comprises the steps of realizing configuration plug-in logic of each component, defining personalized configuration items, and providing information such as the structure and the storage path of the configuration file before the execution of the management method of the whole configuration file.
According to the configuration file management method of the cloud platform, after the configuration files of all the components are configured according to the process, the component services are started in sequence, and the platform can normally provide the services. When the server is restarted or the operation and maintenance state of the server is changed into the operation state, the system sequentially executes the component configuration plug-in programs again, regenerates the configuration template file of the components, generates the configuration files of the components according to the template file and the previously stored personalized configuration items, and places the configuration files into the designated configuration directory to replace the original configuration files.
Because there are many cloud computing components, such as a computing component, a network component, and a storage component, for each component, according to the configuration file management method of the cloud platform implemented by the present invention, a configuration file initialization program is provided in a plug-in manner, and each plug-in includes two parts of contents: some are definitions of configuration items that may need to be modified, which may be configured to different values for different usage scenarios. In this section of definition, the name of the configuration item, the type of the configuration item (string type, cipher type, value type, etc.), and the default value of the configuration item need to be included. The other part comprises the structure of the complete configuration file of the component and the names and values of all configuration items, wherein the configuration items which may need to be modified transmit the configuration values in a variable mode, and the configuration items which do not need to be modified are directly assigned. In this way, the modifiable part in the configuration file is directly opened, and the configuration files with various and complicated cloud platform types are managed by utilizing the plug-in, so that the safe and effective management of the configuration files is guaranteed.
According to the above management method, the present invention also provides a management system of a cloud platform profile, the management system mainly executes the above management method, the management system is the same as the problem solved by the management method, and the modules used in the following terms may implement a combination of software and/or hardware of a predetermined function, although the management system is implemented by computer instructions and the like, the hardware such as a memory and the like are also part of the system in implementation of the scheme.
The management system of the cloud platform configuration file realized according to the invention comprises the following parts:
the configuration file custom configuration module is used for defining custom items modified in the configuration file in the deployment stage of the cloud platform; the main functions completed by the utility model are as follows: calling the personalized configuration definition of each component plug-in, providing user input according to the name and type of the configuration item, and storing the value input by the user in a custom configuration item file or a database;
the system comprises a configuration file program plug-in generation module, a configuration file program generation module and a configuration file management module, wherein the configuration file program plug-in generation module is used for generating a configuration file generation program in a deployment stage of a cloud platform and placing the program under a specified file path in a plug-in mode, the plug-in program is divided into two parts, the first part comprises a personalized configuration item definition which needs to be modified, and the second part comprises the structure of a complete configuration file of the component and the names and values of all configuration items;
the configuration file custom file generation module is used for receiving the name and the value of the personalized configuration item definition input by the user to generate a configuration file custom file, and executing storage so as to be convenient for the configuration file generation module to call;
the configuration file template generating module is used for generating a configuration file template;
and the configuration file generation module is used for calling the configuration file custom file and the configuration file template to generate a final configuration file and placing the final configuration file in the configuration directory.
Furthermore, the management system of the cloud platform configuration file further comprises a configuration file updating module, and the module is used for regenerating a new configuration file custom file and a configuration file template when the system is restarted, or a user custom item is modified, or a second part of the configuration program is modified.
After the configuration files of all the components are configured according to the process, the component services are sequentially started, and the platform provides normal services. When the server is restarted next time or the server is changed from the operation and maintenance state to the operation state, the system sequentially executes the component configuration plug-in programs again, regenerates the configuration template file of the component, generates the configuration file of each component according to the template file and the previously stored personalized configuration items, puts the configuration file into the specified configuration directory, and replaces the original configuration file, wherein the process is shown in fig. 3:
according to the technical scheme of the invention, the part of the configuration file which can not be modified is regenerated in the mode of the template file, if a user modifies the original configuration, the configuration file is restored, and meanwhile, illegal configuration modification is effectively prevented.
In the platform operation stage, the configuration of some configuration files cannot be modified, and a legal method is provided to modify configuration items. If the configuration of the personalized configuration item is modified, the configuration file of the corresponding component can be modified correspondingly only by modifying the configuration value stored in the database or the file in the deployment stage and then restarting the server or changing the state of the server. If the non-personalized configuration item needs to be modified, the configuration plug-in program of the component needs to be upgraded, the configuration value in the generated configuration template file is modified into the value needing to be specified, then the server is restarted or the state of the server is changed, and the purpose of modifying the configuration file legally can be achieved, and the process is shown in fig. 4.
Examples
User configuration filling is performed in a deployment phase of the cloud platform, where configuration process diagrams of a user in the deployment phase are shown in fig. 5, 6, 7, 8, and 9, where clock-related settings are configured in fig. 5, related storage path information is performed in fig. 6, management interface information is configured in fig. 7, port information is configured in fig. 8, and information such as user management ID is configured in fig. 9.
Take the configuration file nova.conf of nova as an example: the user-defined configuration items input by the user are stored in a/opt/platform/packstack/17.06/hierarchy data folder, and are stored according to the role division folders of different machines: the corresponding user-defined configuration item of the control node 1 is saved in the following steps of/opt/platform/packstack/17.06/hierarchy data/controller/3001: 3/defaults.y aml;
storage of control node 0 in
controller-0:/opt/platform/packstack/17.06/hieradata/controller/3001::3#vim defaults.yaml;
Part of the contents in the configuration file are as follows:
CONFIG_NOVA_API_DB_PW:9c50947ea4164f25
CONFIG_NOVA_API_DB_USER:admin-nova-api
CONFIG_NOVA_COMPUTE_MANAGER:nova.compute.manager.ComputeManager
CONFIG_NOVA_COMPUTE_MIGRATE_PROTOCOL:tcp
CONFIG_NOVA_COMPUTE_MIGRATE_URL:qemu+tcp://nova@%s-infra/system
CONFIG_NOVA_CREATE_SSH_KEYS:y
CONFIG_NOVA_DB_PURGE_ENABLE:true
CONFIG_NOVA_DB_PW:bce16ba1ac604a6c
CONFIG_NOVA_DB_USER:admin-nova
CONFIG_NOVA_INSTALL:y
CONFIG_NOVA_INSTANCE_DISABLE_DPDK:'True'
CONFIG_NOVA_KS_PW:a3a1a0b495264d83
CONFIG_NOVA_KS_USER_NAME:nova
CONFIG_NOVA_LIBVIRT_QEMU_DPDK_OPTIONS:”
CONFIG_NOVA_LIBVIRT_VIF_DRIVER:
nova.virt.libvirt.vif.LibvirtGenericVIFDriver
CONFIG_NOVA_LIVE_MIGRATION_TIMEOUT:'180'
CONFIG_NOVA_METADATA_HOST:3001::2
under the template directory of the configuration file generated by the program, the template directory exists/opt/platform/packstack/17.06/relationships directory is divided into different folders according to the roles of the nodes, wherein the template file related to the nova component is 3001: 3_ nova.pp, as shown in FIG. 10:
Figure BDA0002256744630000081
Figure BDA0002256744630000091
for example, the yellow part of the content of the above extract file, CONFIG _ NOVA _ DB _ PW and CONFIG _ NOVA _ DB _ USER and the like, and account password information of the database, which are needed by the NOVA component and are needed to be configured in the NOVA. conf configuration file, are defined in the default.
The processing logic defining variables in the template file, e.g. nova _ api _ db _ conn variables, preserves the integrity of the database
Figure BDA0002256744630000101
Figure BDA0002256744630000111
Figure BDA0002256744630000121
Template file 3001: 3_ nova.pp is generated by nova plug-in of packstack, in which variable name, data type, default of configuration item that can be customized are defined:
Figure BDA0002256744630000122
Figure BDA0002256744630000131
it will be understood by those skilled in the art that the foregoing is only a preferred embodiment of the present invention, and is not intended to limit the invention, and that any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A cloud platform configuration file management method is characterized by comprising the following steps:
generating and storing configuration file templates corresponding to a plurality of components one to one;
receiving and storing the input personalized configuration item value;
and calling the corresponding personalized configuration item value and the configuration file template through an accessory file program in a plug-in form to generate a final component configuration file.
2. The cloud platform profile management method according to claim 1, wherein the personalized configuration item value acceptable input modification setting is in a cloud platform deployment stage, personalized configuration item definitions of all components are opened to a user for inputting a value, and a name and a value of the personalized configuration item definition input by the user are stored in the specific storage area.
3. The cloud platform profile management method as claimed in claim 1 or 2, wherein said add-on form accessory file program comprises two parts: the first part includes the values of the personalized configuration items that call for acceptable input modification, and the second part includes the structure of the complete configuration file and the names and values of all configuration items.
4. The cloud platform profile management method of claim 3, wherein said personalized configuration item definition comprises a cloud platform ID, password, and the like.
5. The cloud platform profile management method of claim 4, wherein said specific area is a folder or a database.
6. The cloud platform profile management method of claim 5, wherein a name of said profile initializer is provided with a numerical identifier to specify an execution order.
7. The cloud platform profile management method of claim 1, wherein the new profile is formed by re-executing the profile generation process before the server is restarted or the server is changed from the operation and maintenance state to the operation state.
8. A method for profile modification based on the method for profile management as claimed in claims 1-6, characterized in that the method comprises the following steps:
calling the modified personalized configuration item value of the configuration file in the specific storage area, and/or upgrading the plug-in initialization program to modify the non-personalized configuration item value, restarting or changing the state of the server, and executing the configuration file generation process to generate the modified configuration file.
9. A cloud platform configuration file management system is characterized by comprising a configuration file custom configuration module, a configuration file custom configuration module and a configuration file custom configuration module, wherein the configuration file custom configuration module is used for defining custom items modified in a configuration file in a deployment stage of a cloud platform;
the system comprises a configuration file program plug-in generation module, a configuration file program generation module and a configuration file management module, wherein the configuration file program plug-in generation module is used for generating a configuration file generation program in a deployment stage of a cloud platform, the program is placed under a specified file path in a plug-in mode, the plug-in program is divided into two parts, the first part comprises a personalized configuration item definition which needs to be modified, and the second part comprises the structure of a complete configuration file of the component and the names and values of all configuration items;
the configuration file custom file generation module is used for receiving the personalized configuration item value input by the user and executing storage so as to be convenient for the configuration file generation module to call;
the configuration file template generating module is used for generating a configuration file template;
and the configuration file generation module is used for calling the personalized configuration item values and the configuration file templates to generate a final configuration file and placing the final configuration file in a configuration directory.
10. The cloud platform profile management system of claim 9, wherein the cloud platform profile management system further comprises a profile update module configured to regenerate new profile customization files and profile templates when the system is restarted, or when values of personalized configuration items are modified, or when a plug-in initialization program is upgraded.
CN201911056759.0A 2019-10-31 2019-10-31 Cloud platform configuration file management method and management system Pending CN110908730A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911056759.0A CN110908730A (en) 2019-10-31 2019-10-31 Cloud platform configuration file management method and management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911056759.0A CN110908730A (en) 2019-10-31 2019-10-31 Cloud platform configuration file management method and management system

Publications (1)

Publication Number Publication Date
CN110908730A true CN110908730A (en) 2020-03-24

Family

ID=69816045

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911056759.0A Pending CN110908730A (en) 2019-10-31 2019-10-31 Cloud platform configuration file management method and management system

Country Status (1)

Country Link
CN (1) CN110908730A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111930441A (en) * 2020-08-10 2020-11-13 上海熙菱信息技术有限公司 Consul-based configuration file management system and method
CN112099858A (en) * 2020-09-07 2020-12-18 腾讯科技(深圳)有限公司 System data processing logic updating method and device and data processing system
CN113064598A (en) * 2021-03-24 2021-07-02 上海铼锶信息技术有限公司 Container cluster management system deployment method and deployment system
CN113708971A (en) * 2021-08-30 2021-11-26 济南浪潮数据技术有限公司 Openstack cloud platform deployment method and related device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108037961A (en) * 2017-12-07 2018-05-15 北京锐安科技有限公司 A kind of application program collocation method, device, server and storage medium
CN108377198A (en) * 2017-10-25 2018-08-07 国云科技股份有限公司 A kind of unified batch maintenance method of node configuration based on cloud platform

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108377198A (en) * 2017-10-25 2018-08-07 国云科技股份有限公司 A kind of unified batch maintenance method of node configuration based on cloud platform
CN108037961A (en) * 2017-12-07 2018-05-15 北京锐安科技有限公司 A kind of application program collocation method, device, server and storage medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111930441A (en) * 2020-08-10 2020-11-13 上海熙菱信息技术有限公司 Consul-based configuration file management system and method
CN111930441B (en) * 2020-08-10 2024-03-29 上海熙菱信息技术有限公司 Consul-based configuration file management system and method
CN112099858A (en) * 2020-09-07 2020-12-18 腾讯科技(深圳)有限公司 System data processing logic updating method and device and data processing system
CN112099858B (en) * 2020-09-07 2024-03-29 腾讯科技(深圳)有限公司 System data processing logic updating method, device and data processing system
CN113064598A (en) * 2021-03-24 2021-07-02 上海铼锶信息技术有限公司 Container cluster management system deployment method and deployment system
CN113064598B (en) * 2021-03-24 2024-02-06 上海铼锶信息技术有限公司 Container cluster management system deployment method and deployment system
CN113708971A (en) * 2021-08-30 2021-11-26 济南浪潮数据技术有限公司 Openstack cloud platform deployment method and related device

Similar Documents

Publication Publication Date Title
CN110908730A (en) Cloud platform configuration file management method and management system
US8024564B2 (en) Automating configuration of software applications
US10466998B2 (en) Model based upgrade campaign generation
US11231912B2 (en) Post-deployment modification of information-technology application using lifecycle blueprint
CN103902265B (en) One kind applies implementation method and relevant apparatus
CN109542506B (en) System capable of flexibly configuring interface and rapidly delivering service
CN107291525A (en) A kind of method, host and system for disposing virtual machine
CN102236764B (en) Method and monitoring system for Android system to defend against desktop information attack
CN110389766B (en) HBase container cluster deployment method, system, equipment and computer readable storage medium
CN111026723A (en) Big data cluster management control method and device, computer equipment and storage medium
CN105320681A (en) Database content combination method and device
CN108153806B (en) Data migration
CN104111843A (en) Sandbox based script updating method and system
CN113626314B (en) Verification method, device and equipment for cloud platform resource parameters and readable medium
CN117150534B (en) Trusted DCS upper computer application access control method and system based on authority management
CN113031944B (en) Business opening device and method based on template
CN116107590A (en) Implementation method and system for compatible micro-service and monomer architecture in software product development and deployment
CN107015787B (en) Method and device for designing interactive application framework
CN113177292B (en) Universal BIM secondary development implementation method and device
CN114493493A (en) Decision engine and decision engine implementation method
CN114422358A (en) API gateway configuration updating method and equipment
CN107533436B (en) Hardware management
CN114564211A (en) Cluster deployment method, cluster deployment device, equipment and medium
WO2015196524A1 (en) Software upgrade processing method and device, terminal and server
CN106599156A (en) Dynamic interceptor management method based on struts2 interceptor

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200324

RJ01 Rejection of invention patent application after publication