CN109144522B - Application deployment method, device, equipment and computer readable storage medium - Google Patents

Application deployment method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN109144522B
CN109144522B CN201710462743.4A CN201710462743A CN109144522B CN 109144522 B CN109144522 B CN 109144522B CN 201710462743 A CN201710462743 A CN 201710462743A CN 109144522 B CN109144522 B CN 109144522B
Authority
CN
China
Prior art keywords
template
application
format
deployment
template format
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
CN201710462743.4A
Other languages
Chinese (zh)
Other versions
CN109144522A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201710462743.4A priority Critical patent/CN109144522B/en
Publication of CN109144522A publication Critical patent/CN109144522A/en
Application granted granted Critical
Publication of CN109144522B publication Critical patent/CN109144522B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an application deployment method, an application deployment device, an application deployment equipment and a computer readable storage medium, wherein the application deployment method comprises the following steps: receiving an application and template information corresponding to the application; identifying a first template format for deploying the application, which is indicated by a sender of the application, according to the template information; converting the template of the existing second template format into a first template format; the application is deployed using the converted templates. According to the technical scheme of the invention, when the application to be deployed is received, the template format to be adopted is automatically identified, and the locally existing template is converted into the template format, so that the application can be deployed according to the required template format, the flexibility and compatibility of application deployment are greatly improved, and the method has higher engineering application value.

Description

Application deployment method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an application deployment method, apparatus, device, and computer readable storage medium.
Background
At present, cloud applications are deployed on a cloud computing platform (such as public cloud/private cloud/hybrid cloud, and the like), and equipment suppliers or cloud application suppliers do not basically adopt a manual mode any more, but perform unified cloud application arrangement deployment based on a certain deployment template.
Some of the deployment templates adopted are defined by each manufacturer in a private manner; some are provided by different standard organizations or Open source projects, such as an Open Stack Heat (a template-based orchestration of services of a composite cloud application) CFN template (AWS Cloud Formation, amazon cloud orchestration template) and HOT template (Heat Orchestration Template ); there are also standard organizations such as the TOSCA templates (Topology and Orchestration Specification for Cloud Applications, cloud application topology and orchestration specifications) recommended by ETSI (European Telecommunications Standards Institute, european telecommunications standardization institute), etc.
The template has the advantages that the rapid arrangement and automatic deployment of the cloud application can be completed on the cloud computing platform only by referring to the format and the requirement of the template, and a great deal of manpower and maintenance cost are saved, so that the arrangement and deployment mode is widely accepted by the industry.
With the wider and wider application of the cloud application deployment mode based on the template, a cloud application deployment platform of a manufacturer appears, a third party needs to support the cloud application deployment scene adopting different templates, for example, cloud application of a manufacturer A is arranged based on HOT templates, deployment needs to be completed on a cloud application deployment platform of a manufacturer B, but the cloud application deployment platform of the manufacturer B only supports a custom format and a TOSCA format, and at the moment, deployment of cloud application of the manufacturer A cannot be completed.
Disclosure of Invention
The invention aims to provide an application deployment method, an application deployment device and a computer readable storage medium, so that an application deployment platform can flexibly and conveniently support the arrangement deployment of applications based on different templates.
The technical scheme adopted by the invention for solving the technical problems is as follows:
the application deployment method comprises the following steps: receiving an application and template information corresponding to the application; identifying a first template format indicated by a sender of the application for deploying the application according to the template information; converting the template of the existing second template format into the first template format; the application is deployed using the converted template.
Optionally, in the foregoing application deployment method, the step of converting an existing template in the second template format into the first template format includes: and converting the template from the second template format to the first template format according to a preset conversion strategy.
Optionally, in the foregoing application deployment method, the step of converting an existing template in the second template format into the first template format includes: and calling a plug-in provided by a sender of the application, and converting the template from the second template format to the first template format through the plug-in.
Optionally, in the foregoing application deployment method, the step of converting an existing template in the second template format into the first template format includes: calculating the difference between a preset plurality of template formats and the first template format, and when the difference between the second template format and the first template format in the plurality of template formats is minimum, selecting a template corresponding to the second template format from templates in the preset plurality of template formats, and converting the template into the first template format.
Optionally, in the foregoing application deployment method, the step of receiving an application and template information corresponding to the application further includes: receiving resource information corresponding to the application; before the step of deploying the application using the converted template, further comprising: and allocating resources for the application according to the resource information to deploy.
An application deployment apparatus is provided, the application deployment apparatus including: the receiving module is used for receiving the application and template information corresponding to the application; the identification module is used for identifying a first template format indicated by a sender of the application and used for deploying the application according to the template information; the conversion module is used for converting the template in the existing second template format into the first template format; and the deployment module deploys the application by using the converted template.
Optionally, in the foregoing application deployment apparatus, the conversion module converts the template from the second template format to the first template format according to a preset conversion policy.
Optionally, in the foregoing application deployment apparatus, the conversion module invokes a plug-in provided by a sender of the application, and converts the template from the second template format to the first template format through the plug-in.
Optionally, in the foregoing application deployment device, the conversion module calculates a difference between a preset plurality of template formats and the first template format, and when the difference between the second template format and the first template format in the plurality of template formats is minimum, selects a template corresponding to the second template format from templates in the preset plurality of template formats, and converts the template into the first template format.
Optionally, in the foregoing application deployment device, the receiving module further receives resource information corresponding to the application; and the deployment module allocates resources for the application to deploy according to the resource information.
An application deployment device is provided, which includes a processor, a memory, and a communication bus; the communication bus is used for realizing connection communication between the processor and the memory; the processor is configured to execute an application deployment program stored in the memory, so as to implement the steps of the application deployment method described above.
A computer-readable storage medium is provided that stores one or more programs executable by one or more processors to implement the steps of the aforementioned application deployment method.
According to the above technical solutions, the application deployment method, apparatus, device and computer readable storage medium of the present invention have at least the following advantages:
according to the technical scheme of the invention, when the application to be deployed is received, the template format to be adopted is automatically identified, and the locally existing template is converted into the template format, so that the application can be deployed according to the required template format, the flexibility and compatibility of application deployment are greatly improved, and the method has higher engineering application value.
Drawings
FIG. 1 is a flow chart of an application deployment method according to an embodiment of the present invention;
FIG. 2 is a flow chart of an application deployment method according to an embodiment of the present invention;
fig. 3 is a block diagram of an application deployment apparatus according to an embodiment of the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
In order to make the technical problems, technical schemes and beneficial effects to be solved more clear and obvious, the invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Example 1
As shown in fig. 1, in one embodiment of the present invention, an application deployment method is provided, where the application deployment method includes the following steps:
step S110, receiving the application and the template information corresponding to the application.
The technical solution of the embodiment may be implemented on a cloud application deployment platform, such as MANO (Management and Orchestrator, cloud infrastructure management and orchestrator), and then the corresponding application is a cloud application, specifically, an independent deployment tool may be implemented on the cloud application deployment platform, or may be directly integrated on the cloud application deployment platform, so as to complete the conversion of the deployment templates of different formats of the third party.
Step S120, a first template format for deploying the application indicated by the sender of the application is identified according to the template information.
In this embodiment, the recognition of the deployment template format of the third party can be completed according to the template information, and the analysis is CFN, HOT, TOSCA and other template formats.
Step S130, converting the template of the existing second template format into the first template format.
In the present embodiment, the conversion method of the template format is not limited.
And step S140, deploying the application by using the converted template.
According to the technical scheme of the embodiment, when the application to be deployed is received, the template format to be adopted is automatically identified, and the locally existing template is converted into the template format, so that the application can be deployed according to the required template format, the flexibility and compatibility of application deployment are greatly improved, and the method has higher engineering application value.
Example two
As shown in fig. 2, in one embodiment of the present invention, an application deployment method is provided, where the application deployment method includes the following steps:
step S210, receiving the application and the template information corresponding to the application, and receiving the resource information corresponding to the application.
In this embodiment, the cloud application deployment platform receives a VNFD (Virtual Network Function Descriptor, virtual network element description) package registered by a third party, where the package includes resource information such as a deployment template description of the cloud application, an image file/version file of the cloud application, and a network/computing/storage on which the cloud application depends, and management information such as a scaling/lifecycle/policy.
Step S220, a first template format for deploying the application indicated by the sender of the application is identified according to the template information.
In this embodiment, the deployment template format of the third party VNFD is analyzed and identified.
Step S230, calculating the difference between the preset multiple template formats and the first template format, and when the difference between the second template format and the first template format in the multiple template formats is minimum, selecting a template corresponding to the second template format from templates in the preset multiple template formats, and converting the template into the first template format.
In this embodiment, in order to improve the efficiency of template conversion, a template of a second template format that is less different from the first template format is selected for conversion.
Step S240, converting the template from the second template format to the first template format according to a preset conversion strategy.
In this embodiment, the conversion policy may be in a form of a mapping relationship, and the mapping relationship between different templates may be configured in advance, for example, the mapping relationship between the HOT template and the TOSCA template may be configured, the mapping relationship between the third party custom template and the TOSCA template may be configured, and when the deployment template format of the third party is converted, the deployment platform may directly complete the conversion of the template format according to the preset template mapping relationship, which is an implementation manner of static conversion.
In this embodiment, another mode of converting templates is provided: and calling a plug-in provided by a sender of the application, and converting the template from the second template format to the first template format through the plug-in.
In this embodiment, when the deployment template format of the third party is converted, if the third party is required to provide the conversion plugin, the plugin provided by the third party completes the docking with the deployment platform at the module. After the connection is finished, the deployment platform can directly call the third party plug-in to finish the conversion of the format of the third party deployment template through the conversion plug-in connection module, and the method is an implementation mode of dynamic conversion.
To sum up, in this embodiment, according to the identified deployment template format, whether it is a supported format is determined, and if so, conversion is directly completed; if not, according to different template formats, selecting to adopt plug-ins to convert the template formats according to local configuration, or selecting a conversion strategy preset in advance to complete conversion of the template formats. In this embodiment, it is necessary to complete conversion plug-in connection of a third party or mapping configuration of different deployment template formats in advance, and select a corresponding template conversion mode, plug-in or a preset template mapping relationship according to the identified template format, so as to complete template conversion.
Step S250, allocating resources for the application to deploy according to the resource information.
In this embodiment, after outputting the converted deployment template according to a template format that can be identified in the deployment platform or the MANO, the deployment platform or the MANO adopts the converted cloud application deployment template to complete the deployment or life cycle management of the specific VNF on the cloud platform.
Example III
As shown in fig. 3, in one embodiment of the present invention, there is provided an application deployment apparatus, which includes the steps of:
the receiving module 310 receives the application and the template information corresponding to the application.
The technical solution of the embodiment may be implemented on a cloud application deployment platform, such as MANO (Management and Orchestrator, cloud infrastructure management and orchestrator), and then the corresponding application is a cloud application, specifically, an independent deployment tool may be implemented on the cloud application deployment platform, or may be directly integrated on the cloud application deployment platform, so as to complete the conversion of the deployment templates of different formats of the third party.
The identification module 320 identifies a first template format for deploying the application indicated by the sender of the application according to the template information.
In this embodiment, the recognition of the deployment template format of the third party can be completed according to the template information, and the analysis is CFN, HOT, TOSCA and other template formats.
The conversion module 330 converts the existing template in the second template format into the first template format.
In the present embodiment, the conversion method of the template format is not limited.
The deployment module 340 deploys the application using the converted template.
According to the technical scheme of the embodiment, when the application to be deployed is received, the template format to be adopted is automatically identified, and the locally existing template is converted into the template format, so that the application can be deployed according to the required template format, the flexibility and compatibility of application deployment are greatly improved, and the method has higher engineering application value.
Example IV
As shown in the drawings, in one embodiment of the present invention, there is provided an application deployment apparatus, which includes the following steps:
the receiving module 310 receives the application and the template information corresponding to the application, and receives the resource information corresponding to the application.
In this embodiment, the cloud application deployment platform receives a VNFD (Virtual Network Function Descriptor, virtual network element description) package registered by a third party, where the package includes resource information such as a deployment template description of the cloud application, an image file/version file of the cloud application, and a network/computing/storage on which the cloud application depends, and management information such as a scaling/lifecycle/policy.
The identification module 320 identifies a first template format for deploying the application indicated by the sender of the application according to the template information.
In this embodiment, the deployment template format of the third party VNFD is analyzed and identified.
The conversion module 330 calculates differences between the preset multiple template formats and the first template format, and when the differences between the second template format and the first template format in the multiple template formats are the smallest, selects a template corresponding to the second template format from templates in the preset multiple template formats, and converts the template into the first template format.
In this embodiment, in order to improve the efficiency of template conversion, a template of a second template format that is less different from the first template format is selected for conversion.
The conversion module 330 converts the template from the second template format to the first template format according to a preset conversion strategy.
In this embodiment, the conversion policy may be in a form of a mapping relationship, and the mapping relationship between different templates may be configured in advance, for example, the mapping relationship between the HOT template and the TOSCA template may be configured, the mapping relationship between the third party custom template and the TOSCA template may be configured, and when the deployment template format of the third party is converted, the deployment platform may directly complete the conversion of the template format according to the preset template mapping relationship, which is an implementation manner of static conversion.
In this embodiment, another mode of converting templates is provided: and calling a plug-in provided by a sender of the application, and converting the template from the second template format to the first template format through the plug-in.
In this embodiment, when the deployment template format of the third party is converted, if the third party is required to provide the conversion plugin, the plugin provided by the third party completes the docking with the deployment platform at the module. After the connection is finished, the deployment platform can directly call the third party plug-in to finish the conversion of the format of the third party deployment template through the conversion plug-in connection module, and the method is an implementation mode of dynamic conversion.
To sum up, in this embodiment, according to the identified deployment template format, whether it is a supported format is determined, and if so, conversion is directly completed; if not, according to different template formats, selecting to adopt plug-ins to convert the template formats according to local configuration, or selecting a conversion strategy preset in advance to complete conversion of the template formats. In this embodiment, it is necessary to complete conversion plug-in connection of a third party or mapping configuration of different deployment template formats in advance, and select a corresponding template conversion mode, plug-in or a preset template mapping relationship according to the identified template format, so as to complete template conversion.
The deployment module 340 allocates resources for the application to deploy according to the resource information.
In this embodiment, after outputting the converted deployment template according to a template format that can be identified in the deployment platform or the MANO, the deployment platform or the MANO adopts the converted cloud application deployment template to complete the deployment or life cycle management of the specific VNF on the cloud platform.
In one embodiment of the present invention, there is also provided an application deployment device including a processor, a memory, and a communication bus; the communication bus is used for realizing connection communication between the processor and the memory; the processor is configured to execute the application deployment program stored in the memory, so as to implement the steps of the application deployment method of the foregoing embodiment.
In one embodiment of the present invention, there is also provided a computer-readable storage medium storing one or more programs executable by one or more processors to implement the steps of the application deployment method of the foregoing embodiment.
The preferred embodiments of the present invention have been described above with reference to the accompanying drawings, and thus do not limit the scope of the claims of the present invention. Those skilled in the art will appreciate that many modifications are possible in which the invention is practiced without departing from its scope or spirit, e.g., features of one embodiment can be used with another embodiment to yield yet a further embodiment. Any modification, equivalent replacement and improvement made within the technical idea of the present invention should be within the scope of the claims of the present invention.

