WO2018028594A1 - Procédé de mise en réseau pour plateforme en nuage hybride, et système de plateforme en nuage hybride - Google Patents

Procédé de mise en réseau pour plateforme en nuage hybride, et système de plateforme en nuage hybride Download PDF

Info

Publication number
WO2018028594A1
WO2018028594A1 PCT/CN2017/096608 CN2017096608W WO2018028594A1 WO 2018028594 A1 WO2018028594 A1 WO 2018028594A1 CN 2017096608 W CN2017096608 W CN 2017096608W WO 2018028594 A1 WO2018028594 A1 WO 2018028594A1
Authority
WO
WIPO (PCT)
Prior art keywords
port
virtual machine
switch
network
virtual
Prior art date
Application number
PCT/CN2017/096608
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 WO2018028594A1 publication Critical patent/WO2018028594A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2854Wide area networks, e.g. public data networks
    • H04L12/2856Access arrangements, e.g. Internet access
    • H04L12/2863Arrangements for combining access network resources elements, e.g. channel bonding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2854Wide area networks, e.g. public data networks
    • H04L12/2856Access arrangements, e.g. Internet access
    • H04L12/2869Operational details of access network equipments
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4641Virtual LANs, VLANs, e.g. virtual private networks [VPN]

Definitions

  • This paper refers to, but is not limited to, network virtualization technology under the cloud platform, especially relates to a networking method of a hybrid cloud platform and a hybrid cloud platform system.
  • OpenStack is a commonly used open source cloud computing platform management software, which provides an infrastructure as a service (IaaS, Infrastructure as a Service) solution for public and private cloud deployment and management, and gradually becomes a cloud computing platform. The mainstream choice.
  • IaaS infrastructure as a service
  • IaaS Infrastructure as a Service
  • SDN Software Defined Network
  • OpenFlow OpenFlow Protocol
  • the embodiment of the present invention is to provide a hybrid cloud platform networking method and a hybrid cloud platform system, which can implement a virtual switch of a VMware system to access an SDN network, so that the VMware virtual switch can support the OpenFlow protocol.
  • an embodiment of the present invention provides a networking method of a hybrid cloud platform, where the method is applied to a group consisting of an OpenStack computing platform, a VMware vCenter, at least one ESXi host, a switch supporting an OpenFlow protocol, and an SDN controller.
  • the method includes:
  • the ESXi host When the virtual machine is deployed, the ESXi host discovers the network port of the newly deployed virtual machine, and encapsulates the port information of the newly deployed virtual machine into a first virtual station interface VSI discovery protocol VDP message and reports the WLAN controller to the SDN controller.
  • the first VDP packet is used to associate a port of the newly deployed virtual machine with a port of the switch supporting the OpenFlow protocol;
  • the ESXi host When the virtual machine is revoked, the ESXi host discovers that the network port of the virtual machine is revoked, and the port information of the revoked virtual machine is encapsulated into a second VDP message and reported to the SDN controller; The second VDP message is used to release the port of the disconnected virtual machine that is associated with the port of the switch that supports the OpenFlow protocol.
  • the networking structure includes: two virtual switches are deployed on each ESXi host; wherein the first virtual switch is configured to connect to the control plane network, and the second virtual switch is configured to connect to the OpenFlow protocol. switch;
  • a port scanning module is also deployed on each ESXi host, and the port scanning module is configured to discover a network port created or deleted on the second virtual switch, and then construct a corresponding VSI discovery protocol (VDP, VSI Discovery). Protocol) the message to the SDN controller to notify the newly added network port;
  • VDP VSI Discovery Protocol
  • each port network of the VMware virtual machine created by the OpenStack computing platform is separately deployed.
  • the deploying the virtual machine includes: loading, by the Openstack computing platform, a preset driver, where the virtual machine is deployed on the ESXi host by using the VMware vCenter.
  • the Openstack computing platform loads a preset driver, and deploys the virtual machine on the ESXi host by using the VMware vCenter, including:
  • the port information includes: an ESXi host identifier of the port, and a VLAN of the port The tag, the UUID of the port, and the port scan module ID.
  • the method further includes:
  • the service packet to be sent is encapsulated by the VLAN tag corresponding to the virtual machine port, and the encapsulated packet is sent to the switch supporting the OpenFlow protocol.
  • the switch supporting the OpenFlow protocol After receiving the encapsulated packet, the switch supporting the OpenFlow protocol encapsulates the VLAN tag corresponding to the virtual machine port in the packet, encapsulates it with the VLAN tag of the destination port, and forwards the packet from the physical port associated with the destination port. .
  • the revoking the virtual machine includes: loading, by the Openstack computing platform, a preset driver, and canceling the deployed virtual machine on the ESXi host by using the VMware vCenter.
  • the Openstack computing platform loads a preset driver, and the deployed virtual machine is revoked on the ESXi host by using the VMware vCenter, including:
  • an embodiment of the present invention provides a hybrid cloud platform system, where the cloud platform system includes: an OpenStack computing platform, a VMware vCenter, at least one ESXi host, a switch supporting an OpenFlow protocol, and an SDN controller;
  • the ESXi hosts are respectively connected to the VMware vCenter and the switch supporting the OpenFlow protocol;
  • the OpenStack computing platform is configured to deploy the virtual machine; and revoke the virtual machine;
  • the ESXi host is configured to: when the virtual machine is deployed, discover a network port of the newly deployed virtual machine, and package the port information of the newly deployed virtual machine into a first VDP message and report the message to the SDN controller;
  • the first VDP packet is used to associate a port of the newly deployed virtual machine with a port of the switch supporting the OpenFlow protocol; when the virtual machine is revoked, the network port of the virtual machine is revoked.
  • the port information of the revoked virtual machine is encapsulated into a second VDP message and reported to the SDN controller; wherein the second VDP message is used to release the port of the revoked virtual machine that is associated with The end of the switch supporting the OpenFlow protocol mouth.
  • two virtual switches are deployed on each of the ESXi hosts; wherein the first virtual switch is configured to connect to the control plane network, and the second virtual switch is configured to connect to the switch that supports the OpenFlow protocol;
  • a port scanning module is also deployed on each ESXi host, and the port scanning module is configured to discover a network port created or deleted on the second virtual switch, and then construct a corresponding VSI discovery protocol (VDP, VSI Discovery). Protocol) the message to the SDN controller to notify the newly added network port;
  • VDP VSI Discovery Protocol
  • each port network of the VMware virtual machine created by the OpenStack computing platform is separately deployed.
  • the Openstack computing platform is configured to load a preset driver, and the virtual machine is deployed on the ESXi host by using the VMware vCenter.
  • the Openstack computing platform is configured to create an exclusive port network for each port of the virtual machine on the ESXi host where the virtual machine is located;
  • the port information includes: an ESXi host identifier of the port, a VLAN label of the port, and a UUID of the port And the port scan module ID.
  • the ESXi host is further configured to: when the virtual machine sends a service packet, encapsulate the service packet to be sent by using a VLAN tag corresponding to the virtual machine port, and send the encapsulated packet To the switch supporting the OpenFlow protocol;
  • the switch that supports the OpenFlow protocol is further configured to receive the encapsulated packet, and after parsing and removing the VLAN tag corresponding to the virtual machine port in the packet, the packet is encapsulated by the VLAN tag of the destination port, and is associated with the destination port. Physical port forwarding.
  • the Openstack computing platform is configured to load a preset driver, and the deployed virtual machine is revoked on the ESXi host by using the VMware vCenter.
  • the Openstack computing platform is configured to delete the virtual machine to be revoked
  • the port network corresponding to the port to be deleted in the port information table of the ESXi host; and the port information corresponding to the port to be deleted in the port information table of the ESXi host.
  • the embodiment of the invention provides a hybrid cloud platform networking method and a hybrid cloud platform system; each ESXi host is connected with a physical switch supporting the OpenFlow protocol, and the SDN controller manages each ESXi by issuing an instruction to the physical switch. Network traffic of virtual machines in the host. Therefore, a hybrid network platform based on OpenStack+VMware vSphere cluster + SDN controller is proposed, which realizes the virtual switch of VMware system to access the SDN network, enabling the VMware virtual switch to support the OpenFlow protocol.
  • FIG. 1 is a schematic diagram of a networking structure of an integrated VMware product of the OpenStack cloud platform
  • FIG. 2 is a schematic flowchart of a networking method of a hybrid cloud platform system according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of networking of an OpenStack+VMware vSphere cluster+SDN controller according to an embodiment of the present invention
  • FIG. 4 is a schematic flowchart of a virtual machine deployed according to an embodiment of the present disclosure
  • FIG. 5 is a schematic flowchart of a port for associating a newly deployed virtual machine according to an embodiment of the present disclosure
  • FIG. 6 is a schematic flowchart of a service packet forwarding according to an embodiment of the present disclosure.
  • FIG. 7 is a schematic flowchart of deleting a virtual machine according to an embodiment of the present disclosure.
  • FIG. 8 is a schematic flowchart of de-association of a port of a deleted virtual machine according to an embodiment of the present disclosure
  • FIG. 9 is a schematic structural diagram of a hybrid cloud platform system according to an embodiment of the present disclosure.
  • FIG. 10 is a schematic structural diagram of another hybrid cloud platform system according to an embodiment of the present invention.
  • VMware vSphere is a virtualized cloud management platform product from VMware that is now widely used in public and private clouds in a variety of industries.
  • the advantage is that the product technology is mature and stable, but the disadvantage is that the technology is completely closed and the user is easily tied.
  • VMware products have added a set of compute virtualization drivers to the OpenStack platform to integrate VMware products into the OpenStack product framework.
  • VMware's virtualization driver only stops at the simplest flat network networking scenario. It cannot support the virtual local area network (VLAN) networking scenario, and cannot support more complex OpenStack+. SDN hybrid cloud networking.
  • FIG. 1 the open network community OpenStack cloud platform integrated VMware product solution network structure shown in Figure 1.
  • Virtual machines created by OpenStack are deployed by VMware vCenter to specific ESXi hosts.
  • the virtual machines on each ESXi host are deployed in a port network of the VMware virtual machine switch.
  • VMware vCenter and VMware ESXi hosts are components of VMware vSphere.
  • the ESXi host is a virtualization management software that allows multiple virtual machines to share the hardware resources of the physical host.
  • VMware vCenter provides centralized management and performance monitoring for all virtual machines and ESXi hosts.
  • the networking structure shown in Figure 1 cannot separate different VLANs for different tenant networks.
  • the VMware virtual switch does not support the OpenFlow protocol.
  • the VMware virtual switch cannot be directly managed through the SDN controller.
  • each host is connected to a virtual switch that supports the OpenFlow protocol, and the SDN controller sends a forwarding rule to the switch through the OpenFlow protocol to control packet flow and network traffic of each host.
  • the SDN controller can provide network services for the KVM VM by controlling the forwarding rules of the OpenVSwitch; however, the virtual switch of the VMware system cannot access the SDN.
  • the internet The internet.
  • each ESXi host is connected to a physical switch supporting the OpenFlow protocol, and the SDN controller manages the network traffic of the virtual machine in each ESXi host by issuing an instruction to the physical switch. That is to say, a networking method based on OpenStack+VMware vSphere cluster + SDN controller is proposed as a solution.
  • FIG. 2 a networking method of a hybrid cloud platform system according to an embodiment of the present invention is shown, which can be applied to an OpenStack computing platform, a VMware vCenter, at least one ESXi host, a switch supporting an OpenFlow protocol, and an SDN controller.
  • the network structure is formed; wherein each ESXi host is connected to a VMware vCenter and a switch supporting the OpenFlow protocol respectively; the method includes:
  • the ESXi host When the virtual machine is deployed, the ESXi host discovers the network port of the newly deployed virtual machine, and encapsulates the port information of the newly deployed virtual machine into the first VDP packet and reports it to the SDN controller.
  • the first VDP packet is used to associate a port of the newly deployed virtual machine with a port of the switch that supports the OpenFlow protocol.
  • the second VDP packet is used to release the port of the associated revoked virtual machine port and the switch supporting the OpenFlow protocol.
  • the ESXi host exports the outgoing traffic of each virtual machine to a switch that supports the OpenFlow protocol.
  • the virtual machine is an OpenStack computing platform that is allocated to the ESXi host through the VMware vCenter.
  • FIG. 2 The technical solution shown in FIG. 2 is applied to the networking structure shown in FIG. 3.
  • two virtual switches are deployed on each ESXi host; wherein, the first virtual switch is configured to be connected to the control plane network, and the second The virtual switch is set up to connect to a switch that supports the OpenFlow protocol.
  • a port scanning module is also deployed on each ESXi host, and the port scanning module is set to send The network port that is created or deleted on the second virtual switch, and then the corresponding VSI (VSI Discovery Protocol) packet of the virtual station interface (VSI) is configured to notify the SDN controller of the newly added network port. information.
  • VSI VSI Discovery Protocol
  • the network ports of each VMware virtual machine created by the OpenStack computing platform are deployed in a single port network.
  • the VLAN tags of each port network are not duplicated.
  • the VLAN tags can be in the range of 1 and 4095. between. Due to the limitations of virtual switch and ESXi host configuration, the network ports deployed on the second virtual switch can't exceed 1024. Therefore, the virtual machine network ports on each EXSi host can occupy a separate VLAN tag.
  • the deploying a virtual machine includes: an Openstack computing platform loading a preset driver to deploy a virtual machine on an ESXi host through VMware vCenter.
  • the OpenStack computing platform can load the pre-configured or modified vmwareapi virtual machine manager driver and communicate with VMware vCenter to deploy the virtual machine on the ESXi host through VMware vCenter.
  • VMware vCenter allocates which ESXi host the OpenStack deployed VMs are. Referring to FIG. 4, the deployment manner includes:
  • S401 Create an exclusive port network for each port of the virtual machine on the ESXi host where the virtual machine is located.
  • S402 Select a corresponding VLAN tag for the port network from the unused VLAN tags on the ESXi host.
  • S403 Generate port information, and write port information to a port information table in the ESXi host.
  • the port information includes: the ESXi host ID of the port, the VLAN tag of the port, the Universally Unique IDentifier (UUID) of the port, and the port scan module ID.
  • UUID Universally Unique IDentifier
  • the ESXi host discovers the network port of the newly deployed virtual machine, and encapsulates the port information of the newly deployed virtual machine into the first VDP packet and reports it to the SDN controller.
  • the port scanning module in the ESXi host discovers the newly deployed port by periodically scanning the port information table.
  • the port scanning module generates a first VDP packet for the port information corresponding to the newly deployed port.
  • the port scanning module sends the first VDP packet to the switch that supports the OpenFlow protocol by using a port that is connected to the switch that supports the OpenFlow protocol.
  • S504 The switch that supports the OpenFlow protocol sends the first VDP packet sent by the port scanning module to the SDN controller.
  • the SDN controller parses the first VDP packet and performs related configuration, the service packet of the virtual machine can be forwarded normally.
  • the method may further include:
  • S602 The switch that supports the OpenFlow protocol receives the encapsulated packet, and removes the VLAN tag corresponding to the virtual machine port in the packet, and then encapsulates it with the VLAN tag of the destination port and forwards the packet from the physical port associated with the destination port.
  • the above example process completes the packet forwarding process of the hybrid cloud platform based on OpenStack+VMware vSphere cluster + SDN controller, and realizes the virtual switch of the VMware system to access the SDN network, so that the VMware virtual switch can support the OpenFlow protocol.
  • the undoing the virtual machine includes: the Openstack computing platform loading the preset driver, and undoing the deployed virtual machine on the ESXi host through the VMware vCenter.
  • the OpenStack computing platform can load the pre-configured or modified vmwareapi virtual machine manager driver and communicate with VMware vCenter to remove the deployed virtual machine from the ESXi host via VMware vCenter.
  • the deletion manner includes:
  • the ESXi host discovers that the network port of the virtual machine is revoked, and encapsulates the port information of the revoked virtual machine into a second VDP message and reports it to the SDN controller.
  • the port scanning module in the ESXi host discovers the deleted port by periodically scanning the port information table.
  • the port scanning module constructs a second VDP packet for the port information corresponding to each deleted port.
  • the port scanning module sends a second VDP packet to the switch that supports the OpenFlow protocol by using a port that is connected to the switch that supports the OpenFlow protocol.
  • S804 The switch supporting the OpenFlow protocol sends the second VDP packet sent by the port scanning module to the SDN controller.
  • the SDN controller can delete the association information between the virtual machine port and the switch port after parsing the second VDP packet and performing related configuration.
  • the interval of the timing scan of the port scanning module may be set to 3 seconds.
  • This embodiment provides a networking method for a hybrid cloud platform system.
  • Each ESXi host is connected to a physical switch supporting the OpenFlow protocol, and the SDN controller manages the virtual machine in each ESXi host by issuing an instruction to the physical switch. Network traffic. Therefore, a hybrid network platform based on OpenStack+VMware vSphere cluster + SDN controller is proposed, which realizes the virtual switch of VMware system to access the SDN network, enabling the VMware virtual switch to support the OpenFlow protocol.
  • the embodiment of the invention further provides a computer readable storage medium storing computer executable instructions, which are implemented by the processor to implement the method described in the embodiments.
  • the cloud platform system 90 includes: an OpenStack computing platform 901, a VMware vCenter 902, at least one ESXi host 903, and an OpenFlow protocol-enabled switch 904. And an SDN controller 905; wherein each ESXi host 903 is respectively connected to the VMware vCenter 902 and the switch 904 supporting the OpenFlow protocol;
  • the ESXi host 903 is configured to direct outgoing traffic of each virtual machine to the support a switch 904 of the OpenFlow protocol; wherein the virtual machine is allocated by the VMware vCenter 902 to the ESXi host 903 by the OpenStack computing platform;
  • the OpenStack computing platform 901 is configured to deploy the virtual machine
  • the ESXi host 903 is further configured to: when the virtual machine is deployed, discover a network port of the newly deployed virtual machine, and encapsulate the port information of the newly deployed virtual machine into a first VDP message and report the WLAN control to the SDN control.
  • the first VDP message is used to associate a port of the newly deployed virtual machine with a port of the switch 904 supporting the OpenFlow protocol;
  • the OpenStack computing platform 901 is further configured to revoke the virtual machine
  • the ESXi host 903 is further configured to: when the virtual machine is revoked, discover the network port of the virtual machine, and encapsulate the port information of the revoked virtual machine into a second VDP message and report the SDN control to the SDN control.
  • the second VDP message is used to release the port of the associated revoked virtual machine and the switch of the OpenFlow protocol-enabled switch 904.
  • the first virtual switch 9031 is configured to connect to the control plane network, and the second virtual switch 9032 is configured to connect to the supported OpenFlow. Protocol switch 904;
  • a port scanning module 9033 is also disposed on each ESXi host 903.
  • the port scanning module 9033 is configured to discover a network port created or deleted on the second virtual switch 9032, and then construct a corresponding VSI discovery protocol ( VDP (VSI Discovery Protocol) packet, notifying the SDN controller 905 of the information of the newly added network port;
  • VDP VSI Discovery Protocol
  • each port network of the VMware virtual machine created by the OpenStack computing platform 901 is deployed separately.
  • the Openstack computing platform 901 is configured to load a preset driver, and deploy the virtual machine on the ESXi host 903 through the VMware vCenter 902.
  • the Openstack computing platform 901 is configured to create an exclusive port network for each port of the virtual machine on the ESXi host 903 where the virtual machine is located; and, from the ESXi host 903 Selecting a corresponding VLAN tag for the port network in an unused VLAN tag; and generating port information, and writing the port information to the ESXi The port information table in the host 903; wherein the port information includes: an ESXi host 903 identifier of the port, a VLAN tag of the port, a UUID of the port, and the port scanning module 9033ID.
  • the port scanning module 9033 in the ESXi host 903 is configured to discover the newly deployed port by periodically scanning the port information table; and generating a port information corresponding to the newly deployed port. Transmitting the first VDP message; and transmitting, by the port connected to the switch 904 supporting the OpenFlow protocol, the first VDP message to the switch 904 supporting the OpenFlow protocol;
  • the switch 904 supporting the OpenFlow protocol is configured to send the first VDP message sent by the port scanning module 9033 to the SDN controller 905.
  • the ESXi host 903 is further configured to: when the virtual machine sends a service packet, encapsulate the service packet to be sent by using the VLAN tag of the virtual machine port, and encapsulate the packet after the package is completed.
  • the text is sent to the switch 904 supporting the OpenFlow protocol;
  • the switch 904 supporting the OpenFlow protocol is further configured to receive the encapsulated packet, and after parsing the VLAN tag corresponding to the virtual machine port in the packet, the VLAN tag of the destination port is encapsulated, and the destination port is encapsulated. Associated physical port forwarding.
  • the Openstack computing platform 901 is configured to load a preset driver, and the deployed virtual machine is revoked on the ESXi host 903 by the VMware vCenter 902.
  • the Openstack computing platform 901 is configured to delete an exclusive port network corresponding to each port of the virtual machine to be revoked; and delete the port to be deleted in the port information table in the ESXi host 903. Port information.
  • the port scanning module 9033 in the ESXi host 903 is configured to discover the deleted port by periodically scanning the port information table
  • the port scanning module 9033 is configured to construct a second VDP message for the port information corresponding to each deleted port;
  • the port scanning module 9033 is configured to send a second VDP message to the switch 904 supporting the OpenFlow protocol by using a port connected to the switch 904 supporting the OpenFlow protocol;
  • the switch 904 supporting the OpenFlow protocol is configured to receive the second VDP message sent by the port scanning module 9033 and then send it to the SDN controller 905.
  • the hybrid cloud platform system 90 shown in FIG. 9 or FIG. 10 can be implemented by using the networking structure shown in FIG. 2 , and details are not described in detail in this embodiment.
  • Computer storage medium includes volatile and nonvolatile, implemented in any method or technology for storing information, such as computer readable instructions, data structures, program modules, or other data. , removable and non-removable media.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disc (DVD) or other optical disc storage, magnetic cartridge, magnetic tape, magnetic disk storage or other magnetic storage device, or may Any other medium used to store the desired information and that can be accessed by the computer.
  • communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and can include any information delivery media.
  • a modulated data signal such as a carrier wave or other transport mechanism
  • the virtual switch of the VMware system is connected to the SDN network, so that the VMware virtual switch can support the OpenFlow protocol.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

L'invention porte sur un procédé de mise en réseau pour une plateforme en nuage hybride, et sur un système de plateforme en nuage hybride. Le procédé est appliqué à une structure de mise en réseau composée d'une plateforme informatique à empilement ouvert, d'un vCenter VMware, d'au moins un hôte ESXi, d'un commutateur prenant en charge un protocole OpenFlow, et un contrôleur SDN, chaque hôte ESXi étant respectivement connecté au vCenter VMware et au commutateur prenant en charge le protocole OpenFlow. Le procédé comprend les étapes suivantes : lors du déploiement de la machine virtuelle, l'hôte ESXi découvre un port de réseau de la machine virtuelle nouvellement déployée et encapsule les informations de port concernant la machine virtuelle nouvellement déployée dans un premier message VDP qu'il rapporte au contrôleur SDN (S201) ; et lors de l'élimination de la machine virtuelle, l'hôte ESXi découvre un port de réseau de la machine virtuelle éliminée et encapsule les informations de port concernant la machine virtuelle éliminée en un second message VDP qu'il rapporte au contrôleur SDN (S202).
PCT/CN2017/096608 2016-08-11 2017-08-09 Procédé de mise en réseau pour plateforme en nuage hybride, et système de plateforme en nuage hybride WO2018028594A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610657363.1 2016-08-11
CN201610657363.1A CN107733746B (zh) 2016-08-11 2016-08-11 一种混合云平台的组网方法及混合云平台系统

Publications (1)

Publication Number Publication Date
WO2018028594A1 true WO2018028594A1 (fr) 2018-02-15

Family

ID=61161737

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/096608 WO2018028594A1 (fr) 2016-08-11 2017-08-09 Procédé de mise en réseau pour plateforme en nuage hybride, et système de plateforme en nuage hybride

Country Status (2)

Country Link
CN (1) CN107733746B (fr)
WO (1) WO2018028594A1 (fr)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108809715A (zh) * 2018-06-11 2018-11-13 郑州云海信息技术有限公司 一种部署管理平台的方法及装置
CN109379239A (zh) * 2018-12-25 2019-02-22 杭州迪普科技股份有限公司 一种OpenStack环境中配置接入交换机的方法及装置
CN110308997A (zh) * 2019-07-11 2019-10-08 厦门厦科云海信息技术有限公司 基于OpenStack平台管理GPU设备的方法
CN111541566A (zh) * 2020-04-20 2020-08-14 深圳市三旺通信股份有限公司 交换机设备组网方法、支持profinet协议交换机设备及存储介质
CN112217902A (zh) * 2020-10-22 2021-01-12 新华三信息安全技术有限公司 一种防火墙数据同步方法及装置
CN113132200A (zh) * 2019-12-30 2021-07-16 中兴通讯股份有限公司 数据转发方法、转发器、系统、服务器和存储介质
CN114726715A (zh) * 2021-01-05 2022-07-08 中国移动通信有限公司研究院 一种数据帧传输方法、虚拟化平台及存储介质

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111771190B (zh) * 2018-04-12 2024-04-09 华为云计算技术有限公司 探测虚拟机状态的方法和设备
CN109246200B (zh) * 2018-08-17 2021-07-06 下一代互联网重大应用技术(北京)工程研究中心有限公司 一种基于虚拟cdn的服务系统和方法
CN109756413B (zh) * 2019-03-05 2021-01-12 浪潮云信息技术股份公司 一种云数据中心异构网络互联系统及方法
CN110795209B (zh) * 2019-10-12 2022-07-12 苏州浪潮智能科技有限公司 一种控制方法和装置
CN110730133B (zh) * 2019-10-21 2021-11-12 北京百度网讯科技有限公司 路由通告方法和系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104205757A (zh) * 2012-04-24 2014-12-10 思科技术公司 用于混合云的分布式虚拟交换机架构
CN104486299A (zh) * 2014-11-28 2015-04-01 杭州华三通信技术有限公司 一种acl下发的方法和设备
US20150263979A1 (en) * 2014-03-14 2015-09-17 Avni Networks Inc. Method and apparatus for a highly scalable, multi-cloud service deployment, orchestration and delivery
CN105207873A (zh) * 2015-08-31 2015-12-30 华为技术有限公司 一种报文处理方法和装置
CN105515933A (zh) * 2015-11-30 2016-04-20 中电科华云信息技术有限公司 基于OpenStack实现VMware网络功能的管理方法

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8918488B2 (en) * 2009-02-04 2014-12-23 Citrix Systems, Inc. Methods and systems for automated management of virtual resources in a cloud computing environment
CN102546351B (zh) * 2012-03-15 2014-05-14 北京邮电大学 openflow网络和现有IP网络互联的系统和方法
CN104135379B (zh) * 2013-05-03 2017-05-10 新华三技术有限公司 基于OpenFlow协议的端口控制方法及装置
CN103685250A (zh) * 2013-12-04 2014-03-26 蓝盾信息安全技术股份有限公司 一种基于sdn的虚拟机安全策略迁移的系统及方法
CN103825954B (zh) * 2014-03-10 2017-12-01 中国联合网络通信集团有限公司 一种OpenFlow控制方法及相应插件、平台和网络
US20150341377A1 (en) * 2014-03-14 2015-11-26 Avni Networks Inc. Method and apparatus to provide real-time cloud security
CN105391568B (zh) * 2014-09-05 2019-07-23 华为技术有限公司 一种软件定义网络sdn的实现方法、装置和系统
CN104301391B (zh) * 2014-09-19 2019-02-22 北京邮电大学 多域光网络数据中心资源虚拟化映射方法
EP3046028B1 (fr) * 2015-01-15 2020-02-19 Alcatel Lucent Equilibrage de charge et variation de ressources de nuage en migrant une session de données

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104205757A (zh) * 2012-04-24 2014-12-10 思科技术公司 用于混合云的分布式虚拟交换机架构
US20150263979A1 (en) * 2014-03-14 2015-09-17 Avni Networks Inc. Method and apparatus for a highly scalable, multi-cloud service deployment, orchestration and delivery
CN104486299A (zh) * 2014-11-28 2015-04-01 杭州华三通信技术有限公司 一种acl下发的方法和设备
CN105207873A (zh) * 2015-08-31 2015-12-30 华为技术有限公司 一种报文处理方法和装置
CN105515933A (zh) * 2015-11-30 2016-04-20 中电科华云信息技术有限公司 基于OpenStack实现VMware网络功能的管理方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
CHEN, TIAN ET AL.: "OpenStack-Based Heterogeneous Hybrid Cloud Solution", TELECOMMUNICATIONS SCIENCE, 31 July 2015 (2015-07-31) *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108809715A (zh) * 2018-06-11 2018-11-13 郑州云海信息技术有限公司 一种部署管理平台的方法及装置
CN109379239A (zh) * 2018-12-25 2019-02-22 杭州迪普科技股份有限公司 一种OpenStack环境中配置接入交换机的方法及装置
CN110308997A (zh) * 2019-07-11 2019-10-08 厦门厦科云海信息技术有限公司 基于OpenStack平台管理GPU设备的方法
CN113132200A (zh) * 2019-12-30 2021-07-16 中兴通讯股份有限公司 数据转发方法、转发器、系统、服务器和存储介质
CN113132200B (zh) * 2019-12-30 2024-01-19 中兴通讯股份有限公司 数据转发方法、转发器、系统、服务器和存储介质
CN111541566A (zh) * 2020-04-20 2020-08-14 深圳市三旺通信股份有限公司 交换机设备组网方法、支持profinet协议交换机设备及存储介质
CN111541566B (zh) * 2020-04-20 2023-08-11 深圳市三旺通信股份有限公司 交换机设备组网方法、支持profinet协议交换机设备及存储介质
CN112217902A (zh) * 2020-10-22 2021-01-12 新华三信息安全技术有限公司 一种防火墙数据同步方法及装置
CN112217902B (zh) * 2020-10-22 2022-03-22 新华三信息安全技术有限公司 一种防火墙数据同步方法及装置
CN114726715A (zh) * 2021-01-05 2022-07-08 中国移动通信有限公司研究院 一种数据帧传输方法、虚拟化平台及存储介质

Also Published As

Publication number Publication date
CN107733746B (zh) 2021-06-15
CN107733746A (zh) 2018-02-23

Similar Documents

Publication Publication Date Title
WO2018028594A1 (fr) Procédé de mise en réseau pour plateforme en nuage hybride, et système de plateforme en nuage hybride
US10666609B2 (en) Management of domain name systems in a large-scale processing environment
US11563669B2 (en) Method for implementing network virtualization and related apparatus and communications system
US11588711B2 (en) Intent-driven cloud branches
CN105323136B (zh) 信息的处理方法及装置
EP3327994B1 (fr) Gestion de réseau virtuel
WO2016107418A1 (fr) Procédé, appareil et système d'allocation pour un chemin de communication de réseau en nuage
US10880248B2 (en) Orchestrator agnostic application container visibility
WO2016034074A1 (fr) Procédé, appareil, et système d'implémentation d'interfonctionnement de réseaux définis par logiciel (sdn)
CN112398688B (zh) 容器网络配置方法、容器网络系统以及存储介质
US11146451B2 (en) Software defined networking orchestration method and sdn controller
CN104518963A (zh) 用于经由交换结构在边缘设备之间实施连接的方法和装置
EP3125504B1 (fr) Procédé d'attribution de ressources, procédé de communication par paquets et dispositif
CN103684960A (zh) 网络系统以及虚拟节点的迁移方法
CN112398687B (zh) 云计算网络的配置方法、云计算网络系统以及存储介质
EP3488583B1 (fr) Système et procédé d'identification et d'isolation de niveau de couche de transport d'un trafic de conteneurs
US10176005B2 (en) Environment virtualization
US20240007353A1 (en) Software defined access fabric without subnet restriction to a virtual network
US20200228440A1 (en) Information processing method and related device
KR101644678B1 (ko) 네크워크 입출력 가상화 환경에서 가상 머신의 이동성 지원 방법 및 이를 수행하는 장치
US11570097B1 (en) Overlay broadcast network for management traffic
CN116888940A (zh) 利用虚拟联网的容器化路由器
CN111966444A (zh) 实现虚拟化网络功能vnf管理的系统及方法

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: 17838724

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17838724

Country of ref document: EP

Kind code of ref document: A1