CN110795148B - Method and device for generating layout file and electronic equipment - Google Patents

Method and device for generating layout file and electronic equipment Download PDF

Info

Publication number
CN110795148B
CN110795148B CN201911033984.2A CN201911033984A CN110795148B CN 110795148 B CN110795148 B CN 110795148B CN 201911033984 A CN201911033984 A CN 201911033984A CN 110795148 B CN110795148 B CN 110795148B
Authority
CN
China
Prior art keywords
target
software
information
file
deployed
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
CN201911033984.2A
Other languages
Chinese (zh)
Other versions
CN110795148A (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.)
Beijing Kuangshi Technology Co Ltd
Original Assignee
Beijing Kuangshi 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 Kuangshi Technology Co Ltd filed Critical Beijing Kuangshi Technology Co Ltd
Priority to CN201911033984.2A priority Critical patent/CN110795148B/en
Publication of CN110795148A publication Critical patent/CN110795148A/en
Application granted granted Critical
Publication of CN110795148B publication Critical patent/CN110795148B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Abstract

The invention provides a method and a device for generating a layout file and electronic equipment, wherein the method comprises the following steps: searching a target arrangement template and a candidate functional component set corresponding to the type identification information of the software to be deployed; receiving cluster information of software to be deployed, which is imported by a specified system; the cluster information comprises node information corresponding to a plurality of nodes; determining a target functional component from the set of candidate functional components; generating and displaying a topology structure diagram corresponding to the software to be deployed based on the target functional component and the cluster information; the topological structure chart comprises an incidence relation between a target function component and a node; generating a target YAML file required by deploying software to be deployed according to the type identification information, the target arranging template, the cluster information and the target functional component; and packaging the target YAML file and the topology structure chart to obtain an arrangement file. The invention can improve the generation efficiency and reliability of the layout file.

Description