Claims (10)

1. An application deployment method, characterized in that the application deployment method comprises the following steps:
receiving an application and template information corresponding to the application; the template information is used for completing the recognition of the deployment template format of the third party;
identifying a first template format indicated by a sender of the application for deploying the application according to the template information;
converting the template of the existing second template format into the first template format;
the application is deployed using the converted template.
2. The application deployment method of claim 1 wherein the step of converting an existing template of the second template format into the first template format comprises:
and converting the template from the second template format to the first template format according to a preset conversion strategy.
3. The application deployment method of claim 1 wherein the step of converting an existing template of the second template format into the first template format comprises:
and calling a plug-in provided by a sender of the application, and converting the template from the second template format to the first template format through the plug-in.
4. The application deployment method of claim 1 wherein the step of converting an existing template of the second template format into the first template format comprises:
calculating the difference between a preset plurality of template formats and the first template format, and when the difference between the second template format and the first template format in the plurality of template formats is minimum, selecting a template corresponding to the second template format from templates in the preset plurality of template formats, and converting the template into the first template format.
5. The application deployment method according to any one of claims 1 to 4, wherein the step of receiving an application and template information corresponding to the application further comprises:
receiving resource information corresponding to the application;
before the step of deploying the application using the converted template, further comprising:
and allocating resources for the application according to the resource information to deploy.
6. An application deployment apparatus, the application deployment apparatus comprising:
the receiving module is used for receiving the application and template information corresponding to the application; the template information is used for completing the recognition of the deployment template format of the third party;
the identification module is used for identifying a first template format indicated by a sender of the application and used for deploying the application according to the template information;
the conversion module is used for converting the template in the existing second template format into the first template format;
and the deployment module deploys the application by using the converted template.
7. The application deployment apparatus of claim 6 wherein,
the conversion module converts the template from the second template format to the first template format according to a preset conversion strategy.
8. The application deployment apparatus of claim 6 wherein,
and the conversion module calls a plug-in provided by a sender of the application, and converts the template from the second template format to the first template format through the plug-in.
9. An application deployment device, wherein the application deployment device comprises a processor, a memory and a communication bus; the communication bus is used for realizing connection communication between the processor and the memory; the processor is configured to execute an application deployment program stored in a memory to implement the steps of the application deployment method of any one of claims 1 to 5.
10. A computer-readable storage medium storing one or more programs executable by one or more processors to implement the steps of the application deployment method of any of claims 1 to 5.
CN201710462743.4A 2017-06-19 2017-06-19 Application deployment method, device, equipment and computer readable storage medium Active CN109144522B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710462743.4A CN109144522B (en) 2017-06-19 2017-06-19 Application deployment method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710462743.4A CN109144522B (en) 2017-06-19 2017-06-19 Application deployment method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109144522A CN109144522A (en) 2019-01-04
CN109144522B true CN109144522B (en) 2023-08-01

Family

ID=64804075

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710462743.4A Active CN109144522B (en) 2017-06-19 2017-06-19 Application deployment method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109144522B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111506366B (en) * 2020-04-17 2023-09-05 咪咕文化科技有限公司 Plug-in calling method, device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103902347A (en) * 2012-12-24 2014-07-02 中国电信股份有限公司 Deploying method and system of virtual machine system
CN104246740A (en) * 2012-06-08 2014-12-24 惠普发展公司,有限责任合伙企业 Test and management for cloud applications
CN105051687A (en) * 2013-05-31 2015-11-11 华为技术有限公司 Application deployment method and device
CN105278991A (en) * 2015-10-26 2016-01-27 中国科学院软件研究所 Construction method of cloud application deployment and configuration model
CN106469068A (en) * 2015-08-14 2017-03-01 中国移动通信集团安徽有限公司 The dispositions method of application program and system
CN106802820A (en) * 2017-02-04 2017-06-06 山东中创软件商用中间件股份有限公司 A kind of enterprise-level application directory deployment method and device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061428A1 (en) * 2005-09-09 2007-03-15 Autodesk, Inc. Customization of applications through deployable templates
EP3137989A4 (en) * 2014-04-30 2018-01-03 Pivotal Software, Inc. Fast deployment across cloud platforms
CN105743946A (en) * 2014-12-10 2016-07-06 中兴通讯股份有限公司 Template disposition method and apparatus
CN106330546A (en) * 2016-08-26 2017-01-11 北京易讯通信息技术股份有限公司 System and method for deploying application cluster in private cloud environment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104246740A (en) * 2012-06-08 2014-12-24 惠普发展公司,有限责任合伙企业 Test and management for cloud applications
CN103902347A (en) * 2012-12-24 2014-07-02 中国电信股份有限公司 Deploying method and system of virtual machine system
CN105051687A (en) * 2013-05-31 2015-11-11 华为技术有限公司 Application deployment method and device
CN106469068A (en) * 2015-08-14 2017-03-01 中国移动通信集团安徽有限公司 The dispositions method of application program and system
CN105278991A (en) * 2015-10-26 2016-01-27 中国科学院软件研究所 Construction method of cloud application deployment and configuration model
CN106802820A (en) * 2017-02-04 2017-06-06 山东中创软件商用中间件股份有限公司 A kind of enterprise-level application directory deployment method and device

Also Published As

Publication number Publication date
CN109144522A (en) 2019-01-04

Similar Documents

Publication Publication Date Title
CN108055264B (en) Scheduling apparatus and method for push streaming server, and computer-readable storage medium
CN107431651B (en) Life cycle management method and equipment for network service
CN103955364B (en) A kind of front end assemblies method suitable for mobile phone
CN107168746B (en) Micro-service generation method and device
WO2019000630A1 (en) Multi-task scheduling method and system, application server and computer-readable storage medium
CN111221618B (en) Deployment method and device for containerized virtual network function
US20180375957A1 (en) Access scheduling method and apparatus for terminal, and computer storage medium
CN104572274A (en) Cross-cloud-node migration system and cross-cloud-node migration method
CN105760180B (en) A kind of workflow engine expands and develops method
CN111596927B (en) Service deployment method and device and electronic equipment
CN108052553B (en) Method and device for generating electronic manual, computer equipment and storage medium
EP3261299A1 (en) Method and apparatus for establishing network service instance
CN105511906A (en) Automatic deploy method, device and system of video platform
JP2022517973A (en) User identification card authentication method, devices, electronic devices and storage media
CN104572054A (en) Capability calling method and capability calling equipment
CN109144522B (en) Application deployment method, device, equipment and computer readable storage medium
CN109327321B (en) Network model service execution method and device, SDN controller and readable storage medium
CN104503768A (en) Call method and device for application programming interface (API)
CN105120002A (en) Information processing method and information processing device
CN104144210A (en) Method and system for automatically building data service
CN105975277A (en) Template-based mixed cloud elastic telescoping set building method
CN109246161B (en) Scheduling method and device of controller and computer readable storage medium
CN113360386A (en) Switching chip drive test method, device, electronic equipment and storage medium
CN111274017B (en) Resource processing method and device, electronic equipment and storage medium
CN101499931A (en) Function expansion method and system based on distributed environment

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