CN112463363B - Resource arranging method, device, equipment and storage medium - Google Patents

Resource arranging method, device, equipment and storage medium Download PDF

Info

Publication number
CN112463363B
CN112463363B CN202011228825.0A CN202011228825A CN112463363B CN 112463363 B CN112463363 B CN 112463363B CN 202011228825 A CN202011228825 A CN 202011228825A CN 112463363 B CN112463363 B CN 112463363B
Authority
CN
China
Prior art keywords
service
blueprint
resource
creating
directory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011228825.0A
Other languages
Chinese (zh)
Other versions
CN112463363A (en
Inventor
陈显桂
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202011228825.0A priority Critical patent/CN112463363B/en
Publication of CN112463363A publication Critical patent/CN112463363A/en
Application granted granted Critical
Publication of CN112463363B publication Critical patent/CN112463363B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects

Landscapes

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

Abstract

The invention provides a resource arranging method, a resource arranging device and a storage medium, which relate to the technical field of cloud management platforms, wherein a blueprint model is selected according to a service directory creating request of a user, a service directory is created, and the service directory is associated with the blueprint model; wherein, the blueprint model defines the resource arrangement and deployment information; configuring service specifications for services in the service directory according to the blueprint model; selecting a corresponding service according to a service instance creation request of a user, and configuring configuration parameters of a blueprint to be generated according to the specification of the selected service; creating a service instance based on the service specification, and generating a blueprint according to the configuration parameters; the deployment of resource arrangement is completed by executing the blueprints, the specification of the virtual machine in the arrangement is abstracted into the service specification skillfully, a user can define different specifications by himself, different specifications and parameters can be used for creating the instance, and the effect of creating resources with different specifications by using one blueprint through the service is achieved.

Description

Resource arranging method, device, equipment and storage medium
Technical Field
The invention relates to the technical field of cloud management platforms, in particular to a resource arranging method, a resource arranging device, resource arranging equipment and a storage medium.
Background
In recent years, the demand of cloud computing business is rapidly developed, cloud computing is gradually formed from a concept and is integrated into our daily life, and OpenStack is an open source cloud computing management IaaS platform which is mature at present. OpenStack provides a solution for infrastructure as a service (IaaS) through various complementary services, each providing an API for integration.
The cloud data center management PaaS platform is oriented to private cloud and mixed cloud markets, provides open and safe enterprise-level cloud data center operation and maintenance management capability, can manage IaaS platforms such as OpenStack and the like, helps enterprises accelerate cloud application, achieves dynamic change of services, is developed from cloud computing to cloud management platforms, has service catalogs and resource arrangement functions become important indexes of cloud management platform maturity, and has more and more urgent requirements for arranging and accessing the resources into the service catalogs along with the proposal of a 'servization' concept.
Disclosure of Invention
The invention provides a resource arrangement method, a device, equipment and a storage medium, which are used for butt joint of a certain arrangement by a service, defining the specification of a virtual machine in the arrangement by a service specification and deploying the arrangement by a service instance.
In a first aspect, the present invention provides a resource orchestration method, applied to a cloud management platform, where the method includes:
selecting a blueprint model according to a service directory creating request of a user, creating a service directory, and associating the service directory with the blueprint model; wherein, the blueprint model defines the resource arranging and deploying information;
configuring service specifications for the services in the service directory according to the blueprint model;
selecting a corresponding service according to a service instance creation request of a user, and configuring configuration parameters of a blueprint to be generated according to a service specification of the selected service;
creating a service instance based on the service specification, and generating a blueprint according to the configuration parameters;
deployment of the resource orchestration is accomplished by executing the blueprints.
Further, before the steps of selecting a blueprint model according to a service directory creation request of a user, creating a service directory, and associating the service directory with the blueprint model, the method further includes:
registering an OpenStack platform and configuring basic resources of the OpenStack platform;
and creating a blueprint model of OpenStack resource layout.
Further, the underlying resource includes a computing resource, a storage resource, or a network resource.
Further, the step of creating a service instance based on the service specification and generating a blueprint according to the configuration parameters includes:
creating a service instance based on the service specification;
and generating a blueprint according to the configuration parameters through a resource arrangement interface.
Further, the resource arranging and deploying information includes parameters and relations of a virtual machine, a network and a cloud hard disk.
Further, the service specification includes CPU bandwidth information, memory capacity information, and hard disk capacity information of the virtual machine.
In a second aspect, the present invention provides a resource orchestration device, applied to a cloud management platform, where the device includes:
the service directory module is used for selecting a blueprint model according to a service directory creating request of a user, creating a service directory and associating the service directory with the blueprint model; wherein, the blueprint model defines the resource arrangement and deployment information;
the service specification module is used for configuring service specifications for the services in the service directory according to the blueprint model;
the service instance module is used for selecting corresponding services according to the service instance creation request of the user and configuring configuration parameters of the blueprints to be generated according to the service specifications of the selected services;
the blueprint module is used for creating a service instance based on the service specification and generating a blueprint according to the configuration parameters; and completing the deployment of the resource arrangement by executing the blueprint.
Further, the resource scheduling apparatus further includes:
the OpenStack module is used for registering the OpenStack platform and configuring basic resources of the OpenStack platform; creating a blueprint model of OpenStack resource orchestration.
In a third aspect, the present invention further provides an electronic device, including a memory and a processor, where the memory stores a computer program operable on the processor, and the processor implements the steps of the resource orchestration method when executing the computer program.
In a fourth aspect, the present invention also provides a computer readable storage medium having stored thereon machine executable instructions which, when invoked and executed by a processor, cause the processor to execute the resource orchestration method.
The resource arranging method provided by the invention shields the complex creation process of the blueprint for common users, and the users only need to apply for related services to use the blueprint, thereby realizing the purpose of 'servization' of the blueprint. The method ingeniously realizes that the specification of the virtual machine in the arrangement is abstracted into the service specification, a user can define different specifications, and the created instance can use different specifications and parameters, thereby realizing the effect of creating resources with different specifications by using one blueprint through the service.
Accordingly, the resource arranging device, the equipment and the computer readable storage medium provided by the embodiment of the invention also have the technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart of a resource arrangement method according to an embodiment of the present invention;
FIG. 2 is a block diagram of a resource orchestration device according to an embodiment of the present invention;
FIG. 3 is a block diagram of an electronic device according to an embodiment of the present invention;
FIG. 4 is a block diagram illustrating a resource orchestration servicing scheme according to the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "comprising" and "having," and any variations thereof, as referred to in embodiments of the present invention, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may alternatively include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Referring to fig. 1 and fig. 4, a resource orchestration method provided by an embodiment of the present invention is applied to a cloud management platform, and the method includes:
s1, selecting a blueprint model according to a service directory creating request of a user, creating a service directory, and associating the service directory with the blueprint model; wherein, the blueprint model defines the resource arrangement and deployment information;
s2, configuring service specifications for the services in the service directory according to the blueprint model;
s3, selecting a corresponding service according to the service instance creating request of the user, and configuring the configuration parameters of the blueprint to be generated according to the service specification of the selected service;
s4, creating a service instance based on the service specification, and generating a blueprint according to the configuration parameters;
and S5, completing the deployment of the resource arrangement by executing the blueprint.
The service directory is a technical means for serving a series of functions by the cloud management platform, and common users can use the served functions by applying for services; the service directory of the cloud management platform includes definition of services, configuration of service specifications, and creation of service instances. The resource arranging method shields the complex creation process of the blueprints for common users, and the users only need to apply for related services by using the blueprints, thereby realizing the purpose of 'servitization' of the blueprints. The method ingeniously realizes that the specification of the virtual machine in the arrangement is abstracted into the service specification, a user can customize different specifications, and the created instance can use different specifications and parameters, thereby realizing the effect of creating resources with different specifications by using one blueprint through the service.
Meanwhile, before the steps of selecting the blueprint model according to the service directory creation request of the user, creating the service directory and associating the service directory with the blueprint model, the method further comprises the following steps:
t1, registering an OpenStack platform, and configuring basic resources of the OpenStack platform;
t2, creating a blueprint model of OpenStack resource layout.
The underlying resources include computing resources, storage resources, or network resources.
In addition, the step of creating a service instance based on the service specification and generating a blueprint according to the configuration parameters comprises:
a1, creating a service instance based on the service specification;
and B2, generating a blueprint according to the configuration parameters through a resource arrangement interface.
The resource arranging and deploying information comprises parameters and relations of the virtual machine, the network and the cloud hard disk.
The service specification comprises CPU bandwidth information, memory capacity information and hard disk capacity information of the virtual machine.
More specifically, the method mainly comprises the following steps:
step 1, registering an OpenStack platform on a cloud management platform, and configuring basic resources such as calculation, storage, network and the like;
step 2, creating a blueprint of OpenStack resource arrangement on a cloud management platform, wherein a series of components such as a virtual machine, a network and a cloud hard disk and the relationship among the components are defined in the blueprint;
step 3, creating a service directory on the cloud management platform, wherein the service directory is associated with a blueprint;
step 4, configuring service specifications on the cloud management platform, wherein the service specifications are associated with services and blueprints, and a plurality of different service specifications can be configured, and the service specifications comprise the size information of a CPU (central processing unit), a memory and a hard disk of the virtual machine;
step 5, creating a service instance on the cloud management platform, selecting a service and a related service specification and configuring related parameters;
step 6, the service instance is created, and the bottom layer calls a resource arrangement interface to generate a new blueprint according to the relevant parameters;
and 7, after the blueprint generation is finished, executing the blueprint to finish the deployment of the blueprint, thus finishing the process of creating resource arrangement through the service directory.
Referring to fig. 2, the present invention provides a resource orchestration device applied to a cloud management platform, the device including:
the service directory module is used for selecting the blueprint model according to the service directory creating request of the user, creating a service directory and associating the service directory with the blueprint model; wherein, the blueprint model defines the resource arrangement and deployment information;
the service specification module is used for configuring service specifications for the services in the service directory according to the blueprint model;
the service instance module is used for selecting corresponding services according to the service instance creation request of the user and configuring configuration parameters of the blueprints to be generated according to the service specifications of the selected services;
the blueprint module is used for creating a service instance based on the service specification and generating a blueprint according to the configuration parameters; deployment of the resource orchestration is accomplished by executing the blueprints.
The resource scheduling apparatus further includes:
the OpenStack module is used for registering the OpenStack platform and configuring basic resources of the OpenStack platform; creating a blueprint model of OpenStack resource orchestration.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc. indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings or the orientations or positional relationships that the products of the present invention are conventionally placed in use, and are only used for convenience in describing the present invention and simplifying the description, but do not indicate or imply that the devices or elements referred to must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention.
In the description of the present invention, it should also be noted that, unless otherwise explicitly specified or limited, the terms "disposed," "mounted," "connected," and "connected" are to be construed broadly and may, for example, be fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
As shown in fig. 3, an electronic device 800 according to an embodiment of the present invention includes a memory 801 and a processor 802, where the memory stores therein a computer program that is executable on the processor, and the processor executes the computer program to implement the steps of the method according to the embodiment.
As shown in fig. 3, the electronic device further includes: a bus 803 and a communication interface 804, the processor 802, the communication interface 804, and the memory 801 being connected by the bus 803; the processor 802 is used to execute executable modules, such as computer programs, stored in the memory 801.
The Memory 801 may include a Random Access Memory (RAM), and may further include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 804 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, and the like can be used.
The bus 803 may be an ISA bus, PCI bus, EISA bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 3, but this does not indicate only one bus or one type of bus.
The memory 801 is used for storing a program, the processor 802 executes the program after receiving an execution instruction, and the method performed by the apparatus defined by the process disclosed in any of the embodiments of the present invention can be applied to the processor 802, or implemented by the processor 802.
The processor 802 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by instructions in the form of hardware integrated logic circuits or software in the processor 802. The Processor 802 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA), or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software modules may be located in ram, flash, rom, prom, or eprom, registers, etc. as is well known in the art. The storage medium is located in the memory 801, and the processor 802 reads the information in the memory 801 and completes the steps of the method in combination with the hardware thereof.
In accordance with the above method, embodiments of the present invention also provide a computer readable storage medium storing machine executable instructions, which when invoked and executed by a processor, cause the processor to perform the steps of the above method.
The apparatus provided in the embodiment of the present invention may be specific hardware on the device, or software or firmware installed on the device, or the like. The device provided by the embodiment of the present invention has the same implementation principle and technical effect as the method embodiments, and for the sake of brief description, reference may be made to the corresponding contents in the method embodiments without reference to the device embodiments. It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the foregoing systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
For another example, the division of the unit is only one division of logical functions, and there may be other divisions in actual implementation, and for another example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments provided by the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a portable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other media capable of storing program codes.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus once an item is defined in one figure, it need not be further defined and explained in subsequent figures, and moreover, the terms "first", "second", "third", etc. are used merely to distinguish one description from another and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; and the modifications, changes or substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention. Are intended to be covered by the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (7)

1. A resource orchestration method is applied to a cloud management platform, and the method comprises the following steps:
registering an OpenStack platform and configuring basic resources of the OpenStack platform;
creating a blueprint model of OpenStack resource layout;
selecting a blueprint model according to a service directory creation request of a user, creating a service directory, and associating the service directory with the blueprint model; wherein, the blueprint model defines the resource arrangement and deployment information;
configuring service specifications for the services in the service directory according to the blueprint model;
selecting a corresponding service according to a service instance creation request of a user, and configuring configuration parameters of a blueprint to be generated according to a service specification of the selected service;
creating a service instance based on the service specification; generating a blueprint according to the configuration parameters through a resource arrangement interface;
completing the deployment of the resource arrangement by executing the blueprint; the user can customize different service specifications, and the created instance can use different service specifications and configuration parameters, so that resources with different service specifications can be created by using one blueprint through the service.
2. The method of claim 1, wherein the base resource comprises a computing resource, a storage resource, or a network resource.
3. The resource orchestration method according to claim 1, wherein the resource orchestration deployment information comprises parameters of a virtual machine, a network, a cloud disk, and relationships thereof.
4. The resource orchestration method according to claim 1, wherein the service specification comprises CPU bandwidth information, memory capacity information, and hard disk capacity information of the virtual machine.
5. A resource orchestration device applied to a cloud management platform, the device comprising:
the OpenStack module is used for registering the OpenStack platform and configuring basic resources of the OpenStack platform; creating a blueprint model of OpenStack resource layout;
the service directory module is used for selecting a blueprint model according to a service directory creating request of a user, creating a service directory and associating the service directory with the blueprint model; wherein, the blueprint model defines the resource arrangement and deployment information;
the service specification module is used for configuring service specifications for the services in the service directory according to the blueprint model;
the service instance module is used for selecting corresponding services according to the service instance creation request of the user and configuring configuration parameters of the blueprints to be generated according to the service specifications of the selected services;
the blueprint module is used for creating a service instance based on the service specification; generating a blueprint according to the configuration parameters through a resource arrangement interface; completing the deployment of the resource arrangement by executing the blueprint; the user can customize different service specifications, and the created instance can use different service specifications and configuration parameters, so that resources with different service specifications can be created by using one blueprint through the service.
6. An electronic device comprising a memory and a processor, wherein the memory stores a computer program operable on the processor, and wherein the processor implements the steps of the method of any of claims 1 to 4 when executing the computer program.
7. A computer readable storage medium having stored thereon machine executable instructions which, when invoked and executed by a processor, cause the processor to execute the method of any of claims 1 to 4.
CN202011228825.0A 2020-11-06 2020-11-06 Resource arranging method, device, equipment and storage medium Active CN112463363B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011228825.0A CN112463363B (en) 2020-11-06 2020-11-06 Resource arranging method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011228825.0A CN112463363B (en) 2020-11-06 2020-11-06 Resource arranging method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112463363A CN112463363A (en) 2021-03-09
CN112463363B true CN112463363B (en) 2022-08-26

