WO2023045552A1 - Procédé de déploiement de services, système de déploiement de services, dispositif électronique et support de stockage - Google Patents

Procédé de déploiement de services, système de déploiement de services, dispositif électronique et support de stockage Download PDF

Info

Publication number
WO2023045552A1
WO2023045552A1 PCT/CN2022/108333 CN2022108333W WO2023045552A1 WO 2023045552 A1 WO2023045552 A1 WO 2023045552A1 CN 2022108333 W CN2022108333 W CN 2022108333W WO 2023045552 A1 WO2023045552 A1 WO 2023045552A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
cloud platform
deployment
service deployment
type
Prior art date
Application number
PCT/CN2022/108333
Other languages
English (en)
Chinese (zh)
Inventor
施捷
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2023045552A1 publication Critical patent/WO2023045552A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • H04L41/5051Service on demand, e.g. definition and deployment of services in real time
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Definitions

  • the present application relates to the technical field of cloud platform service deployment, and in particular to a service deployment method, a service deployment system, electronic equipment, and a storage medium.
  • IAAS Infrastructure as a Service
  • PAAS Platform as a Service
  • users evaluate and screen multiple cloud platform service types through manual evaluation to select the target cloud platform service type.
  • the above method not only requires a long evaluation implementation cycle, but also is prone to evaluation errors during the evaluation process, which will affect the service launch process.
  • Embodiments of the present application provide a service deployment method, a service deployment system, electronic equipment, and a storage medium.
  • the embodiment of the present application provides a service deployment method, including: acquiring a service deployment type and a service deployment condition; determining a plurality of candidate cloud platform service types according to the service deployment type; wherein, the candidate cloud platform service The type includes candidate resource information; from the candidate cloud platform service types, it is determined that the candidate cloud platform service type whose candidate resource information meets the service deployment condition is the target cloud platform service type.
  • the embodiment of the present application also provides a service deployment system, including: an acquisition module configured to acquire the service deployment type and service deployment conditions; a service deployment module configured to determine multiple candidate clouds according to the service deployment type Platform service type; wherein, the candidate cloud platform service type includes candidate resource information; and is configured to, from the candidate cloud platform service types, determine the candidate cloud platform whose candidate resource information meets the service deployment condition
  • the service type is the target cloud platform service type.
  • the embodiment of the present application further provides an electronic device, including: at least one processor; at least one memory configured to store at least one program; when the at least one program is executed by the at least one processor, The at least one processor is made to implement the service deployment method as described in the first aspect.
  • the embodiment of the present application also provides a computer-readable storage medium, which stores processor-executable instructions, wherein the processor-executable instructions are used to implement the following when executed by a processor: The service deployment method described in the second aspect.
  • FIG. 1 is a schematic flow chart of a service deployment method provided by an embodiment of the present application
  • FIG. 2 is a schematic flowchart of a service deployment method provided by another embodiment of the present application.
  • FIG. 3 is a schematic flowchart of a service deployment method provided by another embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a service deployment method provided by another embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of a service deployment system provided by an embodiment of the present application.
  • FIG. 6 is a schematic diagram of the workflow of the service deployment system provided by an embodiment of the present application.
  • FIG. 7 is a schematic diagram of the workflow of the service deployment system provided by another embodiment of the present application.
  • FIG. 8 is a schematic diagram of a hardware structure of an electronic device provided by an embodiment of the present application.
  • Cloud platform also known as cloud computing management system, refers to a one-stop service that realizes the full service cycle by building IAAS (Infrastructure as a Service), PAAS (Platform as a Service) and SAAS (Software as a Service), forming a multi-level , All-round cloud computing management system.
  • IAAS Infrastructure as a Service
  • PAAS Plate as a Service
  • SAAS Software as a Service
  • IAAS Infrastructure as a Service
  • PAAS Platform as a Service
  • SAAS Software as a Service
  • Users do not need to purchase software, but can rent web-based software from the provider to manage the business activities of cloud enterprises.
  • NFV Network Function Virtualization
  • the operation and maintenance personnel After the operation and maintenance personnel obtain the above information, they calculate and evaluate the overall planning of service deployment, utilization rate and other factors, and finally determine the service deployment platform and method (that is, determine the cloud platform service type).
  • the above evaluation process requires a long evaluation cycle, and human evaluation errors are prone to occur during the evaluation process, which will affect the service launch process.
  • the embodiment of the present application proposes a service deployment method, a service deployment system, an electronic device, and a storage medium, which can be based on the service deployment type and service deployment conditions, as well as the resource conditions of various cloud platform service types provided by the cloud platform , calculate the cloud platform service type that is suitable for the service to be deployed, thereby avoiding the risk of error in manual evaluation, and thus speeding up the service launch process to a certain extent.
  • the embodiment of the present application provides a service deployment method
  • the service deployment method includes steps:
  • the service deployment requirement model imported by the user through interface design or communication transmission methods such as ports, and trigger the service deployment strategy generation step according to the service deployment requirement model, so as to obtain the service deployment requirement model that matches the service deployment requirement model according to the service deployment strategy generation step Cloud platform service type, and then perform service deployment operations on the adapted cloud platform service type according to the service deployment requirement model.
  • the cloud platform service type adaptation process of the service to be deployed is completed, as well as the service deployment operation when the service goes online.
  • the step of generating a service deployment policy includes: parsing the service deployment requirement model to obtain the service deployment type and service deployment conditions.
  • the service deployment type indicates the cloud platform service type supported by the service to be deployed;
  • the service deployment condition indicates the filter condition correspondingly generated according to the service deployment requirements of the service to be deployed.
  • the undetermined cloud platform service types provided by the cloud platform are screened according to the service deployment type to obtain multiple candidate cloud platform service types.
  • the candidate cloud platform service type includes candidate resource information.
  • the candidate resource information corresponding to multiple candidate types is screened to obtain the candidate cloud platform service types that meet the service deployment conditions, and the selected candidate cloud platform service types are marked as the target cloud platform service types, so that Perform a service deployment operation on the service to be deployed according to the service type of the target cloud platform.
  • the target cloud platform service type suitable for the service to be deployed is selected from the multiple undetermined cloud platform service types provided by the cloud platform according to the service deployment type and service deployment conditions, so that the target cloud platform service type can be selected according to the The service type of the target cloud platform performs a service deployment operation on the service to be deployed. Therefore, the above-mentioned embodiments of the present application can realize the rapid deployment of the service to be deployed, and avoid the risk of manual evaluation errors, thereby speeding up the process of launching the service to a certain extent.
  • step S110 includes sub-steps:
  • the service deployment type is parsed from the service deployment requirement model, that is, the cloud platform service type supported by the service to be deployed is parsed. Obtain multiple pending cloud platform service types in the connected platform, and filter multiple pending cloud platform service types according to the service deployment type to filter out the pending cloud platform service types that match the service deployment type, and filter out The undetermined cloud platform service type of is marked as the candidate cloud platform service type.
  • “matching" in this embodiment of the present application means that the service provided by the selected candidate cloud platform service type is the same as the service represented by the service deployment type, and/or means that the selected candidate cloud platform service type The scope of the service provided is greater than that indicated by the service deployment type.
  • performance screening needs to be performed according to the service deployment requirements of the service to be deployed, so as to screen out infrastructure, existing remaining resources, and other eligible services from multiple candidate cloud platform service types Deploy the required candidate cloud platform service type, and mark the selected candidate cloud platform service type as the target cloud platform service type, and then perform service deployment operations on the service to be deployed according to the target cloud platform service type.
  • the screening of candidate cloud platform service types will be described in detail in combination with the features of the above-mentioned embodiments.
  • the service deployment condition includes a capacity requirement condition, wherein the capacity requirement condition includes at least one of virtual machine resources, port resources, network bandwidth resources, disk resources, or image resources not less than a preset requirement resource threshold .
  • step S130 includes a sub-step: from the candidate cloud platform service types, determine the candidate cloud platform service type whose resource information meets the capacity requirement condition as the target cloud platform service type.
  • the service deployment condition indicates the filter condition correspondingly generated according to the service deployment requirement of the service to be deployed, that is, the service deployment requirement includes the capacity deployment requirement, and the capacity deployment requirement includes at least A sort of.
  • obtain candidate resource information corresponding to the above service deployment requirements for example: for IAAS (Infrastructure as a Service), the obtained candidate resource information includes virtual machine information, port information, network bandwidth information, disk Information and mirroring information, etc.; for CAAS (communication as a service), the obtained candidate resource information Boakai mirroring information, etc.
  • the candidate resource information of different candidate cloud platform service types is judged to be consistent with the service deployment conditions, and the candidate cloud platform service types that can support the deployment requirements of the service capacity to be deployed are selected, and the selected candidate cloud platform service types are calibrated It is the target cloud platform service type.
  • Step S130 includes sub-steps:
  • the operating environment condition is that at least one of the service reliability index, service importance index, resource sharing level or resource isolation index is not lower than the preset operating environment threshold.
  • the service deployment condition indicates the filtering condition correspondingly generated according to the service deployment requirement of the service to be deployed, that is, the service deployment requirement includes the operating environment deployment requirement and the capacity deployment requirement.
  • Operating environment deployment requirements include at least one of service reliability indicators, service importance indicators, resource sharing levels, or resource isolation indicators; capacity deployment requirements include virtual machine resources, port resources, network bandwidth resources, disk resources, or mirror resources. at least one. Obtain candidate resource information corresponding to the above-mentioned operating environment deployment requirements, so as to filter out the calibrated cloud platform service type from multiple candidate cloud platform service types.
  • the service reliability index represents the evaluation index generated according to the data jitter and request packet loss of the candidate cloud platform service type
  • the service importance index represents the server level to which the candidate cloud platform service type belongs, and the level of the computer room to which the server belongs (including core computer room and basic computer room, etc.), server location (including core location and basic location, etc.), server maintainability and other evaluation indicators generated
  • resource sharing level indicates the sharing attribute according to the candidate cloud platform service type (including Shareable and non-shareable) and other evaluation indicators generated
  • resource isolation indicators represent the evaluation indicators generated according to the exclusivity of candidate cloud platform service types, physical nodes, container nodes, etc.
  • the above-mentioned evaluation indicators can include first-level, second-level, third-level, etc., and the higher the level, the more reliable, important, non-sharable and isolated the better.
  • the services to be deployed include payment services and product display services.
  • the core of the payment service is the security of payment and the reliability of payment data, that is, the payment service pays more attention to the monitoring, backup, disaster recovery and other functions of the candidate cloud platform service type.
  • the core of product display service is the stability of product display, that is, product display service pays more attention to data jitter and data packet loss of candidate cloud platform service types. Therefore, when the service to be deployed is a payment service, it is necessary to select the calibrated cloud platform service type with a higher service importance index from multiple candidate deployment types, that is, the service importance index should be selected to be greater than or equal to three levels, and the remaining indicators should be selected.
  • calibrated cloud platform service types that are less than three levels or not limited.
  • the service to be deployed is a commodity display service
  • the service reliability index should be selected to be greater than or equal to three levels
  • the remaining indicators Including service importance indicators, resource sharing level indicators, and resource isolation indicators
  • a higher operating environment threshold should be set for the resource sharing level and resource isolation index of the candidate cloud platform service type.
  • the target cloud platform service type is selected from multiple calibrated cloud platform service types according to the capacity requirement conditions, so that the service deployment operation is performed on the service to be deployed according to the target cloud platform service type.
  • the manner of screening out target cloud platform service types from multiple calibrated cloud platform service types according to capacity requirement conditions is the same as that of screening target cloud platform service types from multiple candidate deployment types according to capacity requirement conditions in the above embodiment
  • the types and methods are basically the same, so the embodiment of this application will not repeat them.
  • the service deployment method further includes the steps of:
  • a target cloud platform service type is screened out from a plurality of target cloud platform service types according to strategies such as preset priority (that is, the preset threshold Set to 1), and the filtered target cloud platform service type is marked as the operation cloud platform service type.
  • the service type of the operation cloud platform and the corresponding operation resource information are sent to the user through the interface, port, etc., thereby realizing the pre-operation of the service deployment operation, that is, only pre-judging which kind of undetermined cloud platform the service to be deployed will be deployed to Cloud platform service type, no final service deployment operation is performed.
  • the service deployment method further includes the step of: sending an instantiation request including an operation cloud platform service type to the virtual network function management module, so that the virtual network function management module performs service deployment operations according to the instantiation request.
  • the service deployment method provided by the embodiment of the present application is a deployment mechanism based on the NFV structure, that is, the deployment mechanism of the embodiment of the present application is established on NFVO (life cycle management unit or life cycle management module), VNFM (virtual network Function management module) already has the ability to manage resources for different types of cloud platform services. Therefore, after the pre-operation result (that is, the operation cloud platform service type) is returned to the user according to the above embodiment, the actual service deployment operation can also be performed.
  • NFVO life cycle management unit or life cycle management module
  • VNFM virtual network Function management module
  • an instantiation request is sent to the virtual network function management module, wherein the instantiation request carries the service deployment requirements described in the above embodiments and the selected operation cloud platform service type, so that the virtual network function management module can deploy the service according to the service deployment requirements Perform service deployment operations on the corresponding operation cloud platform service types on the cloud platform.
  • an embodiment of the present application provides a service deployment system.
  • the service deployment system includes an acquisition module 510 and a service deployment module 520 .
  • the obtaining module 510 is configured to obtain service deployment type and service deployment condition.
  • the service deployment module 520 is configured to determine a plurality of candidate cloud platform service types according to the service deployment type; wherein, the candidate cloud platform service types include candidate resource information; the service deployment module 520 is also configured to determine candidate cloud platform service types from the candidate cloud platform service types The candidate cloud platform service type whose resource information meets the service deployment conditions is the target cloud platform service type.
  • the acquisition module 510 acquires the service deployment requirement module imported by the user through interface design or communication transmission methods such as ports, and the service deployment module 520 triggers the service deployment strategy according to the service deployment requirement model Generation step, so as to obtain the cloud platform service type adapted to the service deployment requirement model according to the service deployment strategy generation step, and then perform service deployment operations on the adapted cloud platform service type according to the service deployment requirement model.
  • the cloud platform service type adaptation process of the service to be deployed is completed, as well as the service deployment operation when the service goes online.
  • the step of generating the service deployment strategy includes: the service deployment module 520 analyzes the service deployment requirement model to obtain the service deployment type and service deployment conditions.
  • the service deployment type indicates the cloud platform service type supported by the service to be deployed;
  • the service deployment condition indicates the filter condition correspondingly generated according to the service deployment requirements of the service to be deployed.
  • the undetermined cloud platform service types provided by the cloud platform are screened according to the service deployment type to obtain multiple candidate cloud platform service types.
  • the candidate cloud platform service type includes candidate resource information.
  • the candidate resource information corresponding to multiple candidate types is screened to obtain the candidate cloud platform service types that meet the service deployment conditions, and the selected candidate cloud platform service types are marked as the target cloud platform service types, so that Perform a service deployment operation on the service to be deployed according to the service type of the target cloud platform.
  • NFVO can be deployed integrated with the service deployment module (as shown in FIG. 6 ), or NFVO and the service deployment module can be deployed independently (as shown in FIG. 7 ).
  • the acquisition module, the service deployment module, and other modules of the service deployment system will be specifically described for these two embodiments and in combination with the service deployment method described in the above embodiments. It can be understood that, in addition to integrating with NFVO, the service deployment module can also be integrated with other systems such as OSS (service provider's management function).
  • OSS service provider's management function
  • the acquisition module includes a type acquisition unit, a capacity requirement acquisition unit, or includes a type acquisition unit, a capacity requirement acquisition unit, and an operating environment acquisition unit.
  • the service deployment module includes a deployment type confirmation unit and a lifecycle management unit (ie, NFVO).
  • the type obtaining unit is configured to obtain the service deployment type imported or designed by the user
  • the capacity requirement obtaining unit is configured to obtain the capacity requirement condition imported or designed by the user
  • the operating environment obtaining unit is configured to obtain the operating environment imported or designed by the user condition.
  • the deployment confirmation unit is configured to obtain multiple undetermined cloud platform service types that have been connected to the platform, and is configured to match the service deployment type parsed from the service deployment requirement model with the multiple undetermined cloud platform service types to A plurality of candidate cloud platform service types matching the service deployment type are determined among the plurality of undetermined cloud platform service types.
  • the deployment type confirming unit obtains candidate resource information, and compares the candidate resource information with the capacity requirement condition, so as to obtain a target cloud platform service type that meets the capacity requirement condition from multiple candidate cloud platform service types.
  • the acquisition module includes an operating environment acquisition unit, first compare the candidate resource information with the operating environment conditions, obtain the calibration cloud platform service type that meets the operating environment conditions from multiple candidate cloud platform service types, and then calibrate the cloud platform The calibration resource information of the service type is compared with the capacity requirement conditions to obtain the service type of the target cloud platform.
  • the deployment type confirmation unit is further configured to select an operational cloud platform service type from the multiple target cloud platform service types according to preset policies such as priority.
  • the life cycle management unit sends an instantiation request to the VNFM.
  • the instantiation request carries the service type of the operating cloud platform and the service deployment requirements corresponding to the services to be deployed, so that the VNFM can deploy the cloud platform according to the service deployment requirements.
  • the corresponding operation cloud platform service type in the service deployment operation is basically the same as the description of the service deployment method above, and will not be repeated here.
  • the service deployment module when NFVO and the service deployment module are independently deployed, the service deployment module includes a deployment type confirmation unit, and the service deployment system also includes NFVO (life cycle management module) and VNFM (virtual network function management module).
  • NFVO sends an instantiation request including the service deployment requirement model to the service deployment module, so that the deployment type confirmation unit parses the service deployment type and service deployment condition from the service deployment requirement model, and obtains the operation according to the service deployment method described in the above embodiment Cloud platform service type.
  • the NFVO is also configured to send an instantiation request including the operation cloud platform service type and service deployment requirements to the VNFM, so that the VNFM performs service deployment operations on the corresponding operation cloud platform service types in the cloud platform according to the service deployment requirements.
  • an embodiment of the present application provides an electronic device, the electronic device includes:
  • the processor 801 can be implemented by a general-purpose CPU (central processing unit), a microprocessor, an application-specific integrated circuit (ASIC), or one or more integrated circuits, and is configured to execute related programs to implement the implementation of the present application.
  • a general-purpose CPU central processing unit
  • ASIC application-specific integrated circuit
  • the memory 802 may be implemented in the form of a ROM (read only memory), a static storage device, a dynamic storage device, or a RAM (random access memory).
  • the memory 802 can store operating systems and other application programs.
  • the relevant program codes are stored in the memory 802 and called by the processor 801 to execute the implementation of the present application. example service deployment method;
  • the input/output interface 803 is configured to realize information input and output
  • the communication interface 804 is configured to realize the communication interaction between the device and other devices, and the communication can be realized through a wired method (such as USB, network cable, etc.), or can be realized through a wireless method (such as a mobile network, Wi-Fi, Bluetooth, etc.) ;and
  • a bus 805 which transmits information between various components of the device (such as a processor 801, a memory 802, an input/output interface 803, and a communication interface 804);
  • the processor 801 , the memory 802 , the input/output interface 803 and the communication interface 804 are connected to each other within the device through the bus 805 .
  • the embodiment of the present application also provides a storage medium, the storage medium is a computer-readable storage medium, and the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are used to cause a computer to execute the above service deployment method.
  • memory can be used to store non-transitory software programs and non-transitory computer-executable programs.
  • the memory may include high-speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid-state storage devices.
  • the memory may include memory located remotely from the processor, which remote memory may be connected to the processor through a network. Examples of the aforementioned networks include, but are not limited to, the Internet, intranets, local area networks, mobile communication networks, and combinations thereof.
  • the service deployment method, service deployment system, electronic device, and storage medium provided in the embodiments of the present application select and select the services to be deployed from the multiple undetermined cloud platform service types provided by the cloud platform according to the service deployment type and service deployment conditions.
  • the matching target cloud platform service type so that the service deployment operation can be performed on the service to be deployed according to the target cloud platform service type. Therefore, according to the above-mentioned embodiment, the present application can realize the rapid deployment of the service to be deployed, and avoid the risk of manual evaluation errors, thereby speeding up the process of launching the service to a certain extent.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

L'invention concerne un procédé de déploiement de services, un système de déploiement de services, un dispositif électronique et un support de stockage. Le procédé de déploiement de services comprend les étapes suivantes: l'obtention d'un type de déploiement de services et une condition de déploiement de services (S110); la détermination d'une pluralité de types de services de plateformes infonuagiques candidates selon le type de déploiement de services (S120), les types de services de plateformes infonuagiques candidates comprenant une information de ressources candidates; et la détermination, à partir des types de service de plateforme infonuagiques candidates, d'un type de service de plateforme infonuagique candidate dont l'information de ressources candidates satisfait la condition de déploiement de service en tant que type de service de plateforme infonuagique cible (S130).
PCT/CN2022/108333 2021-09-27 2022-07-27 Procédé de déploiement de services, système de déploiement de services, dispositif électronique et support de stockage WO2023045552A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111136324.4 2021-09-27
CN202111136324.4A CN115883310A (zh) 2021-09-27 2021-09-27 服务部署方法、服务部署系统、电子设备及存储介质

Publications (1)

Publication Number Publication Date
WO2023045552A1 true WO2023045552A1 (fr) 2023-03-30

Family

ID=85720011

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/108333 WO2023045552A1 (fr) 2021-09-27 2022-07-27 Procédé de déploiement de services, système de déploiement de services, dispositif électronique et support de stockage

Country Status (2)

Country Link
CN (1) CN115883310A (fr)
WO (1) WO2023045552A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116723114A (zh) * 2023-08-07 2023-09-08 国网信息通信产业集团有限公司 一种面向多云环境的多云接口适配方法
CN117155804A (zh) * 2023-10-27 2023-12-01 腾讯科技(深圳)有限公司 一种云服务器的部署方法及相关装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106453646A (zh) * 2016-11-29 2017-02-22 上海有云信息技术有限公司 一种安全服务平台的资源调度方法和装置
CN109714423A (zh) * 2018-12-29 2019-05-03 浪潮电子信息产业股份有限公司 一种OpenStack部署方法、装置、设备及介质
CN111770477A (zh) * 2020-06-08 2020-10-13 中天通信技术有限公司 一种mec网络的保护资源的部署方法及相关装置
CN112583861A (zh) * 2019-09-27 2021-03-30 阿里巴巴集团控股有限公司 服务部署方法、资源配置方法、系统、装置及服务器
US20210112141A1 (en) * 2019-10-15 2021-04-15 Hewlett Packard Enterprise Development Lp Selecting a cloud service provider for deploying a cloud service

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106453646A (zh) * 2016-11-29 2017-02-22 上海有云信息技术有限公司 一种安全服务平台的资源调度方法和装置
CN109714423A (zh) * 2018-12-29 2019-05-03 浪潮电子信息产业股份有限公司 一种OpenStack部署方法、装置、设备及介质
CN112583861A (zh) * 2019-09-27 2021-03-30 阿里巴巴集团控股有限公司 服务部署方法、资源配置方法、系统、装置及服务器
US20210112141A1 (en) * 2019-10-15 2021-04-15 Hewlett Packard Enterprise Development Lp Selecting a cloud service provider for deploying a cloud service
CN111770477A (zh) * 2020-06-08 2020-10-13 中天通信技术有限公司 一种mec网络的保护资源的部署方法及相关装置

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116723114A (zh) * 2023-08-07 2023-09-08 国网信息通信产业集团有限公司 一种面向多云环境的多云接口适配方法
CN116723114B (zh) * 2023-08-07 2023-12-29 国网信息通信产业集团有限公司 一种面向多云环境的多云接口适配方法
CN117155804A (zh) * 2023-10-27 2023-12-01 腾讯科技(深圳)有限公司 一种云服务器的部署方法及相关装置
CN117155804B (zh) * 2023-10-27 2024-01-09 腾讯科技(深圳)有限公司 一种云服务器的部署方法及相关装置

Also Published As

Publication number Publication date
CN115883310A (zh) 2023-03-31

Similar Documents

Publication Publication Date Title
JP6686910B2 (ja) ネットワーク機能仮想化管理およびオーケストレーション方法と装置とプログラム
US10856183B2 (en) Systems and methods for network slice service provisioning
WO2023045552A1 (fr) Procédé de déploiement de services, système de déploiement de services, dispositif électronique et support de stockage
CN108370341B (zh) 资源配置方法、虚拟网络功能管理器和网元管理系统
US10554508B2 (en) Updating a topology graph representing a distributed computing system by monitoring predefined parameters with respect to predetermined performance threshold values and using predetermined rules to select a combination of application, storage and database server nodes to meet at least one service level objective (SLO)
CN112153700B (zh) 一种网络切片资源管理方法及设备
US10848366B2 (en) Network function management method, management unit, and system
EP2989543B1 (fr) Procédé et dispositif permettant de mettre à jour un client
US10630556B2 (en) Discovering and publishing device changes in a cloud environment
JP2016525757A (ja) 分散型クラウドにおける作業負荷移動に基づくプロファイルベースのsla保証
US20170373939A1 (en) Data uploading method, apparatus, and system
CN107111510B (zh) 一种针对vnf包进行操作的方法及装置
JP2017143452A (ja) 管理装置、および、ネットワークサービス管理方法
EP3901770A1 (fr) Procédé et dispositif permettant d'instancier une fonction de réseau virtualisé
WO2020063550A1 (fr) Procédé, appareil et système de décision de politique, et support d'informations, unité de décision de politique et groupe
CN110933152B (zh) 一种预热方法、装置、系统及电子设备
US10205545B2 (en) Resource creation method and apparatus
US9021479B2 (en) Enforcing machine deployment zoning rules in an automatic provisioning environment
CN109076027B (zh) 网络服务请求
CN112181599A (zh) 模型训练方法、装置及存储介质
CN110506257B (zh) 在云服务代理系统中创建和分配集成连接器的方法
CN105519055A (zh) 一种I/O通道QoS动态均衡方法及装置
US11709750B2 (en) Dynamically mapping software infrastructure utilization
CN107005468B (zh) 一种待上载的nsd的确定方法及装置
WO2023061199A1 (fr) Procédé de génération d'instance de vnf, procédé de génération de plan de vnf, nfvo, et support de stockage

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22871610

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE