CN111752677A - Cloud resource configuration method, system, terminal and storage medium - Google Patents

Cloud resource configuration method, system, terminal and storage medium Download PDF

Info

Publication number
CN111752677A
CN111752677A CN202010508619.9A CN202010508619A CN111752677A CN 111752677 A CN111752677 A CN 111752677A CN 202010508619 A CN202010508619 A CN 202010508619A CN 111752677 A CN111752677 A CN 111752677A
Authority
CN
China
Prior art keywords
cloud resource
attribute
atomic
atomic block
cloud
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010508619.9A
Other languages
Chinese (zh)
Other versions
CN111752677B (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 CN202010508619.9A priority Critical patent/CN111752677B/en
Publication of CN111752677A publication Critical patent/CN111752677A/en
Application granted granted Critical
Publication of CN111752677B publication Critical patent/CN111752677B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Abstract

The invention provides a cloud resource configuration method, a system, a terminal and a storage medium, comprising the following steps: the method comprises the steps of processing a common cloud resource category into a plurality of cloud resource atomic blocks in an atomization mode, and obtaining the attribute of each cloud resource atomic block; creating attribute association relations among different cloud resource atomic block attributes; searching the attribute of the associated cloud resource atomic block according to the attribute of the selected cloud resource atomic block and the attribute association relation; generating a configuration template according to the selected attribute of the cloud resource atomic block and the attribute of the associated cloud resource atomic block; and importing specific parameter values of the attributes of the atomic blocks of the cloud resources to be configured into the configuration template, and generating a configuration file for creating the cloud resources according to the configuration template. The method and the device can automatically generate the complete configuration file created by the virtual machine, avoid the problem that the creation of the virtual machine fails due to cloud resource errors created when a user creates the virtual machine by himself, are simple, improve the efficiency of creating the cloud resource, save time and save cost.

Description

Cloud resource configuration method, system, terminal and storage medium
Technical Field
The invention belongs to the technical field of cloud platforms, and particularly relates to a cloud resource configuration method, a cloud resource configuration system, a cloud resource configuration terminal and a storage medium.
Background
With the development of information technology, cloud computing is already spread in various industries, cloud resources required by people can be created through cloud computing, but other resources are required to be relied on when the resources are created, for example, a new virtual machine is created, other resource information such as a hard disk network protection group and the like needs to be created independently, and if the business is unfamiliar, it is difficult to create a virtual machine required by people in a short time.
Disclosure of Invention
In view of the above disadvantages in the prior art, the present invention provides a method, a system, a terminal and a storage medium for configuring cloud resources, so as to solve the above technical problems.
In a first aspect, the present invention provides a cloud resource configuration method, including:
the method comprises the steps of processing a common cloud resource category into a plurality of cloud resource atomic blocks in an atomization mode, and obtaining the attribute of each cloud resource atomic block;
creating attribute association relations among different cloud resource atomic block attributes;
searching the attribute of the associated cloud resource atomic block according to the attribute of the selected cloud resource atomic block and the attribute association relation;
generating a configuration template according to the selected attribute of the cloud resource atomic block and the attribute of the associated cloud resource atomic block;
and importing specific parameter values of the attributes of the atomic blocks of the cloud resources to be configured into the configuration template, and generating a configuration file for creating the cloud resources according to the configuration template.
Further, before the specific parameter value of the attribute of the cloud resource atomic block to be configured is imported into the configuration template, the method further includes:
and screening out attribute items needing to be set with specific parameter values from all the cloud resource atomic block attributes of the configuration template, and outputting the attribute items.
Further, after the specific parameter values of the attributes of the cloud resource atomic blocks to be configured are imported into the configuration template, the method further includes:
generating a parameter value range of the attribute of the cloud resource atomic block to be configured according to the attribute information of the attribute of the cloud resource atomic block to be configured;
judging whether the imported specific parameter value is in the parameter value range:
if yes, judging that the specific parameter value passes the verification;
if not, judging that the specific parameter value does not pass the verification.
Further, the method further comprises:
extracting attribute information of the cloud resource atomic blocks in the configuration file;
and creating a plurality of threads according to the attribute information of the cloud resource atomic block and simultaneously creating cloud resources by using the threads.
In a second aspect, the present invention provides a cloud resource configuration system, including:
the resource dividing unit is configured to atomically process the common cloud resource categories into a plurality of cloud resource atomic blocks and acquire the attribute of each cloud resource atomic block;
the association creating unit is configured to create attribute association relations among different cloud resource atomic block attributes;
the attribute association unit is configured to search the attribute of the associated cloud resource atomic block according to the selected cloud resource atomic block attribute and the attribute association relation;
the template generating unit is configured to generate a configuration template according to the selected cloud resource atomic block attribute and the associated cloud resource atomic block attribute;
and the parameter importing unit is configured to import specific parameter values of the attributes of the atomic blocks of the cloud resources to be configured into the configuration template, and generate a configuration file for creating the cloud resources according to the configuration template.
Further, the system further comprises:
and the configuration screening unit is used for screening out attribute items needing to be set with specific parameter values from all the cloud resource atomic block attributes of the configuration template and outputting the attribute items.
Further, the system further comprises:
the range limiting unit is configured to generate a parameter value range of the attribute of the cloud resource atomic block to be configured according to the attribute information of the attribute of the cloud resource atomic block to be configured;
the parameter judgment unit is configured to judge whether the imported specific parameter value is in the parameter value range;
the judging unit is configured to judge that the specific parameter value passes verification if the introduced specific parameter value is in the parameter value range;
and the verification failure unit is configured to determine that the specific parameter value fails to be verified if the introduced specific parameter value is not in the parameter value range.
Further, the system further comprises:
the information extraction unit is configured to extract attribute information of the cloud resource atomic blocks in the configuration file;
and the thread creating unit is configured to create a plurality of threads according to the attribute information of the cloud resource atomic block and simultaneously create the cloud resources by using the plurality of threads.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the cloud resource configuration method, the cloud resource configuration system, the terminal and the storage medium, the common cloud resource categories are processed into the plurality of cloud resource atomic blocks in an atomization mode, the attribute association relation among different cloud resource atomic block attributes is established to construct the association network, and all the associated cloud resource atomic block attributes can be screened out according to the association network based on a certain cloud resource atomic block attribute selected by a user, so that the configuration template is generated. And the user inputs specific parameter values in the attribute items needing to be configured of the configuration template to generate a complete configuration file for creating the virtual machine. The method and the device can automatically generate the complete configuration file created by the virtual machine, avoid the problem that the creation of the virtual machine fails due to cloud resource errors created when a user creates the virtual machine by himself, have a simple configuration method, greatly improve the efficiency of creating the cloud resource, save time and save cost.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. 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.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be a cloud resource configuration system.
As shown in fig. 1, the method 100 includes:
step 110, performing atomization processing on the common cloud resource categories into a plurality of cloud resource atomic blocks, and acquiring the attribute of each cloud resource atomic block;
step 120, creating attribute association relations among different cloud resource atomic block attributes;
step 130, searching the attribute of the associated cloud resource atomic block according to the selected attribute of the cloud resource atomic block and the attribute association relation;
step 140, generating a configuration template according to the selected attribute of the cloud resource atomic block and the attribute of the associated cloud resource atomic block;
step 150, importing specific parameter values of the attributes of the atomic blocks of the cloud resources to be configured into the configuration template, and generating a configuration file for creating the cloud resources according to the configuration template.
In order to facilitate understanding of the present invention, the cloud resource allocation method provided in the present invention is further described below with reference to the principle of the cloud resource allocation method of the present invention and the process of allocating cloud resources in the embodiments.
Specifically, the cloud resource configuration method includes:
and S1, carrying out atomization processing on the types of the common cloud resources into a plurality of cloud resource atomic blocks, and acquiring the attribute of each cloud resource atomic block.
Commonly used cloud resources, such as networks, hard disks, routers, protection groups, and the like, are atomized in advance into atomic blocks of non-separable cloud resources. Taking a network as an example, the network can be split into a port configuration and a subnet configuration. And acquiring the attribute of each cloud resource atomic block and storing the attribute into a cloud resource attribute table t _ property.
And S2, creating attribute association relations among the attributes of the different cloud resource atomic blocks.
The method comprises the steps of storing attribute association relations among different cloud resource atomic block attributes into a cloud resource association table, storing the cloud resource association table t _ resource _ rel, a cloud resource basic information table t _ info (used for storing basic information such as types and corresponding available quantities of all cloud resources), and storing the cloud resource attribute table t _ property into a database.
And S3, searching the attribute of the associated cloud resource atomic block according to the selected attribute of the cloud resource atomic block and the attribute association relation.
And displaying data in a basic information table in the database in a cloud resource list of the drawing board part. And displaying the cloud resources needing to be created on a drawing board drawing interface of the drawing board part, wherein the cloud resources needing to be created and displayed on the drawing board drawing interface are the cloud resource atomic block attributes selected by the user. And searching the attribute of the associated cloud resource atomic block of the selected cloud resource atomic block attribute according to the attribute association relation.
And S4, generating a configuration template according to the selected cloud resource atomic block attributes and the associated cloud resource atomic block attributes. The configuration template includes all selected cloud resource atomic block attributes and associated cloud resource atomic block attributes.
S5, importing specific parameter values of the attributes of the atomic blocks of the cloud resources to be configured into the configuration template, and generating a configuration file for creating the cloud resources according to the configuration template.
Some attribute items in the configuration template need to import configuration parameters (such as the number of network ports), and the configuration parameters need to be set by a user according to needs. After the user inputs the parameters, checking whether all attribute items needing to be configured have imported parameter values, if all the imported parameters pass the integrity check, otherwise, the imported parameters need to be supplemented. And then, carrying out accuracy verification on the configuration template, wherein the parameter value of each cloud resource atomic block attribute has an inherent range, judging whether the parameter input by the user is in the corresponding parameter value range, if so, judging that the configuration template passes the accuracy verification, otherwise, outputting an error prompt.
And converting the configuration template which passes the verification into an XML file to be output.
When the virtual machine is created, information such as parameter values corresponding to the parameter items is extracted from the XML file, a plurality of threads (such as a network creation thread, a storage creation thread, and the like) are created according to the extracted information, and cloud resources are created at the same time. The virtual machine is created after the cloud resource creation is completed. The process of creating a virtual machine on top of existing cloud resources is prior art and therefore will not be described in detail.
As shown in fig. 2, the system 200 includes:
the resource dividing unit 210 is configured to atomically process the common cloud resource categories into a plurality of cloud resource atomic blocks, and acquire an attribute of each cloud resource atomic block;
an association creating unit 220 configured to create an attribute association relationship between attributes of different cloud resource atomic blocks;
an attribute association unit 230 configured to search an attribute of the associated cloud resource atomic block according to the selected attribute of the cloud resource atomic block and the attribute association relationship;
the template generating unit 240 is configured to generate a configuration template according to the selected cloud resource atomic block attribute and the associated cloud resource atomic block attribute;
the parameter importing unit 250 is configured to import specific parameter values of attributes of the atomic blocks of the cloud resources to be configured into the configuration template, and generate a configuration file for creating the cloud resources according to the configuration template.
Optionally, as an embodiment of the present invention, the system further includes:
and the configuration screening unit is used for screening out attribute items needing to be set with specific parameter values from all the cloud resource atomic block attributes of the configuration template and outputting the attribute items.
Optionally, as an embodiment of the present invention, the system further includes:
the range limiting unit is configured to generate a parameter value range of the attribute of the cloud resource atomic block to be configured according to the attribute information of the attribute of the cloud resource atomic block to be configured;
the parameter judgment unit is configured to judge whether the imported specific parameter value is in the parameter value range;
the judging unit is configured to judge that the specific parameter value passes verification if the introduced specific parameter value is in the parameter value range;
and the verification failure unit is configured to determine that the specific parameter value fails to be verified if the introduced specific parameter value is not in the parameter value range.
Optionally, as an embodiment of the present invention, the system further includes:
the information extraction unit is configured to extract attribute information of the cloud resource atomic blocks in the configuration file;
and the thread creating unit is configured to create a plurality of threads according to the attribute information of the cloud resource atomic block and simultaneously create the cloud resources by using the plurality of threads.
Fig. 3 is a schematic structural diagram of a terminal system 300 according to an embodiment of the present invention, where the terminal system 300 may be used to execute the cloud resource configuration method according to the embodiment of the present invention.
The terminal system 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the method provided by the invention has the advantages that the common cloud resource categories are processed into a plurality of cloud resource atomic blocks in an atomization manner, the attribute incidence relation among the attributes of different cloud resource atomic blocks is established to construct the correlation network, and all the attributes of the correlation cloud resource atomic blocks can be screened out according to the correlation network based on a certain cloud resource atomic block attribute selected by a user, so that the configuration template is generated. And the user inputs specific parameter values in the attribute items needing to be configured of the configuration template to generate a complete configuration file for creating the virtual machine. The method and the device can automatically generate the complete configuration file created by the virtual machine, and avoid the problem that the creation of the virtual machine fails due to the cloud resource error created when the user creates the virtual machine by himself.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of 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 through some interfaces, systems or units, 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 of 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.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A cloud resource configuration method is characterized by comprising the following steps:
the method comprises the steps of processing a common cloud resource category into a plurality of cloud resource atomic blocks in an atomization mode, and obtaining the attribute of each cloud resource atomic block;
creating attribute association relations among different cloud resource atomic block attributes;
searching the attribute of the associated cloud resource atomic block according to the attribute of the selected cloud resource atomic block and the attribute association relation;
generating a configuration template according to the selected attribute of the cloud resource atomic block and the attribute of the associated cloud resource atomic block;
and importing specific parameter values of the attributes of the atomic blocks of the cloud resources to be configured into the configuration template, and generating a configuration file for creating the cloud resources according to the configuration template.
2. The method according to claim 1, wherein before the importing, into the configuration template, the specific parameter value of the attribute of the atomic block of the cloud resource to be configured, the method further comprises:
and screening out attribute items needing to be set with specific parameter values from all the cloud resource atomic block attributes of the configuration template, and outputting the attribute items.
3. The method according to claim 2, wherein after the importing, to the configuration template, the specific parameter value of the attribute of the atomic block of cloud resources to be configured, the method further comprises:
generating a parameter value range of the attribute of the cloud resource atomic block to be configured according to the attribute information of the attribute of the cloud resource atomic block to be configured;
judging whether the imported specific parameter value is in the parameter value range:
if yes, judging that the specific parameter value passes the verification;
if not, judging that the specific parameter value does not pass the verification.
4. The method of claim 1, further comprising:
extracting attribute information of the cloud resource atomic blocks in the configuration file;
and creating a plurality of threads according to the attribute information of the cloud resource atomic block and simultaneously creating cloud resources by using the threads.
5. A cloud resource configuration system, comprising:
the resource dividing unit is configured to atomically process the common cloud resource categories into a plurality of cloud resource atomic blocks and acquire the attribute of each cloud resource atomic block;
the association creating unit is configured to create attribute association relations among different cloud resource atomic block attributes;
the attribute association unit is configured to search the attribute of the associated cloud resource atomic block according to the selected cloud resource atomic block attribute and the attribute association relation;
the template generating unit is configured to generate a configuration template according to the selected cloud resource atomic block attribute and the associated cloud resource atomic block attribute;
and the parameter importing unit is configured to import specific parameter values of the attributes of the atomic blocks of the cloud resources to be configured into the configuration template, and generate a configuration file for creating the cloud resources according to the configuration template.
6. The system of claim 5, further comprising:
and the configuration screening unit is used for screening out attribute items needing to be set with specific parameter values from all the cloud resource atomic block attributes of the configuration template and outputting the attribute items.
7. The system of claim 6, further comprising:
the range limiting unit is configured to generate a parameter value range of the attribute of the cloud resource atomic block to be configured according to the attribute information of the attribute of the cloud resource atomic block to be configured;
the parameter judgment unit is configured to judge whether the imported specific parameter value is in the parameter value range;
the judging unit is configured to judge that the specific parameter value passes verification if the introduced specific parameter value is in the parameter value range;
and the verification failure unit is configured to determine that the specific parameter value fails to be verified if the introduced specific parameter value is not in the parameter value range.
8. The system of claim 5, further comprising:
the information extraction unit is configured to extract attribute information of the cloud resource atomic blocks in the configuration file;
and the thread creating unit is configured to create a plurality of threads according to the attribute information of the cloud resource atomic block and simultaneously create the cloud resources by using the plurality of threads.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN202010508619.9A 2020-06-06 2020-06-06 Cloud resource configuration method, system, terminal and storage medium Active CN111752677B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010508619.9A CN111752677B (en) 2020-06-06 2020-06-06 Cloud resource configuration method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010508619.9A CN111752677B (en) 2020-06-06 2020-06-06 Cloud resource configuration method, system, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN111752677A true CN111752677A (en) 2020-10-09
CN111752677B CN111752677B (en) 2023-01-10

Family

ID=72676302

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010508619.9A Active CN111752677B (en) 2020-06-06 2020-06-06 Cloud resource configuration method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111752677B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112511596A (en) * 2020-11-05 2021-03-16 苏州浪潮智能科技有限公司 Method and equipment for creating cloud resources in cloud platform

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105007323A (en) * 2015-07-22 2015-10-28 上海斐讯数据通信技术有限公司 System and method for arranging cloud resources
CN105824991A (en) * 2016-03-10 2016-08-03 金航数码科技有限责任公司 Aerospace application collaborative design oriented cloud platform and resource allocation method
CN107070705A (en) * 2017-03-23 2017-08-18 无锡华云数据技术服务有限公司 A kind of method of combination of cloud resource
US20190124018A1 (en) * 2016-07-01 2019-04-25 Huawei Technologies Co., Ltd. Cloud resource processing method and physical node
CN110750335A (en) * 2019-10-25 2020-02-04 北京金山云网络技术有限公司 Resource creating method and device and server

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105007323A (en) * 2015-07-22 2015-10-28 上海斐讯数据通信技术有限公司 System and method for arranging cloud resources
CN105824991A (en) * 2016-03-10 2016-08-03 金航数码科技有限责任公司 Aerospace application collaborative design oriented cloud platform and resource allocation method
US20190124018A1 (en) * 2016-07-01 2019-04-25 Huawei Technologies Co., Ltd. Cloud resource processing method and physical node
CN107070705A (en) * 2017-03-23 2017-08-18 无锡华云数据技术服务有限公司 A kind of method of combination of cloud resource
CN110750335A (en) * 2019-10-25 2020-02-04 北京金山云网络技术有限公司 Resource creating method and device and server

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112511596A (en) * 2020-11-05 2021-03-16 苏州浪潮智能科技有限公司 Method and equipment for creating cloud resources in cloud platform

Also Published As

Publication number Publication date
CN111752677B (en) 2023-01-10

Similar Documents

Publication Publication Date Title
CN107885656B (en) Automatic product algorithm testing method and application server
CN110554938B (en) BIOS (basic input output System) testing method, system, terminal and storage medium based on script set
CN111831542B (en) API application debugging method and device and storage medium
CN114546738A (en) Server general test method, system, terminal and storage medium
CN111966551A (en) Method, system, terminal and storage medium for verifying remote command execution result
CN109446097A (en) A kind of regression test case selection method, device, terminal and storage medium
CN109788052B (en) Server configuration remote query method, device, terminal and storage medium
CN111475494A (en) Mass data processing method, system, terminal and storage medium
CN111949518A (en) Method, system, terminal and storage medium for generating fault detection script
CN106651513B (en) Quotation method and device for circuit board orders
CN111752677B (en) Cloud resource configuration method, system, terminal and storage medium
CN110554917A (en) method, system, terminal and storage medium for efficiently traversing large data volume set
CN112003730A (en) Method, system, terminal and storage medium for rapid cluster deployment
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN110543394A (en) server sensor information consistency testing method, system, terminal and storage medium
CN114936150A (en) Big data stream synchronization and monitoring test method, device and storage medium
CN114443495A (en) Interface test case generation method, device, equipment and storage medium
CN114911589A (en) Cross-data-platform fusion computing method, system, terminal and storage medium
CN109840213B (en) Test data creating method, device, terminal and storage medium for GUI test
CN111124854A (en) Method, system, terminal and storage medium for distributing smoking test cases
CN111143193A (en) Big data service testing method, system, terminal and storage medium based on RobotFramework
CN113741868A (en) Business calculation task processing method and device, computer equipment and storage medium
CN110703988A (en) Storage pool creating method, system, terminal and storage medium for distributed storage
CN110865932A (en) Program internal interface testing method, system, terminal and storage medium
CN111061562B (en) Software collaborative packaging method, system, terminal and storage medium

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