CN107872479B - Cloud management platform and controller integration method and system and related modules - Google Patents

Cloud management platform and controller integration method and system and related modules Download PDF

Info

Publication number
CN107872479B
CN107872479B CN201610852246.0A CN201610852246A CN107872479B CN 107872479 B CN107872479 B CN 107872479B CN 201610852246 A CN201610852246 A CN 201610852246A CN 107872479 B CN107872479 B CN 107872479B
Authority
CN
China
Prior art keywords
message queue
change data
network change
controller
queue module
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
CN201610852246.0A
Other languages
Chinese (zh)
Other versions
CN107872479A (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.)
China Telecom Corp Ltd
Original Assignee
China Telecom Corp 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 China Telecom Corp Ltd filed Critical China Telecom Corp Ltd
Priority to CN201610852246.0A priority Critical patent/CN107872479B/en
Publication of CN107872479A publication Critical patent/CN107872479A/en
Application granted granted Critical
Publication of CN107872479B publication Critical patent/CN107872479B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • 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
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • 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/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching

Abstract

The invention discloses a method and a system for integrating a cloud management platform and a controller and related modules, and relates to the technical field of computers. By adopting the message queue module to receive and store the network change data sent by the cloud management platform and continuously retransmitting the network change data before the controller confirms the reception, the controller can be ensured to accurately and completely acquire the network change operation received by the cloud management platform, so that the controller can accurately configure the network, and the usability of the cloud management platform and the controller integration is improved.

Description

Cloud management platform and controller integration method and system and related modules
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system for integrating a cloud management platform and a controller and related modules.
Background
At present, a mainstream data center cloud Network fusion scheme integrates an SDN (Software Defined Network) controller through a cloud management platform, the cloud management platform is used as a resource arrangement layer to take charge of computing, storage, and unified management and allocation of Network resources, and the SDN controller performs centralized control and automatic configuration on a Network according to instructions of the cloud management platform.
When the mainstream cloud management platform is integrated with the SDN controller, the mode that the cloud management platform directly calls a northbound RESTful protocol interface of the controller is mainly adopted for communication, and the controller stores configuration information related to a network according to the data sent by the cloud management platform. Since RESTful communication is stateless, when a fault occurs, the situation that the network configuration information stored by the controller is inconsistent with the network configuration information stored by the cloud management platform may be caused, and the availability of the network may be affected.
As shown in fig. 1, the cloud management platform writes network change data a generated by network operation of a user into a tenant network database, and sends the network change data a to the controller through a RESTful protocol. When the controller enters an unavailable state such as a fault state, an offline state and the like, the network change data a cannot be sent to the controller, and the cloud management platform cannot know the situation. Therefore, the content in the tenant network database corresponding to the cloud management platform is inconsistent with the content in the virtual/physical network database corresponding to the controller, and the controller cannot configure or change the network according to the operation of the user.
Disclosure of Invention
The embodiment of the invention aims to solve the technical problem that: how to improve the usability of the cloud management platform and the controller integration.
According to a first aspect of the embodiments of the present invention, there is provided a method for integrating a cloud management platform and a controller, including: the message queue module receives network change data sent by the cloud management platform; the message queue module stores network change data; the message queue module responds to a data acquisition request sent by the controller and sends network change data to the controller so that the controller can configure the network equipment according to the network change data; and if the message queue module does not receive the receiving feedback sent by the controller, the message queue module resends the network change data to the controller.
In one embodiment, the method further comprises: and if the message queue module receives the receiving feedback of the controller, the message queue module deletes the sent network change data.
In one embodiment, the message queue module receives network change data sent by the cloud management platform through an advanced message queue protocol; the message queue module sends network change data to the controller via an advanced message queue protocol.
In one embodiment, the slave message queue module synchronizes network change data in the master message queue module; the main message queue module receives network change data sent by the cloud management platform, stores the network change data, and sends the network change data to the controller in response to a data acquisition request sent by the controller; the slave message queue module responds to the switching instruction, receives network change data sent by the cloud management platform, stores the network change data, and responds to a data acquisition request sent by the controller, and sends the network change data to the controller.
In one embodiment, the message queue module is located in a cluster of message queue modules; the load balancing module receives network change data sent by the cloud management platform; the load balancing module selects a message queue module according to at least one item of network change data, the attribute of each message queue module in the message queue module cluster and the current state of each message queue module in the message queue module cluster; and the load balancing module sends the network change data to the selected message queue module.
According to a second aspect of the embodiments of the present invention, there is provided a message queue module, including: the network change data receiving unit is used for receiving the network change data sent by the cloud management platform; a network change data storage unit for storing network change data; the network change data sending unit is used for responding to the data acquisition request sent by the controller and sending network change data to the controller so that the controller can configure the network equipment according to the network change data; and the network change data retransmission unit is used for retransmitting the network change data to the controller when the message queue module does not receive the receiving feedback sent by the controller.
In one embodiment, the message queue module further comprises: and the network change data deleting unit is used for deleting the sent network change data when the message queue module receives the receiving feedback of the controller.
In one embodiment, the network change data receiving unit is further configured to receive network change data sent by the cloud management platform through an advanced message queue protocol; the network change data sending unit is further used for sending the network change data to the controller through the advanced message queue protocol.
According to a third aspect of the embodiments of the present invention, there is provided a message queue system including: the system comprises a main message queue module and a slave message queue module, wherein the main message queue module and the slave message queue module are any one of the message queue modules; the slave message queue module is used for synchronizing the network change data in the master message queue module, responding to the switching instruction, receiving the network change data sent by the cloud management platform, storing the network change data, and responding to the data acquisition request sent by the controller, and sending the network change data to the controller.
According to a fourth aspect of the embodiments of the present invention, there is provided a message queue system, including: a plurality of any of the foregoing message queue modules, and, a load balancing module, the load balancing module comprising: the network change data pre-receiving unit is used for receiving the network change data sent by the cloud management platform; the message queue module selecting unit is used for selecting the message queue module according to at least one item of network change data, the attribute of each message queue module in the message queue module cluster and the current state of each message queue module in the message queue module cluster; and the network change data distribution unit is used for sending the network change data to the selected message queue module.
According to a fifth aspect of the embodiments of the present invention, there is provided a cloud management platform and controller integration system, including: the message queue system comprises at least one of the message queue module and the message queue system; the system comprises a cloud management platform used for generating network change data according to network operation of a user and sending the network change data to a message queue system, and a controller used for receiving the network change data sent by the message queue system and sending receiving feedback to the message queue system.
According to the invention, the message queue module is adopted to receive and store the network change data sent by the cloud management platform, and the network change data is continuously retransmitted before the controller confirms the receiving, so that the controller can be ensured to accurately and completely acquire the network change operation received by the cloud management platform, the controller can accurately configure the network, and the usability of the cloud management platform and the controller is improved.
Other features of the present invention and advantages thereof will become apparent from the following detailed description of exemplary embodiments thereof, which proceeds with reference to the accompanying drawings.
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, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic diagram of an application of an integrated system of a cloud management platform and a controller in the prior art.
Fig. 2 is a flowchart of an embodiment of a method for integrating a cloud management platform and a controller according to the present invention.
Fig. 3 is a schematic application diagram of an integrated system of a cloud management platform and a controller according to the present invention.
Fig. 4 is a structural diagram of an embodiment of the cloud management platform and controller integration system according to the present invention.
Fig. 5 is a block diagram of one embodiment of a message queue module of the present invention.
Fig. 6 is a block diagram of another embodiment of a message queue module of the present invention.
Fig. 7 is a block diagram of one embodiment of a message queue system of the present invention.
Fig. 8 is a block diagram of another embodiment of a message queue system of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The following description of at least one exemplary embodiment is merely illustrative in nature and is in no way intended to limit the invention, its application, or uses. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
A cloud management platform and controller integration method according to an embodiment of the present invention is described below with reference to fig. 2.
Fig. 2 is a flowchart of an embodiment of a method for integrating a cloud management platform and a controller according to the present invention. As shown in fig. 2, the method of this embodiment includes:
step S202, the message queue module receives network change data sent by the cloud management platform.
The network operation of the user is oriented to the cloud management platform, and the network operation can be, for example, adding, moving network equipment, modifying network configuration and the like. The network operations of the user generate corresponding network change data.
After the cloud management platform generates the network change data, the data is sent to the controller through the message queue module.
The cloud management platform may be OpenStack, for example.
Step S204, the message queue module stores the network change data.
The message queue module is a container used for storing messages in the transmission process of the messages. The message queue module stores the network change data until it is ensured that the controller has received the network change data, so as to prevent the data from being lost during transmission.
In step S206, the message queue module sends network change data to the controller in response to the data acquisition request sent by the controller, so that the controller configures the network device according to the network change data.
The controller may periodically send a data acquisition request to the message queue module, or may send a data acquisition request to the message queue module according to other trigger conditions.
The controller may be an Opendaylight controller, for example.
Step S208, if the message queue module does not receive the receiving feedback sent by the controller, the message queue module sends the network change data to the controller again.
The cloud management platform and the controller communicate in a reliable mode through the message queue module. To ensure that the data is delivered, the message queue module waits for feedback from the controller after sending the data. For example, it may be set that, when the reception feedback sent by the controller is not received within a preset time, the message queue module resends the network change data to the controller.
In one embodiment, the message queue module may delete the transmitted network change data if the message queue module receives feedback from the controller. In addition, the message queue module may store network change data that has been successfully transmitted for a period of time and periodically delete the network change data.
By adopting the message queue module to receive and store the network change data sent by the cloud management platform and continuously retransmitting the network change data before the controller confirms the reception, the controller can be ensured to accurately and completely acquire the network change operation received by the cloud management platform, so that the controller can accurately configure the network, and the usability of the cloud management platform and the controller integration is improved.
In the above embodiment, the Message queue module may be implemented based on AMQP (Advanced Message Queuing Protocol). The AMQP is an open standard of an application layer protocol, is a message-oriented middleware design, is not limited by different development languages and product types of the middleware, and has high flexibility.
In one embodiment, the message queue module may receive network change data sent by the cloud management platform through the AMQP and send the network change data to the controller through the AMQP.
As shown in fig. 3, the cloud management platform writes network change data B generated by a network operation of a user into the tenant network database, and sends the network change data B to the controller through the AMQP-based message queue module. And when the controller is unavailable, the message queue module finds that network change data B cannot be delivered. At this time, the message queue module will continue to store the network change data and resend the data, and when the controller enters the available state and receives the network change data B resent by the message queue module, the controller will send a receiving feedback to the message queue module so that the message queue module does not resend the data any more.
Therefore, the content of the tenant network database corresponding to the cloud management platform is consistent with the content of the virtual/physical network database corresponding to the controller, and the controller can accurately and completely configure or change the network according to the operation of the user.
By adopting the method, the reliability of data transmission is improved, and the message queue module can quickly respond to the cloud management platform, so that the system efficiency is improved.
Between the cloud management platform and the controller, only one message queue module can be adopted for transferring information. In addition, in order to further improve the reliability of the system, a message queue system composed of a plurality of message queue modules can be used as a data channel to integrate the cloud management platform and the controller.
In one embodiment, the system is serviced by a master message queue module and a slave message queue module together. In a normal state, the main message queue module is adopted to receive network change data sent by the cloud management platform, store the network change data, and respond to a data acquisition request sent by the controller and send the network change data to the controller. The slave message queue module may periodically synchronize network change data in the master message queue module.
When the master message queue module is unavailable, the slave message queue module can be converted into the master message queue module in response to the switching instruction, and serves the cloud management platform and the controller, namely, the original slave cloud management platform is adopted to receive network change data sent by the cloud management platform, the network change data is stored, and the network change data is sent to the controller in response to a data acquisition request sent by the controller.
Thus, the reliability of data transmission can be further increased.
In another embodiment, the message queue module is deployed in a cluster manner, that is, the message queue cluster is used for serving the cloud management platform and the controller, and the message queue cluster is provided with a plurality of message queue modules and a load balancing module.
The load balancing module can receive the network change data sent by the cloud management platform and distribute the network change data to the message queue module in the cluster for processing.
The load balancing module may select the message queue module according to at least one of network change data, attributes of each message queue module in the message queue module cluster, and a current state of each message queue module in the message queue module cluster.
The attributes of the message queue module may be, for example, the computing power, the storage space of the message queue module, and the current state of the message queue module may be, for example, whether it is currently free, the number of message entries to be processed, and so on. Therefore, the network change data can be more efficiently transmitted to the controller, and the efficiency of the system is improved.
A cloud management platform and controller integration system according to an embodiment of the present invention is described below with reference to fig. 4.
Fig. 4 is a structural diagram of an embodiment of the cloud management platform and controller integration system according to the present invention. As shown in fig. 4, the system of this embodiment includes: a cloud management platform 41, a controller 42, and a message queue system 43.
The cloud management platform 41 is configured to generate network change data according to a network operation of a user, and send the network change data to the message queue system 43. The controller 42 is configured to receive the network change data sent by the message queue system and send a receive feedback to the message queue system.
At least one message queue module 50 is included in the message queue system 43. The message queue module of one embodiment of the present invention is described below with reference to fig. 5.
Fig. 5 is a block diagram of one embodiment of a message queue module of the present invention. As shown in fig. 5, the message queue module 50 of this embodiment includes a network change data receiving unit 501 configured to receive network change data sent by the cloud management platform 41; a network change data storage unit 502 for storing network change data; a network change data transmitting unit 503, configured to transmit network change data to the controller 42 in response to the data acquisition request transmitted by the controller 42, so that the controller 42 configures the network device according to the network change data; a network change data retransmission unit 504, configured to retransmit the network change data to the controller 42 when the message queue module does not receive the reception feedback sent by the controller 42.
The network change data receiving unit 501 may be further configured to receive network change data sent by the cloud management platform 41 through an advanced message queue protocol; the network change data transmitting unit 503 may be further configured to transmit the network change data to the controller 42 via an advanced message queue protocol.
A message queue module of another embodiment of the present invention is described below with reference to fig. 6.
Fig. 6 is a block diagram of another embodiment of a message queue module of the present invention. As shown in fig. 6, the message queue module 50 of this embodiment may further include: a network change data deleting unit 605, configured to delete the transmitted network change data when the message queue module 50 receives the reception feedback of the controller 42.
Further, when there are multiple message queue modules 50 in the message queue system 43, this can be accomplished in a variety of ways.
A message queue system of one embodiment of the present invention is described below with reference to fig. 7.
Fig. 7 is a block diagram of one embodiment of a message queue system of the present invention. As shown in fig. 7, the message queue system 43 of this embodiment includes a master message queue module 51 and a slave message queue module 52. The main message queue module 51 is configured to receive network change data sent by the cloud management platform 41, store the network change data, and send the network change data to the controller 42 in response to a data acquisition request sent by the controller 42 when the main message queue module 51 is in an available state. The slave message queue module is configured to synchronize the network change data in the master message queue module, receive the network change data sent by the cloud management platform 41 in response to the switching instruction, store the network change data, and send the network change data to the controller 42 in response to the data acquisition request sent by the controller 42.
The message queue module 50 may be referred to in the specific implementation of the master message queue module 51 and the slave message queue module 52.
A message queue system of another embodiment of the present invention is described below with reference to fig. 8.
Fig. 8 is a block diagram of another embodiment of a message queue system of the present invention. As shown in fig. 8, the message queue system 43 of this embodiment includes: a number of message queue modules 50 and a load balancing module 80. The load balancing module 80 includes: a network change data pre-receiving unit 801 configured to receive network change data sent by the cloud management platform 41; a message queue module selecting unit 802, configured to select a message queue module according to at least one of network change data, attributes of each message queue module in the message queue system 43, and a current state of each message queue module in the message queue system 43; a network change data distribution unit 803, configured to send the network change data to the selected message queue module 50.
Furthermore, the method according to the invention may also be implemented as a computer program product comprising a computer readable medium having stored thereon a computer program for performing the above-mentioned functions defined in the method of the invention. Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (9)

1. A cloud management platform and controller integration method is characterized by comprising the following steps:
the method comprises the steps that a message queue module receives network change data sent by a cloud management platform, wherein the network change data are written into a tenant network database by the cloud management platform;
the message queue module stores the network change data;
the message queue module responds to a data acquisition request sent by the controller, and sends the network change data to the controller, so that the controller configures network equipment according to the network change data and writes the network change data into a network database corresponding to the controller;
if the message queue module does not receive the receiving feedback sent by the controller, the message queue module sends the network change data to the controller again;
the slave message queue module synchronizes network change data in the master message queue module; the method comprises the steps that a main message queue module receives network change data sent by a cloud management platform, stores the network change data, and responds to a data acquisition request sent by a controller to send the network change data to the controller; the slave message queue module responds to a switching instruction, receives network change data sent by the cloud management platform, stores the network change data, and responds to a data acquisition request sent by the controller, and sends the network change data to the controller.
2. The method of claim 1, further comprising:
and if the message queue module receives the receiving feedback of the controller, the message queue module deletes the sent network change data.
3. The method of claim 1,
the message queue module receives network change data sent by the cloud management platform through a high-level message queue protocol;
and the message queue module sends the network change data to the controller through an advanced message queue protocol.
4. The method of claim 1, wherein the message queue module is located in a cluster of message queue modules;
the load balancing module receives network change data sent by the cloud management platform;
the load balancing module selects a message queue module according to at least one item of the network change data, the attribute of each message queue module in the message queue module cluster and the current state of each message queue module in the message queue module cluster;
and the load balancing module sends the network change data to the selected message queue module.
5. A message queue system, comprising:
a master message queue module and a slave message queue module, each of the master and slave message queue modules comprising:
the network change data receiving unit is used for receiving network change data sent by a cloud management platform, wherein the network change data is written into a tenant network database by the cloud management platform;
a network change data storage unit for storing the network change data;
the network change data sending unit is used for responding to a data acquisition request sent by the controller and sending the network change data to the controller so that the controller can configure network equipment according to the network change data and write the network change data into a network database corresponding to the controller; and
the network change data retransmission unit is used for retransmitting the network change data to the controller when the message queue module does not receive the receiving feedback sent by the controller;
the slave message queue module is used for synchronizing network change data in the master message queue module, responding to a switching instruction, receiving the network change data sent by the cloud management platform, storing the network change data, and responding to a data acquisition request sent by the controller, and sending the network change data to the controller.
6. The message queue system of claim 5, further comprising:
and the network change data deleting unit is used for deleting the sent network change data when the message queue module receives the receiving feedback of the controller.
7. The message queue system of claim 5,
the network change data receiving unit is further used for receiving network change data sent by the cloud management platform through an advanced message queue protocol;
the network change data sending unit is further used for sending the network change data to a controller through an advanced message queue protocol.
8. The message queue system of claim 5, further comprising:
a load balancing module, the load balancing module comprising:
the network change data pre-receiving unit is used for receiving the network change data sent by the cloud management platform;
a message queue module selecting unit, configured to select a message queue module according to at least one of the network change data, an attribute of each message queue module in the message queue system, and a current state of each message queue module in the message queue system;
and the network change data distribution unit is used for sending the network change data to the selected message queue module.
9. A cloud management platform and controller integrated system, comprising:
a message queue system comprising the message queue system of any of claims 5-8;
a cloud management platform for generating network change data according to a network operation of a user and transmitting the network change data to the message queue system, and,
and the controller is used for receiving the network change data sent by the message queue system and sending a receiving feedback to the message queue system.
CN201610852246.0A 2016-09-26 2016-09-26 Cloud management platform and controller integration method and system and related modules Active CN107872479B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610852246.0A CN107872479B (en) 2016-09-26 2016-09-26 Cloud management platform and controller integration method and system and related modules

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610852246.0A CN107872479B (en) 2016-09-26 2016-09-26 Cloud management platform and controller integration method and system and related modules

Publications (2)

Publication Number Publication Date
CN107872479A CN107872479A (en) 2018-04-03
CN107872479B true CN107872479B (en) 2021-06-18

Family

ID=61752054

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610852246.0A Active CN107872479B (en) 2016-09-26 2016-09-26 Cloud management platform and controller integration method and system and related modules

Country Status (1)

Country Link
CN (1) CN107872479B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109542643B (en) * 2018-11-16 2021-04-30 北京金山云网络技术有限公司 Method and device for recovering messages in OpenStack system
CN111431730B (en) * 2019-01-10 2023-04-07 阿里巴巴集团控股有限公司 Service processing method, system, computer equipment and readable medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103002044A (en) * 2012-12-18 2013-03-27 武汉大学 Method for improving processing capability of multi-platform intelligent terminal
CN103051710A (en) * 2012-12-20 2013-04-17 中国科学院深圳先进技术研究院 Virtual cloud platform management system and method
CN103338241A (en) * 2013-06-19 2013-10-02 合肥工业大学 Novel public cloud architecture and virtualized resource self-adaption configuration method thereof
CN105656799A (en) * 2016-01-08 2016-06-08 浪潮集团有限公司 Scheduling method based on business features in SDN network
CN105847423A (en) * 2016-05-16 2016-08-10 国网江苏省电力公司信息通信分公司 Cloud platform capable of unified safety monitoring and management

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4577422B2 (en) * 2008-07-14 2010-11-10 ソニー株式会社 Information processing system and information processing method, robot control system and control method, and computer program
JP6197692B2 (en) * 2014-02-26 2017-09-20 富士通株式会社 server
WO2016026516A1 (en) * 2014-08-19 2016-02-25 Huawei Technologies Co., Ltd. Software defined network controller and method for its creation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103002044A (en) * 2012-12-18 2013-03-27 武汉大学 Method for improving processing capability of multi-platform intelligent terminal
CN103051710A (en) * 2012-12-20 2013-04-17 中国科学院深圳先进技术研究院 Virtual cloud platform management system and method
CN103338241A (en) * 2013-06-19 2013-10-02 合肥工业大学 Novel public cloud architecture and virtualized resource self-adaption configuration method thereof
CN105656799A (en) * 2016-01-08 2016-06-08 浪潮集团有限公司 Scheduling method based on business features in SDN network
CN105847423A (en) * 2016-05-16 2016-08-10 国网江苏省电力公司信息通信分公司 Cloud platform capable of unified safety monitoring and management

Also Published As

Publication number Publication date
CN107872479A (en) 2018-04-03

Similar Documents

Publication Publication Date Title
CN105338086A (en) Distributed message forwarding method
CN104753817A (en) Local analogy method and local analogy system for cloud computing message queue service
CN105450785B (en) File transmission method and device
CN103560922A (en) Disaster recovery method and system
CN103207841A (en) Method and device for data reading and writing on basis of key-value buffer
CN103561049A (en) Method for processing terminal scheduling request, system thereof and device thereof
US9621412B2 (en) Method for guaranteeing service continuity in a telecommunication network and system thereof
US20130139178A1 (en) Cluster management system and method
CN113300854B (en) Edge node capability expansion method, system and expansion box
CN105471700B (en) A kind of methods, devices and systems of Message Processing
CN107872479B (en) Cloud management platform and controller integration method and system and related modules
CN110138753B (en) Distributed message service system, method, apparatus, and computer-readable storage medium
CN109783573A (en) The method of data synchronization and terminal of multichannel push
CN102984174A (en) Method and system for reliability guarantee in publish-subscribe system
CN110971533B (en) Method, server apparatus, client apparatus, and medium for data communication
CN104580095A (en) API resource acquisition method and device
CN106790354B (en) Communication method and device for preventing data congestion
CN110233791B (en) Data deduplication method and device
CN109831467B (en) Data transmission method, equipment and system
CN114884805B (en) Data transmission method, device, terminal and storage medium
JP6117345B2 (en) Message system that avoids degradation of processing performance
CN113992740B (en) Middleware based on autonomous control and data transmission method
CN114338584B (en) Message withdraw method and message transmission system
CN109257403B (en) Data storage method and device and distributed storage system
CN112398913B (en) Service scheduling method and system

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
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180403

Assignee: Tianyiyun Technology Co.,Ltd.

Assignor: CHINA TELECOM Corp.,Ltd.

Contract record no.: X2024110000020

Denomination of invention: The integration method and system of cloud management platform and controller, as well as related modules

Granted publication date: 20210618

License type: Common License

Record date: 20240315