Method and device for generating layout file and electronic equipment
Technical Field
The invention relates to the technical field of internet, in particular to a method and a device for generating a layout file and electronic equipment.
Background
The software product can provide a plurality of services for customers, and in practical application, a required software product can be obtained by deploying the layout file to the cluster, wherein the layout file can also be understood as a file for configuring the software product.
At present, an arrangement file can be generated based on container operation parameters (such as version information, scene information, configurable services, variable parameters and the like of a software product) of the software product and environment information (such as node information, display memory information, the number of graphics processors and other cluster information) of a cluster where the software product is located, a generation mode of the arrangement file is converted from initial manual writing to writing by an arrangement tool, although the mode of the arrangement tool is used, the problems that manual writing is low in efficiency and the error rate of the arrangement file is high are improved to a certain extent, cluster information still needs to be manually input in a generation process of the arrangement file generated by the arrangement tool, and the cluster information generally comprises a large number of nodes and information corresponding to the nodes, is low in input speed and prone to errors, and affects generation efficiency and reliability of the arrangement file. In addition, the intermediate process of generating the layout file by using the layout tool is usually carried out in the background, so that a user is difficult to find problems in time, and the generation efficiency of the layout file is also influenced.
Disclosure of Invention
In view of this, the present invention provides a method, an apparatus and an electronic device for generating a layout file, so as to improve the generation efficiency and reliability of the layout file.
In a first aspect, an embodiment of the present invention provides a method for generating an arrangement file, where the method is applied to an arrangement tool, where the arrangement tool is preconfigured with arrangement templates and functional components corresponding to a plurality of different types of software, and the method includes: searching a target arrangement template and a candidate functional component set corresponding to the type identification information of the software to be deployed; wherein the set of candidate functional components comprises a plurality of functional components; receiving cluster information of the software to be deployed, which is imported by a specified system; the cluster information comprises node information corresponding to a plurality of nodes; determining a target functional component from the set of candidate functional components; generating and displaying a topology structure diagram corresponding to the software to be deployed based on the target function component and the cluster information; the topological structure diagram comprises an incidence relation between the target functional component and the node; generating a target YAML (YAML Ain't Markup Language) file required by deploying the software to be deployed according to the type identification information, the target arranging template, the cluster information and the target functional component; and packaging the target YAML file and the topology structure chart to obtain a layout file.
Further, the step of determining a target functional component from the set of candidate functional components includes: displaying each functional component in the candidate functional component set for selection by a user; responding to the dragging operation of the functional components in the candidate functional component set, and moving the dragged functional components from the candidate functional component set to a preset topology generation area; and determining the functional component in the topology generation area as a target functional component.
Further, the step of generating and displaying a topology structure diagram based on the target functional component and the cluster information includes: establishing a first incidence relation between the target function component and each node in the cluster information and a second incidence relation between each target function component based on the configuration information of the target function component; reading the position information of the target functional component in the topology generation area; and generating and displaying a topology structure diagram according to the position information of the target function component, the first incidence relation and the second incidence relation.
Further, the target function component in the topology structure diagram is also configured with an editing function; after the step of generating and presenting a topology structure diagram, the method further comprises: responding to a first point touch operation aiming at a target functional component in the topological structure diagram, and displaying configuration information of the target functional component corresponding to the first point touch operation; and responding to the editing operation aiming at the displayed configuration information, and updating the configuration information according to the editing operation.
Further, the step of generating the target YAML file required for deploying the software to be deployed according to the type identifier information, the target arrangement template, the cluster information, and the target function component includes: according to the target arrangement template, parameter configuration is carried out on each node in the cluster information to obtain an arrangement object; generating an environment variable based on the type identification information and the configuration information of the target function component; and writing the arrangement object and the environment variable into an initial YAML file to obtain a target YAML file required by the deployment of the software to be deployed.
Further, the type identification information includes at least one network identification information; the step of searching the target arrangement template and the candidate function component set corresponding to the type identification information of the software to be deployed comprises the following steps: and searching a target arrangement template and a candidate functional component set which respectively correspond to each piece of network identification information in the type identification information of the software to be deployed.
Further, a full-amount arrangement control and/or an incremental arrangement control are/is pre-configured on a graphical user interface of the arrangement tool; the method further comprises the following steps: responding to a second point touch operation aiming at the full-scale arrangement control, executing the step of searching a target arrangement template and a candidate functional component set corresponding to the type identification information of the software to be deployed in the first aspect, and the subsequent steps thereof, and completing the generation process of the arrangement file in the full-scale mode; responding to a third touch operation aiming at the incremental arrangement control, displaying a topological structure diagram of software corresponding to the third touch operation in a topological generation area of the arrangement tool, responding to an editing operation aiming at the topological structure diagram, generating an incremental YAML file containing incremental information corresponding to the editing operation, and packaging the incremental YAML file and the topological structure diagram after the editing operation to obtain an incremental arrangement file.
In a second aspect, an embodiment of the present invention provides an apparatus for generating an arrangement file, where the apparatus is applied to an arrangement tool, and the arrangement tool is preconfigured with arrangement templates and functional components corresponding to a plurality of different types of software, and the apparatus includes: the method comprises the following steps: the searching module is used for searching a target arrangement template and a candidate functional component set corresponding to the type identification information of the software to be deployed; wherein the set of candidate functional components comprises a plurality of functional components; the information receiving module is used for receiving the cluster information of the software to be deployed, which is imported by a specified system; the cluster information comprises node information corresponding to a plurality of nodes; a component determination module for determining a target functional component from the set of candidate functional components; the topology generation module is used for generating and displaying a topology structure diagram corresponding to the software to be deployed based on the target function component and the cluster information; the topological structure diagram comprises an incidence relation between the target functional component and the node; the file generation module is used for generating a target YAML file required by deploying the software to be deployed according to the type identification information, the target arrangement template, the cluster information and the target function component; and the packaging module is used for packaging the target YAML file and the topology structure chart to obtain a layout file.
In a third aspect, an embodiment of the present invention provides an electronic device, including a processor and a memory; the memory has stored thereon a computer program which, when executed by the processor, performs the method of any one of the aspects as provided in the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer storage medium for storing computer software instructions for use in any one of the methods provided in the first aspect.
The method, the device and the electronic equipment for generating the arrangement file are applied to an arrangement tool, the arrangement tool is pre-configured with arrangement templates and functional components corresponding to different types of software, a target arrangement template and a candidate functional component set corresponding to type identification information of the software to be deployed are searched, a target functional component is further determined, cluster information of the software to be deployed, which is imported by a designated system, is received, a topological structure diagram comprising the association relation between the target functional component and a node is generated and displayed based on the target functional component and the cluster information, a required target YAML file is generated according to the type identification information, the target arrangement template, the cluster information and the target functional component, and the arrangement file and the topological structure diagram are packaged to obtain the arrangement file. According to the method for importing the cluster information of the software to be deployed through the designated system, a user does not need to manually configure the cluster information, so that the problems of low efficiency, high error rate and the like caused by manual input of the cluster information are effectively solved, the topological structure diagram is displayed in the process of generating the layout file, the user can conveniently and visually browse and comb the association relation between the target functional component and the node in a global manner, errors are timely found, and the generation efficiency and the reliability of the layout file are further improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
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 description of the embodiments or the prior art 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 schematic diagram of generating an arrangement file according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an electronic device according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of a method for generating a layout file according to an embodiment of the present invention;
fig. 4 is a schematic diagram of an identification information filling interface according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a functional interface according to an embodiment of the present invention;
FIG. 6 is a schematic view of a component interface provided by an embodiment of the present invention;
FIG. 7 is a flowchart illustrating another exemplary generation of an arrangement file according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a generating apparatus for editing files according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of another arrangement file generating apparatus according to an embodiment of 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 described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, not all, embodiments of the present invention.
The process of generating the layout file, that is, the process of generating the solution based on the container operation parameters and the environmental information, as shown in fig. 1, where the layout file may also be understood as a specific file representing the solution, and considering that the existing method of generating the layout file based on the container operation parameters and the environmental information is relatively low in efficiency and relatively poor in reliability, in order to improve the generation efficiency and reliability of the layout file, the method, the apparatus, and the electronic device for generating the layout file according to the embodiments of the present invention are provided.
Example one
Referring to fig. 2, a schematic structural diagram of an electronic device 100 for implementing the method and apparatus for generating a layout file according to the embodiment of the present invention is shown, where the electronic device 100 includes one or more processors 102, one or more storage devices 104, an input device 106, an output device 108, and an image capturing device 110, and these components are interconnected through a bus system 112 and/or other types of connection mechanisms (not shown). It should be noted that the components and structure of the electronic device 100 shown in fig. 2 are only exemplary and not limiting, and the electronic device may have some of the components shown in fig. 2 and may also have other components and structures not shown in fig. 2, as desired.
The processor 102 may be implemented in at least one hardware form of a Digital Signal Processor (DSP), a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), the processor 102 may be one or a combination of several of a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), or other forms of processing units having data processing capabilities and/or instruction execution capabilities, and may control other components in the electronic device 100 to perform desired functions.
The storage 104 may include one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, random Access Memory (RAM), cache memory (cache), and/or the like. The non-volatile memory may include, for example, read Only Memory (ROM), hard disk, flash memory, etc. On which one or more computer program instructions may be stored that may be executed by processor 102 to implement client functionality (implemented by the processor) and/or other desired functionality in embodiments of the invention described below. Various applications and various data, such as various data used and/or generated by the applications, may also be stored in the computer-readable storage medium.
The input device 106 may be a device used by a user to input instructions and may include one or more of a keyboard, a mouse, a microphone, a touch screen, and the like.
The output device 108 may output various information (e.g., images or sounds) to the outside (e.g., a user), and may include one or more of a display, a speaker, and the like.
The image capture device 110 may take images (e.g., photographs, videos, etc.) desired by the user and store the taken images in the storage device 104 for use by other components.
Exemplarily, an exemplary electronic device for implementing the method and apparatus for generating a layout file according to an embodiment of the present invention may be implemented as an intelligent terminal such as a smartphone, a tablet computer, a computer, or the like.
Example two
Referring to the flowchart of a method for generating an orchestration file shown in fig. 3, the method is applied to an orchestration tool, the orchestration tool may run on the electronic device shown in fig. 2, and is preconfigured with a plurality of orchestration templates and functional components corresponding to different types of software, where the orchestration template may include service information and default parameters corresponding to services configurable by software to be deployed, and a functional component may be a component for implementing one or more services, and the method mainly includes steps S302 to S312:
step S302, a target arrangement template and a candidate function component set corresponding to the type identification information of the software to be deployed are searched.
The type identification information may include one or more of a software name, a software version, and a software application scenario of the software to be deployed. In order to obtain the type identification information of the software to be deployed, a type identification information uploading channel can be provided for a user, such as displaying the information to be filled through a first preset page of an arranging tool, so as to prompt the user to fill the type identification information of the software to be deployed; or displaying the selectable type identification information through a second preset page of the arrangement tool, so that a user can select the type identification information of the software to be deployed from the displayed type identification information conveniently.
In practical application, the corresponding relationship between the arrangement template and the type identification information and the corresponding relationship between the functional component and the type identification information can be preset, so that the target arrangement template and the plurality of functional components corresponding to the software to be deployed can be directly searched based on the type identification of the software to be deployed, and the searched functional components are determined as a candidate functional component set.
Step S304, receiving cluster information of the software to be deployed, which is imported by the specified system.
The designated system may be a system for building a cluster and generating cluster information, such as a DevOps system, where the cluster information includes node information corresponding to a plurality of nodes, the node information may include a node name, a node IP (Internet Protocol, internet Protocol address), a node role, a number of GPUs (Graphics Processing units), and the node role may also be understood as a service corresponding to each node. In an embodiment, an import control may be set in a third preset page of the layout tool, and a user may browse cluster information generated by a specified system by clicking the import control, and select cluster information of software to be deployed from the cluster information to import.
Step S306, determining the target function component from the candidate function component set.
In one embodiment, the candidate functional component set can be displayed, so that a user selects a required functional component from the candidate functional component set and determines the selected functional component as a target functional component, and the user can determine the target functional component from the candidate functional component set based on actual requirements, so that the service realized by the target functional component is more suitable for the service configured by the software to be deployed;
in another embodiment, after the candidate functional component set corresponding to the category identification information is found, the functional components included in the candidate functional component set can be directly determined as the target functional components, so that the target functional components can be determined more quickly, and the efficiency of generating the layout file can be improved to a certain extent.
And S308, generating and displaying a topology structure diagram corresponding to the software to be deployed based on the target function component and the cluster information.
The topology structure diagram includes an association relationship between target function components and nodes, for example, the topology structure diagram may include one or more of an association relationship between target function components, an association relationship between nodes, or an association relationship between target function components and nodes. In a specific implementation manner, the configuration information of the functional component may be set based on the service implemented by the functional component, for example, basic information in the configuration information for describing the service implemented by the target functional component is configured, because the node information of each node in the cluster information includes the service corresponding to each node, an association relationship between the target functional component and the node may be established based on the configuration information and the node information, and a topology structure diagram corresponding to the software to be deployed may be drawn based on the association relationship.
Step S310, generating a target YAML file required by deploying the software to be deployed according to the type identification information, the target arrangement template, the cluster information and the target function component.
In one embodiment, the YAML language can be used by an arranging tool to write the type identification information, the default parameters corresponding to the services in the target arranging template, the cluster information and the configuration information of the target functional component into a file so as to obtain the target YAML file required by deploying the software to be deployed.
Step S312, packaging the target YAML file and the topology structure chart to obtain a layout file. In practical application, the target YAML file and the topology structure diagram can be packaged into a compressed package format, that is, the target YAML file and the topology structure diagram are packaged into a compressed package with a specified format, for example, the YAML file and the topology structure diagram are packaged into a ZIP (ZIP format) format, a ZIP-formatted file is obtained, and the ZIP-formatted file is used for deploying software to be deployed.
According to the method for generating the layout file, the cluster information of the software to be deployed is imported by the appointed system, the user does not need to manually input the cluster information, so that the problems of low efficiency, high error rate and the like caused by manual configuration are effectively solved, the topological structure diagram is displayed in the process of generating the layout file, the user can conveniently and visually browse and comprehensively and carding the association relation between the target functional component and the node, errors are timely found, and the generation efficiency and the reliability of the layout file are further improved.
In order to enable the user to accurately fill in the type identification information corresponding to the software to be deployed, selectable type identification information such as a software name, a software version and a software application scene can be displayed for the user, so that the user can select the type identification information of the software to be deployed from the displayed type identification information. As shown in fig. 4, the identification information filling interface shown in fig. 4 provides a plurality of software names such as "hole inspection", "wisdom search", "IoT", "clever", "cloud image", "cloud bridge", and "middle stage" for the user, and if the software name selected by the user is determined to be "hole inspection", the version of "hole inspection" software is further displayed, such as software versions such as "hole inspection 5.1", "hole inspection 5.1rc1 \", "hole inspection 5.1rc1-mongo", "hole inspection 5.1.1", "hole inspection 5.1.2", and "hole inspection test version", and after the user selects a required software version, the item number of the to-be-searched software may be generated according to the preset number rule, so as to facilitate the subsequent software deployment based on the item number, and a plurality of software application scenarios (including single-network, first-network, second-network, third-level, and the like) are provided for the user, and the user may select the software based on the actual application scenarios. In addition, fig. 4 also provides an import control for the user, and cluster information can be displayed after the point touch operation of the user on the import control is monitored, so that the user selects the cluster information corresponding to the software to be deployed from the displayed cluster information, and a relatively convenient cluster information import mode is provided for the user.
In consideration of the fact that in the existing arrangement file generation method, whether an arrangement file is manually configured or generated based on an existing arrangement tool, cluster information needs to be manually configured according to a deployment scheme of software to be deployed, where the content of the deployment scheme may include a system, a configuration, a package, or the like required by the software to be deployed, but an error rate of manual configuration is large, so that the cluster information acquired in the embodiment of the present invention is imported through a designated system, the designated system configures a plurality of nodes to obtain node information corresponding to each node, and generates a revops. In order to facilitate a user to know various pieces of information required for deploying software to be deployed, an embodiment of the present invention provides a functional interface of an orchestration tool, for example, a schematic diagram of a functional interface shown in fig. 5, where multiple functions such as "service", "node", "cluster", "monitoring warning", "real-time patch", and "data management" may be provided for the user. For example, a "node" may provide multiple functions such as a "node list", a "node creation", a "batch deployment", and a "topology structure diagram" for a user, where the "node list" may show node information corresponding to each node in a nodes file of a nodes in a list form, and is described by taking the node information in the first list in fig. 5 as an example, a node IP corresponding to a node name "KSSCS000H1905220004" is "19.122.10.0.233", a node role is "compute node", a CPU usage is "4.22%" and a GPU number is "2", and the like. The node roles can include a computing node and a control node, wherein the computing node is used for configuring related computation in the software to be deployed, and the control node is used for configuring the service of the software to be deployed.
For the step S306, in order to facilitate the user to select a desired functional component, an embodiment of the present invention provides a specific implementation method for determining a target functional component from a candidate functional component set, which is as follows, in step S1 to step S3:
and step 1, displaying each functional component in the candidate functional component set for selection by a user. As shown in fig. 6, an assembly interface is shown, where an assembly display area for displaying a candidate set of functional assemblies is set above the assembly interface, and if the type identification information of the software to be deployed is "hole identification 6.4 scene 0", the searched candidate set of functional assemblies will be displayed in the assembly display area, for example, a plurality of functional assemblies such as "search face by body", "one file by one", "police assistant APP (Application)", "openapi", "testware service assembly", "online glasses assembly", "upgrade assembly", and "automation test assembly" shown in fig. 6 are displayed, and each functional assembly can implement a plurality of services.
And 2, responding to the dragging operation of the functional components in the candidate functional component set, and moving the dragged functional components from the candidate functional component set to a preset topology generation area. In practical application, a topology generation area may be preset, for example, a lower portion of the first area in fig. 6 is set as the topology generation area, and when it is monitored that a user performs a drag operation on a functional component in the candidate functional component set, the functional component is dragged to the topology generation area, that is, the dragged functional component moves from the component area to the topology generation area.
And 3, determining the functional component in the topology generation area as a target functional component. For example, if the "one-person first file" and "police assistant APP" components shown in fig. 6 are dragged to the topology generation area, the "one-person first file" and "police assistant APP" components will be determined as target functional components.
Because the existing arrangement tool cannot realize service combing of a global view angle, the embodiment of the invention visually displays the corresponding relation between the target functional component and the node by displaying the topology structure chart, so that the service realized by the target functional component can be combed by the global view angle. In order to achieve a more complete display effect, the step S308 may include the following steps a to c:
step a, establishing a first incidence relation between the target function assembly and each node in the cluster information and a second incidence relation between each target function assembly based on the configuration information of the target function assembly.
The configuration information of the target function component may include basic information for describing a service implemented by the target function component, and may further include a component parameter of the target function component, for example, for the police service APP component, if the component parameter a is set to "1", it is determined that the police service APP component implements the real-time alarm service, and if the component parameter a is set to "0", it is determined that the police service APP component does not implement the real-time alarm service. Because the configuration information includes basic information for describing the service implemented by the target function component, the target function component can be deployed to the corresponding node based on the configuration information, so as to establish a first association relationship between the target function component and each node in the cluster information.
In addition, according to the dependency relationship between services realized by each target function component, a second association relationship between each target function component can be established, for example, when real-time alarm service is realized through a police affair APP component, the personnel file of a person to be alarmed needs to be obtained, at this time, the personnel file service can be provided through a one-person one-file component, namely, the real-time alarm service relies on the personnel file service, so that the second association relationship between the police affair APP component and the one-person one-file component can be established.
And b, reading the position information of the target functional component in the topology generation area. In the actual application, the position information of the target function component in the topology generation area can be determined by responding to the end of the dragging operation.
And c, generating and displaying a topology structure chart according to the position information of the target function component, the first incidence relation and the second incidence relation.
For the convenience of understanding of the topology structure diagram, refer to the topology structure diagram illustrated in the topology generation area in fig. 6, wherein a connection line between a one-person first-class component and a control node having a node IP of "10.122.100.225" represents a first association relationship between the one-person first-class component and the node, a connection line between a police APP component and the node represents a first association relationship between the police APP component and the node, and a connection line between the one-person first-class component and the police APP component represents a second association relationship between the one-person first-class component and the police APP component, wherein one end of each connection line is determined based on the location information of the node in the topology generation area, and the other end is determined based on the location information of the target function component in the topology generation area.
In addition, the existing editing tool cannot implement distributed deployment of the functional components, which results in that the association relationship between the target functional component and the node cannot be quickly found and modified, and in order to improve this problem, the target functional component in the topology structure diagram provided in the embodiment of the present invention further configures an editing function, based on which, after the topology structure diagram is generated and displayed in step S308, the method may further include: (1) Responding to a first touch operation aiming at a target function component in the topology structure chart, and displaying configuration information of the target function component corresponding to the first touch operation; (2) And responding to the editing operation aiming at the displayed configuration information, and updating the configuration information according to the editing operation. By configuring the editing function of the topology structure diagram, a user can quickly search a target function component to be modified on the topology structure diagram, can quickly and conveniently modify the association relationship between the target function component and the node, or deploy the correct function component to the corresponding node, thereby improving the convenience of editing files.
The editing file generated by the existing method can be applied to deploying software to be deployed after reworking operation is carried out, for example, parameters in the generated editing file are modified, and the software to be deployed is deployed by using the modified editing file, so that the editing file generation mode is complicated, and the time required for generating the editing file is prolonged to a certain extent. Therefore, in order to improve the generation efficiency of the layout file, in a specific implementation manner, if it is monitored that the user double-clicks the target function component on the topology structure diagram, the background of the layout tool calculates and displays the configuration information of the target function component according to the topology structure diagram, so that the user modifies the target function component through modification operation, and the configuration information of the target function component is updated according to the modification operation. In addition, the embodiment of the invention can determine the configuration information of each target function component before generating the layout file by configuring the editing function of the target function group in the topology structure chart, so that the parameter modification is not needed after the layout file is generated, and the generated layout file can be directly utilized to deploy the software to be deployed.
The embodiment of the invention also provides a specific implementation mode for generating the target YAML file required by deploying the software to be deployed according to the type identification information, the target arrangement template, the cluster information and the target function component, which comprises the following steps: (1) And according to the target arrangement template, carrying out parameter configuration on each node in the cluster information to obtain an arrangement object. The target orchestration template may include service information and default parameters corresponding to services configurable by the software to be deployed, where the service information may store a plurality of services configurable by the software to be deployed in a list form, and thus the service information may also be referred to as a service list. In practical application, the parameters of each node corresponding to the service list may be configured according to the default parameters of the target layout template, so as to obtain the layout object. (2) And generating the environment variable based on the type identification information and the configuration information of the target function component. The environment variable may be used to specify a parameter of an operating environment of the software to be deployed, such as generating an operating path of the software to be deployed based on the application scenario information in the type identification information, generating an operating path of a service provided by the software to be deployed based on basic information in the configuration information of the target function component, and the like. (3) And writing the layout object and the environment variable into the initial YAML file to obtain a target YAML file required by deploying the software to be deployed. In practical application, the YAML language is used for writing the layout object and the environment variable into the initial YAML file, so that a target YAML file required for deploying the software to be deployed can be obtained, the target YAML file can be used for embodying each parameter of the mirror image version corresponding to the software to be deployed, and the target YAML file and the topology structure chart are packaged to obtain the layout file.
Considering that the actual application of the software to be deployed may be applied to multiple network scenes, the type identifier information provided in the embodiment of the present invention includes at least one network identifier information, and when the step S302 is executed, the target arrangement template and the candidate function component set corresponding to each network identifier information in the type identifier information of the software to be deployed should be searched, for example, when the network identifier information in the type identifier information of the software to be deployed includes a video network and a public security network, the target arrangement template and the candidate function component corresponding to the video network and the public security network are respectively searched to be combined, and a topology structure diagram and a target YAML file corresponding to the video network are generated, and a topology structure diagram and a target YAML file corresponding to the public security network are generated, and the topology structure diagram corresponding to the video network, the target YAML file corresponding to the video network, the topology structure diagram corresponding to the public security network, and the target YAML file corresponding to the public security network are encapsulated to obtain an arrangement file.
In order to deploy and update software to be deployed more conveniently, a full-amount layout control and/or an incremental layout control are/is preconfigured on a graphical user interface of the layout tool provided in the embodiment of the present invention, in an implementation manner, a second touch operation for the full-amount layout control may be responded, the step S302 is executed to search a target layout template and a candidate functional component set corresponding to type identification information of the software to be deployed, and the method provided in the embodiment is further executed to obtain a full-amount layout file of the software to be deployed, where the full-amount layout control may include the full-amount control and a layout generation control (as shown in fig. 6). The second touch operation comprises a touch operation for generating the control for the layout after the touch operation for the full-scale control.
In another embodiment, a third touch operation for the incremental editing control may also be responded, a topology generation region of the editing tool displays a topology structure diagram of software corresponding to the third touch operation, an editing operation for the topology structure diagram is responded, an incremental YAML file containing incremental information corresponding to the editing operation is generated, and the incremental YAML file and the topology structure diagram after the editing operation are packaged to obtain an incremental editing file for updating deployed software, where the incremental editing control may include an incremental control and the editing generation control (as shown in fig. 6), and the third touch operation includes a touch operation for the incremental control and a touch operation for the editing generation control.
In summary, the embodiment of the present invention introduces cluster information through the designated system, thereby better alleviating the problem of high error rate caused by manually inputting cluster information. In addition, the embodiment of the invention displays the topological structure chart in the process of generating the layout file, thereby enabling a user to more intuitively deploy the target function component. The embodiment of the invention provides multiple parameters such as selectable type identification information, configuration information of the functional components, cluster information and the like for a user, and the user does not need to configure the parameters by himself, so that the time for the user to learn the configuration information is reduced, and the learning cost for generating the arrangement file is well reduced. Moreover, the target YAML file and the topology structure chart are packaged together, so that the subsequent verification of the incidence relation between the target functional component and the node can be facilitated, and the correctness of the deployment of the target functional component can be further facilitated.
EXAMPLE III
On the basis of the foregoing embodiment, the present embodiment provides a specific example of the method for generating the layout file, which is shown in fig. 7 as another schematic flow chart for generating the layout file, and the method may include the following steps S702 to S712:
step S702, a deployment scheme is formulated, a cluster is built based on the deployment scheme, and nodes in the cluster are configured to obtain cluster information. In a specific implementation manner, a user configures the number of manager nodes and the number of angle nodes in a develop Operations (Operations) system according to a deployment scheme, where the angle nodes include control nodes and computing nodes, and configure service functions that the control nodes need to execute, and configure computing functions that the computing nodes need to execute, that is, configure roles of the nodes in a service cluster, and configure the number of nodes and the roles of the nodes to determine the functions that each network scenario in the cluster realizes in the cluster. The DevOps system generates a DevOps.
In step S704, the environment information (i.e., the type identifier information) is uploaded, and the target arrangement template and the candidate function component set corresponding to the environment information are searched. In practical application, the environment information which can be selected by a user through an identification information filling interface is used for enabling the user to select the required environment information, and the environment information can comprise a software name, a software version and a software application scene, so that the target arrangement template and a candidate function component set which correspond to the software name, the software version and the software application scene can be searched based on the selected environment information.
Step S706, monitoring the dragging operation of the user aiming at the candidate functional component set, and generating a topology structure chart according to the functional components corresponding to the dragging operation. In one embodiment, the candidate functional component set is displayed through the component interface, and if it is monitored that a user drags a certain functional component in the candidate functional component set to a topology generation area in the component interface, a topology structure diagram is generated according to configuration information of the functional component and position information of the functional component in the topology generation area, so that a first incidence relation between the functional component and each node in cluster information and a second incidence relation between the functional components are embodied through the topology structure diagram.
Step S708, acquiring and saving the modified functional component, and updating the topology structure diagram based on the modified functional component. The modification content may include an association relationship between the functional component of the functional component and the node, and configuration information such as a component parameter of the functional component. In practical application, if a double-click operation of a user for a certain functional component in a topology structure diagram is monitored, configuration information of the functional component can be displayed, and the user can modify the configuration information based on practical situations, for example, modify an association relationship between the functional component and a data node in cluster information, or modify whether to execute a certain function of the functional component, such as for a police APP component, and can select whether to alarm in real time.
And step S710, generating an arrangement file according to the environment information, the target arrangement template, the component parameters, the cluster information and the topology structure diagram. And arranging an arrangement generation button in the component interface, generating parameters of a Docker mirror image version corresponding to software to be deployed according to the information when a user clicks the arrangement generation button, writing the parameters into an initial YAML file to obtain a target YAML file, and packaging the target YAML file and the topology structure chart to obtain a final deployment arrangement package (namely, the arrangement file).
And step S712, deploying the editing file to the cluster corresponding to the cluster information. Considering that the cluster may have a special configuration requirement, for example, JSON is used for deploying software to be deployed, the layout file provided in the embodiment of the present invention may further include a JSON request, which is used to implement conversion between the YAML file and the JSON file, thereby better meeting the deployment requirement of the cluster.
To sum up, in the embodiments of the present invention, selectable type identifier information, an arrangement template, and a function component of different software types are defined in an arrangement tool in advance, and a devops.cluster file uploaded by a designated system is used to obtain cluster information of software to be deployed, a corresponding target arrangement template and a candidate function component set are searched according to the type identifier information selected by a user, a required function component is determined by monitoring a drag operation of the user for the candidate function component, a network topology map is generated and stored, an arrangement object is generated according to the searched target arrangement template and cluster information, an environment variable is generated according to the network identifier information and component parameters in the type identifier information, a target YAML file can be obtained by writing the arrangement object and the environment variable into an initial YAML file, and finally, the arrangement file required for deploying the software to be deployed can be obtained by packaging the target YAML file and the topology structure map. The embodiment of the invention better improves the generation efficiency and the reliability of the layout file through the mode.
Example four
As to the method for generating layout files provided in the second embodiment, an embodiment of the present invention provides a device for generating layout files, where the device is applied to a layout tool, and the layout tool is preconfigured with layout templates and functional components corresponding to a plurality of different types of software, referring to a schematic structural diagram of the device for generating layout files shown in fig. 8, the device includes the following modules:
a searching module 802, configured to search a target arrangement template and a candidate function component set corresponding to type identification information of software to be deployed; wherein the set of candidate functional components includes a plurality of functional components.
The information receiving module 804 is configured to receive cluster information of software to be deployed, which is imported by a specified system; the cluster information comprises node information corresponding to a plurality of nodes.
A component determination module 806 for determining a target functional component from the set of candidate functional components.
A topology generation module 808, configured to generate and display a topology structure diagram corresponding to software to be deployed based on the target function component and the cluster information; the topological structure chart comprises an incidence relation between a target function component and a node.
The file generating module 810 is configured to generate a target YAML file required for deploying software to be deployed according to the type identifier information, the target arrangement template, the cluster information, and the target function component.
And the packaging module 812 is configured to package the target YAML file and the topology structure diagram to obtain an arrangement file.
According to the method and the device for generating the layout file, the cluster information of the software to be deployed is imported through the designated system, a user does not need to manually input the cluster information, so that the problems of low efficiency, high error rate and the like caused by manual configuration are effectively solved, the topological structure diagram is displayed in the process of generating the layout file, the user can conveniently and visually browse and comprehensively and comb the association relation between the target functional component and the node, errors are timely found, and the generation efficiency and the reliability of the layout file are further improved.
In one embodiment, the component determining module 806 is further configured to: displaying each functional component in the candidate functional component set for selection by a user; responding to a dragging operation aiming at a functional component in the candidate functional component set, and moving the dragged functional component from the candidate functional component set to a preset topology generation area; and determining the functional component in the topology generation area as a target functional component.
In an embodiment, the topology generation module 808 is further configured to: establishing a first incidence relation between the target function component and each node in the cluster information and a second incidence relation between each target function component based on the configuration information of the target function component; reading the position information of the target functional component in the topology generation area; and generating and displaying a topology structure chart according to the position information of the target function component, the first incidence relation and the second incidence relation.
In an embodiment, the target function component in the topology structure diagram further configures an editing function, and the generating apparatus of the layout file further includes an editing module, on the basis of fig. 8, an embodiment of the present invention provides a schematic structural diagram of another layout file generating apparatus, and fig. 9 illustrates an editing module 902, configured to respond to a first touch operation for the target function component in the topology structure diagram after generating and displaying the topology structure diagram, and display configuration information of the target function component corresponding to the first touch operation; and responding to the editing operation aiming at the displayed configuration information, and updating the configuration information according to the editing operation.
In an embodiment, the file generating module 810 is further configured to: according to the target arrangement template, parameter configuration is carried out on each node in the cluster information to obtain an arrangement object; generating an environment variable based on the type identification information and the configuration information of the target function component; and writing the layout object and the environment variable into the initial YAML file to obtain a target YAML file required by deploying the software to be deployed.
In an embodiment, the type identification information includes at least one network identification information, and the lookup module 802 is further configured to: and searching a target arrangement template and a candidate functional component set which respectively correspond to each network identification information in the type identification information of the software to be deployed.
In one embodiment, a graphical user interface of the layout tool is pre-configured with a full-amount layout control and/or an incremental layout control; also illustrated in FIG. 9 is that the means for generating the layout file includes a full amount module 904 and an increment module 906: a full amount module 904, configured to respond to a second touch operation for a full amount orchestration control, respond to a second touch operation for the full amount orchestration control, and search for a target orchestration template and a candidate functional component set corresponding to type identification information of software to be deployed; and the increment module 906 is configured to respond to the third touch operation for the increment layout control, display a topology structure diagram of software corresponding to the third touch operation in a topology generation area of the layout tool, respond to the editing operation for the topology structure diagram, generate an increment YAML file including increment information corresponding to the editing operation, and perform encapsulation processing on the increment YAML file and the topology structure diagram after the editing operation to obtain an increment layout file.
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.
EXAMPLE five
The method and apparatus for generating a layout file and the computer program product of an electronic device provided in the embodiments of the present invention include a computer-readable storage medium storing a program code, where instructions included in the program code may be used to execute the method described in the foregoing method embodiments, and specific implementation may refer to the method embodiments, and will not be described herein again.
In addition, in the description of the embodiments of the present invention, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as being 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.
The functions may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, the technical solution of the present invention or a part thereof which substantially contributes to the prior art may be embodied in the form of a software product, which is stored in a storage medium and includes several 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 removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
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, and are only for convenience of description and simplicity of description, but do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: although the present invention has been described in detail with reference to the foregoing embodiments, it should be understood by those skilled in the art that the following descriptions are only illustrative and not restrictive, and that the scope of the present invention is not limited to the above embodiments: 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; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (10)

1. A method for generating layout files is characterized in that the method is applied to a layout tool, the layout tool is pre-configured with layout templates and functional components corresponding to a plurality of different types of software, and the method comprises the following steps:
searching a target arrangement template and a candidate functional component set corresponding to the type identification information of the software to be deployed; wherein the set of candidate functional components comprises a plurality of functional components;
receiving cluster information of the software to be deployed, which is imported by a specified system; the cluster information comprises node information corresponding to a plurality of nodes;
determining a target functional component from the set of candidate functional components;
generating and displaying a topology structure diagram corresponding to the software to be deployed based on the target function component and the cluster information; the topological structure diagram comprises an incidence relation between the target functional component and the node;
generating a target YAML file required by the deployment of the software to be deployed according to the type identification information, the target arrangement template, the cluster information and the target function component;
and packaging the target YAML file and the topology structure chart to obtain an arrangement file.
2. The method of claim 1, wherein the step of determining the target functional component from the set of candidate functional components comprises:
displaying each functional component in the candidate functional component set for selection by a user;
responding to a dragging operation aiming at the functional component in the candidate functional component set, and moving the dragged functional component from the candidate functional component set to a preset topology generation area;
and determining the functional component in the topology generation area as a target functional component.
3. The method of claim 2, wherein the step of generating and presenting a topology structure graph based on the target functional component and the cluster information comprises:
establishing a first incidence relation between the target function component and each node in the cluster information and a second incidence relation between each target function component based on the configuration information of the target function component;
reading the position information of the target functional component in the topology generation area;
and generating and displaying a topology structure chart according to the position information of the target function component, the first incidence relation and the second incidence relation.
4. The method according to claim 3, wherein the target function component in the topology structure diagram also configures an editing function;
after the step of generating and presenting a topology structure diagram, the method further comprises:
responding to a first point touch operation aiming at a target functional component in the topological structure diagram, and displaying configuration information of the target functional component corresponding to the first point touch operation;
and responding to the editing operation aiming at the displayed configuration information, and updating the configuration information according to the editing operation.
5. The method according to claim 1, wherein the step of generating a target YAML file required for deploying the software to be deployed according to the type identifier information, the target orchestration template, the cluster information, and the target function component comprises:
according to the target arrangement template, parameter configuration is carried out on each node in the cluster information to obtain an arrangement object;
generating an environment variable based on the type identification information and the configuration information of the target function component;
and writing the layout object and the environment variable into an initial YAML file to obtain a target YAML file required by deploying the software to be deployed.
6. The method of claim 1, wherein the type identification information comprises at least one network identification information;
the step of searching the target arrangement template and the candidate function component set corresponding to the type identification information of the software to be deployed comprises the following steps:
and searching a target arrangement template and a candidate functional component set which respectively correspond to each piece of network identification information in the type identification information of the software to be deployed.
7. The method according to claim 1, wherein a graphical user interface of the layout tool is pre-configured with a full-scale layout control and/or an incremental layout control;
the method further comprises the following steps:
responding to a second point touch operation aiming at the full-amount arrangement control, and executing the step of searching a target arrangement template and a candidate function component set corresponding to the type identification information of the software to be deployed;
responding to a third touch operation aiming at the incremental arrangement control, displaying a topological structure diagram of software corresponding to the third touch operation in a topological generation area of the arrangement tool, responding to an editing operation aiming at the topological structure diagram, generating an incremental YAML file containing incremental information corresponding to the editing operation, and packaging the incremental YAML file and the topological structure diagram after the editing operation to obtain an incremental arrangement file.
8. An arrangement file generating device is applied to an arrangement tool, the arrangement tool is configured with a plurality of arrangement templates and functional components corresponding to different types of software in advance, and the arrangement file generating device comprises:
the searching module is used for searching a target arrangement template and a candidate functional component set corresponding to the type identification information of the software to be deployed; wherein the set of candidate functional components comprises a plurality of functional components;
the information receiving module is used for receiving the cluster information of the software to be deployed, which is imported by a specified system; the cluster information comprises node information corresponding to a plurality of nodes;
a component determination module for determining a target functional component from the set of candidate functional components;
the topology generation module is used for generating and displaying a topology structure diagram corresponding to the software to be deployed based on the target function component and the cluster information; the topological structure diagram comprises an incidence relation between the target functional component and the node;
the file generation module is used for generating a target YAML file required by deploying the software to be deployed according to the type identification information, the target arrangement template, the cluster information and the target function component;
and the packaging module is used for packaging the target YAML file and the topology structure chart to obtain a layout file.
9. An electronic device comprising a processor and a memory;
the memory has stored thereon a computer program which, when executed by the processor, performs the method of any one of claims 1 to 7.
10. A computer storage medium storing computer software instructions for use in the method of any one of claims 1 to 7.
CN201911033984.2A 2019-10-28 2019-10-28 Method and device for generating layout file and electronic equipment Active CN110795148B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911033984.2A CN110795148B (en) 2019-10-28 2019-10-28 Method and device for generating layout file and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911033984.2A CN110795148B (en) 2019-10-28 2019-10-28 Method and device for generating layout file and electronic equipment

Publications (2)

Publication Number Publication Date
CN110795148A CN110795148A (en) 2020-02-14
CN110795148B true CN110795148B (en) 2022-10-14

Family

ID=69441676

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911033984.2A Active CN110795148B (en) 2019-10-28 2019-10-28 Method and device for generating layout file and electronic equipment

Country Status (1)

Country Link
CN (1) CN110795148B (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111666097B (en) * 2020-06-01 2023-03-31 北京思特奇信息技术股份有限公司 Capability domination method and device based on service scene
CN111858254B (en) * 2020-07-24 2023-08-22 中国工商银行股份有限公司 Data processing method, device, computing equipment and medium
CN111966365A (en) * 2020-08-17 2020-11-20 北京一览群智数据科技有限责任公司 Module deployment method and system
CN112083911A (en) * 2020-08-17 2020-12-15 山东中创软件商用中间件股份有限公司 Method, device, equipment and medium for generating service arrangement model
CN112148164B (en) * 2020-09-25 2022-04-26 北京青云科技股份有限公司 Arranging method and device of multi-cluster system, computer equipment and storage medium
CN112698868B (en) * 2021-01-08 2022-08-12 瑞芯微电子股份有限公司 Unified error code method applied to multiple systems and storage device
CN113010473B (en) * 2021-03-05 2023-02-28 山东英信计算机技术有限公司 Method and equipment for editing YAML file
CN113407194A (en) * 2021-07-26 2021-09-17 北京京东乾石科技有限公司 Method and device for deploying software
US20230119064A1 (en) * 2021-10-14 2023-04-20 Red Hat, Inc. Undeployed topology visualization for improving software application development
CN114020290A (en) * 2021-11-19 2022-02-08 浪潮思科网络科技有限公司 Authorization management method and system for SDN software
CN114116066A (en) * 2021-11-30 2022-03-01 湖南麒麟信安科技股份有限公司 Cloud platform cluster control method, system and storage medium
CN114978716B (en) * 2022-05-25 2024-01-26 安天科技集团股份有限公司 Three-dimensional topology display method and device and electronic equipment
WO2024011628A1 (en) * 2022-07-15 2024-01-18 京东方科技集团股份有限公司 Data processing method, apparatus, device and medium
CN115080152B (en) * 2022-08-19 2022-12-27 飞狐信息技术(天津)有限公司 Broker configuration method and device of message middleware, computer equipment and medium
CN116028101A (en) * 2022-12-26 2023-04-28 郑州云智信安安全技术有限公司 Method for scheduling and retrieving based on component feature category

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766050A (en) * 2017-10-31 2018-03-06 新华三云计算技术有限公司 The dispositions method and device of a kind of heterogeneous applications
CN109889377A (en) * 2019-01-29 2019-06-14 京信通信系统(中国)有限公司 The method and apparatus of VNF are disposed in NFV system based on Openstack
CN110286884A (en) * 2019-06-21 2019-09-27 北京百度网讯科技有限公司 Micro services method of combination, device, equipment and computer readable storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10353716B2 (en) * 2017-11-13 2019-07-16 International Business Machines Corporation Automated deployment and performance evaluation of a virtualized-computing environment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766050A (en) * 2017-10-31 2018-03-06 新华三云计算技术有限公司 The dispositions method and device of a kind of heterogeneous applications
CN109889377A (en) * 2019-01-29 2019-06-14 京信通信系统(中国)有限公司 The method and apparatus of VNF are disposed in NFV system based on Openstack
CN110286884A (en) * 2019-06-21 2019-09-27 北京百度网讯科技有限公司 Micro services method of combination, device, equipment and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于模型的云应用动态配置框架;梁超超等;《计算机科学》;20170415(第04期);全文 *

Also Published As

Publication number Publication date
CN110795148A (en) 2020-02-14

Similar Documents

Publication Publication Date Title
CN110795148B (en) Method and device for generating layout file and electronic equipment
US11663375B2 (en) Configuration of a digital twin for a building or other facility via BIM data extraction and asset register mapping
US11190422B2 (en) Visualizing network activity across network address spaces
US11132114B2 (en) Method and apparatus for generating customized visualization component
US20220309076A1 (en) Computer Network Controlled Data Orchestration System And Method For Data Aggregation, Normalization, For Presentation, Analysis And Action/Decision Making
CN108153670A (en) A kind of interface test method, device and electronic equipment
US11138216B2 (en) Automatically invoked unified visualization interface
US20170093645A1 (en) Displaying Interactive Topology Maps Of Cloud Computing Resources
US20230017701A1 (en) Intelligent lifecycle management of analytic functions for an iot intelligent edge with a hypergraph-based approach
US11442704B2 (en) Computerized system and method for a distributed low-code / no-code computing environment
US20130283141A1 (en) Client Agnostic Spatial Workflow Form Definition and Rendering
US11144336B1 (en) Customization tool for dashboards
US20230077605A1 (en) Computerized system and method for electronically generating a dynamically visualized hierarchical representation of electronic information
KR101910179B1 (en) Web-based chart library system for data visualization
KR20180076020A (en) Apparatus and method for application test automation
US20220342742A1 (en) Graphical management of big data pipelines
EP3693888A2 (en) Using transformations to verify computer vision quality
US10305733B1 (en) Defining software infrastructure using a physical model
US20210141785A1 (en) Computerized system and method for automatically detecting anomalies in distributed scada systems and dynamically displaying a unified interface therefrom
CN114500227B (en) Alarm analysis method, device, equipment and computer storage medium
CN115080152B (en) Broker configuration method and device of message middleware, computer equipment and medium
CN116527723A (en) Device control method, device, electronic device and computer readable medium
CN115756632A (en) Low-code scene oriented event action configuration method, device, equipment and medium
CN117130702A (en) Graphic interface adjusting method and device, storage medium and electronic equipment
CN113918194A (en) Page component display method and device, electronic equipment 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