CN110764864A - Terraform-based visual resource arrangement method - Google Patents

Terraform-based visual resource arrangement method Download PDF

Info

Publication number
CN110764864A
CN110764864A CN201911025155.XA CN201911025155A CN110764864A CN 110764864 A CN110764864 A CN 110764864A CN 201911025155 A CN201911025155 A CN 201911025155A CN 110764864 A CN110764864 A CN 110764864A
Authority
CN
China
Prior art keywords
resource
configuration
template
terraform
generating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911025155.XA
Other languages
Chinese (zh)
Inventor
崔为波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911025155.XA priority Critical patent/CN110764864A/en
Publication of CN110764864A publication Critical patent/CN110764864A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application discloses a method, a device and equipment for arranging visual resources based on Terraform and a readable storage medium, wherein the scheme comprises the following steps: generating configuration information according to the configuration operation of a user on a target resource on a UI (user interface); acquiring a resource template of a target resource, and generating a configuration file based on HCL grammar according to the resource template and configuration information, wherein the resource template is used for describing the configuration attribute of the target resource; and calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file. Therefore, the scheme can show the complex connection relation of the resources on the UI interface, allows a user to execute a series of operations of resource arrangement through the UI interface, reduces the threshold of development, operation and maintenance work, and shows the resources through the UI interface without installing a third-party programmed diagram toolkit, reduces the complexity of resource arrangement and improves the resource arrangement efficiency.

Description

Terraform-based visual resource arrangement method
Technical Field
The application relates to the technical field of computers, in particular to a method, a device and equipment for arranging visual resources based on Terraform and a readable storage medium.
Background
Terraform is an infrastructure automation orchestration tool that enables safe and efficient construction, modification, and versioning of infrastructure. The terrafrorm can support almost all cloud services seen in the market, specifically, the code can be used for managing and maintaining the IT resources, and a part of tasks needing manual operation before are automatically completed through a program, so that the result is obvious: high efficiency and no error.
Terramorm abstracts resources and providers flexibly, writes configuration files using the HCL syntax, generates an execution plan by describing the abstract components (as small as a single application, as large as the entire data center) with the configuration files, and then executes it to build the described infrastructure. In order to support all cloud services available in the market, the terrafrorm adopts a unified configuration grammar HCL, which brings learning cost, and all operations are performed in a console by using commands, which increases difficulty for non-research and development personnel and is not friendly to display.
Therefore, the configuration grammar HCL is used by the Terraform, the operation difficulty of a non-professional user is increased, a third-party tool needs to be installed in the resource display process, and the user experience is poor.
Disclosure of Invention
The application aims to provide a method, a device, equipment and a readable storage medium for arranging visual resources based on Terraform, and the method, the device, the equipment and the readable storage medium are used for solving the problems that the Terraform uses a configuration grammar HCL, so that the operation of a non-professional user is not facilitated, and a third-party tool needs to be installed in the resource display process, so that the user experience is poor. The specific scheme is as follows:
in a first aspect, the present application provides a method for arranging visualized resources based on Terraform, including:
generating configuration information according to the configuration operation of a user on a target resource on a UI (user interface);
acquiring a resource template of the target resource, and generating a configuration file based on HCL grammar according to the resource template and the configuration information, wherein the resource template is used for describing the configuration attribute of the target resource;
and calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file.
Preferably, the resource template includes a resource information template and a resource configurable template, and the generating of the configuration file of the HCL syntax according to the resource template and the configuration information includes:
and generating a configuration file of HCL grammar according to the resource information template, the resource configurable template and the configuration information, wherein the resource information template is used for describing default configuration attributes of the target resource, and the resource configurable template is used for describing optional configuration attributes of the target resource.
Preferably, before generating the configuration information according to the configuration operation of the user on the target resource on the UI interface, the method further includes:
and generating a basic resource icon according to the resource information template of the target resource, and displaying the basic resource icon on an IU interface.
Preferably, the generating configuration information according to the configuration operation of the user on the target resource on the UI interface includes:
and generating configuration information according to the dragging operation of the user on the basic resource icon on the UI interface.
Preferably, the generating a basic resource icon according to the resource information template of the target resource includes:
and initializing the bottom layer engine according to the initialization request, and generating a basic resource icon according to the resource information template of the target resource.
Preferably, after generating the configuration file based on the HCL syntax according to the resource template and the configuration information, the method further includes:
and sending the configuration file to a UI (user interface) for analysis and display according to a configuration file viewing request of a user.
Preferably, the invoking Terraform performs a corresponding orchestration operation on the target resource according to the configuration file, including:
and calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file according to the confirmed arrangement request of the user.
In a second aspect, the present application provides a terramorm-based visualization resource orchestration apparatus, including:
a user interaction module: the system comprises a UI interface, a configuration module and a configuration module, wherein the UI interface is used for configuring target resources according to a configuration operation of a user on the UI interface and generating configuration information;
a configuration module: the resource template is used for acquiring the target resource, and a configuration file based on HCL grammar is generated according to the resource template and the configuration information, wherein the resource template is used for describing the configuration attribute of the target resource;
a calling module: and the system is used for calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file.
In a third aspect, the present application provides a terradorm-based visualization resource orchestration device, including:
a memory: for storing a computer program;
a processor: for executing said computer program for implementing the steps of the Terraform-based visualization resource orchestration method as described above.
In a fourth aspect, the present application provides a readable storage medium having stored thereon a computer program for implementing the steps of the Terraform-based visualization resource orchestration method as described above, when the computer program is executed by a processor.
The application provides a method, a device, equipment and a readable storage medium for arranging visual resources based on Terraform, and the scheme comprises the following steps: generating configuration information according to the configuration operation of a user on a target resource on a UI (user interface); acquiring a resource template of a target resource, and generating a configuration file based on HCL grammar according to the resource template and configuration information, wherein the resource template is used for describing the configuration attribute of the target resource; and calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file. Therefore, the scheme can show the complex connection relation of the resources on the UI interface, allows a user to execute a series of operations of resource arrangement through the UI interface, reduces the threshold of development, operation and maintenance work, and shows the resources through the UI interface without installing a third-party programmed diagram toolkit, reduces the complexity of resource arrangement and improves the resource arrangement efficiency.
Drawings
For a clearer explanation of the embodiments or technical solutions of the prior art of the present application, the drawings needed for the description of the embodiments or prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart illustrating a first implementation of a terradorm-based visualization resource arrangement method provided in the present application;
fig. 2 is a flowchart illustrating an implementation of a second method for arranging visualized resources based on Terraform according to the present application;
fig. 3 is a schematic process diagram of an embodiment of a terramorm-based visualization resource orchestration method provided by the present application;
fig. 4 is a functional block diagram of an embodiment of a terramorm-based visualization resource orchestration device provided in the present application;
fig. 5 is a schematic structural diagram of an embodiment of a visualization resource orchestration device based on Terraform provided in the present application.
Detailed Description
The core of the application is to provide a Terraform-based visual resource arrangement method, a Terraform-based visual resource arrangement device, a Terraform-based visual resource arrangement equipment and a readable storage medium, a user is allowed to execute a series of operations of resource arrangement through a UI interface, the threshold of development, operation and maintenance work is reduced, a third-party toolkit is not required to be installed when the user views resources through the UI interface, and the resource arrangement efficiency is improved.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments of the present application 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 application.
Referring to fig. 1, a first embodiment of a method for arranging visualized resources based on terrafrorm is described below, where the first embodiment includes:
s101, generating configuration information according to configuration operation of a user on a target resource on a UI (user interface);
s102, acquiring a resource template of the target resource, and generating a configuration file based on HCL grammar according to the resource template and the configuration information, wherein the resource template is used for describing the configuration attribute of the target resource;
s103, calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file.
The embodiment is used for realizing resource arrangement based on Terraform, wherein Terraform is a tool for safely and effectively constructing, changing and versioning infrastructure, and the resource arrangement is a management mode for abstract modeling, instance generation and maintenance of resources.
In particular, the present embodiment provides a UI, i.e., a user interface. In this embodiment, all basic resources are abstracted into resource icons on the UI interface, and the UI interface can be used for a user to arrange resources by dragging a visual resource icon thereon, and can also receive a Configuration file of HCL syntax (a Configuration syntax), translate the Configuration file into the basic resource icons, and display the set arranged resources by displaying the resource icons. By the method, the situation that the layout of resources is displayed by installing the grapeviz (toolkit for program drawing) is avoided, operation is convenient, and meanwhile, the method is more friendly to users.
Specifically, a UI interface and a bottom processing engine are initialized; performing a series of configuration operations on a target resource on a UI (user interface) according to a user to generate configuration information, wherein the configuration operations can be specifically realized in a mode of dragging a resource icon; the UI sends the configuration information to the message processing layer, and the message processing layer generates a configuration file in an HCL (human resource language) syntactic format according to the resource template and the configuration information of the target resource; then, if the user operates on the UI interface to request to view the configuration file, sending the configuration file to the UI interface for analysis, and displaying the set arrangement resources; and if the user operates on the UI interface to request for confirming the arrangement, calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file. Therefore, the message processing layer integrates the Terraform native command and can call the Terraform native command to arrange resources.
In this embodiment, the resource templates correspond to resource types one to one and are used to describe configuration attributes of a resource, and as a specific implementation manner, the resource templates include a resource information template and a resource configurable template, where the resource information template is used to describe basic attributes of the resource, and the resource configurable template is used to describe optional attributes of the resource.
The embodiment provides a visualized resource arranging method based on Terraform, and the scheme comprises the following steps: generating configuration information according to the configuration operation of a user on a target resource on a UI (user interface); acquiring a resource template of a target resource, and generating a configuration file based on HCL grammar according to the resource template and configuration information, wherein the resource template is used for describing the configuration attribute of the target resource; and calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file. Therefore, the scheme can show the complex connection relation of the resources on the UI interface, allows a user to execute a series of operations of resource arrangement through the UI interface, reduces the threshold of development, operation and maintenance work, does not need to install a third-party programmed diagram toolkit when viewing the resources through the UI interface, reduces the complexity of resource arrangement, and improves the resource arrangement efficiency.
The second embodiment of the visualized resource arranging method based on terrafrorm provided by the present application is described in detail below, and is implemented based on the first embodiment, and is expanded to a certain extent based on the first embodiment.
Referring to fig. 2, the second embodiment specifically includes:
s201, initializing a bottom layer engine according to an initialization request, and generating a basic resource icon according to a resource information template of a target resource;
s202, displaying the basic resource icon on an IU interface;
s203, generating configuration information according to the dragging operation of the user on the basic resource icon on the UI;
s204, generating a configuration file of the HCL grammar according to the resource information template, the resource configurable template and the configuration information;
the resource information template is used for describing default configuration attributes of the target resource, and the resource configurable template is used for describing optional configuration attributes of the target resource.
S205, according to a configuration file viewing request of a user, sending the configuration file to a UI (user interface) for analysis and display;
s206, calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file according to the confirmed arrangement request of the user.
Therefore, according to the method for arranging the visualized resources based on the Terraform, provided by the embodiment, the UI module is additionally arranged, and the complex connection relation among the resources is displayed on the UI, so that a user can complete the arrangement of all the resources through the UI visualization and issue arrangement information; and the bottom layer newly-added message processing module integrates all native commands of the Terraform and processes information issued by the UI. Therefore, a user can arrange resources by operating the Terraform friendly by the UI, the threshold of developing operation and maintenance work is reduced, HCL grammar does not need to be learned, a large number of codes do not need to be written to arrange the resources, and the error probability is reduced. Moreover, the resources are checked through the UI, a tool kit of third-party programming charts does not need to be installed, and complexity of arranging the resources is reduced.
According to the embodiment of the visualized resource arrangement method based on Terraform, the following description is further provided with specific application scenarios. As shown in fig. 3, the present embodiment is divided into the following four processing layers or modules:
1) and the UI layer abstracts all basic resources into resource icons and deploys a canvas on the UI, and the canvas has two functions, namely, the user can arrange the resources on the UI layer in a form of dragging visual resource icons, and can receive configuration files of HCL grammar and translate the configuration files into the basic resource icons.
2) The resource template module abstracts all basic resources into two templates: one is a resource information template, which may be resource configurable.
3) And the message processing layer receives and processes the command sent by the UI. All operations of the Terraform are integrated, and if the Terraform is needed, a corresponding operation command is called to process the message.
4) And the configuration file generation module is used for acquiring configuration information issued by the UI, acquiring the resource template and the configurable template of the resource from the resource template library and generating the configuration file in the HCL grammar format through codes.
Based on the four processing layers, the visual resource arrangement process comprises the following steps:
step 1, calling an initialization command through a UI layer to realize bottom layer initialization;
step 2, a user drags a resource icon on the canvas of the UI layer to arrange resources, corresponding configuration is carried out on each resource, and after arrangement is completed, the UI layer generates configuration information and issues the configuration information;
step 3, after receiving the configuration information issued by the UI layer, the configuration file generation module acquires the resource template of the resource from the resource template module, and embeds the configuration information into the resource template to obtain the configuration file of the HCL grammar;
step 4, the message processing layer receives an execution plan command (namely, a confirmation arranging command) sent by the UI layer, translates the command, calls a Terraform command to execute arranging operation, and returns the Terraform command to the UI layer to display corresponding information at the front end;
step 5, arranging resources according to the HCL configuration file by the Terraform layer;
and 6, the message processing layer receives a configuration file viewing command sent by the UI layer, the HCL grammar configuration file generated in the step 2 is returned to the UI layer, and the UI layer receives the configuration file and displays the arranged resources on the canvas after analysis.
In the following, a visualization resource arranging apparatus based on terrafrorm provided in an embodiment of the present application is introduced, and the visualization resource arranging apparatus based on terrafrorm described below and the visualization resource arranging method based on terrafrorm described above may be referred to correspondingly.
As shown in fig. 4, the apparatus includes:
the user interaction module 401: the system comprises a UI interface, a configuration module and a configuration module, wherein the UI interface is used for configuring target resources according to a configuration operation of a user on the UI interface and generating configuration information;
the configuration module 402: the resource template is used for acquiring the target resource, and a configuration file based on HCL grammar is generated according to the resource template and the configuration information, wherein the resource template is used for describing the configuration attribute of the target resource;
the calling module 403: and the system is used for calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file.
The terramorm-based visualization resource orchestration device according to this embodiment is configured to implement the aforementioned terramorm-based visualization resource orchestration method, and thus specific embodiments in the device may be found in the foregoing embodiment parts of the terramorm-based visualization resource orchestration method, for example, the user interaction module 401, the configuration module 402, and the calling module 403 are respectively configured to implement steps S101, S102, and S103 in the aforementioned terramorm-based visualization resource orchestration method. Therefore, specific embodiments thereof may be referred to in the description of the corresponding respective partial embodiments, and will not be described herein.
In addition, since the visualized resource arrangement device based on the terrafrorm of the embodiment is used for implementing the visualized resource arrangement method based on the terrafrorm, the function corresponds to the function of the method, and details are not described here.
In addition, the present application also provides a visualization resource orchestration device based on Terraform, as shown in fig. 5, including:
the memory 100: for storing a computer program;
the processor 200: for executing said computer program for implementing the steps of the Terraform-based visualization resource orchestration method as described above.
Finally, the present application provides a readable storage medium having stored thereon a computer program for implementing the steps of the Terraform-based visualization resource orchestration method as described above, when executed by a processor.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above detailed descriptions of the solutions provided in the present application, and the specific examples applied herein are set forth to explain the principles and implementations of the present application, and the above descriptions of the examples are only used to help understand the method and its core ideas of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A visualized resource arranging method based on Terraform is characterized by comprising the following steps:
generating configuration information according to the configuration operation of a user on a target resource on a UI (user interface);
acquiring a resource template of the target resource, and generating a configuration file based on HCL grammar according to the resource template and the configuration information, wherein the resource template is used for describing the configuration attribute of the target resource;
and calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file.
2. The method of claim 1, wherein the resource templates include a resource information template and a resource configurable template, and wherein generating a configuration file for a HCL grammar from the resource templates and the configuration information comprises:
and generating a configuration file of HCL grammar according to the resource information template, the resource configurable template and the configuration information, wherein the resource information template is used for describing default configuration attributes of the target resource, and the resource configurable template is used for describing optional configuration attributes of the target resource.
3. The method of claim 2, prior to generating configuration information according to a user configuration operation on a target resource at a UI interface, further comprising:
and generating a basic resource icon according to the resource information template of the target resource, and displaying the basic resource icon on an IU interface.
4. The method of claim 3, wherein generating configuration information according to a user's configuration operation on the target resource at the UI interface comprises:
and generating configuration information according to the dragging operation of the user on the basic resource icon on the UI interface.
5. The method of claim 3, wherein generating the base resource icon from the resource information template for the target resource comprises:
and initializing the bottom layer engine according to the initialization request, and generating a basic resource icon according to the resource information template of the target resource.
6. The method of any of claims 1-5, after generating a profile based on a HCL syntax from the resource template and the configuration information, further comprising:
and sending the configuration file to a UI (user interface) for analysis and display according to a configuration file viewing request of a user.
7. The method of claim 6, wherein the invoking Terraform performs a corresponding orchestration operation on the target resource according to the configuration file, comprising:
and calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file according to the confirmed arrangement request of the user.
8. A visualization resource arranging device based on Terraform is characterized by comprising:
a user interaction module: the system comprises a UI interface, a configuration module and a configuration module, wherein the UI interface is used for configuring target resources according to a configuration operation of a user on the UI interface and generating configuration information;
a configuration module: the resource template is used for acquiring the target resource, and a configuration file based on HCL grammar is generated according to the resource template and the configuration information, wherein the resource template is used for describing the configuration attribute of the target resource;
a calling module: and the system is used for calling the Terraform to execute corresponding arrangement operation on the target resource according to the configuration file.
9. A Terraform-based visualization resource orchestration device, comprising:
a memory: for storing a computer program;
a processor: for executing said computer program for carrying out the steps of the terrafrorm-based visualization resource orchestration method according to any one of claims 1 to 7.
10. A readable storage medium, characterized in that the readable storage medium has stored thereon a computer program for implementing the steps of the terrafrorm-based visualization resource orchestration method according to any one of claims 1-7, when the computer program is executed by a processor.
CN201911025155.XA 2019-10-25 2019-10-25 Terraform-based visual resource arrangement method Pending CN110764864A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911025155.XA CN110764864A (en) 2019-10-25 2019-10-25 Terraform-based visual resource arrangement method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911025155.XA CN110764864A (en) 2019-10-25 2019-10-25 Terraform-based visual resource arrangement method

Publications (1)

Publication Number Publication Date
CN110764864A true CN110764864A (en) 2020-02-07

Family

ID=69333809

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911025155.XA Pending CN110764864A (en) 2019-10-25 2019-10-25 Terraform-based visual resource arrangement method

Country Status (1)

Country Link
CN (1) CN110764864A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113296823A (en) * 2020-02-21 2021-08-24 北京国双科技有限公司 Method, device, equipment and storage medium for generating resource configuration file
CN113326090A (en) * 2021-06-18 2021-08-31 麦克方程(北京)科技有限责任公司 Visual configuration method and device, electronic equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030017461A1 (en) * 2000-07-11 2003-01-23 Aclara Biosciences, Inc. Tag cleavage for detection of nucleic acids
CN101901267A (en) * 2010-08-02 2010-12-01 中兴通讯股份有限公司 Method and device for managing configuration files
WO2016202030A1 (en) * 2015-06-17 2016-12-22 中兴通讯股份有限公司 Resource configuration loading method and apparatus
CN107436814A (en) * 2017-08-07 2017-12-05 郑州云海信息技术有限公司 A kind of generation method and device of resource layout template
CN108563505A (en) * 2018-04-04 2018-09-21 上海有云信息技术有限公司 A kind of service chaining method of combination, device, server and storage medium
CN108768688A (en) * 2018-04-11 2018-11-06 无锡华云数据技术服务有限公司 Visual mixing cloud resource method of combination and device
CN109145034A (en) * 2017-06-15 2019-01-04 阿里巴巴集团控股有限公司 Resource rendering method, device and terminal
US20190122156A1 (en) * 2017-10-20 2019-04-25 International Business Machines Corporation Orchestration Engine Blueprint Milestones

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030017461A1 (en) * 2000-07-11 2003-01-23 Aclara Biosciences, Inc. Tag cleavage for detection of nucleic acids
CN101901267A (en) * 2010-08-02 2010-12-01 中兴通讯股份有限公司 Method and device for managing configuration files
WO2016202030A1 (en) * 2015-06-17 2016-12-22 中兴通讯股份有限公司 Resource configuration loading method and apparatus
CN109145034A (en) * 2017-06-15 2019-01-04 阿里巴巴集团控股有限公司 Resource rendering method, device and terminal
CN107436814A (en) * 2017-08-07 2017-12-05 郑州云海信息技术有限公司 A kind of generation method and device of resource layout template
US20190122156A1 (en) * 2017-10-20 2019-04-25 International Business Machines Corporation Orchestration Engine Blueprint Milestones
CN108563505A (en) * 2018-04-04 2018-09-21 上海有云信息技术有限公司 A kind of service chaining method of combination, device, server and storage medium
CN108768688A (en) * 2018-04-11 2018-11-06 无锡华云数据技术服务有限公司 Visual mixing cloud resource method of combination and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李宇飞: "lac自动化配置与编排神器-Terraform深度解析", 《"LAC自动化配置与编排神器-TERRAFORM深度解析",M.SOUHU.COM/A/314793855_683048》 *
梁超超等: "基于模型的云应用动态配置框架", 《计算机科学》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113296823A (en) * 2020-02-21 2021-08-24 北京国双科技有限公司 Method, device, equipment and storage medium for generating resource configuration file
CN113326090A (en) * 2021-06-18 2021-08-31 麦克方程(北京)科技有限责任公司 Visual configuration method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111078315B (en) Microservice arranging and executing method and system, architecture, equipment and storage medium
JP4856237B2 (en) Declarative definitions that allow graphic designers to be reused
US11513775B2 (en) Group control and management among electronic devices
CN108279882B (en) Framework generation method, device, equipment and computer readable medium
CN105335132A (en) Method, apparatus and system for user-defined application function
CN111399941A (en) Batch configuration method, device and equipment for BMC (baseboard management controller) functions
CN111930290B (en) Resource deployment method and device
CN110764864A (en) Terraform-based visual resource arrangement method
CN114115923A (en) Operating system building method and system
CN112506854A (en) Method, device, equipment and medium for storing page template file and generating page
CN110795162B (en) Method and device for generating container mirror image file
CN114020323B (en) Model processing method, code obtaining method, device and electronic equipment
CN114912897A (en) Workflow execution method, workflow arrangement method and electronic equipment
CN111338614A (en) Application program interface development method, device, equipment and storage medium
CN114741071A (en) Application construction method and device
CN113094125B (en) Business process processing method, device, server and storage medium
CN112685040A (en) Method, device, equipment and storage medium for generating interface file in android system
US20230040137A1 (en) Group control and management among electronic devices
CN111857782B (en) Interface updating method and device, computer equipment and storage medium
CN116775174A (en) Processing method, device, equipment and medium based on user interface frame
CN114579120A (en) Application code processing method and device, electronic equipment and storage medium
CN110377367B (en) Component configuration method and device, electronic terminal and computer readable storage medium
JP2013235508A (en) Object-oriented program generation device, method therefor, and program
JP2012048329A (en) Object oriented program generating device, method therefor and program
CN111858234A (en) Task execution method, device, equipment and 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