Family

ID=74825001

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011228825.0A Active CN112463363B (en) 2020-11-06 2020-11-06 Resource arranging method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112463363B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113849299A (en) * 2021-06-29 2021-12-28 山东浪潮科学研究院有限公司 Application mixed arrangement system and method for cloud network resources
CN113626189B (en) * 2021-08-03 2024-02-06 优刻得科技股份有限公司 Method, device and medium for constructing resource management model
CN113986258A (en) * 2021-11-17 2022-01-28 建信金融科技有限责任公司 Service publishing method, device, equipment and storage medium
CN115442242A (en) * 2022-08-29 2022-12-06 苏州空天信息研究院 Workflow arrangement system and method based on importance ordering
CN115309400B (en) * 2022-10-10 2023-03-31 阿里巴巴(中国)有限公司 Task deployment method, service platform, deployment platform, device and storage medium
CN116886777B (en) * 2023-09-06 2024-01-26 苏州浪潮智能科技有限公司 Service flow distribution method and device for container arrangement platform

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010151273A1 (en) * 2009-06-04 2010-12-29 Unisys Corporation Secure custom application cloud computing architecture
CN111552471A (en) * 2020-04-07 2020-08-18 电科云(北京)科技有限公司 Task arrangement method and system under hybrid cloud environment
CN111880904A (en) * 2020-07-30 2020-11-03 北京浪潮数据技术有限公司 Method, system and related device for arranging virtualization platform resources

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010151273A1 (en) * 2009-06-04 2010-12-29 Unisys Corporation Secure custom application cloud computing architecture
CN111552471A (en) * 2020-04-07 2020-08-18 电科云(北京)科技有限公司 Task arrangement method and system under hybrid cloud environment
CN111880904A (en) * 2020-07-30 2020-11-03 北京浪潮数据技术有限公司 Method, system and related device for arranging virtualization platform resources

