WO2021212950A1 - Private cloud task management system and method, and storage medium - Google Patents

Private cloud task management system and method, and storage medium Download PDF

Info

Publication number
WO2021212950A1
WO2021212950A1 PCT/CN2021/074030 CN2021074030W WO2021212950A1 WO 2021212950 A1 WO2021212950 A1 WO 2021212950A1 CN 2021074030 W CN2021074030 W CN 2021074030W WO 2021212950 A1 WO2021212950 A1 WO 2021212950A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
service
module
cloud
cloud service
Prior art date
Application number
PCT/CN2021/074030
Other languages
French (fr)
Chinese (zh)
Inventor
陈海钊
罗平
季统凯
贺忠堂
Original Assignee
国云科技股份有限公司
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 国云科技股份有限公司 filed Critical 国云科技股份有限公司
Publication of WO2021212950A1 publication Critical patent/WO2021212950A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the embodiments of the present application relate to the field of cloud computing technology, and in particular, to a private cloud task management system, method, and storage medium.
  • private cloud the core feature of private cloud is that cloud resources are only used by employees in an enterprise and public institution, and other people and organizations have no right to lease and use cloud computing resources.
  • the cloud who owns the ownership, and who is responsible for daily management, there are no strict rules.
  • the maintenance is relatively simple, and the information management personnel in the enterprise can directly manage it. But for a host, that is, a private cloud provider, when managing a specific private cloud, that is, when managing isolated private clouds, it is usually necessary to build a corresponding one for each private cloud.
  • Private cloud management includes upgrades to private clouds, service configuration, and unified management of mirroring. Therefore, designing a task system that can uniformly perform private cloud management services has become an urgent technical problem to be solved by those skilled in the art.
  • the embodiments of the present application provide a private cloud task management system, method, and storage medium, which adopts a three-tier architecture of a central management module, a client module, and a task service module to realize information interaction, and the above-mentioned three-tier architecture can manage multiple data in a unified manner.
  • the tasks of a private cloud are distributed globally, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios.
  • an embodiment of the present application provides a private cloud task management system, including: a central management module, a client module, and a task service module:
  • the central management module is used to provide centralized task management for a preset number of private clouds; the central management module communicates with the client module through the network;
  • the client module and the task service module are deployed in the private cloud, and the client module is used to pull tasks from the central management module, convert the pulled tasks, and publish the converted tasks to the tasks Service module; the client module is also used to pull tasks and/or mark tasks from the task service module, and report tasks to the central management module according to the pull tasks and/or mark tasks;
  • the task service module is used to publish tasks to the cloud service in the corresponding private cloud and monitor the task progress of the cloud service, and is also used to maintain the cloud service list of the private cloud;
  • the cloud service includes an upgrade service and a container service , Mirroring service, physical machine service and monitoring service.
  • the number of the private cloud is multiple.
  • the embodiments of the present application provide a private cloud task management method, including:
  • the data structure of the queue to be processed includes a data structure in the form of key-value, where key is a private cloud id, and value is a task queue.
  • the performing task pull operation to the central management module to pull the tasks created in the queue for processing includes:
  • a task pull operation is performed to the central management module at a preset time interval to pull the tasks created in the queue to be processed.
  • the message queue includes a reply queue
  • the task service module interacts with cloud services through the message queue, including:
  • the task service module performs a subscription operation on the reply queue to monitor the registration message of the cloud service, and the cloud service sends the registration information to the reply queue;
  • the task service module updates its cloud service list according to the registration information of the cloud service, and sets the task execution status of the cloud service to connected mode;
  • the pulling the interaction result between the task service module and the cloud service includes:
  • the sending the interaction result to the central management module includes:
  • the cloud service list is sent to the central management module so that the central management module updates the cloud service list corresponding to the private cloud received.
  • the message queue includes a request queue
  • the task service module interacts with cloud services through the message queue, including:
  • the task service module When the task service module detects the unsubscribe event of the request queue, it sets the execution state of the cloud service task in the cloud service list to the disconnected state.
  • the unsubscription event includes a private cloud network abnormal event and/or a cloud service stop event.
  • the task service module transmits the cloud service task to the task service module through the request queue.
  • cloud service and execution of corresponding cloud service tasks it also includes:
  • the task to be synchronized after compression and/or encryption is sent to the central management module for decompression and/or decryption to obtain a second task to be synchronized, and the central management module is based on the second task to be synchronized Update the task list;
  • embodiments of the present application provide a storage medium containing computer-executable instructions, which are used to execute the private cloud task management method described in the second aspect when the computer-executable instructions are executed by a computer processor .
  • the embodiment of the present application implements information interaction by setting a three-tier architecture of a central management module, a client module, and a task service module.
  • a three-tier architecture of a central management module, a client module, and a task service module.
  • multiple private cloud tasks can be managed uniformly, and tasks can be distributed globally.
  • the upgrade, operation and maintenance, and service configuration of multiple private clouds provide a unified basic task framework, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios.
  • the task service module has independent functions, and it can operate normally even without a central management module and a client module.
  • Fig. 1 is a flowchart of a private cloud task management method provided by an embodiment of the present application
  • FIG. 2 is a schematic diagram of a process of cloud service registration provided by an embodiment of the present application
  • FIG. 3 is a schematic diagram of a task information synchronization process provided by an embodiment of the present application.
  • FIG. 4 is a structural block diagram of a private cloud task management system provided by an embodiment of the present application.
  • Fig. 5 is a schematic diagram of specific interactions of a private cloud task management system provided by an embodiment of the present application.
  • this application provides a three-tier architecture of a central management module, a client module, and a task service module to achieve information interaction.
  • the central management module is responsible for the centralized management of a unified private cloud, which can be used for multiple private clouds.
  • Task publishing the client module and task service module run inside the corresponding private cloud to obtain the status information of the cloud service in the private cloud.
  • the solution of this application provides a unified basic task framework for the upgrade, operation and maintenance, and service configuration of multiple private clouds, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios, thereby reducing the operation and maintenance costs of enterprises, making Enterprises can focus more on specific private cloud services and improve service quality.
  • Figure 1 shows a flow chart of a private cloud task management method provided by an embodiment of the application.
  • the private cloud task management method provided in this embodiment can be executed by a private cloud task management device, which can pass Realized by software and/or hardware, the private cloud task management device may be composed of two or more physical entities, or may be composed of one physical entity.
  • the private cloud task management device can be a computer, a mobile phone, a tablet, or a server.
  • the server is a device that executes the private cloud task management method as an example.
  • the private cloud task management method specifically includes:
  • Task-Server refers to the task service module
  • Task-Client refers to the client module
  • Task-Center refers to the central management module.
  • Figure 2 is a schematic flow diagram of cloud service registration provided by an embodiment of the present application; in this embodiment, the message queue includes a reply queue and a request queue, and the task service module communicates with Cloud services interact, including:
  • the task service module performs a subscription operation on the response queue to monitor the registration message of the cloud service, and the cloud service sends registration information to the response queue.
  • the cloud service when the cloud service starts, it subscribes to the message queue request queue, and sends a registration message to the message queue reply queue.
  • request queue refers to the request queue
  • reply queue refers to the reply queue; in the cloud After the service sends the registration message to the reply queue, the task service module can subscribe to the reply queue to monitor the registration message of the cloud service. Realize the timely acquisition of registration messages through the above operations.
  • the task service module updates its cloud service list according to the registration information of the cloud service, and sets the task execution state of the cloud service to the connected mode.
  • the task service module adds or updates the monitored cloud service registration information to the cloud service list maintained by itself, and sets the task execution status of the cloud service to Idle, thereby realizing the cloud service registration information in the task service module Update.
  • the pulling the interaction result between the task service module and the cloud service includes:
  • Task-Client regularly pulls the list of cloud services from Task-Server and reports to Task-Center. That is, Task-Client acts as a bridge connecting Task-Center and Task-Server, and is responsible for task pull, release, synchronization and other functions.
  • the sending the interaction result to the central management module includes:
  • the cloud service list is sent to the central management module so that the central management module updates the cloud service list corresponding to the private cloud received.
  • Task-Center provides centralized management of private cloud tasks on a global scale. Task-Center receives the cloud service list of the private cloud and updates it to the corresponding database and cache.
  • the interactive operation of this embodiment also includes the interactive operation of cloud service offline.
  • the message queue includes a request queue, and the task service module interacts with cloud services through the message queue, including:
  • the task service module When the task service module detects the unsubscribe event of the request queue, it sets the execution state of the cloud service task in the cloud service list to the disconnected state.
  • the unsubscription event includes a private cloud network abnormal event and/or a cloud service stop event.
  • An abnormal event of a private cloud network refers to a problem with the network at the private cloud, and there is no way to connect to the Internet
  • a cloud service stop event refers to a user corresponding to the private cloud canceling the corresponding cloud service content.
  • the subscription status of a cloud service will be automatically cancelled when the network is abnormal or out of operation, thereby automatically triggering the offline of the cloud service, and the corresponding cloud service at the private cloud can be offlined without manual operation and maintenance.
  • Task-Server monitors the unsubscribe event of the request queue. When the cloud service cancels the subscription, it triggers the offline process of the Task-Server cloud service. The Task-Server sets the task execution status of the cloud service in the cloud service list to Disconnected. .
  • the task service module is a task management program that runs inside a single private cloud. It is expected to be responsible for the task management of the entire private cloud. It has independent functions and can operate normally even without Task-Center and Task-Client. This guarantees The independence of the operation of the private cloud ensures that the operation of the cloud service will not be disturbed by the status of Task-Center and Task-Client.
  • Task-Client regularly pulls the list of cloud services from Task-Server and reports to Task-Center. That is, Task-Client acts as a bridge connecting Task-Center and Task-Server, and is responsible for task pull, release, synchronization and other functions.
  • the client module is used to transfer and synchronize the information released by the cloud service and the central management module.
  • S103 Perform a task pull operation to the central management module to pull the task created in the queue to be processed.
  • Task-Center receives the task created by the operation and maintenance personnel, saves the task in the database, and sets the status to Waiting, then adds it to the pending queue, and adds it to the pending queue for Task-Client to perform the task.
  • Pull, Task-Client can only pull the corresponding to-be-processed tasks of the private cloud.
  • Task-Client is a client module of private cloud a, so it cannot pull the corresponding to-be-processed tasks of private cloud b.
  • Task-Center retrieves the task list from the pending queue corresponding to the private cloud where Task-Client is located, and returns it to Task-Client.
  • the performing task pull operation to the central management module to pull the tasks created in the queue for processing includes:
  • a task pull operation is performed to the central management module at a preset time interval to pull the tasks created in the queue to be processed. That is, the task pull is performed every preset time, and the pull operation of the information can be better automatically completed through the client module.
  • the data structure of the queue to be processed in this embodiment includes a data structure in the form of key-value, where key is a private cloud id and value is a task queue.
  • This data structure is used to represent a queue of to-be-processed tasks corresponding to a certain private cloud.
  • the key is used to identify the corresponding private cloud, and the value is used to identify the specific task.
  • S104 Transform the pulled task to obtain a cloud service task, and send the cloud service task to the task service module so that the task service module transmits the cloud service task to the cloud service through the request queue and executes it The corresponding cloud service task.
  • Task-Client After the Task-Client receives the task, it transforms it and sends the task to the Task-Server.
  • the Task-Server receives the task, saves the task in the database, and sets the state to the running state; Task-Server
  • the cloud service When the task is posted to the request queue, the cloud service obtains the task from the request queue, the cloud service executes the task, publishes the task result to the reply queue, and the Task-Server obtains the task result and updates it to the database.
  • the task distribution is realized through the above steps.
  • the cloud service interacts with the task service module, the interaction is mainly carried out through the request queue and reply queue.
  • FIG. 3 is a schematic diagram of a task information synchronization process provided by an embodiment of the present application. After step S104, it further includes:
  • S104a Pull the first task to be synchronized in the task service module.
  • the task stored in the database by the Task-Server has a synchronization mark, and the synchronization mark includes a synchronized state and a pending synchronization state. It is judged whether the task has been synchronized by the above synchronization mark method, and the Task-Client regularly pulls the synchronization mark as the task to be synchronized from the Task-Server. Through this step, all the tasks to be synchronized can be pulled.
  • S104b Perform compression processing and/or encryption processing on the first task to be synchronized.
  • the Task-Client periodically pulls the tasks that are marked for synchronization from the Task-Server, compresses and encrypts them in the form of a list, and reports to the Task-Center.
  • Task-Center receives the task list and returns success to Task-Client. Because the client module and the central management module exchange information through the Internet, the security of information transmission can be improved by compressing and encrypting the transmitted content.
  • S104c Send the task to be synchronized after compression and/or encryption to the central management module for decompression and/or decryption to obtain a second task to be synchronized, and the central management module according to the second task to be synchronized Synchronize tasks to update the task list.
  • Task-Center decrypts and decompresses the task list corresponding to the private cloud stored in it, and updates it to the database; Task-Client sends a request to Task-Server to set the synchronization flag of the task in the task list to Synchronized.
  • S104d Send a mark modification request to the task service module to modify the task to be synchronized in the cloud service list to a synchronized task.
  • the synchronization flag is set to be synchronized; when Task-Server obtains the task result and updates to the database, the synchronization flag is set to be synchronized; Task-Client synchronizes the task information to the Task After -Center, send a request to Task-Server to change the synchronization mark of the task in the task list to synchronized.
  • the synchronization mark interaction is used to make the information mark at the central management module and the task service module the same, that is, the information in the service list maintained by the two is consistent, and then the upgrade, operation and maintenance and service configuration of the private cloud are completed.
  • the private cloud task management method provided by the embodiments of the present application can uniformly manage the tasks of multiple private clouds, distribute tasks globally, and provide unified functions for the upgrade, operation and maintenance, and service configuration of multiple private clouds.
  • the basic independent task framework simplifies the function development and operation and maintenance in multiple private cloud management scenarios.
  • the embodiment of the present application implements information interaction by setting a three-tier architecture of a central management module, a client module, and a task service module.
  • a three-tier architecture of a central management module, a client module, and a task service module.
  • multiple private cloud tasks can be managed uniformly, and tasks can be distributed globally.
  • the upgrade, operation and maintenance, and service configuration of multiple private clouds provide a unified basic task framework, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios.
  • the task service module has independent functions, and it can operate normally even without a central management module and a client module.
  • Figure 4 is a structural block diagram of a private cloud task management system provided by an embodiment of the present application
  • Figure 5 is a specific interaction schematic diagram of a private cloud task management system provided by an embodiment of the present application.
  • the above-mentioned private cloud task management method of this embodiment runs on a private cloud task management system.
  • the private cloud task management system includes a central management module, a client module, and a task service module; the central management module is deployed at the management server; The management module will not be deployed in the private cloud.
  • the management server includes a central management module 21, which is used to provide centralized task management for a preset number of private clouds; the central management module 21 communicates with the client module 22 through a network.
  • the client module 22 and the task service module 23 are deployed in a private cloud.
  • the client module 22 is used to pull tasks from the central management module 21, and convert the pulled tasks, and convert the converted tasks.
  • the task is issued to the task service module 23; the client module 22 is also used to pull tasks and/or mark tasks from the task service module 23, and send to the central management module according to the pull tasks and/or mark tasks 21 Carry out task report.
  • the task service module 23 is used to publish tasks to the cloud service in the corresponding private cloud and monitor the task progress of the cloud service, and is also used to maintain the cloud service list of the private cloud; the cloud service includes upgrade services and containers. Services, mirroring services, physical machine services and monitoring services. Both the task service module 23 and the client module 22 of this embodiment run inside the private cloud.
  • the private cloud may be configured in a single server, or multiple servers may jointly construct a private cloud, or even a server may contain multiple private clouds.
  • the task service module of this embodiment is a task management program running in a single private cloud, responsible for task management of the entire private cloud, and has independent functions. Even without a central management module and a client module, the task service module can operate normally.
  • the client module is a bridge connecting the center management module and the task service module, and is mainly responsible for the functions of task pull, release and synchronization.
  • the number of the private cloud is multiple. That is, the management of multiple private clouds can be realized through a single central management module.
  • the embodiment of the present application implements information interaction by setting a three-tier architecture of a central management module, a client module, and a task service module.
  • a three-tier architecture of a central management module, a client module, and a task service module.
  • multiple private cloud tasks can be managed uniformly, and tasks can be distributed globally.
  • the upgrade, operation and maintenance, and service configuration of multiple private clouds provide a unified basic task framework, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios.
  • the task service module has independent functions, and it can operate normally even without a central management module and a client module.
  • An embodiment of the present application also provides a storage medium containing computer-executable instructions, which are used to execute a private cloud task management method when executed by a computer processor, and the private cloud task management method includes:
  • Storage medium any of various types of storage devices or storage devices.
  • the term "storage medium” is intended to include: installation media, such as CD-ROM, floppy disk or tape device; computer system memory or random access memory, such as DRAM, DDR RAM, SRAM, EDO RAM, Rambus RAM, etc. ; Non-volatile memory, such as flash memory, magnetic media (such as hard disk or optical storage); registers or other similar types of memory elements.
  • the storage medium may further include other types of memory or a combination thereof.
  • the storage medium may be located in the first computer system in which the program is executed, or may be located in a different second computer system connected to the first computer system through a network (such as the Internet).
  • the second computer system can provide the program instructions to the first computer for execution.
  • the term “storage medium” may include two or more storage media residing in different locations (for example, in different computer systems connected through a network).
  • the storage medium may store program instructions (for example, embodied as a computer program) executable by one or
  • the storage medium containing computer-executable instructions provided by the embodiments of the present application is not limited to the private cloud task management method described above, and can also execute the private cloud provided by any embodiment of the present application. Related operations in task management methods.
  • the storage medium provided in the above embodiment can execute the private cloud task management method provided by any embodiment of this application.
  • the private cloud task management provided by any embodiment of this application. method.
  • the embodiment of the present application implements information interaction by setting a three-tier architecture of a central management module, a client module, and a task service module.
  • a three-tier architecture of a central management module, a client module, and a task service module.
  • multiple private cloud tasks can be managed uniformly, and tasks can be distributed globally.
  • the upgrade, operation and maintenance, and service configuration of multiple private clouds provide a unified basic task framework, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios.
  • the task service module functions independently, and it can operate normally even without a central management module and a client module.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

Disclosed in embodiments of the present application are a private cloud task management system and method, and a storage medium. The private cloud task management system provided by the embodiments of the present application comprises a central management module, a client module, and a task service module; the client module and the task service module are deployed in a private cloud. Information interaction is achieved by providing a three-layer architecture comprising a central management module, a client module, and a task service module; by means of the three-layer architecture, tasks of multiple private clouds can be managed uniformly, task distribution is performed globally, a uniform basic task framework is provided for update, operation and maintenance, and service configuration of the multiple private clouds, and function development and operation and maintenance in a scenario of management of multiple private clouds are simplified. Moreover, the task service module is independent in function, and can operate normally even under the condition of no central management module and client module.

Description

一种私有云任务管理系统、方法及存储介质Private cloud task management system, method and storage medium 技术领域Technical field
本申请实施例涉及云计算技术领域,尤其涉及一种私有云任务管理系统、方法及存储介质。The embodiments of the present application relate to the field of cloud computing technology, and in particular, to a private cloud task management system, method, and storage medium.
背景技术Background technique
目前,私有云的核心特征是云端资源只供一个企事业单位内的员工使用,其他的人和机构都无权租赁并使用云端计算资源。至于云端部署何处、所有权归谁、由谁负责日常管理,并没有严格的规定。这有两个可能,一是部署在单位内部,如机房内,其称为本地私有云;二是托管在别处,如阿里云端,其称为托管私有云。对于本地私有云其维护相对简单,企业内信息管理人员可以直接对其进行管理。但是对于托管商,也即是私有云提供商而言,对于某个特定的私有云进行管理时,也即是相互隔离的私有云进行管理时,通常需要针对每一个私有云分别构建一个对应的管理平台,以进行对应的进行管理,或者运维人员需要远程登录私有云进行操作,这种方式虽然会为被服务企业提供更为全面的管理服务。但是随着环境部署的增多,对私有云进行管理会大大增加私有云提供商的成本,这里的私有云管理包括对私有云的升级、服务配置、镜像的统一管理等。因此,设计一种能够统一进行私有云管理服务的任务系统成为本领域技术人员亟待解决的技术问题。At present, the core feature of private cloud is that cloud resources are only used by employees in an enterprise and public institution, and other people and organizations have no right to lease and use cloud computing resources. As for where the cloud is deployed, who owns the ownership, and who is responsible for daily management, there are no strict rules. There are two possibilities. One is to deploy in the unit, such as the computer room, which is called a local private cloud; the other is to be hosted elsewhere, such as Alibaba Cloud, which is called a managed private cloud. For the local private cloud, the maintenance is relatively simple, and the information management personnel in the enterprise can directly manage it. But for a host, that is, a private cloud provider, when managing a specific private cloud, that is, when managing isolated private clouds, it is usually necessary to build a corresponding one for each private cloud. Management platform for corresponding management, or operation and maintenance personnel need to remotely log in to the private cloud for operation, although this method will provide more comprehensive management services for the serviced enterprise. However, with the increase in environment deployment, the management of private clouds will greatly increase the cost of private cloud providers. Private cloud management here includes upgrades to private clouds, service configuration, and unified management of mirroring. Therefore, designing a task system that can uniformly perform private cloud management services has become an urgent technical problem to be solved by those skilled in the art.
发明内容Summary of the invention
本申请实施例提供一种私有云任务管理系统、方法及存储介质,其采用了中心管理模块、客户端模块和任务服务模块三层架构来实现信息的交互,通过上述三层架构能够统一管理多个私有云的任务,并且在全局上进行任务分发,简化了多个私有云管理场景下的功能开发和运维。The embodiments of the present application provide a private cloud task management system, method, and storage medium, which adopts a three-tier architecture of a central management module, a client module, and a task service module to realize information interaction, and the above-mentioned three-tier architecture can manage multiple data in a unified manner. The tasks of a private cloud are distributed globally, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios.
在第一方面,本申请实施例提供了一种私有云任务管理系统,包括:中心管理模块、客户端模块和任务服务模块:In the first aspect, an embodiment of the present application provides a private cloud task management system, including: a central management module, a client module, and a task service module:
所述中心管理模块用于为预设数量的私有云提供集中的任务管理;所述中心管理模块通过网络与客户端模块进行通信;The central management module is used to provide centralized task management for a preset number of private clouds; the central management module communicates with the client module through the network;
所述客户端模块和任务服务模块部署于私有云内,所述客户端模块用于从所述中心管理模块拉取任务,并对拉取到的任务进行转换,将转换后的任务发布于任务服务模块;所述客户端模块还用于从所述任务服务模块拉取任务和/或标记任务,根据所述拉取任务和/或标记任务向所述中心管理模块进行任务汇报;The client module and the task service module are deployed in the private cloud, and the client module is used to pull tasks from the central management module, convert the pulled tasks, and publish the converted tasks to the tasks Service module; the client module is also used to pull tasks and/or mark tasks from the task service module, and report tasks to the central management module according to the pull tasks and/or mark tasks;
所述任务服务模块用于向对应的私有云内云服务发布任务并监听所述云服务的任务进度,还用于对私有云的云服务列表进行维护;所述云服务包括升级服务、容器服务、镜像服务、物理机服务和监控服务。The task service module is used to publish tasks to the cloud service in the corresponding private cloud and monitor the task progress of the cloud service, and is also used to maintain the cloud service list of the private cloud; the cloud service includes an upgrade service and a container service , Mirroring service, physical machine service and monitoring service.
进一步的,所述私有云的数量为多个。Further, the number of the private cloud is multiple.
在第二方面,本申请实施例提供了一种私有云任务管理方法,包括:In the second aspect, the embodiments of the present application provide a private cloud task management method, including:
当检测到任务服务模块通过消息队列与云服务进行交互后,拉取所述任务服务模块与云服务的交互结果;When it is detected that the task service module interacts with the cloud service through the message queue, pull the interaction result between the task service module and the cloud service;
将所述交互结果发送至中心管理模块以使所述中心管理模块对对应的云服务列表进行更新;Sending the interaction result to the central management module so that the central management module updates the corresponding cloud service list;
向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务;Perform a task pull operation to the central management module to pull the task created in the queue to be processed;
对拉取到的任务进行转化以得到云服务任务,并将所述云服务任务发送至任务服务模块以使所述任务服务模块将所述云服务任务通过请求队列传输至云服务并执行对应的云服务任务。Transform the pulled task to obtain the cloud service task, and send the cloud service task to the task service module so that the task service module transmits the cloud service task to the cloud service through the request queue and executes the corresponding Cloud service tasks.
进一步的,所述待处理队列的数据结构包括key-value形式的数据结构,其中,key为私有云id,value为任务队列。Further, the data structure of the queue to be processed includes a data structure in the form of key-value, where key is a private cloud id, and value is a task queue.
进一步的,所述向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务,包括:Further, the performing task pull operation to the central management module to pull the tasks created in the queue for processing includes:
按照预设时间间隔向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务。A task pull operation is performed to the central management module at a preset time interval to pull the tasks created in the queue to be processed.
进一步的,所述消息队列包括应答队列,所述任务服务模块通过消息队列与云服务进行交互,包括:Further, the message queue includes a reply queue, and the task service module interacts with cloud services through the message queue, including:
任务服务模块对应答队列进行订阅操作以监听云服务的注册消息,所述云服务向应答队列发送注册信息;The task service module performs a subscription operation on the reply queue to monitor the registration message of the cloud service, and the cloud service sends the registration information to the reply queue;
任务服务模块根据云服务的注册信息对其内的云服务列表进行更新,并将所述云服务的任务执行状态设置为已连接模式;The task service module updates its cloud service list according to the registration information of the cloud service, and sets the task execution status of the cloud service to connected mode;
对应的,所述拉取所述任务服务模块与云服务的交互结果,包括:Correspondingly, the pulling the interaction result between the task service module and the cloud service includes:
拉取所述任务服务模块的云服务列表;Pull the cloud service list of the task service module;
所述将所述交互结果发送至中心管理模块,包括:The sending the interaction result to the central management module includes:
将所述云服务列表发送至中心管理模块以使所述中心管理模块对接收到对应私有云的云服务列表进行更新。The cloud service list is sent to the central management module so that the central management module updates the cloud service list corresponding to the private cloud received.
进一步的,所述消息队列包括请求队列,所述任务服务模块通过消息队列与云服务进行交互,包括:Further, the message queue includes a request queue, and the task service module interacts with cloud services through the message queue, including:
任务服务模块检测到请求队列的取消订阅事件时,将云服务列表中的云服务任务执行状态设置为未连接状态。When the task service module detects the unsubscribe event of the request queue, it sets the execution state of the cloud service task in the cloud service list to the disconnected state.
进一步的,所述取消订阅事件包括私有云网络异常事件和/或停止运行云服务事件。Further, the unsubscription event includes a private cloud network abnormal event and/or a cloud service stop event.
进一步的,在所述对拉取到的任务进行转化以得到云服务任务,并将所述云服务任务发送至任务服务模块以使所述任务服务模块将所述云服务任务通过请求队列传输至云服务并执行对应的云服务任务之后,还包括:Further, in the process of transforming the pulled task to obtain a cloud service task, and sending the cloud service task to the task service module, the task service module transmits the cloud service task to the task service module through the request queue. After cloud service and execution of corresponding cloud service tasks, it also includes:
拉取所述任务服务模块中的第一待同步任务;Pull the first task to be synchronized in the task service module;
对所述第一待同步任务进行压缩处理和/或加密处理;Performing compression processing and/or encryption processing on the first task to be synchronized;
将压缩处理和/或加密处理后的待同步任务发送至所述中心管理模块进行解压缩处理和/或解密处理以得到第二待同步任务,所述中心管理模块根据所述第二待同步任务对任务列表进行更新;The task to be synchronized after compression and/or encryption is sent to the central management module for decompression and/or decryption to obtain a second task to be synchronized, and the central management module is based on the second task to be synchronized Update the task list;
向所述任务服务模块发送标记修改请求以将云服务列表中的待同步任务修改为已同步任务。Send a mark modification request to the task service module to modify the task to be synchronized in the cloud service list to a synchronized task.
在第三方面,本申请实施例提供了一种包含计算机可执行指令的存储介质,所述计算机可执行指令在由计算机处理器执行时用于执行如第二方面所述的私有云任务管理方法。In the third aspect, embodiments of the present application provide a storage medium containing computer-executable instructions, which are used to execute the private cloud task management method described in the second aspect when the computer-executable instructions are executed by a computer processor .
本申请实施例通过设置中心管理模块、客户端模块和任务服务模块三层架构来实现信息的交互,通过上述三层架构能够统一管理多个私有云的任务,并且在全局上进行任务分发,为多个私有云的升级、运维、服务配置提供统一基础的任务框架,简化了多个私有云管理场景下的功能开发和运维。并且任务服务模块职能独立,即使在没有中心管理模块和客户端模块的情况下,也能正常运转。The embodiment of the present application implements information interaction by setting a three-tier architecture of a central management module, a client module, and a task service module. Through the foregoing three-tier architecture, multiple private cloud tasks can be managed uniformly, and tasks can be distributed globally. The upgrade, operation and maintenance, and service configuration of multiple private clouds provide a unified basic task framework, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios. In addition, the task service module has independent functions, and it can operate normally even without a central management module and a client module.
附图说明Description of the drawings
图1是本申请实施例提供的一种私有云任务管理方法的流程图;Fig. 1 is a flowchart of a private cloud task management method provided by an embodiment of the present application;
图2是本申请实施例提供的云服务注册的流程示意图;FIG. 2 is a schematic diagram of a process of cloud service registration provided by an embodiment of the present application;
图3是本申请实施例提供的任务信息同步的流程示意图;FIG. 3 is a schematic diagram of a task information synchronization process provided by an embodiment of the present application;
图4是本申请实施例提供的一种私有云任务管理系统的结构框图;FIG. 4 is a structural block diagram of a private cloud task management system provided by an embodiment of the present application;
图5是本申请实施例提供的一种私有云任务管理系统的具体交互示意图。Fig. 5 is a schematic diagram of specific interactions of a private cloud task management system provided by an embodiment of the present application.
具体实施方式Detailed ways
为了使本申请的目的、技术方案和优点更加清楚,下面结合附图对本申请具体实施例作进一步的详细描述。可以理解的是,此处所描述的具体实施例仅仅用于解释本申请,而非对本申请的限定。另外还需要说明的是,为了便于描述,附图中仅示出了与本申请相关的部分而非全部内容。在更加详细地讨论示例性实施例之前应当提到的是,一些示例性实施例被描述成作为流程图描绘的处理或方法。虽然流程图将各项操作(或步骤)描述成顺序的处理,但是其中的许多操作可以被并行地、并发地或者同时实施。此外,各项操作的顺序可以被重新安排。当其操作完成时所述处理可以被终止,但是还可以具有未包括在附图中的附加步骤。所述处理可以对应于方法、函数、规程、子例程、子程序等等。In order to make the objectives, technical solutions, and advantages of the present application clearer, specific embodiments of the present application will be described in further detail below with reference to the accompanying drawings. It can be understood that the specific embodiments described here are only used to explain the application, but not to limit the application. In addition, it should be noted that, for ease of description, the drawings only show part of the content related to the present application, but not all of the content. Before discussing the exemplary embodiments in more detail, it should be mentioned that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although the flowchart describes various operations (or steps) as sequential processing, many of the operations can be implemented in parallel, concurrently, or simultaneously. In addition, the order of operations can be rearranged. The processing may be terminated when its operation is completed, but may also have additional steps not included in the drawings. The processing may correspond to methods, functions, procedures, subroutines, subroutines, and so on.
现有的方案在进行私有云管理时,需要运维人员远程登录私有云进行操作或者构建与私有云对应的单一的管理平台。上述方式会大大增加企业的运维成本。故而,针对多个私有云管理场景下的功能开发和运维,都需要考虑任务分发和统一管理,不然运维人员需要远程登录私有云进行操作,或相关功能需要自行处理任务,因此需要一个统一的、基础的独立任务框架。基于此,本申请提供了中心管理模块、客户端模块和任务服务模块这三层架构来实现信息的交互的方式,中心管理模块负责统一的私有云的集中管理,其能够针对多个私有云进行任务的发布;客户端模块和任务服务模块运行于对应的私有云内部来对私有云内的云服务的状态信息进行获取。本申请的方案为多个私有云的升级、运维、服务配置提供统一基础的任务框架,简化了多个私有云管理场景下的功能开发和运维,进而降低了企业的运维成本,使得企业可以更加专注于具体的私有云服务,提升服务质量。Existing solutions require operation and maintenance personnel to remotely log in to the private cloud to perform operations or build a single management platform corresponding to the private cloud when performing private cloud management. The above method will greatly increase the operation and maintenance cost of the enterprise. Therefore, for function development and operation and maintenance in multiple private cloud management scenarios, task distribution and unified management need to be considered. Otherwise, the operation and maintenance personnel need to remotely log in to the private cloud for operation, or related functions need to handle tasks by themselves, so a unified A basic, independent task framework. Based on this, this application provides a three-tier architecture of a central management module, a client module, and a task service module to achieve information interaction. The central management module is responsible for the centralized management of a unified private cloud, which can be used for multiple private clouds. Task publishing; the client module and task service module run inside the corresponding private cloud to obtain the status information of the cloud service in the private cloud. The solution of this application provides a unified basic task framework for the upgrade, operation and maintenance, and service configuration of multiple private clouds, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios, thereby reducing the operation and maintenance costs of enterprises, making Enterprises can focus more on specific private cloud services and improve service quality.
图1给出了本申请实施例提供的一种私有云任务管理方法的流程图,本实施例中提供的私有云任务管理方法可以由私有云任务管理设备执行,该私有云 任务管理设备可以通过软件和/或硬件的方式实现,该私有云任务管理设备可以是两个或多个物理实体构成,也可以是一个物理实体构成。一般而言,该私有云任务管理设备可以是电脑,手机,平板或服务器等。Figure 1 shows a flow chart of a private cloud task management method provided by an embodiment of the application. The private cloud task management method provided in this embodiment can be executed by a private cloud task management device, which can pass Realized by software and/or hardware, the private cloud task management device may be composed of two or more physical entities, or may be composed of one physical entity. Generally speaking, the private cloud task management device can be a computer, a mobile phone, a tablet, or a server.
下述以服务器为执行私有云任务管理方法的设备为例,进行描述。参照图1,该私有云任务管理方法具体包括:In the following description, the server is a device that executes the private cloud task management method as an example. Referring to Figure 1, the private cloud task management method specifically includes:
S101:当检测到任务服务模块通过消息队列与云服务进行交互后,拉取所述任务服务模块与云服务的交互结果。S101: After detecting that the task service module interacts with the cloud service through the message queue, pull the interaction result between the task service module and the cloud service.
在本实施例方案的描述中,Task-Server指的即是任务服务模块,Task-Client指的即是客户端模块,Task-Center指的即是中心管理模块。当检测到任务服务模块通过消息队列与云服务进行交互后,也即是两者之间发生信息交流时,则需要客户端模块拉取交互结果,通过信息拉取使得客户端模块能够及时的了解到私有云内云服务的状态。In the description of the solution in this embodiment, Task-Server refers to the task service module, Task-Client refers to the client module, and Task-Center refers to the central management module. When it is detected that the task service module interacts with the cloud service through the message queue, that is, when information exchange occurs between the two, the client module is required to pull the interaction result, and the client module can understand in time through the information pull To the status of the cloud service in the private cloud.
具体的,如图2所示,图2是本申请实施例提供的云服务注册的流程示意图;在本实施例中所述消息队列包括应答队列和请求队列,所述任务服务模块通过消息队列与云服务进行交互,包括:Specifically, as shown in Figure 2, Figure 2 is a schematic flow diagram of cloud service registration provided by an embodiment of the present application; in this embodiment, the message queue includes a reply queue and a request queue, and the task service module communicates with Cloud services interact, including:
S1011:任务服务模块对应答队列进行订阅操作以监听云服务的注册消息,所述云服务向应答队列发送注册信息。S1011: The task service module performs a subscription operation on the response queue to monitor the registration message of the cloud service, and the cloud service sends registration information to the response queue.
具体的,云服务在启动时,向消息队列request queue进行订阅,并向消息队列reply queue发送一个注册消息,在本实施例中request queue指的请求队列,reply queue指的是应答队列;在云服务向reply queue发送了注册消息后,任务服务模块即可向reply queue进行消息订阅,来监听云服务的注册消息。通过上述操作实现对注册消息的及时获取。Specifically, when the cloud service starts, it subscribes to the message queue request queue, and sends a registration message to the message queue reply queue. In this embodiment, request queue refers to the request queue, and reply queue refers to the reply queue; in the cloud After the service sends the registration message to the reply queue, the task service module can subscribe to the reply queue to monitor the registration message of the cloud service. Realize the timely acquisition of registration messages through the above operations.
S1012:任务服务模块根据云服务的注册信息对其内的云服务列表进行更新,并将所述云服务的任务执行状态设置为已连接模式。S1012: The task service module updates its cloud service list according to the registration information of the cloud service, and sets the task execution state of the cloud service to the connected mode.
具体的,任务服务模块对监听到的云服务的注册信息添加或更新到自身维护的云服务列表中,并将云服务的任务执行状态设置为Idle,从而实现在任务服务模块中云服务注册信息的更新。Specifically, the task service module adds or updates the monitored cloud service registration information to the cloud service list maintained by itself, and sets the task execution status of the cloud service to Idle, thereby realizing the cloud service registration information in the task service module Update.
对应的,所述拉取所述任务服务模块与云服务的交互结果,包括:Correspondingly, the pulling the interaction result between the task service module and the cloud service includes:
拉取所述任务服务模块的云服务列表。Pull the cloud service list of the task service module.
Task-Client定时向Task-Server拉取云服务列表,并向Task-Center汇报。也即是Task-Client作为连接Task-Center和Task-Server的桥梁,负责任务拉取、 发布、同步等功能。Task-Client regularly pulls the list of cloud services from Task-Server and reports to Task-Center. That is, Task-Client acts as a bridge connecting Task-Center and Task-Server, and is responsible for task pull, release, synchronization and other functions.
所述将所述交互结果发送至中心管理模块,包括:The sending the interaction result to the central management module includes:
将所述云服务列表发送至中心管理模块以使所述中心管理模块对接收到对应私有云的云服务列表进行更新。The cloud service list is sent to the central management module so that the central management module updates the cloud service list corresponding to the private cloud received.
在本实施例中,Task-Center提供了全局上的私有云任务的集中管理,Task-Center接收到私有云的云服务列表,更新到对应的数据库和缓存里。In this embodiment, Task-Center provides centralized management of private cloud tasks on a global scale. Task-Center receives the cloud service list of the private cloud and updates it to the corresponding database and cache.
除了上述注册的信息交互之后,本实施例的交互操作还包括云服务下线的交互操作。所述消息队列包括请求队列,所述任务服务模块通过消息队列与云服务进行交互,包括:In addition to the above-mentioned registered information interaction, the interactive operation of this embodiment also includes the interactive operation of cloud service offline. The message queue includes a request queue, and the task service module interacts with cloud services through the message queue, including:
任务服务模块检测到请求队列的取消订阅事件时,将云服务列表中的云服务任务执行状态设置为未连接状态。When the task service module detects the unsubscribe event of the request queue, it sets the execution state of the cloud service task in the cloud service list to the disconnected state.
在本实施例中,所述取消订阅事件包括私有云网络异常事件和/或停止运行云服务事件。私有云网络异常事件指的是私有云处的网络出现了问题,没有办法连接到互联网,停止运行云服务事件指的是私有云对应的用户取消了相应的云服务内容。具体的,云服务在网络异常、停止运行等情况下,其订阅状态会自动取消,从而自动触发云服务的下线,无需人工运维即可将私有云处对应的云服务进行下线操作。具体的,Task-Server监听request queue的取消订阅事件,当云服务取消订阅时,触发Task-Server的云服务下线流程,Task-Server将云服务列表里的云服务的任务执行状态设为Disconnected。In this embodiment, the unsubscription event includes a private cloud network abnormal event and/or a cloud service stop event. An abnormal event of a private cloud network refers to a problem with the network at the private cloud, and there is no way to connect to the Internet, and a cloud service stop event refers to a user corresponding to the private cloud canceling the corresponding cloud service content. Specifically, the subscription status of a cloud service will be automatically cancelled when the network is abnormal or out of operation, thereby automatically triggering the offline of the cloud service, and the corresponding cloud service at the private cloud can be offlined without manual operation and maintenance. Specifically, Task-Server monitors the unsubscribe event of the request queue. When the cloud service cancels the subscription, it triggers the offline process of the Task-Server cloud service. The Task-Server sets the task execution status of the cloud service in the cloud service list to Disconnected. .
在本实施例中,任务服务模块是运行在单个私有云内部的任务管理程序,期负责整个私有云的任务管理,职能独立,即使没有Task-Center和Task-Client,也能正常运作,这样保证了私有云运行的独立性,使得云服务的运行不会受到Task-Center和Task-Client的状态的干扰。In this embodiment, the task service module is a task management program that runs inside a single private cloud. It is expected to be responsible for the task management of the entire private cloud. It has independent functions and can operate normally even without Task-Center and Task-Client. This guarantees The independence of the operation of the private cloud ensures that the operation of the cloud service will not be disturbed by the status of Task-Center and Task-Client.
S102:将所述交互结果发送至中心管理模块以使所述中心管理模块对对应的云服务列表进行更新。S102: Send the interaction result to the central management module so that the central management module updates the corresponding cloud service list.
Task-Client定时向Task-Server拉取云服务列表,并向Task-Center汇报。也即是Task-Client作为连接Task-Center和Task-Server的桥梁,负责任务拉取、发布、同步等功能。通过客户端模块来对云服务以及中心管理模块发布的信息进行中转同步。Task-Client regularly pulls the list of cloud services from Task-Server and reports to Task-Center. That is, Task-Client acts as a bridge connecting Task-Center and Task-Server, and is responsible for task pull, release, synchronization and other functions. The client module is used to transfer and synchronize the information released by the cloud service and the central management module.
S103:向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务。S103: Perform a task pull operation to the central management module to pull the task created in the queue to be processed.
具体的,Task-Center接收到运维人员创建的任务,将任务保存到数据库中,并将状态设为Waiting,然后添加到待处理队列里,添加到待处理队列中以供Task-Client进行任务拉取,Task-Client只能够拉取对应的私有云的待处理任务,比如Task-Client是私有云a的客户端模块,那么其不能够拉取私有云b的对应的待处理任务。Task-Center从Task-Client所在的私有云对应的待处理队列里,取出任务列表,返回给Task-Client。Specifically, Task-Center receives the task created by the operation and maintenance personnel, saves the task in the database, and sets the status to Waiting, then adds it to the pending queue, and adds it to the pending queue for Task-Client to perform the task. Pull, Task-Client can only pull the corresponding to-be-processed tasks of the private cloud. For example, Task-Client is a client module of private cloud a, so it cannot pull the corresponding to-be-processed tasks of private cloud b. Task-Center retrieves the task list from the pending queue corresponding to the private cloud where Task-Client is located, and returns it to Task-Client.
进一步的,所述向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务,包括:Further, the performing task pull operation to the central management module to pull the tasks created in the queue for processing includes:
按照预设时间间隔向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务。也即是每隔预设时间进行一次任务拉取,通过客户端模块能够较好的自动完成对信息的拉取操作。A task pull operation is performed to the central management module at a preset time interval to pull the tasks created in the queue to be processed. That is, the task pull is performed every preset time, and the pull operation of the information can be better automatically completed through the client module.
更为优选的,本实施例中的待处理队列的数据结构包括key-value形式的数据结构,其中,key为私有云id,value为任务队列。该数据结构用以表示某个私有云对应的待处理任务队列。通过key来识别对应的私有云,通过value来识别具体的任务。More preferably, the data structure of the queue to be processed in this embodiment includes a data structure in the form of key-value, where key is a private cloud id and value is a task queue. This data structure is used to represent a queue of to-be-processed tasks corresponding to a certain private cloud. The key is used to identify the corresponding private cloud, and the value is used to identify the specific task.
S104:对拉取到的任务进行转化以得到云服务任务,并将所述云服务任务发送至任务服务模块以使所述任务服务模块将所述云服务任务通过请求队列传输至云服务并执行对应的云服务任务。S104: Transform the pulled task to obtain a cloud service task, and send the cloud service task to the task service module so that the task service module transmits the cloud service task to the cloud service through the request queue and executes it The corresponding cloud service task.
具体的,Task-Client接收到任务之后,对其进行转化,并将任务发送给Task-Server,Task-Server接收到任务,将任务保存在数据库中,并将状态设为运行状态;Task-Server将任务发布到request queue,云服务从request queue获取到任务,云服务执行任务,将任务结果发布到reply queue,Task-Server获取到任务结果,更新到数据库中。通过上述步骤实现任务的分发,在云服务与任务服务模块进行交互时,主要是通过请求队列request queue和应答队列reply queue来进行交互的。Specifically, after the Task-Client receives the task, it transforms it and sends the task to the Task-Server. The Task-Server receives the task, saves the task in the database, and sets the state to the running state; Task-Server When the task is posted to the request queue, the cloud service obtains the task from the request queue, the cloud service executes the task, publishes the task result to the reply queue, and the Task-Server obtains the task result and updates it to the database. The task distribution is realized through the above steps. When the cloud service interacts with the task service module, the interaction is mainly carried out through the request queue and reply queue.
如图3所示,图3是本申请实施例提供的任务信息同步的流程示意图,在步骤S104之后,还包括:As shown in FIG. 3, FIG. 3 is a schematic diagram of a task information synchronization process provided by an embodiment of the present application. After step S104, it further includes:
S104a:拉取所述任务服务模块中的第一待同步任务。S104a: Pull the first task to be synchronized in the task service module.
具体的,Task-Server保存在数据库中的任务,有一个同步标记,同步标记包括已同步状态和待同步状态。通过上述同步标记方式来判断任务是否已经同步过,Task-Client定时向Task-Server拉取同步标记为待同步的任务。通过该步 骤可以拉取到所有的待同步任务。Specifically, the task stored in the database by the Task-Server has a synchronization mark, and the synchronization mark includes a synchronized state and a pending synchronization state. It is judged whether the task has been synchronized by the above synchronization mark method, and the Task-Client regularly pulls the synchronization mark as the task to be synchronized from the Task-Server. Through this step, all the tasks to be synchronized can be pulled.
S104b:对所述第一待同步任务进行压缩处理和/或加密处理。S104b: Perform compression processing and/or encryption processing on the first task to be synchronized.
具体的,Task-Client定时向Task-Server拉取同步标记为待同步的任务,以列表形式进行压缩、加密,汇报给Task-Center。Task-Center接收到任务列表,向Task-Client返回成功由于客户端模块与中心管理模块之间是通过互联网进行信息交互的,通过对传输的内容进行压缩加密能够提高信息传输的安全性。Specifically, the Task-Client periodically pulls the tasks that are marked for synchronization from the Task-Server, compresses and encrypts them in the form of a list, and reports to the Task-Center. Task-Center receives the task list and returns success to Task-Client. Because the client module and the central management module exchange information through the Internet, the security of information transmission can be improved by compressing and encrypting the transmitted content.
S104c:将压缩处理和/或加密处理后的待同步任务发送至所述中心管理模块进行解压缩处理和/或解密处理以得到第二待同步任务,所述中心管理模块根据所述第二待同步任务对任务列表进行更新。S104c: Send the task to be synchronized after compression and/or encryption to the central management module for decompression and/or decryption to obtain a second task to be synchronized, and the central management module according to the second task to be synchronized Synchronize tasks to update the task list.
具体的,Task-Center对其内存储的与私有云对应的任务列表进行解密、解压缩,并更新到数据库;Task-Client向Task-Server发送请求,将任务列表里的任务的同步标记设为已同步。Specifically, Task-Center decrypts and decompresses the task list corresponding to the private cloud stored in it, and updates it to the database; Task-Client sends a request to Task-Server to set the synchronization flag of the task in the task list to Synchronized.
S104d:向所述任务服务模块发送标记修改请求以将云服务列表中的待同步任务修改为已同步任务。S104d: Send a mark modification request to the task service module to modify the task to be synchronized in the cloud service list to a synchronized task.
具体的,Task-Server将任务添加到数据库中时,同步标记设为待同步;Task-Server获取到任务结果,更新到数据库时,同步标记设为待同步;Task-Client将任务信息同步到Task-Center后,向Task-Server发送请求,将任务列表里的任务的同步标记改为已同步。本实施例中通过同步标记交互,使得在中心管理模块与任务服务模块处的信息标记相同,也即是两者维护的服务列表中信息保持一致,进而完成私有云的升级、运维以及服务配置的统一。Specifically, when Task-Server adds a task to the database, the synchronization flag is set to be synchronized; when Task-Server obtains the task result and updates to the database, the synchronization flag is set to be synchronized; Task-Client synchronizes the task information to the Task After -Center, send a request to Task-Server to change the synchronization mark of the task in the task list to synchronized. In this embodiment, the synchronization mark interaction is used to make the information mark at the central management module and the task service module the same, that is, the information in the service list maintained by the two is consistent, and then the upgrade, operation and maintenance and service configuration of the private cloud are completed. Unity.
本申请实施例提供的一种私有云任务管理方法,能统一管理多个私有云的任务,在全局上进行任务分发,为多个私有云的升级、运维、服务配置等功能提供了统一的、基础的独立任务框架,简化了多个私有云管理场景下的功能开发和运维。The private cloud task management method provided by the embodiments of the present application can uniformly manage the tasks of multiple private clouds, distribute tasks globally, and provide unified functions for the upgrade, operation and maintenance, and service configuration of multiple private clouds. , The basic independent task framework simplifies the function development and operation and maintenance in multiple private cloud management scenarios.
本申请实施例通过设置中心管理模块、客户端模块和任务服务模块三层架构来实现信息的交互,通过上述三层架构能够统一管理多个私有云的任务,并且在全局上进行任务分发,为多个私有云的升级、运维、服务配置提供统一基础的任务框架,简化了多个私有云管理场景下的功能开发和运维。并且任务服务模块职能独立,即使在没有中心管理模块和客户端模块的情况下,也能正常运转。The embodiment of the present application implements information interaction by setting a three-tier architecture of a central management module, a client module, and a task service module. Through the foregoing three-tier architecture, multiple private cloud tasks can be managed uniformly, and tasks can be distributed globally. The upgrade, operation and maintenance, and service configuration of multiple private clouds provide a unified basic task framework, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios. In addition, the task service module has independent functions, and it can operate normally even without a central management module and a client module.
如图4和图5所示,图4是本申请实施例提供的一种私有云任务管理系统 的结构框图,图5是本申请实施例提供的一种私有云任务管理系统的具体交互示意图。本实施例上述的私有云任务管理方法运行于私有云任务管理系统,所述私有云任务管理系统包括中心管理模块、客户端模块和任务服务模块;所述中心管理模块部署于管理服务器处;中心管理模块不会部署于私有云内。As shown in Figures 4 and 5, Figure 4 is a structural block diagram of a private cloud task management system provided by an embodiment of the present application, and Figure 5 is a specific interaction schematic diagram of a private cloud task management system provided by an embodiment of the present application. The above-mentioned private cloud task management method of this embodiment runs on a private cloud task management system. The private cloud task management system includes a central management module, a client module, and a task service module; the central management module is deployed at the management server; The management module will not be deployed in the private cloud.
所述管理服务器包括中心管理模块21,所述中心管理模块21用于为预设数量的私有云提供集中的任务管理;所述中心管理模块21通过网络与客户端模块22进行通信。The management server includes a central management module 21, which is used to provide centralized task management for a preset number of private clouds; the central management module 21 communicates with the client module 22 through a network.
所述客户端模块22和任务服务模块23部署于私有云内,所述客户端模块22用于从所述中心管理模块21拉取任务,并对拉取到的任务进行转换,将转换后的任务发布于任务服务模块23;所述客户端模块22还用于从所述任务服务模块23拉取任务和/或标记任务,根据所述拉取任务和/或标记任务向所述中心管理模块21进行任务汇报。The client module 22 and the task service module 23 are deployed in a private cloud. The client module 22 is used to pull tasks from the central management module 21, and convert the pulled tasks, and convert the converted tasks. The task is issued to the task service module 23; the client module 22 is also used to pull tasks and/or mark tasks from the task service module 23, and send to the central management module according to the pull tasks and/or mark tasks 21 Carry out task report.
所述任务服务模块23用于向对应的私有云内云服务发布任务并监听所述云服务的任务进度,还用于对私有云的云服务列表进行维护;所述云服务包括升级服务、容器服务、镜像服务、物理机服务和监控服务。本实施例的任务服务模块23和客户端模块22均运行于私有云内部。在本实施例中,私有云可以是被配置在单一一个服务器中,也可以是多个服务器共同构建一个私有云,甚至还可以是一个服务器内包含有多个私有云。The task service module 23 is used to publish tasks to the cloud service in the corresponding private cloud and monitor the task progress of the cloud service, and is also used to maintain the cloud service list of the private cloud; the cloud service includes upgrade services and containers. Services, mirroring services, physical machine services and monitoring services. Both the task service module 23 and the client module 22 of this embodiment run inside the private cloud. In this embodiment, the private cloud may be configured in a single server, or multiple servers may jointly construct a private cloud, or even a server may contain multiple private clouds.
并且本实施例的任务服务模块是运行在单个私有云内部的任务管理程序,负责整个私有云的任务管理,职能独立,即使没有中心管理模块和客户端模块,任务服务模块也能正常运作。客户端模块是连接中心管理模块和任务服务模块的桥梁,主要负责任务拉取、发布和同步的功能。In addition, the task service module of this embodiment is a task management program running in a single private cloud, responsible for task management of the entire private cloud, and has independent functions. Even without a central management module and a client module, the task service module can operate normally. The client module is a bridge connecting the center management module and the task service module, and is mainly responsible for the functions of task pull, release and synchronization.
进一步的,所述私有云的数量为多个。也即是通过单一的中心管理模块可以实现对多个私有云的管理。Further, the number of the private cloud is multiple. That is, the management of multiple private clouds can be realized through a single central management module.
本申请实施例通过设置中心管理模块、客户端模块和任务服务模块三层架构来实现信息的交互,通过上述三层架构能够统一管理多个私有云的任务,并且在全局上进行任务分发,为多个私有云的升级、运维、服务配置提供统一基础的任务框架,简化了多个私有云管理场景下的功能开发和运维。并且任务服务模块职能独立,即使在没有中心管理模块和客户端模块的情况下,也能正常运转。The embodiment of the present application implements information interaction by setting a three-tier architecture of a central management module, a client module, and a task service module. Through the foregoing three-tier architecture, multiple private cloud tasks can be managed uniformly, and tasks can be distributed globally. The upgrade, operation and maintenance, and service configuration of multiple private clouds provide a unified basic task framework, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios. In addition, the task service module has independent functions, and it can operate normally even without a central management module and a client module.
本申请实施例还提供一种包含计算机可执行指令的存储介质,所述计算机 可执行指令在由计算机处理器执行时用于执行一种私有云任务管理方法,该私有云任务管理方法包括:An embodiment of the present application also provides a storage medium containing computer-executable instructions, which are used to execute a private cloud task management method when executed by a computer processor, and the private cloud task management method includes:
当检测到任务服务模块通过消息队列与云服务进行交互后,拉取所述任务服务模块与云服务的交互结果;When it is detected that the task service module interacts with the cloud service through the message queue, pull the interaction result between the task service module and the cloud service;
将所述交互结果发送至中心管理模块以使所述中心管理模块对对应的云服务列表进行更新;Sending the interaction result to the central management module so that the central management module updates the corresponding cloud service list;
向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务;Perform a task pull operation to the central management module to pull the task created in the queue to be processed;
对拉取到的任务进行转化以得到云服务任务,并将所述云服务任务发送至任务服务模块以使所述任务服务模块将所述云服务任务通过请求队列传输至云服务并执行对应的云服务任务。Transform the pulled task to obtain the cloud service task, and send the cloud service task to the task service module so that the task service module transmits the cloud service task to the cloud service through the request queue and executes the corresponding Cloud service tasks.
存储介质——任何的各种类型的存储器设备或存储设备。术语“存储介质”旨在包括:安装介质,例如CD-ROM、软盘或磁带装置;计算机系统存储器或随机存取存储器,诸如DRAM、DDR RAM、SRAM、EDO RAM,兰巴斯(Rambus)RAM等;非易失性存储器,诸如闪存、磁介质(例如硬盘或光存储);寄存器或其它相似类型的存储器元件等。存储介质可以还包括其它类型的存储器或其组合。另外,存储介质可以位于程序在其中被执行的第一计算机系统中,或者可以位于不同的第二计算机系统中,第二计算机系统通过网络(诸如因特网)连接到第一计算机系统。第二计算机系统可以提供程序指令给第一计算机用于执行。术语“存储介质”可以包括驻留在不同位置中(例如在通过网络连接的不同计算机系统中)的两个或更多存储介质。存储介质可以存储可由一个或多个处理器执行的程序指令(例如具体实现为计算机程序)。Storage medium-any of various types of storage devices or storage devices. The term "storage medium" is intended to include: installation media, such as CD-ROM, floppy disk or tape device; computer system memory or random access memory, such as DRAM, DDR RAM, SRAM, EDO RAM, Rambus RAM, etc. ; Non-volatile memory, such as flash memory, magnetic media (such as hard disk or optical storage); registers or other similar types of memory elements. The storage medium may further include other types of memory or a combination thereof. In addition, the storage medium may be located in the first computer system in which the program is executed, or may be located in a different second computer system connected to the first computer system through a network (such as the Internet). The second computer system can provide the program instructions to the first computer for execution. The term "storage medium" may include two or more storage media residing in different locations (for example, in different computer systems connected through a network). The storage medium may store program instructions (for example, embodied as a computer program) executable by one or more processors.
当然,本申请实施例所提供的一种包含计算机可执行指令的存储介质,其计算机可执行指令不限于如上所述的私有云任务管理方法,还可以执行本申请任意实施例所提供的私有云任务管理方法中的相关操作。Of course, the storage medium containing computer-executable instructions provided by the embodiments of the present application is not limited to the private cloud task management method described above, and can also execute the private cloud provided by any embodiment of the present application. Related operations in task management methods.
上述实施例中提供的存储介质可执行本申请任意实施例所提供的私有云任务管理方法,未在上述实施例中详尽描述的技术细节,可参见本申请任意实施例所提供的私有云任务管理方法。The storage medium provided in the above embodiment can execute the private cloud task management method provided by any embodiment of this application. For technical details not described in detail in the above embodiment, please refer to the private cloud task management provided by any embodiment of this application. method.
本申请实施例通过设置中心管理模块、客户端模块和任务服务模块三层架构来实现信息的交互,通过上述三层架构能够统一管理多个私有云的任务,并且在全局上进行任务分发,为多个私有云的升级、运维、服务配置提供统一基础的任务框架,简化了多个私有云管理场景下的功能开发和运维。并且任务服 务模块职能独立,即使在没有中心管理模块和客户端模块的情况下,也能正常运转。The embodiment of the present application implements information interaction by setting a three-tier architecture of a central management module, a client module, and a task service module. Through the foregoing three-tier architecture, multiple private cloud tasks can be managed uniformly, and tasks can be distributed globally. The upgrade, operation and maintenance, and service configuration of multiple private clouds provide a unified basic task framework, which simplifies the function development and operation and maintenance in multiple private cloud management scenarios. In addition, the task service module functions independently, and it can operate normally even without a central management module and a client module.
上述仅为本申请的较佳实施例及所运用的技术原理。本申请不限于这里所述的特定实施例,对本领域技术人员来说能够进行的各种明显变化、重新调整及替代均不会脱离本申请的保护范围。因此,虽然通过以上实施例对本申请进行了较为详细的说明,但是本申请不仅仅限于以上实施例,在不脱离本申请构思的情况下,还可以包括更多其他等效实施例,而本申请的范围由权利要求的范围决定。The above are only the preferred embodiments of this application and the technical principles used. The application is not limited to the specific embodiments described herein, and various obvious changes, readjustments and substitutions that can be made by those skilled in the art will not depart from the protection scope of the application. Therefore, although the application has been described in more detail through the above embodiments, the application is not limited to the above embodiments, and can also include more other equivalent embodiments without departing from the concept of the application. The scope of is determined by the scope of the claims.

Claims (10)

  1. 一种私有云任务管理系统,其特征在于,包括中心管理模块、客户端模块和任务服务模块;A private cloud task management system, which is characterized by comprising a central management module, a client module, and a task service module;
    所述中心管理模块用于为预设数量的私有云提供集中的任务管理;所述中心管理模块通过网络与客户端模块进行通信;The central management module is used to provide centralized task management for a preset number of private clouds; the central management module communicates with the client module through the network;
    所述客户端模块和任务服务模块部署于私有云内,所述客户端模块用于从所述中心管理模块拉取任务,并对拉取到的任务进行转换,将转换后的任务发布于任务服务模块;所述客户端模块还用于从所述任务服务模块拉取任务和/或标记任务,根据所述拉取任务和/或标记任务向所述中心管理模块进行任务汇报;The client module and the task service module are deployed in the private cloud, and the client module is used to pull tasks from the central management module, convert the pulled tasks, and publish the converted tasks to the tasks Service module; the client module is also used to pull tasks and/or mark tasks from the task service module, and report tasks to the central management module according to the pull tasks and/or mark tasks;
    所述任务服务模块用于向对应的私有云内云服务发布任务并监听所述云服务的任务进度,还用于对私有云的云服务列表进行维护;所述云服务包括升级服务、容器服务、镜像服务、物理机服务和监控服务。The task service module is used to publish tasks to the cloud service in the corresponding private cloud and monitor the task progress of the cloud service, and is also used to maintain the cloud service list of the private cloud; the cloud service includes an upgrade service and a container service , Mirroring service, physical machine service and monitoring service.
  2. 如权利要求1所述的一种私有云任务管理系统,其特征在于,所述私有云的数量为多个。The private cloud task management system according to claim 1, wherein the number of the private cloud is multiple.
  3. 一种私有云任务管理方法,其特征在于,包括:A private cloud task management method, which is characterized in that it includes:
    当检测到任务服务模块通过消息队列与云服务进行交互后,拉取所述任务服务模块与云服务的交互结果;When it is detected that the task service module interacts with the cloud service through the message queue, pull the interaction result between the task service module and the cloud service;
    将所述交互结果发送至中心管理模块以使所述中心管理模块对对应的云服务列表进行更新;Sending the interaction result to the central management module so that the central management module updates the corresponding cloud service list;
    向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务;Perform a task pull operation to the central management module to pull the task created in the queue to be processed;
    对拉取到的任务进行转化以得到云服务任务,并将所述云服务任务发送至任务服务模块以使所述任务服务模块将所述云服务任务通过请求队列传输至云服务并执行对应的云服务任务。Transform the pulled task to obtain the cloud service task, and send the cloud service task to the task service module so that the task service module transmits the cloud service task to the cloud service through the request queue and executes the corresponding Cloud service tasks.
  4. 如权利要求3所述的一种私有云任务管理方法,其特征在于,所述待处理队列的数据结构包括key-value形式的数据结构,其中,key为私有云id,value为任务队列。A private cloud task management method according to claim 3, wherein the data structure of the queue to be processed comprises a data structure in the form of key-value, wherein the key is the private cloud id and the value is the task queue.
  5. 如权利要求3所述的一种私有云任务管理方法,其特征在于,所述向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务,包括:The method for managing tasks in a private cloud according to claim 3, wherein the task pull operation to the central management module to pull the tasks created in the queue to be processed comprises:
    按照预设时间间隔向所述中心管理模块进行任务拉取操作以拉取待处理队列中创建的任务。A task pull operation is performed to the central management module at a preset time interval to pull the tasks created in the queue to be processed.
  6. 如权利要求3所述的一种私有云任务管理方法,其特征在于,所述消息队列包括应答队列,所述任务服务模块通过消息队列与云服务进行交互,包括:A private cloud task management method according to claim 3, wherein the message queue comprises a reply queue, and the task service module interacts with the cloud service through the message queue, comprising:
    任务服务模块对应答队列进行订阅操作以监听云服务的注册消息,所述云服务向应答队列发送注册信息;The task service module performs a subscription operation on the reply queue to monitor the registration message of the cloud service, and the cloud service sends the registration information to the reply queue;
    任务服务模块根据云服务的注册信息对其内的云服务列表进行更新,并将所述云服务的任务执行状态设置为已连接模式;The task service module updates its cloud service list according to the registration information of the cloud service, and sets the task execution status of the cloud service to connected mode;
    对应的,所述拉取所述任务服务模块与云服务的交互结果,包括:Correspondingly, the pulling the interaction result between the task service module and the cloud service includes:
    拉取所述任务服务模块的云服务列表;Pull the cloud service list of the task service module;
    所述将所述交互结果发送至中心管理模块,包括:The sending the interaction result to the central management module includes:
    将所述云服务列表发送至中心管理模块以使所述中心管理模块对接收到对应私有云的云服务列表进行更新。The cloud service list is sent to the central management module so that the central management module updates the cloud service list corresponding to the private cloud received.
  7. 如权利要求3所述的一种私有云任务管理方法,其特征在于,所述消息队列包括请求队列,所述任务服务模块通过消息队列与云服务进行交互,包括:A private cloud task management method according to claim 3, wherein the message queue comprises a request queue, and the task service module interacts with the cloud service through the message queue, comprising:
    任务服务模块检测到请求队列的取消订阅事件时,将云服务列表中的云服务任务执行状态设置为未连接状态。When the task service module detects the unsubscribe event of the request queue, it sets the execution state of the cloud service task in the cloud service list to the disconnected state.
  8. 如权利要求7所述的一种私有云任务管理方法,其特征在于,所述取消订阅事件包括私有云网络异常事件和/或停止运行云服务事件。The private cloud task management method according to claim 7, wherein the unsubscribe event includes an abnormal event of the private cloud network and/or an event of stopping the operation of the cloud service.
  9. 如权利要求3所述的一种私有云任务管理方法,其特征在于,在所述对拉取到的任务进行转化以得到云服务任务,并将所述云服务任务发送至任务服务模块以使所述任务服务模块将所述云服务任务通过请求队列传输至云服务并执行对应的云服务任务之后,还包括:A private cloud task management method according to claim 3, characterized in that, in the said pull task is transformed to obtain the cloud service task, and the cloud service task is sent to the task service module to make After the task service module transmits the cloud service task to the cloud service through the request queue and executes the corresponding cloud service task, it further includes:
    拉取所述任务服务模块中的第一待同步任务;Pull the first task to be synchronized in the task service module;
    对所述第一待同步任务进行压缩处理和/或加密处理;Performing compression processing and/or encryption processing on the first task to be synchronized;
    将压缩处理和/或加密处理后的待同步任务发送至所述中心管理模块进行解压缩处理和/或解密处理以得到第二待同步任务,所述中心管理模块根据所述第二待同步任务对任务列表进行更新;The task to be synchronized after compression and/or encryption is sent to the central management module for decompression and/or decryption to obtain a second task to be synchronized, and the central management module is based on the second task to be synchronized Update the task list;
    向所述任务服务模块发送标记修改请求以将云服务列表中的待同步任务修改为已同步任务。Send a mark modification request to the task service module to modify the task to be synchronized in the cloud service list to a synchronized task.
  10. 一种包含计算机可执行指令的存储介质,其特征在于,所述计算机可执行指令在由计算机处理器执行时用于执行如权利要求3-9中任一所述的私有云任务管理方法。A storage medium containing computer-executable instructions, wherein the computer-executable instructions are used to execute the private cloud task management method according to any one of claims 3-9 when the computer-executable instructions are executed by a computer processor.
PCT/CN2021/074030 2020-04-22 2021-01-28 Private cloud task management system and method, and storage medium WO2021212950A1 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN202010323804 2020-04-22
CN202010323804.0 2020-04-22
CN202010449885.9 2020-05-25
CN202010449885.9A CN111654534B (en) 2020-04-22 2020-05-25 Private cloud task management system, method and storage medium

Publications (1)

Publication Number Publication Date
WO2021212950A1 true WO2021212950A1 (en) 2021-10-28

Family

ID=72343388

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/074030 WO2021212950A1 (en) 2020-04-22 2021-01-28 Private cloud task management system and method, and storage medium

Country Status (2)

Country Link
CN (1) CN111654534B (en)
WO (1) WO2021212950A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115460054A (en) * 2022-08-26 2022-12-09 深圳技威时代科技有限公司 Cloud service management and release method and system based on shared memory
CN116028544A (en) * 2023-03-30 2023-04-28 山东爱特云翔计算机有限公司 Timing task dynamic adding method based on OPENSTACK
CN117278635A (en) * 2023-11-03 2023-12-22 烽台科技(北京)有限公司 Industrial target range dispatching method and industrial target range system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111654534B (en) * 2020-04-22 2023-05-02 国云科技股份有限公司 Private cloud task management system, method and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140280848A1 (en) * 2013-03-15 2014-09-18 Gravitant, Inc. Cloud service bus and cloud services brokerage platform comprising same
CN110365711A (en) * 2019-08-20 2019-10-22 中国工商银行股份有限公司 Multi-platform user identification relevancy method and device
CN110912975A (en) * 2019-11-12 2020-03-24 国云科技股份有限公司 Private cloud version management system and implementation method thereof
CN111654534A (en) * 2020-04-22 2020-09-11 国云科技股份有限公司 Private cloud task management system, method and storage medium

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10235439B2 (en) * 2010-07-09 2019-03-19 State Street Corporation Systems and methods for data warehousing in private cloud environment
WO2012006638A1 (en) * 2010-07-09 2012-01-12 State Street Corporation Systems and methods for private cloud computing
CN106027617A (en) * 2016-05-11 2016-10-12 广东浪潮大数据研究有限公司 Method for implementing dynamic scheduling of tasks and resources in private cloud environment
CN106357609B (en) * 2016-08-22 2019-09-20 深圳市先河系统技术有限公司 A kind of method and system, public network server and private clound equipment creating user
CN107528887B (en) * 2017-07-26 2020-10-16 广州云晫信息科技有限公司 Distributed cloud system based on fusion unified computing
CN108200022B (en) * 2017-12-22 2020-03-17 新华三云计算技术有限公司 Cloud platform access method and device and multi-cloud platform management system
CN109067600A (en) * 2018-09-25 2018-12-21 郑州云海信息技术有限公司 A kind of private clound management platform system and its task processing method
CN110138876B (en) * 2019-05-30 2022-07-08 北京达佳互联信息技术有限公司 Task deployment method, device, equipment and platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140280848A1 (en) * 2013-03-15 2014-09-18 Gravitant, Inc. Cloud service bus and cloud services brokerage platform comprising same
CN110365711A (en) * 2019-08-20 2019-10-22 中国工商银行股份有限公司 Multi-platform user identification relevancy method and device
CN110912975A (en) * 2019-11-12 2020-03-24 国云科技股份有限公司 Private cloud version management system and implementation method thereof
CN111654534A (en) * 2020-04-22 2020-09-11 国云科技股份有限公司 Private cloud task management system, method and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115460054A (en) * 2022-08-26 2022-12-09 深圳技威时代科技有限公司 Cloud service management and release method and system based on shared memory
CN115460054B (en) * 2022-08-26 2024-04-19 深圳技威时代科技有限公司 Cloud service management and release method and system based on shared memory
CN116028544A (en) * 2023-03-30 2023-04-28 山东爱特云翔计算机有限公司 Timing task dynamic adding method based on OPENSTACK
CN117278635A (en) * 2023-11-03 2023-12-22 烽台科技(北京)有限公司 Industrial target range dispatching method and industrial target range system
CN117278635B (en) * 2023-11-03 2024-03-19 烽台科技(北京)有限公司 Industrial target range dispatching method and industrial target range system

Also Published As

Publication number Publication date
CN111654534A (en) 2020-09-11
CN111654534B (en) 2023-05-02

Similar Documents

Publication Publication Date Title
WO2021212950A1 (en) Private cloud task management system and method, and storage medium
US10261872B2 (en) Multilevel disaster recovery
US11509729B2 (en) Field service management mobile offline synchronization
US10990605B2 (en) Instance data replication
US7962574B2 (en) Data integration in service oriented architectures
CA2851249C (en) Integrated software development and deployment architecture and high availability client-server systems generated using the architecture
CA2790734C (en) Data synchronization between a data center environment and a cloud computing environment
CN105302862B (en) For data environment from service configuration
US20190286736A1 (en) Resource-efficient record processing in unified automation platforms for robotic process automation
US7937716B2 (en) Managing collections of appliances
WO2019061720A1 (en) Data synchronization method and system
US20090328065A1 (en) Method and system for delegated job control across a network
US8266104B2 (en) Method and system for cascading a middleware to a data orchestration engine
KR20140101607A (en) Apparatus and method for managing database in data distribution service
US20120278817A1 (en) Event distribution pattern for use with a distributed data grid
WO2017193739A1 (en) Data sharing method and apparatus
US10567244B1 (en) Near real-time feed manager for data center infrastructure monitoring (DCIM) using custom tags for infrastructure assets
US20120324436A1 (en) Method of updating versioned software using a shared cache
CN114448686B (en) Cross-network communication device and method based on micro-service
US8626716B1 (en) Service broker enhancements
US11954072B2 (en) Systems and methods for bidirectional content synching and collaboration through external systems
WO2022227719A1 (en) Data backup method and system, and related device
CA2735389A1 (en) System for integrating service management systems
US20180063242A1 (en) Method and apparatus for operating infrastructure layer in cloud computing architecture
US20190026129A1 (en) Management of application properties

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21793428

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21793428

Country of ref document: EP

Kind code of ref document: A1