Also Published As

Publication number Publication date
CN112463363A (en) 2021-03-09

Similar Documents

Publication Publication Date Title
CN112463363B (en) Resource arranging method, device, equipment and storage medium
US10595161B2 (en) Associating multiple user devices with a single user
US20210314152A1 (en) Deterministic verification of digital identity documents
CN107896162B (en) Deployment method and device of monitoring system, computer equipment and storage medium
US10554574B2 (en) Resource management techniques for heterogeneous resource clouds
US10620928B2 (en) Global cloud applications management
US9912759B2 (en) Dynamically generating solution stacks
US8972941B2 (en) Integrated development environment-based workload testing in a networked computing environment
US20210165410A1 (en) Trajectory similarity search
US20170279611A1 (en) Cryptographically assured zero-knowledge cloud services for elemental transactions
CN113965579B (en) Resource distribution method of cloud service and related equipment
CN108196899B (en) Method and device for creating multiple users
CN110750335A (en) Resource creating method and device and server
CN112463392A (en) vGPU management method, vGPU management device, electronic equipment and storage medium
CN115757611A (en) Big data cluster switching method and device, electronic equipment and storage medium
US20210081247A1 (en) Master image for deploying workloads in a heterogeneous computing environment
US10146569B2 (en) Template based software scans
US20180124160A1 (en) Domain-specific pattern design
CN111866129A (en) Method, device and medium for determining service availability index based on cloud platform
US20230214266A1 (en) Orchestration of containerized microservices
CN110879748A (en) Shared resource allocation method, device and equipment
CN110278241A (en) A kind of registration request processing method and processing device
US11775398B2 (en) Rollback of services with a global variable change
WO2019058265A1 (en) Implementing dynamically and automatically altering user profile for enhanced performance
US10523591B2 (en) Discovering resource availability across regions

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant