WO2024004179A1 - Resource sharing within cloud group formed from plurality of clouds - Google Patents

Resource sharing within cloud group formed from plurality of clouds Download PDF

Info

Publication number
WO2024004179A1
WO2024004179A1 PCT/JP2022/026396 JP2022026396W WO2024004179A1 WO 2024004179 A1 WO2024004179 A1 WO 2024004179A1 JP 2022026396 W JP2022026396 W JP 2022026396W WO 2024004179 A1 WO2024004179 A1 WO 2024004179A1
Authority
WO
WIPO (PCT)
Prior art keywords
cloud
cnf
target
application
deployed
Prior art date
Application number
PCT/JP2022/026396
Other languages
French (fr)
Japanese (ja)
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 楽天モバイル株式会社
Priority to PCT/JP2022/026396 priority Critical patent/WO2024004179A1/en
Publication of WO2024004179A1 publication Critical patent/WO2024004179A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • 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/08Configuration management of networks or network elements
    • H04L41/0895Configuration of virtualised networks or elements, e.g. virtualised network function or OpenFlow elements
    • 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/40Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using virtualisation of network functions or resources, e.g. SDN or NFV entities

Definitions

  • the present disclosure relates to resource sharing within a cloud group formed by multiple clouds.
  • Edge computing which is a distributed architecture, has been attracting attention in recent years.
  • Edge computing is a distributed computing system that performs at least some of its processing in an edge cloud built on edge servers installed near user terminals (UEs), instead of a central cloud built on a central data center. It is ing.
  • UEs user terminals
  • the processing for providing services to user terminals, which was concentrated in the center cloud is distributed to the edge cloud, thereby distributing the processing load.
  • the computing resources allocated to the edge cloud may not be sufficient, and it may be difficult to stably provide services to user terminals.
  • a control device includes one or more processors.
  • the one or more processors are deployed to the primary cloud when a request to create a new application is made to the primary cloud in a cloud group formed by multiple clouds, triggered by the fact that the resources of the primary cloud are tight.
  • the one or more processors select at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application.
  • the one or more processors also deploy the target CNF to the secondary cloud.
  • the one or more processors set the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud. do.
  • a control method is such that when a request is made to create a new application to a primary cloud in a cloud group formed by a plurality of clouds, the primary cloud is triggered by the fact that the resources of the primary cloud are tight.
  • the method includes selecting, using a processor, a target application to be deployed to a secondary cloud in the cloud group from existing applications deployed to the cloud.
  • the control method also includes selecting, using a processor, at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application. .
  • the control method includes deploying the target CNF to the secondary cloud using a processor.
  • the control method also includes using a processor to assign the same IP address to a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud. This includes setting it as an IP address.
  • a non-transitory computer-readable medium records a program.
  • the program When the program is read by a computer, one or more processors of the computer execute a request to create a new application to a primary cloud in a cloud group formed by a plurality of clouds, when the primary cloud's resources are tight.
  • a target application to be deployed to the secondary cloud in the cloud group is selected from the existing applications deployed to the primary cloud.
  • the one or more processors select at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application.
  • the one or more processors also deploy the target CNF to the secondary cloud.
  • the one or more processors set the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud. do.
  • FIG. 1 is a conceptual diagram showing a cloud group to which a control device according to the present disclosure is applied.
  • FIG. 2 is a diagram showing the relationship between services and applications in a microservice architecture.
  • FIG. 3 is a functional block diagram illustrating a configuration example of a control device according to the present disclosure.
  • FIG. 4A is a diagram for explaining an application example of the control device according to the present disclosure.
  • FIG. 4B is a diagram for explaining an application example of the control device according to the present disclosure.
  • FIG. 5A is a diagram illustrating an example of the correspondence between CNF, Port, and IP address.
  • FIG. 5B is a diagram illustrating an example of the correspondence between CNF, Port, and IP address.
  • FIG. 5A is a diagram illustrating an example of the correspondence between CNF, Port, and IP address.
  • FIG. 6 is a flowchart illustrating an example of the operation of the control device according to the present disclosure.
  • FIG. 7 is a diagram illustrating an example of a processing sequence in the control device according to the present disclosure.
  • FIG. 8 is a block diagram showing a configuration example of the control device shown in FIG. 3.
  • a control device controls resource sharing within a cloud group formed by a plurality of clouds.
  • the controller may be an orchestrator.
  • FIG. 1 is a conceptual diagram showing a cloud group to which a control device 100 according to the present disclosure is applied.
  • the cloud group includes a plurality of (L pieces, L is an integer) edge clouds.
  • Applications for providing various services to user terminals (not shown) within a coverage area formed by one or more Radio Units (RUs) may be deployed in each edge cloud.
  • the user terminal is an ICT (Information and Communication Technology) device that can execute an application for receiving services and can communicate. Examples of user terminals include portable PCs (Personal Computers) such as smartphones and tablet terminals.
  • the user terminal may be a non-portable device such as a desktop PC.
  • a cloud group is formed from multiple edge clouds.
  • a cloud group is formed, for example, by edge clouds built on edge servers that are geographically close to each other.
  • a cloud group does not necessarily have to be formed only by edge clouds that are geographically close to each other.
  • a cloud group may be formed by edge clouds built on edge servers installed in logically close locations.
  • the cloud group may include a center cloud built on the central data center.
  • the cloud group may include a cloud built on a regional data center.
  • the edge cloud, center cloud, etc. included in a cloud group will be simply referred to as "cloud”.
  • the application is an application for providing a service to a user terminal.
  • services provided to user terminals are constructed using a microservice architecture.
  • the control device 100 according to the present disclosure may be installed in a data center where these clouds are constructed, or may be installed in a data center outside the cloud group.
  • FIG. 2 is a diagram showing the relationship between services and applications (hereinafter also referred to as "APP") in a microservice architecture.
  • a service is constructed from one or more applications.
  • the number of applications that construct one service varies depending on the service.
  • Each application is built from one or more Containerized Network Functions (CNFs).
  • CNF operates on "Kubernetes" (registered trademark), for example.
  • Kubernetes is open source software (OSS) that automatically configures and manages containerized services.
  • the number of CNFs to build one application may vary depending on the application and design.
  • FIG. 2 shows how the application APP#1 is constructed from n (n is an integer) CNF#11, CNF#12, . . . , CNF#1n.
  • CNF running on Kubernetes is constructed from one or more Pods.
  • a Pod is the smallest unit of application that can run on Kubernetes. Multiple Pods are operationally managed by Kubernetes. Pods that operate on CNF have a self-repair function; for example, when a certain Pod stops operating, another Pod is activated and the CNF function self-repairs.
  • Each Pod is constructed from one or more containers.
  • microservice architecture is also being considered in 5G (fifth generation mobile communication system).
  • 5G radio access network
  • CN core network
  • the service is RAN
  • the Central Unit (CU) and Distributed Unit (DU) correspond to the application.
  • a Service Network Function (SNF) that constructs the CN, such as an AMF (Access and Mobility Management Function) or a UPF (User Plane Function), corresponds to the application.
  • AMF Access and Mobility Management Function
  • UPF User Plane Function
  • the CNF indicated by CNF #11 can be set as a CU-CP (Control Plane), and the CNF indicated by CNF #12 can be set as a CU-UP (User Plane).
  • CU-CP includes radio resource control (RRC).
  • CU-UP includes SDAP (Service Data Adaptation Protocol) and PDCP (Packet Data Convergence Protocol) related to the user plane.
  • the CU-CP and CU-UP are capable of functionally linked communication via the E1 interface. Both CU-CP and CU-UP can be connected to DU with F1 interface.
  • examples of services other than the above-mentioned RAN and CN include a web distribution service, a game provision service, a video distribution service, a music distribution service, a monitoring service, a navigation service, an automatic driving service, an email provision service, and a sensor service.
  • examples of applications that provide these services include a web distribution application, a game provision application, a video distribution application, a music distribution application, a monitoring execution application, a navigation application, an automatic driving application, a mail provision application, and a sensor execution application.
  • FIG. 3 is a functional block diagram showing a configuration example of the control device 100 according to the present disclosure.
  • the control device 100 includes a resource monitoring section 110, a resource determination section 120, an application selection section 130, a secondary cloud determination section 140, a CNF selection section 150, a virtual IP address setting section 160, and a deployment section 170.
  • the resource monitoring unit 110 monitors resource usage of clouds within a cloud group. Monitoring may be performed periodically, or may be performed at the timing when a request to create a new application, which will be described later, is notified to one of the clouds.
  • applications already deployed in the cloud and new applications are built using microservice architecture. That is, these applications are constructed from one or more CNFs.
  • the resource usage status includes, for example, information on the total number of CNFs that can be placed (deployed) in the cloud and the total number of CNFs of all applications actually deployed on the cloud.
  • the total number of CNFs that can be placed in the cloud may be determined by the cloud's computing resources.
  • the total number of CNFs for all applications actually deployed in the cloud is the total number of CNFs already deployed in the cloud.
  • the resource determination unit 120 determines whether the cloud has the resources to deploy all the CNFs that construct the new application when requesting the creation of a new application to the cloud in the cloud group. In other words, the resource determination unit 120 determines whether or not the resources of the cloud that has received the request to create a new application are tight.
  • the cloud that received the request to create a new application will be referred to as the "primary cloud.” A method for determining whether or not resources are tight in the resource determination unit 120 will be described later.
  • the resource determination unit 120 receives, for example, directly from the primary cloud that the primary cloud has been requested to create a new application.
  • the resource determination unit 120 may receive a request to create a new application in the primary cloud from a management device that manages registration of new applications.
  • the new application creation request includes information about the new application (hereinafter also referred to as "application information").
  • the application information includes information on the total number of CNFs for constructing new applications.
  • the resource determination unit 120 can determine whether the primary cloud has resources for deploying all CNFs for building a new application, using the following information (1) and (2). can.
  • f max is the maximum number of CNFs that can be placed in the primary cloud. In other words, f max is the sum of the number of CNFs already placed in the primary cloud and the number of CNFs that can be further placed in the primary cloud. The maximum number of CNFs that can be placed in the primary cloud may be determined by the primary cloud's computing resources. Furthermore, f sum is the sum of the number of CNFs that have already been placed in the primary cloud plus the number of CNFs that will construct a new application that has been requested to be placed in the primary cloud. In other words, the total number of CNFs f sum is the total number of CNFs scheduled to be placed in the primary cloud when all CNFs for building a new application are placed (deployed) in the primary cloud.
  • the resource determination unit 120 determines whether the primary cloud has resources for deploying all CNFs that construct a new application, based on the resource usage ratio R defined by the ratio f sum /f max . judge.
  • resource usage ratio R is less than 1, that is, In this case, it is determined that the primary cloud has the resources to deploy all the CNFs that build the new application.
  • the resource determination unit 120 determines that the primary cloud does not have the resources to deploy all the CNFs that construct the new application. If the resource usage ratio R>1, the resource determination unit 120 notifies the application selection unit 130 of a request to select an application to be deployed in a cloud different from the primary cloud (hereinafter referred to as “secondary cloud”). In the following explanation, the application that will be deployed to the secondary cloud is also referred to as the "target application.”
  • the resource determining unit 120 may make a hypothetical determination that the resources are in short supply only in a preset situation. As a result, it is possible to deploy a part of the CNF to the secondary cloud in advance before a resource shortage occurs, thereby delaying the timing at which the primary cloud's resources become scarce. For example, the resource determination unit 120 hypothetically determines that resources are tight in a situation where it is expected that new application creation requests will continue. The situations in which it is determined that resources are tight are not limited to this.
  • the resource determination unit 120 determines whether or not the resources of the primary cloud are tight, and if the resources are tight, the resource determination unit 120 requests the application selection unit 130 to select an application to be deployed to the secondary cloud. Notice. Note that the method used by the resource determination unit 120 to determine whether or not resources are tight is not particularly limited.
  • the application selection unit 130 selects the target application from existing applications deployed in the primary cloud.
  • the selection method is not particularly limited.
  • the application selection unit 130 may select a target application based on the operating status of existing applications.
  • the operating status includes at least one of the operating time of the application, the number of user terminals connected to the application, the amount of data of the application, and the throughput of the application.
  • the application selection unit 130 can obtain information about the operating time by, for example, inquiring a management device that manages the cloud.
  • the application selection unit 130 can obtain information about the operating time by, for example, inquiring a management device that manages the cloud.
  • the application selection unit 130 can obtain information about the number of user terminals connected to the application, the amount of data of the application, and the throughput of the application by, for example, inquiring the UPF.
  • the application selection unit 130 selects the application with the shortest operating time as the target application.
  • the application selection unit 130 selects the application with the least number of user terminals as the target application.
  • the application selection unit 130 selects the application with the least amount of data as the target application.
  • the application selection unit 130 selects the application with the lowest throughput as the target application.
  • applications with low uptime are relocated to the secondary cloud, while applications with long uptime are maintained in the primary cloud.
  • applications with a small number of connected user terminals are relocated to the secondary cloud, and applications with a large number of connected user terminals are maintained in the primary cloud.
  • applications with a small amount of data are relocated to the secondary cloud, while applications with a large amount of data are kept in the primary cloud.
  • applications with low throughput are relocated to the secondary cloud, while applications with high throughput are kept in the primary cloud.
  • the application selection unit 130 may use the instantaneous operating status in a situation where primary cloud resources are tight, or may use the average operating status within a time span such as one day, several days, or one week. May be used.
  • the operating status in a situation where primary cloud resources are tight it is possible to suppress the impact on user terminals immediately after existing applications are relocated to the secondary cloud.
  • the average operating status within a time span such as one day, several days, or one week is used, the influence on user terminals within the time span can be suppressed.
  • the application selection unit 130 may also use the operating status of existing applications deployed in the clouds in the cloud group. In this case, the application is selected as the target application because the application's operating time, the number of user terminals connected to the application, the amount of data of the application, or the throughput of the application are temporarily low in the primary cloud. This can be prevented.
  • the application selection unit 130 may select target applications based on the priority order of the applications. Specifically, the application selection unit 130 selects a target application from among existing applications placed in the primary cloud based on the priority order of the applications.
  • the application selection unit 130 can acquire information about existing applications placed in the primary cloud, for example, from a management device that manages application registration.
  • the control device 100 may hold information on existing applications placed in each cloud in the cloud group in a storage, and the application selection unit 130 may refer to this storage.
  • Application priorities may be set in advance.
  • the applications include a web distribution application, a game provision application, a video distribution application, a music distribution application, a monitoring execution application, a navigation application, an automatic driving application, a mail provision application, and a sensor execution application.
  • QoS quality of service
  • Examples of QoS include high speed best effort, high speed guaranteed bandwidth, low speed best effort, and low speed guaranteed bandwidth.
  • QoS quality of service
  • the priority order of the automatic driving application may be set higher than that of the mail providing application.
  • the application selection unit 130 may select target applications in the order of the earliest deployment timing to the primary cloud. In this case, the target application is selected simply by checking the deployment timing, so the time required to select the target application can be kept short.
  • the application selection unit 130 After determining the target application, the application selection unit 130 notifies the secondary cloud determination unit 140 of information on the total number of CNFs (f total ) for constructing the target application. Further, the application selection unit 130 notifies the virtual IP address setting unit 160 of information about the target application.
  • the secondary cloud determining unit 140 determines a secondary cloud within the cloud group in which at least a portion of the CNF for constructing the target application will be placed. An example of determining the secondary cloud will be described later. Furthermore, the secondary cloud determining unit 140 sets the number (f) of CNFs to be placed in the secondary cloud among all CNFs that construct the target application. For example, the secondary cloud determining unit 140 sets the number of surplus CNFs (f d ) that cannot be deployed to the primary cloud to the number of CNFs (f) to be placed in the secondary cloud.
  • the secondary cloud determining unit 140 calculates the number of surplus CNFs (f d ) using, for example, the following formula.
  • the number of surplus CNFs (f d ) calculated using equation (3) is the number of CNFs that cannot be deployed to the primary cloud when attempting to deploy as many CNFs as possible to the primary cloud among the CNFs that construct the target application. The number of pieces.
  • the method for calculating the number of surplus CNFs (f d ) is not limited to the above.
  • the number of CNFs that can be placed in the primary cloud is set in advance as a threshold value (f threshold , f threshold ⁇ f max ), and the number (f sum - f threshold ) exceeding this threshold value (f threshold ) is set as surplus. It may also be the number of CNFs (f d ).
  • (f max - f threshold ) free resources are secured in the primary cloud for each CNF.
  • the secondary cloud determining unit 140 sets the thus calculated number of surplus CNFs (f d pieces) that cannot be deployed to the primary cloud as the number (f) of CNFs to be placed in the secondary cloud. Note that the secondary cloud determining unit 140 may set the number of all CNFs (f total ) that constructs the target application to the number of CNFs (f). In this case, all CNFs that construct the target application will be deployed to the secondary cloud.
  • the secondary cloud determining unit 140 determines the secondary cloud based on, for example, the size of free resources when a cloud other than the primary cloud in the cloud group deploys f CNFs. The size of empty resources is counted in units of one CNF. The secondary cloud determining unit 140 can obtain information about the resource usage status of clouds in the cloud group from the resource determining unit 120.
  • the secondary cloud determining unit 140 may determine the secondary cloud based not only on the size of free resources but also on the geographical (or logical) distance between the primary cloud and a cloud other than the primary cloud. . For example, if there are multiple clouds with the same size of free resources, the secondary cloud determining unit 140 determines the cloud with the smallest distance from the primary cloud as the secondary cloud among the multiple clouds with the same size of free resources. It's okay.
  • the secondary cloud determining unit 140 may determine the secondary cloud based on the geographical (or logical) distance between the primary cloud and a cloud other than the primary cloud. For example, the secondary cloud determining unit 140 may determine the cloud with the smallest distance from the primary cloud as the secondary cloud, regardless of the size of free resources. When determining a secondary cloud based on distance, it is possible to reduce delay time caused by port forwarding, which will be described later.
  • the secondary cloud determining unit 140 may determine the secondary cloud based on a delay time due to port forwarding, which will be described later. For example, the secondary cloud determining unit 140 can estimate the delay time caused by port forwarding based on the geographical location of the server where each cloud is installed, the specifications of the computing resources of each cloud, etc. . The secondary cloud determining unit 140 may determine the cloud with the minimum delay time as the secondary cloud. This allows the impact of port forwarding to be minimized.
  • the secondary cloud determining unit 140 may determine the secondary cloud based on the current free resource size of clouds other than the primary cloud in the cloud group. In this case, the secondary cloud determining unit 140 may determine the secondary cloud and then set the number (f) of CNFs to be placed in the secondary cloud. This also allows the maximum number of CNFs to be placed in the secondary cloud. Further, the secondary cloud determining unit 140 may always determine a specific cloud within the cloud group as the secondary cloud. In this case, the time it takes for a new application to be deployed and service provision to start can be shortened.
  • the secondary cloud determination unit 140 notifies the deployment unit 170 of information on the determined secondary cloud. Further, the secondary cloud determining unit 140 notifies the CNF selecting unit 150 of information about the number (f) of CNFs to be placed in the secondary cloud.
  • the CNF selection unit 150 acquires information about the characteristics of the CNF that constructs the target application from, for example, a management device that manages application registration.
  • the characteristics of the CNF are information representing the role played by the CNF when a service is provided, such as, for example, the CNF is related to user data or control data.
  • CNF related to user data is accessed directly from the user terminal.
  • CNFs related to user data are directly connected to user terminals.
  • CNFs associated with control data are typically not directly accessed by user terminals, but may be connected to CNFs associated with user data.
  • the CNF selection unit 150 also acquires information on the number (f) of CNFs placed in the secondary cloud from the secondary cloud determination unit 140.
  • the CNF selection unit 150 selects CNFs to be placed in the secondary cloud from among the CNFs that construct the target application, based on the priority order of the CNFs, in descending order of the priority order of the CNFs.
  • the CNF placed in the secondary cloud will also be referred to as "target CNF.”
  • the CNF priorities may be set in advance. For example, CNF priorities may be set based on CNF characteristics.
  • the characteristics of the CNF are information representing the role played by the CNF when a service is provided, such as whether the CNF is related to user data or control data.
  • priorities are set focusing on functions related to user data and functions related to control data, the priority of CNFs related to user data is higher than the priority of CNFs related to control data.
  • Set Based on the CNF priorities set in this way, when the CNF selection unit 150 selects CNFs to be placed in the secondary cloud, CNFs that can be directly accessed from user terminals are preferentially placed in the primary cloud. It becomes like this. Therefore, the influence of communication delay when a user terminal receives service provision can be suppressed.
  • the priority of a CNF that is accessed (connected) only by the CNF that builds the target application and is not accessed by applications other than the target application is set lower than the priority of the CNF that is also accessed by applications other than the target application. You may also do so.
  • a CNF that is not accessed from outside the target application is placed in a secondary cloud, it is not necessary to notify applications other than the target application of virtual IP address information, which will be described later.
  • the CNF selection unit 150 Upon selecting a target CNF, the CNF selection unit 150 notifies the deployment unit 170 of information on the target CNF. Note that if the number (f) of CNFs arranged in the secondary cloud, which is notified from the secondary cloud determining unit 140, is equal to the total number of CNFs that construct the target application, the CNF selecting unit 150 selects all CNFs of the target application. Select.
  • the virtual IP address setting unit 160 sets the same virtual IP address for the port of the target CNF deployed in the primary cloud and the port of the target CNF deployed in the secondary cloud.
  • the port of the target CNF deployed in the primary cloud will also be referred to as a "primary port.”
  • the port of the target CNF deployed in the secondary cloud is also referred to as a "secondary port.”
  • the virtual IP address setting unit 160 sets a specific IP address as a virtual IP address for the primary port and secondary port, for example.
  • the specific IP address set as the virtual IP address may be an IP address reserved in advance for the virtual IP address, other than the IP addresses currently assigned to the primary port and the secondary port. Additionally, the virtual IP address may be the IP address currently assigned to the primary port. Alternatively, it may be the IP address currently assigned to the secondary port.
  • the primary port and the secondary port may be connected by L2 (layer 2) extension.
  • L2 data destined for the primary port is port forwarded to the secondary port.
  • the primary port and the secondary port serve as connection windows for other CNFs different from the target CNF.
  • the target CNF can be used in the secondary cloud instead of the primary cloud while maintaining the connection between the target CNF and other CNFs. will be put into operation. This allows the processing load to be distributed within the cloud group.
  • the primary port and the secondary port are L2-extended, it is possible to provide the user terminal with a service by the target application including the target CNF.
  • the virtual IP address setting unit 160 notifies the deployment unit 170 of virtual IP address information.
  • the deploying unit 170 deploys the f target CNFs selected by the CNF selecting unit 150 to the secondary cloud.
  • the deployment unit 170 checks whether a traffic transmission path has been formed. Specifically, the deployment unit 170 transmits traffic via a virtual IP address by a CNF that builds a target application other than the target CNF deployed in the primary cloud and a target CNF deployed in the secondary cloud. Check whether the route is created. In response to confirmation that the traffic transmission route has been formed, the deployment unit 170 executes processing for deleting the target CNF deployed in the primary cloud.
  • FIG. 4A shows the situation before resource sharing.
  • FIG. 4B shows the situation after resource sharing.
  • FIGS. 4A and 4B show how a cloud group is formed by three edge clouds #1, #2, and #3.
  • the number of edge clouds included in a cloud group is not limited to three.
  • FIG. 4A is an example of the arrangement of CNFs (before arrangement change) before applying resource sharing by the control device 100 according to the present disclosure.
  • FIG. 4B is an example of the arrangement of CNFs (after arrangement change) after applying resource sharing by the control device 100 according to the present disclosure.
  • FIG. 4A shows a simplified view of how CNFs that build applications are arranged on the virtualization infrastructure in each edge cloud.
  • CNFs #11, #12, #13, and #14 that construct application #1 are arranged in edge cloud #1.
  • CNF#11, CNF#12, CNF#13, and CNF#14 are associated with Port11, Port12, Port13, and Port14 of edge cloud #1.
  • CNF #21 and #22 that construct application #2 are arranged in edge cloud #2.
  • CNF#21 and CNF#22 are associated with Port21 and Port22 of edge cloud #2.
  • Port23 and Port24 of edge cloud #2 have no associated CNF and are empty ports.
  • a large number of CNFs that build applications are arranged in edge cloud #3.
  • the virtualization infrastructure is provided with a vSwitch (virtual switch). The vSwitch is used to manage multiple ports and provide L2 (layer 2) connections between multiple CNFs.
  • FIG. 5A is a diagram showing the correspondence between CNFs, ports, and IP addresses when the arrangement shown in FIG. 4A is adopted.
  • IP address 199.0.2.11, IP address 199.0.2.12, and IP address 199.0.2 are assigned to Port11, Port12, Port13, and Port14 of edge cloud #1. .13, and the IP address 199.0.2.14 is assigned.
  • CNF#11, CNF#12, CNF#13, and CNF#14 are associated with Port11, Port12, Port13, and Port14.
  • IP address 199.0.2.21, IP address 199.0.2.22, IP address 199.0.2.23, IP address 199.0.2.24 is assigned.
  • CNF#21 and CNF#22 are associated with Port21 and Port22.
  • CNF is not associated with Port23 and Port24 (“No deployed”) and they are empty ports.
  • the application selection unit 130 selects the application #1 as the target application
  • the secondary cloud determination unit 140 determines the edge cloud #2 as the secondary cloud.
  • the CNF selection unit 150 selects CNF #14 as the target CNF.
  • the deployment unit 170 deploys CNF #14 to edge cloud #2, as shown in FIG. 4B. Note that the example shown in FIG. 4B shows how CNF #14 is associated with Port24, which was an empty port in edge cloud #2. In this example, Port14 of edge cloud #1 is the primary port, and Port24 of edge cloud #2 is the secondary port.
  • the virtual IP address setting unit 160 sets a virtual IP address for Port14, which is the primary port.
  • FIG. 5B is a diagram showing the correspondence between CNFs, ports, and IP addresses when the arrangement shown in FIG. 4B is adopted.
  • the virtual IP address setting unit 160 sets, for example, the IP address "199.0.2.255", which is secured as a virtual IP address, as the IP address of Port14, which is the primary port.
  • the virtual IP address setting unit 160 sets the same IP address "199.0.2.255" as the IP address of Port24, which is the secondary port.
  • the same IP address "199.0.2.255” is set as a virtual IP address for the primary port and the secondary port.
  • Port14 and Port24 may be connected by L2 (layer 2) extension.
  • Port14 serves as a connection window for CNFs other than CNF#14, and L2 data to Port14 is port forwarded to Port24.
  • L2 data to Port14 is port forwarded to Port24.
  • processing of the target CNF is executed in edge cloud #2 instead of edge cloud #1. This allows the processing load to be distributed within the cloud group.
  • L2 data to Port14 is port forwarded to Port24 by L2 extension, other CNFs accessing the target CNF do not need to know in which cloud the target CNF is deployed. In this way, even when dynamically changing the placement of CNFs that build applications, it is possible to stably provide services to user terminals while suppressing the effects of the placement changes.
  • FIG. 6 is a flowchart illustrating an example of the operation of the control device 100 according to the present disclosure.
  • the resource monitoring unit 110 monitors the resource usage status of the cloud in the cloud group (S11).
  • the resource determining unit 120 determines whether or not the resources of the primary cloud are tight (S12). Specifically, the resource determination unit 120 determines that resources are tight if the primary cloud does not have the resources to deploy all CNFs that construct a new application.
  • the application selection unit 130 selects an application (target application) to be deployed to the secondary cloud from existing applications deployed to the primary cloud (S13). In S13, the application selection unit 130 may select an application selection unit 130 based on the priority order or operating status of the application.
  • the secondary cloud determining unit 140 sets the number (f) of CNFs (target CNFs) to be placed in the secondary cloud among all CNFs that construct the target application (S14).
  • the secondary cloud determining unit 140 determines a secondary cloud (S15). Note that, as described above, the number (f) of CNFs (target CNFs) may be set after determining the secondary cloud.
  • the CNF selection unit 150 selects CNFs (target CNFs) to be placed in f secondary clouds from the CNFs that construct the target application (S16). In S16, the CNF selection unit 150 may select the target CNF based on a preset CNF priority order.
  • the deployment unit 170 deploys the selected target CNF to the secondary cloud (S17).
  • the virtual IP address setting unit 160 sets the same IP address as a virtual IP address for the primary port and the secondary port (S18).
  • the primary port is the port of the target CNF deployed in the primary cloud.
  • the secondary port is a port of the target CNF deployed in the secondary cloud. Note that in S12, if it is determined that the resources of the primary cloud for which the new application creation request was made are not under strain, the deployment unit 170 creates the new application in the primary cloud. (S19).
  • FIG. 7 is a diagram illustrating an example of a processing sequence in the control device 100 according to the present disclosure.
  • the control device 100 monitors the resource usage status of the cloud in the cloud group (“resource information management”, T11).
  • FIG. 7 shows how the resource usage status of the i-th cloud (also referred to as cloud (i)) other than the primary cloud in the cloud group is monitored.
  • i 1 to N-1
  • N is the total number of clouds in the cloud group.
  • the resource usage status may be monitored periodically or triggered by a request to create a new application.
  • the control device 100 triggers a request to create a new application to the primary cloud in the cloud group (“new application creation request”, T12), and the control device 100 determines that the resources for deploying all CNFs for building the new application are available in the primary cloud. (“resource determination”, T13). For example, if the resource usage ratio R defined by the ratio f sum /f max is 1 or less, the control device 100 determines that the primary cloud has resources for deploying all CNFs that construct a new application ("resources are tight"). “No”). On the other hand, if the resource usage ratio R is greater than 1, the control device 100 determines that the primary cloud does not have the resources to deploy all the CNFs that construct the new application (“resources are tight”).
  • the control device 100 selects an application (target application) to be deployed to the secondary cloud ("application selection", T14).
  • the target application may be selected from existing applications deployed in the primary cloud based on the priority or operating status of the application.
  • the control device 100 determines a secondary cloud in which to place at least a portion of the CNF that constructs the target application (“determine secondary cloud”, T15).
  • the control device 100 sets the number of CNFs (target CNFs) to be placed in the secondary cloud. Further, the control device 100 selects a CNF (target CNF) to be placed in the secondary cloud, for example, based on the priority order of the CNF (“CNF selection”, T16).
  • the control device 100 deploys the selected target CNF to the secondary cloud (T17). Note that in the "resource determination” (T13), if it is determined that "there is no resource strain", the control device 100 may decide to deploy all CNFs for constructing a new application in the primary cloud (T14, T15). , T16). In this case, the control device 100 deploys all CNFs for constructing a new application to the primary cloud (T17A).
  • the control device 100 sets the same IP address as a virtual IP address for the primary port and the secondary port (“virtual IP address setting”, T18).
  • the control device 100 checks whether a traffic transmission path is formed by a CNF other than the target CNF deployed in the primary cloud and a target CNF deployed in the secondary cloud via the virtual IP address. .
  • the control device 100 executes processing for deleting the target CNF deployed in the primary cloud (T19).
  • the control device 100 includes at least the application selection section 130, the CNF selection section 150, the virtual IP address setting section 160, and the deployment section 170.
  • the application selection unit 130 selects a target application to be deployed to a secondary cloud in a cloud group from existing applications deployed to a primary cloud in a cloud group formed by a plurality of clouds. For example, when requesting the creation of a new application in the primary cloud, the target application is selected using the fact that the primary cloud's resources are tight as a trigger.
  • the CNF selection unit 150 selects at least one target CNF to be deployed to the secondary cloud in the cloud group from among the CNFs (Containerized Network Functions) that construct the target application.
  • the deployment unit 170 deploys the target CNF to the secondary cloud.
  • the virtual IP address setting unit 160 sets the same IP address as a virtual IP address for the port of the target CNF deployed in the primary cloud and the port of the target CNF deployed in the secondary cloud.
  • control device 100 can stably provide services to user terminals while suppressing the influence of the placement change even when dynamically changing the placement of the CNF that builds the application. be able to. Furthermore, since CNFs that build applications can be distributed and placed in different clouds, it is possible to level out the consumption of computing resources for the cloud group as a whole.
  • the application selection unit 130 may select a target application based on the priority order or operating status of existing applications deployed in the primary cloud. As a result, applications with high priority or operating status will be placed in the primary cloud, and applications with low priority or operating status will be placed in the secondary cloud, so that the PDU session may be temporarily disconnected, etc. The effects of changes in layout can be suppressed. Note that, before selecting a target application from existing applications deployed in the primary cloud, the application selection unit 130 may compare the priorities of the existing application and the new application. If the priority of the new application is higher than the existing application, the application selection unit 130 may select the target application from the existing applications.
  • the application selection unit 130 may select the new application as the target application to be deployed to the secondary cloud.
  • the application selection unit 130 may instruct the secondary cloud determination unit 140 and the CNF selection unit 150 to deploy the new application to the secondary cloud. In this case, no instruction to set a virtual IP address will be output to the virtual IP address setting unit 160.
  • FIG. 8 is a diagram showing a computer 200 implementing the control device 100 according to the present disclosure.
  • Computer 200 includes a processor 210, a memory 220, and a communication unit 230.
  • the number of processors 210, memories 220, and communication units 230 is not limited, and may be one or more. Further, the processor 210, the memory 220, and the communication unit 230 may be deployed together at each location where each unit that constitutes the control device 100 is arranged.
  • the processor 210 is a program-controlled device such as a microprocessor that operates according to a program installed in the control device 100.
  • the memory 220 is a storage device such as a storage element such as ROM or RAM, a solid state drive (SSD), or a hard disk drive (HDD).
  • the memory 220 stores programs and the like executed by the processor 210.
  • the communication unit 230 is, for example, a communication interface such as a NIC or a wireless LAN module. Note that SDN (Software-Defined Networking) may be implemented in the communication unit 230.
  • Computer 200 may further include storage 240. Examples of the application information stored in the storage 240 include information on the total number of CNFs for constructing a new application, information on CNF characteristics, and information on application priorities. Computer 200 may further include other components not shown.
  • the control device 100 includes one or more processors.
  • one or more processors requests the creation of a new application to the primary cloud in a cloud group formed by multiple clouds, the primary cloud's resources are tight, which triggers the deployment to the primary cloud in the cloud group.
  • Select the target application to be deployed to the secondary cloud in the cloud group from among the existing applications that are currently available.
  • One or more processors select at least one target CNF to be deployed to a secondary cloud in a cloud group from among CNFs (Containerized Network Functions) that construct a target application.
  • One or more processors deploy the target CNF to a secondary cloud.
  • One or more processors set the same IP address as a virtual IP address for a port of a target CNF deployed in a primary cloud and a port of a target CNF deployed in a secondary cloud.
  • control device 100 may realize resource sharing between clouds using the function of an orchestrator.
  • the present disclosure is not limited to the above configuration, and the present disclosure also includes a control program. That is, the present disclosure also includes a program that, when read by a computer, causes one or more processors of the computer to execute each part of the control device 100.
  • the above-mentioned program may be provided recorded on a computer-readable non-transitory storage medium.
  • the present disclosure includes the following aspects.
  • the one or more processors When requesting the creation of a new application on a primary cloud in a cloud group formed by multiple clouds, the resource shortage of the primary cloud will trigger the request to create a new application from the existing application deployed on the primary cloud. Selecting target applications to be deployed to secondary clouds within the cloud group; Selecting at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application; deploying the target CNF on the secondary cloud; Setting the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud; A control device that executes.
  • CNFs Containerized Network Functions
  • a traffic transmission path is formed by a CNF that builds the target application other than the target CNF deployed in the primary cloud and the target CNF deployed in the secondary cloud via the virtual IP address. Check whether the Deleting the target CNF deployed in the primary cloud in response to the formation of the traffic transmission route; The control device according to [1], which further executes.
  • the one or more processors Monitoring resource usage of the primary cloud; The control device according to [1] or [2], which further executes the following.
  • the one or more processors are: The control device according to any one of [1] to [3], which selects the target application based on the operating status of the existing application.
  • the operating status includes at least one of the operating time of the application, the number of user terminals connected to the application, the amount of data of the application, and the throughput of the application, as described in [4] control device.
  • the one or more processors are: The control device according to any one of [1] to [3], which selects the target application based on a priority order of the existing applications.
  • the one or more processors Selecting the at least some CNFs based on a preset CNF priority order;
  • the control device according to any one of [1] to [7], which further executes the following.
  • the one or more processors include: determining a cloud with the largest amount of free resources as the secondary cloud; The control device according to any one of [1] to [9], which further executes.
  • the one or more processors include: If there are multiple clouds with the same free resource size, the cloud with the smallest distance from the primary cloud is determined as the secondary cloud among the multiple clouds with the same free resource size. Control device as described.
  • the one or more processors include: determining the secondary cloud based on a distance between the primary cloud and a cloud other than the primary cloud; The control device according to any one of [1] to [9], which further executes.
  • the one or more processors include: The control device according to [12], wherein a cloud having a minimum distance from the primary cloud is determined as the secondary cloud.
  • the one or more processors include: determining the secondary cloud based on a delay time caused by port forwarding from a port of the target CNF deployed in the primary cloud to a port of the target CNF deployed in the secondary cloud; The control device according to any one of [1] to [9], which further executes.
  • the one or more processors include: The control device according to [14], which determines the cloud with the minimum delay time as the secondary cloud.
  • the existing application deployed to the primary cloud is triggered by the fact that the primary cloud's resources are tight.
  • one or more processors of said computer When read by a computer, one or more processors of said computer: When requesting the creation of a new application on a primary cloud in a cloud group formed by multiple clouds, the resource shortage of the primary cloud will trigger the request to create a new application from the existing application deployed on the primary cloud.
  • Selecting target applications to be deployed to secondary clouds within the cloud group Selecting at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application; deploying the target CNF on the secondary cloud; Setting the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud; A non-transitory computer-readable medium on which a program for executing is recorded.
  • CNFs Containerized Network Functions
  • Control device 110 Resource monitoring unit 120 Resource determination unit 130 Application selection unit 140 Secondary cloud determination unit 150 CNF selection unit 160 Virtual IP address setting unit 170 Deployment unit 200 Computer 210 Processor 220 Memory 230 Communication unit 240 Storage

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

In the present invention, a control device is provided with one or more processors. When creation of a new application is entrusted to a primary cloud, the one or more processors select, from among existing applications that are deployed by the primary cloud within a cloud group formed from a plurality of clouds, a subject application that is to be deployed by a secondary cloud within the cloud group, with tightening of a resource of the primary cloud being used as a trigger. The one or more processors select, from among containerized network functions (CNFs) that constitute the subject application, at least one subject CNF that is to be deployed by the secondary cloud within the cloud group. The one or more processors set the same IP addresses as virtual IP addresses for a port of the subject CNF that is deployed by the primary cloud and a port of the subject CNF that is deployed by the secondary cloud.

Description

複数のクラウドにより形成されるクラウドグループ内でのリソース共有Resource sharing within a cloud group formed by multiple clouds
 本開示は、複数のクラウドにより形成されるクラウドグループ内でのリソース共有に関する。 The present disclosure relates to resource sharing within a cloud group formed by multiple clouds.
 IoT(Internet of Things)、VR(Virtual Reality)、AR(Augmented Reality)、動画配信アプリケーション等の需要の増加に伴い、近年、分散型アーキテクチャであるエッジコンピューティングが注目を集めている。エッジコンピューティングは、セントラルデータセンタ上に構築されるセンタークラウドに代えて、ユーザ端末(UE)の近くに設置されたエッジサーバ上に構築されるエッジクラウドで、処理の少なくとも一部を行う分散コンピューティングである。エッジクラウドを用いることにより、センタークラウドに集中されていた、ユーザ端末へのサービス提供のための処理が、エッジクラウドに分散され、処理負荷分散が図られる。 With the increase in demand for IoT (Internet of Things), VR (Virtual Reality), AR (Augmented Reality), video distribution applications, etc., edge computing, which is a distributed architecture, has been attracting attention in recent years. Edge computing is a distributed computing system that performs at least some of its processing in an edge cloud built on edge servers installed near user terminals (UEs), instead of a central cloud built on a central data center. It is ing. By using the edge cloud, the processing for providing services to user terminals, which was concentrated in the center cloud, is distributed to the edge cloud, thereby distributing the processing load.
特開2017-143365号公報Japanese Patent Application Publication No. 2017-143365
 しかしながら、エッジサーバが設置される場所等の制約により、エッジクラウドに割り当てられるコンピューティングリソースが十分でなく、ユーザ端末に安定してサービスを提供することが難しい場合がある。 However, due to constraints such as where the edge server is installed, the computing resources allocated to the edge cloud may not be sufficient, and it may be difficult to stably provide services to user terminals.
 本開示の一態様に係る制御装置は、1以上のプロセッサを備える。
 前記1以上のプロセッサは、複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを選択する。
 また、前記1以上のプロセッサは、前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを少なくとも1つ選択する。
 また、前記1以上のプロセッサは、前記セカンダリクラウドに前記対象CNFをデプロイする。
 また、前記1以上のプロセッサは、前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを仮想IPアドレスとして設定する。
A control device according to one aspect of the present disclosure includes one or more processors.
The one or more processors are deployed to the primary cloud when a request to create a new application is made to the primary cloud in a cloud group formed by multiple clouds, triggered by the fact that the resources of the primary cloud are tight. Select a target application to be deployed to the secondary cloud in the cloud group from existing applications in the cloud group.
Furthermore, the one or more processors select at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application.
The one or more processors also deploy the target CNF to the secondary cloud.
Furthermore, the one or more processors set the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud. do.
 本開示の一態様に係る制御方法は、複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを、プロセッサを用いて、選択することを含む。
 また、前記制御方法は、前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを、プロセッサを用いて、少なくとも1つ選択することを含む。
 また、前記制御方法は、前記セカンダリクラウドに前記対象CNFを、プロセッサを用いて、デプロイすることを含む。
 また、前記制御方法は、前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを、プロセッサを用いて、仮想IPアドレスとして設定することを含む。
A control method according to an aspect of the present disclosure is such that when a request is made to create a new application to a primary cloud in a cloud group formed by a plurality of clouds, the primary cloud is triggered by the fact that the resources of the primary cloud are tight. The method includes selecting, using a processor, a target application to be deployed to a secondary cloud in the cloud group from existing applications deployed to the cloud.
The control method also includes selecting, using a processor, at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application. .
Further, the control method includes deploying the target CNF to the secondary cloud using a processor.
The control method also includes using a processor to assign the same IP address to a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud. This includes setting it as an IP address.
 本開示の一態様に係る非一時的(non-transitory)なコンピュータ可読媒体は、プログラムを記録する。
 前記プログラムがコンピュータによって読み込まれると、前記コンピュータの1以上のプロセッサは、複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを選択する。
 また、前記1以上のプロセッサは、前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを少なくとも1つ選択する。
 また、前記1以上のプロセッサは、前記セカンダリクラウドに前記対象CNFをデプロイする。
 また、前記1以上のプロセッサは、前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを仮想IPアドレスとして設定する。
A non-transitory computer-readable medium according to one aspect of the present disclosure records a program.
When the program is read by a computer, one or more processors of the computer execute a request to create a new application to a primary cloud in a cloud group formed by a plurality of clouds, when the primary cloud's resources are tight. Using this as a trigger, a target application to be deployed to the secondary cloud in the cloud group is selected from the existing applications deployed to the primary cloud.
Furthermore, the one or more processors select at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application.
The one or more processors also deploy the target CNF to the secondary cloud.
Furthermore, the one or more processors set the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud. do.
図1は、本開示に係る制御装置が適用されるクラウドグループを示す概念図である。FIG. 1 is a conceptual diagram showing a cloud group to which a control device according to the present disclosure is applied. 図2は、マイクロサービスアーキテクチャにおける、サービスと、アプリケーションとの関係を示す図である。FIG. 2 is a diagram showing the relationship between services and applications in a microservice architecture. 図3は、本開示に係る制御装置の構成例を示す機能ブロック図である。FIG. 3 is a functional block diagram illustrating a configuration example of a control device according to the present disclosure. 図4Aは、本開示に係る制御装置の適用例を説明するための図である。FIG. 4A is a diagram for explaining an application example of the control device according to the present disclosure. 図4Bは、本開示に係る制御装置の適用例を説明するための図である。FIG. 4B is a diagram for explaining an application example of the control device according to the present disclosure. 図5Aは、CNFと、Portと、IPアドレスとの対応関係の一例を示す図である。FIG. 5A is a diagram illustrating an example of the correspondence between CNF, Port, and IP address. 図5Bは、CNFと、Portと、IPアドレスとの対応関係の一例を示す図である。FIG. 5B is a diagram illustrating an example of the correspondence between CNF, Port, and IP address. 図6は、本開示に係る制御装置の動作例を説明するフローチャートである。FIG. 6 is a flowchart illustrating an example of the operation of the control device according to the present disclosure. 図7は、本開示に係る制御装置における処理シーケンスの一例を示す図である。FIG. 7 is a diagram illustrating an example of a processing sequence in the control device according to the present disclosure. 図8は、図3に示す制御装置の構成例を示すブロック図である。FIG. 8 is a block diagram showing a configuration example of the control device shown in FIG. 3.
 以下、本開示の実施形態について、図面を参照して詳細に説明する。
 本開示に係る制御装置は、複数のクラウドにより形成されるクラウドグループ内でのリソース共有を制御する。後述するように、制御装置は、オーケストレータとすることができる。
Embodiments of the present disclosure will be described in detail below with reference to the drawings.
A control device according to the present disclosure controls resource sharing within a cloud group formed by a plurality of clouds. As discussed below, the controller may be an orchestrator.
(一実施形態)
 図1は、本開示に係る制御装置100が適用されるクラウドグループを示す概念図である。クラウドグループは、複数(L個、Lは整数)のエッジクラウド(Edge Cloud)を含む。
 図1には、クラウドグループが4個(L=4)のエッジクラウドを含む例が示されている。
 各エッジクラウドには、1以上のRadio Unit(RU)により形成されるカバレッジエリア内のユーザ端末(不図示)に様々なサービスを提供するためのアプリケーションがデプロイされ得る。ユーザ端末は、サービスの提供を受けるためのアプリケーションが実行可能で、通信可能なICT(Information and Communication Technology)装置である。ユーザ端末としては、スマートフォン、タブレット端末といったポータブルなPC(Personal Computer)が例示される。ユーザ端末は、デスクトップPCといった非ポータブルな装置であってもよい。
(One embodiment)
FIG. 1 is a conceptual diagram showing a cloud group to which a control device 100 according to the present disclosure is applied. The cloud group includes a plurality of (L pieces, L is an integer) edge clouds.
FIG. 1 shows an example in which a cloud group includes four (L=4) edge clouds.
Applications for providing various services to user terminals (not shown) within a coverage area formed by one or more Radio Units (RUs) may be deployed in each edge cloud. The user terminal is an ICT (Information and Communication Technology) device that can execute an application for receiving services and can communicate. Examples of user terminals include portable PCs (Personal Computers) such as smartphones and tablet terminals. The user terminal may be a non-portable device such as a desktop PC.
 クラウドグループは、複数のエッジクラウドから形成される。クラウドグループは、例えば、地理的な設置位置が近いエッジサーバ上に構築されたエッジクラウドにより形成される。なお、必ずしも、地理的な設置位置が近いエッジクラウドのみでクラウドグループが形成されている必要はない。例えば、クラウドグループは、論理的に近い位置に設置されたエッジサーバ上に構築されたエッジクラウドにより形成されていてもよい。
 また、クラウドグループには、セントラルデータセンタ上に構築されたセンタークラウドが含まれていてもよい。
 また、クラウドグループには、リージョナルデータセンタ上に構築されたクラウドが含まれていてもよい。
 以下、クラウドグループに含まれるエッジクラウド及びセンタークラウド等を、単に「クラウド」と記載する。
A cloud group is formed from multiple edge clouds. A cloud group is formed, for example, by edge clouds built on edge servers that are geographically close to each other. Note that a cloud group does not necessarily have to be formed only by edge clouds that are geographically close to each other. For example, a cloud group may be formed by edge clouds built on edge servers installed in logically close locations.
Further, the cloud group may include a center cloud built on the central data center.
Further, the cloud group may include a cloud built on a regional data center.
Hereinafter, the edge cloud, center cloud, etc. included in a cloud group will be simply referred to as "cloud".
 本開示に係る制御装置100について説明する前に、ユーザ端末に提供されるサービスと、クラウドにデプロイされるアプリケーションと、の関係について、図2を用いて説明する。当該アプリケーションは、ユーザ端末にサービスを提供するためのアプリケーションである。
 本開示において、ユーザ端末に提供されるサービスは、マイクロサービスアーキテクチャにより構築されている。
 本開示に係る制御装置100は、これらクラウドが構築されるデータセンタに設置されていてもよいし、クラウドグループ外のデータセンタに設置されてもよい。
Before describing the control device 100 according to the present disclosure, the relationship between services provided to user terminals and applications deployed in the cloud will be described using FIG. 2. The application is an application for providing a service to a user terminal.
In the present disclosure, services provided to user terminals are constructed using a microservice architecture.
The control device 100 according to the present disclosure may be installed in a data center where these clouds are constructed, or may be installed in a data center outside the cloud group.
 図2は、マイクロサービスアーキテクチャにおける、サービスと、アプリケーション(以下、「APP」とも記載する)との関係を示す図である。
 図2に示すように、サービスは1以上のアプリケーションから構築されている。1つのサービスを構築するアプリケーション数は、サービスによって異なる。
 各アプリケーションは、1以上のContainerized Network Function(CNF)から構築されている。
 CNFは、例えば、「Kubernetes」(登録商標)上で動作する。Kubernetesは、コンテナ化されたサービスの設定及び管理を自動で行うオープンソースソフトウェア(OSS)である。
 1つのアプリケーションを構築するCNF数は、アプリケーション及び設計によって異なり得る。図2には、アプリケーションAPP#1が、n個(nは整数)のCNF#11、CNF#12、…、CNF#1nから構築されている様子が示されている。
 Kubernetes上で動作するCNFは、1以上のPodから構築される。Podは、Kubernetesで実行できるアプリケーションの最小単位である。複数のPodは、Kubernetesにより運用管理される。CNFで動作するPodは、自己修復機能を有しており、例えば、あるPodが動作を停止したときに、別のPodが起動され、CNFの機能が自己修復される。
 各Podは、1以上のコンテナから構築される。
FIG. 2 is a diagram showing the relationship between services and applications (hereinafter also referred to as "APP") in a microservice architecture.
As shown in FIG. 2, a service is constructed from one or more applications. The number of applications that construct one service varies depending on the service.
Each application is built from one or more Containerized Network Functions (CNFs).
CNF operates on "Kubernetes" (registered trademark), for example. Kubernetes is open source software (OSS) that automatically configures and manages containerized services.
The number of CNFs to build one application may vary depending on the application and design. FIG. 2 shows how the application APP#1 is constructed from n (n is an integer) CNF#11, CNF#12, . . . , CNF#1n.
CNF running on Kubernetes is constructed from one or more Pods. A Pod is the smallest unit of application that can run on Kubernetes. Multiple Pods are operationally managed by Kubernetes. Pods that operate on CNF have a self-repair function; for example, when a certain Pod stops operating, another Pod is activated and the CNF function self-repairs.
Each Pod is constructed from one or more containers.
 5G(第5世代移動通信システム)においても、マイクロサービスアーキテクチャの利用が検討されている。
 5Gにおける上記サービスとしては、無線アクセスネットワーク(RAN)、及び、コアネットワーク(CN)が例示される。
 サービスがRANの場合、Central Unit(CU)及びDistributed Unit(DU)がアプリケーションに相当する。
 また、サービスがCNの場合、AMF(Access and Mobility Management Function)、UPF(User Plane Function)等のCNを構築するService Network Function(SNF)がアプリケーションに相当する。
The use of microservice architecture is also being considered in 5G (fifth generation mobile communication system).
Examples of the above-mentioned services in 5G include a radio access network (RAN) and a core network (CN).
When the service is RAN, the Central Unit (CU) and Distributed Unit (DU) correspond to the application.
Furthermore, if the service is a CN, a Service Network Function (SNF) that constructs the CN, such as an AMF (Access and Mobility Management Function) or a UPF (User Plane Function), corresponds to the application.
 APP#1で示されるアプリケーションがCUの場合、CNF#11で示されるCNFをCU-CP(Control Plane)とし、CNF#12で示されるCNFをCU-UP(User Plane)とすることができる。
 CU-CPには無線リソース制御(RRC)が含まれる。CU-UPにはユーザプレーンに関連するSDAP(Service Data Adaption Protocol)及びPDCP(Packet Data Convergence Protocol)が含まれる。
 CU-CPとCU-UPとは、E1インターフェースにより機能連携通信が可能である。CU-CP及びCU-UPの双方は、F1インターフェースでDUに接続可能である。
When the application indicated by APP #1 is a CU, the CNF indicated by CNF #11 can be set as a CU-CP (Control Plane), and the CNF indicated by CNF #12 can be set as a CU-UP (User Plane).
CU-CP includes radio resource control (RRC). CU-UP includes SDAP (Service Data Adaptation Protocol) and PDCP (Packet Data Convergence Protocol) related to the user plane.
The CU-CP and CU-UP are capable of functionally linked communication via the E1 interface. Both CU-CP and CU-UP can be connected to DU with F1 interface.
 また、前述のRAN及びCN以外のサービスとして、Web配信サービス、ゲーム提供サービス、映像配信サービス、音楽配信サービス、監視サービス、ナビゲーションサービス、自動運転サービス、メール提供サービス、センサーサービスが例示される。
 これらのサービスを提供するアプリケーションとしては、Web配信アプリケーション、ゲーム提供アプリケーション、映像配信アプリケーション、音楽配信アプリケーション、監視実行アプリケーション、ナビゲーションアプリケーション、自動運転アプリケーション、メール提供アプリケーション、センサー実行アプリケーションが例示される。
Furthermore, examples of services other than the above-mentioned RAN and CN include a web distribution service, a game provision service, a video distribution service, a music distribution service, a monitoring service, a navigation service, an automatic driving service, an email provision service, and a sensor service.
Examples of applications that provide these services include a web distribution application, a game provision application, a video distribution application, a music distribution application, a monitoring execution application, a navigation application, an automatic driving application, a mail provision application, and a sensor execution application.
 図3は、本開示に係る制御装置100の構成例を示す機能ブロック図である。
 制御装置100は、リソース監視部110、リソース判定部120、アプリケーション選択部130、セカンダリクラウド決定部140、CNF選択部150、仮想IPアドレス設定部160、及び、デプロイ部170を備える。
FIG. 3 is a functional block diagram showing a configuration example of the control device 100 according to the present disclosure.
The control device 100 includes a resource monitoring section 110, a resource determination section 120, an application selection section 130, a secondary cloud determination section 140, a CNF selection section 150, a virtual IP address setting section 160, and a deployment section 170.
 リソース監視部110は、クラウドグループ内のクラウドのリソース使用状況を監視する。監視は、定期的に行われてもよいし、後述の新規アプリケーションの作成依頼がいずれかのクラウドに通知されたタイミングで行われてもよい。
 なお、クラウドに配置済のアプリケーション及び新規アプリケーションは、マイクロサービスアーキテクチャにより構築されている。すなわち、これらアプリケーションは、1以上のCNFから構築されている。
 リソース使用状況は、例えば、クラウドに配置(デプロイ)可能なCNF総数、及び、クラウドに実際にデプロイされている全アプリケーションのCNF総数の情報を含む。クラウドに配置可能なCNF総数は、クラウドのコンピューティングリソースによって決定され得る。クラウドに実際にデプロイされている全アプリケーションのCNF総数は、クラウドに配置済のCNFの総数である。
The resource monitoring unit 110 monitors resource usage of clouds within a cloud group. Monitoring may be performed periodically, or may be performed at the timing when a request to create a new application, which will be described later, is notified to one of the clouds.
Note that applications already deployed in the cloud and new applications are built using microservice architecture. That is, these applications are constructed from one or more CNFs.
The resource usage status includes, for example, information on the total number of CNFs that can be placed (deployed) in the cloud and the total number of CNFs of all applications actually deployed on the cloud. The total number of CNFs that can be placed in the cloud may be determined by the cloud's computing resources. The total number of CNFs for all applications actually deployed in the cloud is the total number of CNFs already deployed in the cloud.
 リソース判定部120は、クラウドグループ内のクラウドへの新規アプリケーションの作成依頼時に、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースが、クラウドにあるか否かを判定する。換言すると、リソース判定部120は、新規アプリケーションの作成依頼を受けたクラウドのリソースが逼迫しているか否か判定する。以下、新規アプリケーションの作成依頼を受けたクラウドを「プライマリクラウド」と記載する。リソース判定部120におけるリソースが逼迫しているか否かの判定方法については後述する。 The resource determination unit 120 determines whether the cloud has the resources to deploy all the CNFs that construct the new application when requesting the creation of a new application to the cloud in the cloud group. In other words, the resource determination unit 120 determines whether or not the resources of the cloud that has received the request to create a new application are tight. Hereinafter, the cloud that received the request to create a new application will be referred to as the "primary cloud." A method for determining whether or not resources are tight in the resource determination unit 120 will be described later.
 リソース判定部120は、プライマリクラウドに新規アプリケーションの作成依頼があったことを、例えば、プライマリクラウドから直接受け取る。リソース判定部120は、新規アプリケーションの登録を管理している管理装置から、プライマリクラウドに新規アプリケーションの作成依頼があったことを受け取ってもよい。
 新規アプリケーションの作成依頼には、新規アプリケーションの情報(以下、「アプリケーション情報」とも記載する)が含まれる。アプリケーション情報は、新規アプリケーションを構築するCNF総数の情報を含む。
The resource determination unit 120 receives, for example, directly from the primary cloud that the primary cloud has been requested to create a new application. The resource determination unit 120 may receive a request to create a new application in the primary cloud from a management device that manages registration of new applications.
The new application creation request includes information about the new application (hereinafter also referred to as "application information"). The application information includes information on the total number of CNFs for constructing new applications.
 リソース判定部120は、例えば、以下の情報(1)及び(2)を用いて、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースが、プライマリクラウドにあるか否かを判定することができる。
(1)プライマリクラウドに配置可能なCNFの最大数:fmax
(2)プライマリクラウドへの配置がリクエストされたCNF総数:fsum
 fmax及びfsumは、一個のCNFを単位としてカウントされる。つまり、fmax及びfsumは、CNF何個分に相当するかを表す。
For example, the resource determination unit 120 can determine whether the primary cloud has resources for deploying all CNFs for building a new application, using the following information (1) and (2). can.
(1) Maximum number of CNFs that can be placed in the primary cloud: f max
(2) Total number of CNFs requested to be placed in the primary cloud: f sum
f max and f sum are counted in units of one CNF. That is, f max and f sum represent how many CNFs they correspond to.
 fmaxは、プライマリクラウドに配置可能なCNFの最大数である。換言すると、fmaxは、プライマリクラウドに配置済のCNFの個数と、プライマリクラウドに更に配置できるCNFの個数との合計である。プライマリクラウドに配置可能なCNFの最大数は、プライマリクラウドのコンピューティングリソースによって決定され得る。
 また、fsumは、プライマリクラウドに配置済のCNFの個数に、プライマリクラウドへの配置がリクエストされた新規アプリケーションを構築するCNFの個数を加えた合計である。つまり、CNF総数fsumは、プライマリクラウドに新規アプリケーションを構築する全てのCNFを配置する(デプロイする)とした場合の、プライマリクラウドへの配置予定のCNF総数である。
f max is the maximum number of CNFs that can be placed in the primary cloud. In other words, f max is the sum of the number of CNFs already placed in the primary cloud and the number of CNFs that can be further placed in the primary cloud. The maximum number of CNFs that can be placed in the primary cloud may be determined by the primary cloud's computing resources.
Furthermore, f sum is the sum of the number of CNFs that have already been placed in the primary cloud plus the number of CNFs that will construct a new application that has been requested to be placed in the primary cloud. In other words, the total number of CNFs f sum is the total number of CNFs scheduled to be placed in the primary cloud when all CNFs for building a new application are placed (deployed) in the primary cloud.
 リソース判定部120は、例えば、比率fsum/fmaxで定義されるリソース使用割合Rに基づいて、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースが、プライマリクラウドにあるか否かを判定する。 For example, the resource determination unit 120 determines whether the primary cloud has resources for deploying all CNFs that construct a new application, based on the resource usage ratio R defined by the ratio f sum /f max . judge.
 リソース使用割合Rが1以下の場合、つまり、
Figure JPOXMLDOC01-appb-M000001
 の場合、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースが、プライマリクラウドにあると判定する。
If the resource usage ratio R is less than 1, that is,
Figure JPOXMLDOC01-appb-M000001
In this case, it is determined that the primary cloud has the resources to deploy all the CNFs that build the new application.
 一方、リソース使用割合Rが1より大きい場合、つまり、
Figure JPOXMLDOC01-appb-M000002
 の場合、リソース判定部120は、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースが、プライマリクラウドにないと判定する。
 リソース使用割合R>1の場合、リソース判定部120は、プライマリクラウドと異なるクラウド(以下、「セカンダリクラウド」と記載する)にデプロイすべきアプリケーションの選択依頼を、アプリケーション選択部130に通知する。以下の説明では、セカンダリクラウドにデプロイされることになるアプリケーションを「対象アプリケーション」とも記載する。
On the other hand, if the resource usage ratio R is greater than 1, that is,
Figure JPOXMLDOC01-appb-M000002
In this case, the resource determination unit 120 determines that the primary cloud does not have the resources to deploy all the CNFs that construct the new application.
If the resource usage ratio R>1, the resource determination unit 120 notifies the application selection unit 130 of a request to select an application to be deployed in a cloud different from the primary cloud (hereinafter referred to as “secondary cloud”). In the following explanation, the application that will be deployed to the secondary cloud is also referred to as the "target application."
 なお、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースがプライマリクラウドにある場合においても、一部のCNFがセカンダリクラウドにデプロイされるようにしてもよい。つまり、実際にはプライマリクラウドのリソースが逼迫していない場合であっても、予め設定した状況に限り、リソース判定部120が、リソースが逼迫していると擬制判定するようにしてもよい。これにより、リソース逼迫が発生する前に、CNFの一部をセカンダリクラウドに事前にデプロイしておくことができるので、プライマリクラウドのリソースが逼迫するタイミングを遅らせることができる。リソース判定部120は、例えば、新規アプリケーションの作成依頼が続くと予想されるような状況の場合に、リソースが逼迫していると擬制判定する。リソースが逼迫していると擬制判定する状況は、これに限定されるものではない。
 以上のようにして、リソース判定部120は、プライマリクラウドのリソースが逼迫しているか否か判定し、リソースが逼迫している場合、セカンダリクラウドにデプロイすべきアプリケーションの選択依頼をアプリケーション選択部130に通知する。なお、リソース判定部120における、リソースが逼迫しているか否かについての判定方法は、特に限定されない。
Note that even if the primary cloud has the resources to deploy all the CNFs for building a new application, some CNFs may be deployed to the secondary cloud. In other words, even if the resources of the primary cloud are not actually in short supply, the resource determining unit 120 may make a hypothetical determination that the resources are in short supply only in a preset situation. As a result, it is possible to deploy a part of the CNF to the secondary cloud in advance before a resource shortage occurs, thereby delaying the timing at which the primary cloud's resources become scarce. For example, the resource determination unit 120 hypothetically determines that resources are tight in a situation where it is expected that new application creation requests will continue. The situations in which it is determined that resources are tight are not limited to this.
As described above, the resource determination unit 120 determines whether or not the resources of the primary cloud are tight, and if the resources are tight, the resource determination unit 120 requests the application selection unit 130 to select an application to be deployed to the secondary cloud. Notice. Note that the method used by the resource determination unit 120 to determine whether or not resources are tight is not particularly limited.
 アプリケーション選択部130は、リソース判定部120から、セカンダリクラウドにデプロイすべきアプリケーション(対象アプリケーション)の選択依頼を取得すると、プライマリクラウドにデプロイされている既存アプリケーションから、対象アプリケーションを選択する。選択方法は、特に限定されない。例えば、アプリケーション選択部130は、既存アプリケーションの稼動状況に基づいて、対象アプリケーションを選択してもよい。
 稼動状況は、アプリケーションの稼動時間、アプリケーションに接続されているユーザ端末数、アプリケーションのデータ量、及び、アプリケーションのスループットのうち少なくとも1つを含む。アプリケーション選択部130は、例えば、クラウドを管理する管理装置に問い合わせることにより、稼動時間についての情報を取得することができる。アプリケーション選択部130は、例えば、クラウドを管理する管理装置に問い合わせることにより、稼動時間についての情報を取得することができる。また、アプリケーション選択部130は、例えば、UPFに問い合わせることにより、アプリケーションに接続されているユーザ端末数、アプリケーションのデータ量、及び、アプリケーションのスループットについての情報を取得することができる。
When the application selection unit 130 receives a request to select an application (target application) to be deployed to the secondary cloud from the resource determination unit 120, the application selection unit 130 selects the target application from existing applications deployed in the primary cloud. The selection method is not particularly limited. For example, the application selection unit 130 may select a target application based on the operating status of existing applications.
The operating status includes at least one of the operating time of the application, the number of user terminals connected to the application, the amount of data of the application, and the throughput of the application. The application selection unit 130 can obtain information about the operating time by, for example, inquiring a management device that manages the cloud. The application selection unit 130 can obtain information about the operating time by, for example, inquiring a management device that manages the cloud. Further, the application selection unit 130 can obtain information about the number of user terminals connected to the application, the amount of data of the application, and the throughput of the application by, for example, inquiring the UPF.
 稼動状況としてアプリケーションの稼動時間を用いる場合、アプリケーション選択部130は、稼動時間が最も少ないアプリケーションを対象アプリケーションに選択する。稼動状況としてアプリケーションに接続されているユーザ端末数を用いる場合、アプリケーション選択部130は、ユーザ端末数が最も少ないアプリケーションを対象アプリケーションに選択する。稼動状況としてアプリケーションのデータ量を用いる場合、アプリケーション選択部130は、データ量が最も少ないアプリケーションを対象アプリケーションに選択する。稼動状況としてアプリケーションのスループットを用いる場合、アプリケーション選択部130は、スループットが最も少ないアプリケーションを対象アプリケーションに選択する。 When using the operating time of an application as the operating status, the application selection unit 130 selects the application with the shortest operating time as the target application. When using the number of user terminals connected to an application as the operating status, the application selection unit 130 selects the application with the least number of user terminals as the target application. When using the amount of data of an application as the operating status, the application selection unit 130 selects the application with the least amount of data as the target application. When using the throughput of an application as the operating status, the application selection unit 130 selects the application with the lowest throughput as the target application.
 これにより、稼動時間が少ないアプリケーションがセカンダリクラウドに配置変更され、稼動時間が長いアプリケーションはプライマリクラウドに維持される。また、接続されているユーザ端末数が少ないアプリケーションがセカンダリクラウドに配置変更され、接続されているユーザ端末数が多いアプリケーションはプライマリクラウドに維持される。また、データ量が少ないアプリケーションがセカンダリクラウドに配置変更され、データ量が多いアプリケーションはプライマリクラウドに維持される。また、スループットが少ないアプリケーションがセカンダリクラウドに配置変更され、スループットが多いアプリケーションはプライマリクラウドに維持される。このように、プライマリクラウドにおけるアプリケーションの稼動状況に応じて、対象アプリケーションを決定することにより、セカンダリクラウドに配置変更された場合にユーザビリティへの影響が低いアプリケーションが、対象アプリケーションに決定される。 As a result, applications with low uptime are relocated to the secondary cloud, while applications with long uptime are maintained in the primary cloud. Further, applications with a small number of connected user terminals are relocated to the secondary cloud, and applications with a large number of connected user terminals are maintained in the primary cloud. Also, applications with a small amount of data are relocated to the secondary cloud, while applications with a large amount of data are kept in the primary cloud. Also, applications with low throughput are relocated to the secondary cloud, while applications with high throughput are kept in the primary cloud. In this way, by determining the target application according to the operating status of the application in the primary cloud, an application that will have a low impact on usability when relocated to the secondary cloud is determined as the target application.
 なお、アプリケーション選択部130は、プライマリクラウドのリソースが逼迫している状況における瞬時的な稼動状況を用いてもよいし、1日、数日、1週間といった時間スパン内での稼動状況の平均を用いてもよい。プライマリクラウドのリソースが逼迫している状況における稼動状況が用いられる場合には、既存アプリケーションがセカンダリクラウドに配置変更された直後のユーザ端末への影響を抑えることができる。1日、数日、1週間といった時間スパン内での稼動状況の平均が用いられる場合には、当該時間スパン内でのユーザ端末への影響を抑えることができる。 Note that the application selection unit 130 may use the instantaneous operating status in a situation where primary cloud resources are tight, or may use the average operating status within a time span such as one day, several days, or one week. May be used. When the operating status in a situation where primary cloud resources are tight is used, it is possible to suppress the impact on user terminals immediately after existing applications are relocated to the secondary cloud. When the average operating status within a time span such as one day, several days, or one week is used, the influence on user terminals within the time span can be suppressed.
 また、アプリケーション選択部130は、プライマリクラウドにデプロイされている既存アプリケーションに加えて、クラウドグループ内のクラウドにデプロイされている既存アプリケーションの稼動状況を用いてもよい。この場合には、プライマリクラウドにおいて、アプリケーションの稼動時間、アプリケーションに接続されているユーザ端末数、アプリケーションのデータ量、又は、アプリケーションのスループットが、一時的に少なかったために、対象アプリケーションに選択されてしまうことを防ぐことができる。 In addition to the existing applications deployed in the primary cloud, the application selection unit 130 may also use the operating status of existing applications deployed in the clouds in the cloud group. In this case, the application is selected as the target application because the application's operating time, the number of user terminals connected to the application, the amount of data of the application, or the throughput of the application are temporarily low in the primary cloud. This can be prevented.
 また、アプリケーション選択部130は、アプリケーションの優先順位に基づいて、対象アプリケーションを選択してもよい。
 具体的には、アプリケーション選択部130は、プライマリクラウドに配置されている既存アプリケーションの中から、アプリケーションの優先順位に基づいて、対象アプリケーションを選択する。アプリケーション選択部130は、プライマリクラウドに配置されている既存アプリケーションについての情報を、例えば、アプリケーションの登録を管理している管理装置から取得することができる。また、制御装置100が、クラウドグループ内の各クラウドに配置されている既存アプリケーションの情報をストレージに保持し、アプリケーション選択部130がこのストレージを参照するようにしてもよい。
Further, the application selection unit 130 may select target applications based on the priority order of the applications.
Specifically, the application selection unit 130 selects a target application from among existing applications placed in the primary cloud based on the priority order of the applications. The application selection unit 130 can acquire information about existing applications placed in the primary cloud, for example, from a management device that manages application registration. Alternatively, the control device 100 may hold information on existing applications placed in each cloud in the cloud group in a storage, and the application selection unit 130 may refer to this storage.
 アプリケーションの優先順位は、予め設定されていてよい。アプリケーションとしては、Web配信アプリケーション、ゲーム提供アプリケーション、映像配信アプリケーション、音楽配信アプリケーション、監視実行アプリケーション、ナビゲーションアプリケーション、自動運転アプリケーション、メール提供アプリケーション、センサー実行アプリケーションが例示される。
 これらアプリケーションでは、これらアプリケーションにより提供されるサービス毎に、要求される品質(QoS:Quality of service)が異なる。そのため、アプリケーションの優先順位は、QoSに応じて設定され得る。QoSとしては、高速ベストエフォート、高速帯域保証、低速ベストエフォート、低速帯域保証等が例示される。
 例えば、自動運転アプリケーションでは、超低遅延かつ超高信頼性が要求されるため、Qosとして高速帯域保証が要求される。一方、メール提供アプリケーションでは、リアルタイム性の重要度が低いため、QoSが低域ベストエフォートでも十分であったりする。そのため、優先順位が、QoSに応じて設定されるような場合には、自動運転アプリケーションの優先順位が、メール提供アプリケーションより高く設定され得る。
 アプリケーション選択部130は、プライマリクラウドにデプロイされたタイミングが古い順に、対象アプリケーションを選択してよい。この場合には、デプロイされたタイミングを確認するだけで、対象アプリケーションが選択されるため、対象アプリケーションが選択されるまでの時間を短く抑えることができる。
Application priorities may be set in advance. Examples of the applications include a web distribution application, a game provision application, a video distribution application, a music distribution application, a monitoring execution application, a navigation application, an automatic driving application, a mail provision application, and a sensor execution application.
These applications require different quality of service (QoS) for each service provided by these applications. Therefore, application priorities may be set according to QoS. Examples of QoS include high speed best effort, high speed guaranteed bandwidth, low speed best effort, and low speed guaranteed bandwidth.
For example, in autonomous driving applications, ultra-low delay and ultra-high reliability are required, so high-speed bandwidth guarantee is required as QoS. On the other hand, in mail providing applications, since real-time performance is less important, low-band best effort QoS may be sufficient. Therefore, in a case where the priority order is set according to QoS, the priority order of the automatic driving application may be set higher than that of the mail providing application.
The application selection unit 130 may select target applications in the order of the earliest deployment timing to the primary cloud. In this case, the target application is selected simply by checking the deployment timing, so the time required to select the target application can be kept short.
 アプリケーション選択部130は、対象アプリケーションを決定すると、対象アプリケーションを構築するCNF総数(ftotal)の情報をセカンダリクラウド決定部140に通知する。また、アプリケーション選択部130は、対象アプリケーションについての情報を、仮想IPアドレス設定部160に通知する。 After determining the target application, the application selection unit 130 notifies the secondary cloud determination unit 140 of information on the total number of CNFs (f total ) for constructing the target application. Further, the application selection unit 130 notifies the virtual IP address setting unit 160 of information about the target application.
 セカンダリクラウド決定部140は、対象アプリケーションを構築するCNFの少なくとも一部を配置することになる、クラウドグループ内のセカンダリクラウドを決定する。セカンダリクラウドの決定例については、後述する。また、セカンダリクラウド決定部140は、対象アプリケーションを構築する全てのCNFのうち、セカンダリクラウドに配置するCNFの数(f)を設定する。例えば、セカンダリクラウド決定部140は、プライマリクラウドにデプロイできない余剰CNFの数(f)をセカンダリクラウドに配置するCNFの数(f)に設定する。 The secondary cloud determining unit 140 determines a secondary cloud within the cloud group in which at least a portion of the CNF for constructing the target application will be placed. An example of determining the secondary cloud will be described later. Furthermore, the secondary cloud determining unit 140 sets the number (f) of CNFs to be placed in the secondary cloud among all CNFs that construct the target application. For example, the secondary cloud determining unit 140 sets the number of surplus CNFs (f d ) that cannot be deployed to the primary cloud to the number of CNFs (f) to be placed in the secondary cloud.
 セカンダリクラウド決定部140は、余剰CNFの数(f)を、例えば、以下の式より算出する。
Figure JPOXMLDOC01-appb-M000003
  式(3)を用いて算出される余剰CNFの数(f)は、対象アプリケーションを構築するCNFのうちできるだけ多くのCNFをプライマリクラウドに配置しようとした場合において、プライマリクラウドにデプロイできないCNFの個数となる。
The secondary cloud determining unit 140 calculates the number of surplus CNFs (f d ) using, for example, the following formula.
Figure JPOXMLDOC01-appb-M000003
The number of surplus CNFs (f d ) calculated using equation (3) is the number of CNFs that cannot be deployed to the primary cloud when attempting to deploy as many CNFs as possible to the primary cloud among the CNFs that construct the target application. The number of pieces.
 なお、余剰CNFの数(f)の算出方法は、上記に限られない。例えば、プライマリクラウドに配置可能とするCNF数を予め閾値(fthreshold,fthreshold<fmax)として設定しておいて、この閾値(fthreshold)を超える個数(fsum-fthreshold)を、余剰CNFの数(f)としてもよい。
Figure JPOXMLDOC01-appb-M000004
  この場合には、プライマリクラウドに、一個のCNFを単位として(fmax-fthreshold)個の空きリソースが確保される。これにより、プライマリクラウドに緊急を要する新規アプリケーションの作成依頼があった場合において、プライマリクラウドにおいて緊急依頼に即座に対応することができる可能性が高くなる。
 セカンダリクラウド決定部140は、このようにして算出したプライマリクラウドにデプロイできない余剰CNFの数(f個)を、セカンダリクラウドに配置するCNFの数(f)に設定する。なお、セカンダリクラウド決定部140は、対象アプリケーションを構築する全てのCNFの数(ftotal)を、CNFの数(f)に設定してもよい。この場合には、対象アプリケーションを構築する全てのCNFがセカンダリクラウドにデプロイされるようになる。
Note that the method for calculating the number of surplus CNFs (f d ) is not limited to the above. For example, the number of CNFs that can be placed in the primary cloud is set in advance as a threshold value (f threshold , f threshold < f max ), and the number (f sum - f threshold ) exceeding this threshold value (f threshold ) is set as surplus. It may also be the number of CNFs (f d ).
Figure JPOXMLDOC01-appb-M000004
In this case, (f max - f threshold ) free resources are secured in the primary cloud for each CNF. As a result, when there is an urgent request to create a new application in the primary cloud, there is a high possibility that the primary cloud will be able to respond to the urgent request immediately.
The secondary cloud determining unit 140 sets the thus calculated number of surplus CNFs (f d pieces) that cannot be deployed to the primary cloud as the number (f) of CNFs to be placed in the secondary cloud. Note that the secondary cloud determining unit 140 may set the number of all CNFs (f total ) that constructs the target application to the number of CNFs (f). In this case, all CNFs that construct the target application will be deployed to the secondary cloud.
 セカンダリクラウド決定部140は、例えば、クラウドグループ内のプライマリクラウド以外のクラウドが、f個のCNFをデプロイした場合の空きリソースの大きさに基づいて、セカンダリクラウドを決定する。空リソースの大きさは、一個のCNFを単位としてカウントされる。セカンダリクラウド決定部140は、クラウドグループ内のクラウドのリソース使用状況についての情報を、リソース判定部120から取得することができる。 The secondary cloud determining unit 140 determines the secondary cloud based on, for example, the size of free resources when a cloud other than the primary cloud in the cloud group deploys f CNFs. The size of empty resources is counted in units of one CNF. The secondary cloud determining unit 140 can obtain information about the resource usage status of clouds in the cloud group from the resource determining unit 120.
 なお、セカンダリクラウド決定部140は、空きリソースの大きさに加え、更に、プライマリクラウドとプライマリクラウド以外のクラウドとの地理的(又は論理的)距離にも基づいて、セカンダリクラウドを決定してもよい。
 例えば、セカンダリクラウド決定部140は、空きリソースの大きさが同じクラウドが複数ある場合、空きリソースの大きさが同じ複数のクラウドのうち、プライマリクラウドからの距離が最小のクラウドをセカンダリクラウドに決定してもよい。
Note that the secondary cloud determining unit 140 may determine the secondary cloud based not only on the size of free resources but also on the geographical (or logical) distance between the primary cloud and a cloud other than the primary cloud. .
For example, if there are multiple clouds with the same size of free resources, the secondary cloud determining unit 140 determines the cloud with the smallest distance from the primary cloud as the secondary cloud among the multiple clouds with the same size of free resources. It's okay.
 また、セカンダリクラウド決定部140は、プライマリクラウドとプライマリクラウド以外のクラウドとの地理的(又は論理的)距離に基づいて、セカンダリクラウドを決定してもよい。例えば、セカンダリクラウド決定部140は、空きリソースの大きさに関わらず、プライマリクラウドからの距離が最小のクラウドをセカンダリクラウドに決定してもよい。距離に基づいてセカンダリクラウドを決定する場合には、後述のポートフォワーディングに起因する遅延時間を小さくすることができる。 Additionally, the secondary cloud determining unit 140 may determine the secondary cloud based on the geographical (or logical) distance between the primary cloud and a cloud other than the primary cloud. For example, the secondary cloud determining unit 140 may determine the cloud with the smallest distance from the primary cloud as the secondary cloud, regardless of the size of free resources. When determining a secondary cloud based on distance, it is possible to reduce delay time caused by port forwarding, which will be described later.
 また、セカンダリクラウド決定部140は、後述のポートフォワーディングに起因する遅延時間に基づいて、セカンダリクラウドを決定してもよい。例えば、セカンダリクラウド決定部140は、各クラウドが設置されているサーバの地理的位置、及び、各クラウドのコンピューティングリソースの仕様等に基づいて、ポートフォワーディングに起因する遅延時間を推定することができる。セカンダリクラウド決定部140は、当該遅延時間が最小となるクラウドをセカンダリクラウドに決定してもよい。これにより、ポートフォワーディングに伴う影響を最小限に抑えることができる。 Additionally, the secondary cloud determining unit 140 may determine the secondary cloud based on a delay time due to port forwarding, which will be described later. For example, the secondary cloud determining unit 140 can estimate the delay time caused by port forwarding based on the geographical location of the server where each cloud is installed, the specifications of the computing resources of each cloud, etc. . The secondary cloud determining unit 140 may determine the cloud with the minimum delay time as the secondary cloud. This allows the impact of port forwarding to be minimized.
 また、セカンダリクラウド決定部140は、クラウドグループ内のプライマリクラウド以外のクラウドの現在の空きリソースの大きさに基づいて、セカンダリクラウドを決定してもよい。この場合には、セカンダリクラウド決定部140は、セカンダリクラウドを決定してから、セカンダリクラウドに配置するCNFの個数(f)を設定してもよい。これにより、セカンダリクラウドに最大限のCNFを配置することもできるようになる。
 また、セカンダリクラウド決定部140は、クラウドグループ内の特定のクラウドを常にセカンダリクラウドに決定してもよい。この場合には、新規アプリケーションがデプロイされ、サービス提供が開始されるまでの時間を短縮することができる。
Further, the secondary cloud determining unit 140 may determine the secondary cloud based on the current free resource size of clouds other than the primary cloud in the cloud group. In this case, the secondary cloud determining unit 140 may determine the secondary cloud and then set the number (f) of CNFs to be placed in the secondary cloud. This also allows the maximum number of CNFs to be placed in the secondary cloud.
Further, the secondary cloud determining unit 140 may always determine a specific cloud within the cloud group as the secondary cloud. In this case, the time it takes for a new application to be deployed and service provision to start can be shortened.
 セカンダリクラウド決定部140は、決定したセカンダリクラウドの情報をデプロイ部170に通知する。また、セカンダリクラウド決定部140は、セカンダリクラウドに配置するCNFの個数(f)についての情報をCNF選択部150に通知する。 The secondary cloud determination unit 140 notifies the deployment unit 170 of information on the determined secondary cloud. Further, the secondary cloud determining unit 140 notifies the CNF selecting unit 150 of information about the number (f) of CNFs to be placed in the secondary cloud.
 CNF選択部150は、対象アプリケーションを構築するCNFの特性についての情報を、例えば、アプリケーションの登録を管理している管理装置から取得する。CNFの特性は、例えば、CNFが、ユーザデータに関連する、又は、制御データに関連する等、サービス提供される際にCNFが担う役割を表す情報である。
 ユーザデータに関連するCNFは、ユーザ端末から直接アクセスされる。ユーザデータに関連するCNFは、ユーザ端末に直接接続される。制御データに関連するCNFは、通常、ユーザ端末から直接アクセスされないが、ユーザデータに関連するCNFに接続され得る。
The CNF selection unit 150 acquires information about the characteristics of the CNF that constructs the target application from, for example, a management device that manages application registration. The characteristics of the CNF are information representing the role played by the CNF when a service is provided, such as, for example, the CNF is related to user data or control data.
CNF related to user data is accessed directly from the user terminal. CNFs related to user data are directly connected to user terminals. CNFs associated with control data are typically not directly accessed by user terminals, but may be connected to CNFs associated with user data.
 CNF選択部150は、また、セカンダリクラウド決定部140から、セカンダリクラウドに配置されるCNFの個数(f)の情報を取得する。
 CNF選択部150は、対象アプリケーションを構築するCNFのうち、CNFの優先順位に基づいて、CNFの優先順位が低い順に、セカンダリクラウドに配置するCNFを選択する。以下では、セカンダリクラウドに配置されるCNFを「対象CNF」とも記載する。
The CNF selection unit 150 also acquires information on the number (f) of CNFs placed in the secondary cloud from the secondary cloud determination unit 140.
The CNF selection unit 150 selects CNFs to be placed in the secondary cloud from among the CNFs that construct the target application, based on the priority order of the CNFs, in descending order of the priority order of the CNFs. In the following, the CNF placed in the secondary cloud will also be referred to as "target CNF."
 CNFの優先順位は、予め設定されてよい。例えば、CNFの優先順位は、CNFの特性に基づいて設定されてよい。CNFの特性は、例えば、CNFが、ユーザデータに関連している、又は、制御データに関連している等、サービス提供される際にCNFが担う役割を表す情報である。
 ユーザデータに関連する機能及び制御データに関連する機能に着目して、優先順位が設定される場合には、ユーザデータに関連するCNFの優先順位が、制御データに関連するCNFの優先順位より高く設定される。
 このように設定されたCNFの優先順位に基づいて、CNF選択部150が、セカンダリクラウドに配置するCNFを選択する場合には、ユーザ端末から直接アクセスされ得るCNFがプライマリクラウドに優先的に配置されるようになる。そのため、ユーザ端末がサービス提供を受ける際の通信遅延の影響を抑えることができる。
The CNF priorities may be set in advance. For example, CNF priorities may be set based on CNF characteristics. The characteristics of the CNF are information representing the role played by the CNF when a service is provided, such as whether the CNF is related to user data or control data.
When priorities are set focusing on functions related to user data and functions related to control data, the priority of CNFs related to user data is higher than the priority of CNFs related to control data. Set.
Based on the CNF priorities set in this way, when the CNF selection unit 150 selects CNFs to be placed in the secondary cloud, CNFs that can be directly accessed from user terminals are preferentially placed in the primary cloud. It becomes like this. Therefore, the influence of communication delay when a user terminal receives service provision can be suppressed.
 また、対象アプリケーションを構築するCNFのみからアクセス(接続)され、対象アプリケーション以外のアプリケーションからはアクセスされないCNFの優先順位が、対象アプリケーション以外のアプリケーションからもアクセスされるCNFの優先順位より、低く設定されるようにしてもよい。
 対象アプリケーションの外部からはアクセスされないCNFが、セカンダリクラウドに配置される場合には、後述の仮想IPアドレスの情報を、対象アプリケーション以外のアプリケーションに通知することが不要となる。
Additionally, the priority of a CNF that is accessed (connected) only by the CNF that builds the target application and is not accessed by applications other than the target application is set lower than the priority of the CNF that is also accessed by applications other than the target application. You may also do so.
When a CNF that is not accessed from outside the target application is placed in a secondary cloud, it is not necessary to notify applications other than the target application of virtual IP address information, which will be described later.
 CNF選択部150は、対象CNFを選択すると、対象CNFの情報をデプロイ部170に通知する。
 なお、セカンダリクラウド決定部140から通知される、セカンダリクラウドに配置されるCNFの個数(f)が、対象アプリケーションを構築するCNFの総数に等しい場合、CNF選択部150は、対象アプリケーションの全てのCNFを選択する。
Upon selecting a target CNF, the CNF selection unit 150 notifies the deployment unit 170 of information on the target CNF.
Note that if the number (f) of CNFs arranged in the secondary cloud, which is notified from the secondary cloud determining unit 140, is equal to the total number of CNFs that construct the target application, the CNF selecting unit 150 selects all CNFs of the target application. Select.
 仮想IPアドレス設定部160は、プライマリクラウドにデプロイされている対象CNFのポート及びセカンダリクラウドにデプロイされている対象CNFのポートに対して、同一の仮想IPアドレスを設定する。以下では、プライマリクラウドにデプロイされている対象CNFのポートを「プライマリポート」とも記載する。また、セカンダリクラウドにデプロイされている対象CNFのポートを「セカンダリポート」とも記載する。 The virtual IP address setting unit 160 sets the same virtual IP address for the port of the target CNF deployed in the primary cloud and the port of the target CNF deployed in the secondary cloud. In the following, the port of the target CNF deployed in the primary cloud will also be referred to as a "primary port." Furthermore, the port of the target CNF deployed in the secondary cloud is also referred to as a "secondary port."
 仮想IPアドレス設定部160は、例えば、プライマリポート及びセカンダリポートに対して、特定のIPアドレスを仮想IPアドレスとして設定する。仮想IPアドレスとして設定される特定のIPアドレスは、プライマリポート及びセカンダリポートに現在割り当てられているIPアドレス以外の、仮想IPアドレス用に予め確保されたIPアドレスであってよい。また、仮想IPアドレスは、プライマリポートに現在割り当てられているIPアドレスであってもよい。また、セカンダリポートに現在割り当てられているIPアドレスであってもよい。 The virtual IP address setting unit 160 sets a specific IP address as a virtual IP address for the primary port and secondary port, for example. The specific IP address set as the virtual IP address may be an IP address reserved in advance for the virtual IP address, other than the IP addresses currently assigned to the primary port and the secondary port. Additionally, the virtual IP address may be the IP address currently assigned to the primary port. Alternatively, it may be the IP address currently assigned to the secondary port.
 プライマリポートと、セカンダリポートとは、L2(レイヤ2)延伸により接続され得る。これにより、プライマリポートへのL2データが、セカンダリポートへポートフォワーディングされる。また、プライマリポート及びセカンダリポートが、対象CNFと異なる他のCNFに対する接続窓口となる。このようにして、プライマリポートとセカンダリポートとに同一のIPアドレスが仮想IPアドレスとして割り当てられることにより、対象CNFと他のCNFとの接続を維持しつつ、プライマリクラウドに代えてセカンダリクラウドにおいて対象CNFが稼動される。これにより、クラウドグループ内で、処理負荷が分散されるようになる。また、プライマリポートとセカンダリポートとは、L2延伸されるため、ユーザ端末に、対象CNFを含む対象アプリケーションによるサービスを提供することができる。
 仮想IPアドレス設定部160は、仮想IPアドレスの情報をデプロイ部170に通知する。
The primary port and the secondary port may be connected by L2 (layer 2) extension. As a result, L2 data destined for the primary port is port forwarded to the secondary port. Further, the primary port and the secondary port serve as connection windows for other CNFs different from the target CNF. In this way, by assigning the same IP address to the primary port and the secondary port as a virtual IP address, the target CNF can be used in the secondary cloud instead of the primary cloud while maintaining the connection between the target CNF and other CNFs. will be put into operation. This allows the processing load to be distributed within the cloud group. Furthermore, since the primary port and the secondary port are L2-extended, it is possible to provide the user terminal with a service by the target application including the target CNF.
The virtual IP address setting unit 160 notifies the deployment unit 170 of virtual IP address information.
 デプロイ部170は、CNF選択部150において選択されたf個の対象CNFを、セカンダリクラウドにデプロイする。セカンダリクラウドへの対象CNFのデプロイが完了すると、デプロイ部170は、トラフィック伝達経路が形成されているか否か確認する。
 具体的には、デプロイ部170は、仮想IPアドレスを介して、プライマリクラウドにデプロイされている対象CNF以外の対象アプリケーションを構築するCNFと、セカンダリクラウドにデプロイされている対象CNFとにより、トラフィック伝達経路が形成されているか否か確認する。トラフィック伝達経路が形成されていることの確認に応答して、デプロイ部170は、プライマリクラウドにデプロイされている対象CNFを削除するための処理を実行する。
The deploying unit 170 deploys the f target CNFs selected by the CNF selecting unit 150 to the secondary cloud. When the deployment of the target CNF to the secondary cloud is completed, the deployment unit 170 checks whether a traffic transmission path has been formed.
Specifically, the deployment unit 170 transmits traffic via a virtual IP address by a CNF that builds a target application other than the target CNF deployed in the primary cloud and a target CNF deployed in the secondary cloud. Check whether the route is created. In response to confirmation that the traffic transmission route has been formed, the deployment unit 170 executes processing for deleting the target CNF deployed in the primary cloud.
 次に、本開示に係る制御装置100によるクラウドグループ内でのリソース共有について、図4A及び図4Bを用いて説明する。図4Aは、リソース共有前の様子を示している。図4Bは、リソース共有後の様子を示している。
 図4A及び図4Bは、3つのエッジクラウド#1、#2、#3によりクラウドグループが形成されている様子を示している。クラウドグループに含まれるエッジクラウドの数は3つに限られない。図4Aは、本開示に係る制御装置100によるリソース共有を適用する前のCNFの配置(配置変更前)の例である。図4Bは、本開示に係る制御装置100によるリソース共有を適用した後のCNFの配置(配置変更後)の例である。
Next, resource sharing within a cloud group by the control device 100 according to the present disclosure will be described using FIGS. 4A and 4B. FIG. 4A shows the situation before resource sharing. FIG. 4B shows the situation after resource sharing.
FIGS. 4A and 4B show how a cloud group is formed by three edge clouds #1, #2, and #3. The number of edge clouds included in a cloud group is not limited to three. FIG. 4A is an example of the arrangement of CNFs (before arrangement change) before applying resource sharing by the control device 100 according to the present disclosure. FIG. 4B is an example of the arrangement of CNFs (after arrangement change) after applying resource sharing by the control device 100 according to the present disclosure.
 図4Aには、各エッジクラウド内の仮想化基盤上に、アプリケーションを構築するCNFが配置されている様子が簡潔化して示されている。エッジクラウド#1には、アプリケーション#1を構築するCNF#11、#12、#13、#14が配置されている。エッジクラウド#1のPort11、Port12、Port13、Port14には、CNF#11、CNF#12、CNF#13、CNF#14が対応付けられている。エッジクラウド#2には、アプリケーション#2を構築するCNF#21、#22が配置されている。エッジクラウド#2のPort21、Port22には、CNF#21、CNF#22が対応付けられている。なお、エッジクラウド#2のPort23、Port24には、対応付けられたCNFがなく、空きポートとなっている。エッジクラウド#3には、アプリケーションを構築するCNFが多数配置されている。
 仮想化基盤には、vSwitch(仮想スイッチ)が設けられている。vSwitchは、複数のポートを管理し、複数のCNF間をL2(レイヤ2)接続するために用いられる。
FIG. 4A shows a simplified view of how CNFs that build applications are arranged on the virtualization infrastructure in each edge cloud. CNFs #11, #12, #13, and #14 that construct application #1 are arranged in edge cloud #1. CNF#11, CNF#12, CNF#13, and CNF#14 are associated with Port11, Port12, Port13, and Port14 of edge cloud #1. CNF #21 and #22 that construct application #2 are arranged in edge cloud #2. CNF#21 and CNF#22 are associated with Port21 and Port22 of edge cloud #2. Note that Port23 and Port24 of edge cloud #2 have no associated CNF and are empty ports. A large number of CNFs that build applications are arranged in edge cloud #3.
The virtualization infrastructure is provided with a vSwitch (virtual switch). The vSwitch is used to manage multiple ports and provide L2 (layer 2) connections between multiple CNFs.
 各ポートには、IPアドレスが割り当てられている。図5Aは、図4Aに示された配置構成を採る場合のCNFと、Portと、IPアドレスとの対応関係を示す図である。
 図5Aに示す例では、エッジクラウド#1のPort11、Port12、Port13、Port14に対して、IPアドレス199.0.2.11、IPアドレス199.0.2.12、IPアドレス199.0.2.13、IPアドレス199.0.2.14が割り当てられている。また、Port11、Port12、Port13、Port14に対して、CNF#11、CNF#12、CNF#13、CNF#14が対応付けられている。
 また、エッジクラウド#2のPort21、Port22、Port23、Port24に対して、IPアドレス199.0.2.21、IPアドレス199.0.2.22、IPアドレス199.0.2.23、IPアドレス199.0.2.24が割り当てられている。また、Port21、Port22に対して、CNF#21、CNF#22が対応付けられている。Port23、Port24に対しては、CNFは対応付けされておらず(「No deployed」)、空きポートとなっている。
Each port is assigned an IP address. FIG. 5A is a diagram showing the correspondence between CNFs, ports, and IP addresses when the arrangement shown in FIG. 4A is adopted.
In the example shown in FIG. 5A, IP address 199.0.2.11, IP address 199.0.2.12, and IP address 199.0.2 are assigned to Port11, Port12, Port13, and Port14 of edge cloud #1. .13, and the IP address 199.0.2.14 is assigned. Further, CNF#11, CNF#12, CNF#13, and CNF#14 are associated with Port11, Port12, Port13, and Port14.
Also, for Port21, Port22, Port23, and Port24 of Edge Cloud #2, IP address 199.0.2.21, IP address 199.0.2.22, IP address 199.0.2.23, IP address 199.0.2.24 is assigned. Furthermore, CNF#21 and CNF#22 are associated with Port21 and Port22. CNF is not associated with Port23 and Port24 (“No deployed”) and they are empty ports.
 この場合に、アプリケーション選択部130において、アプリケーション#1が対象アプリケーションに選択され、セカンダリクラウド決定部140において、エッジクラウド#2がセカンダリクラウドに決定されたとする。また、CNF選択部150において、CNF#14が対象CNFに選択されたとする。この場合、デプロイ部170は、図4Bに示すように、エッジクラウド#2にCNF#14をデプロイする。なお、図4Bに示す例では、エッジクラウド#2において空きポートであったPort24に、CNF#14が対応付けられた様子が示されている。
 この例では、エッジクラウド#1のPort14が、プライマリポートであり、エッジクラウド#2のPort24が、セカンダリポートである。
In this case, it is assumed that the application selection unit 130 selects the application #1 as the target application, and the secondary cloud determination unit 140 determines the edge cloud #2 as the secondary cloud. Further, assume that the CNF selection unit 150 selects CNF #14 as the target CNF. In this case, the deployment unit 170 deploys CNF #14 to edge cloud #2, as shown in FIG. 4B. Note that the example shown in FIG. 4B shows how CNF #14 is associated with Port24, which was an empty port in edge cloud #2.
In this example, Port14 of edge cloud #1 is the primary port, and Port24 of edge cloud #2 is the secondary port.
 仮想IPアドレス設定部160は、プライマリポートであるPort14に対して、仮想IPアドレスを設定する。図5Bは、図4Bに示された配置構成を採る場合のCNFと、Portと、IPアドレスとの対応関係を示す図である。仮想IPアドレス設定部160は、図5Bに示すように、例えば、仮想IPアドレスとして確保されているIPアドレス「199.0.2.255」を、プライマリポートであるPort14のIPアドレスに設定する。また、仮想IPアドレス設定部160は、同一のIPアドレス「199.0.2.255」を、セカンダリポートであるPort24のIPアドレスに設定する。これにより、プライマリポート及びセカンダリポートに、同一のIPアドレス「199.0.2.255」が仮想IPアドレスとして設定されることになる。 The virtual IP address setting unit 160 sets a virtual IP address for Port14, which is the primary port. FIG. 5B is a diagram showing the correspondence between CNFs, ports, and IP addresses when the arrangement shown in FIG. 4B is adopted. As shown in FIG. 5B, the virtual IP address setting unit 160 sets, for example, the IP address "199.0.2.255", which is secured as a virtual IP address, as the IP address of Port14, which is the primary port. Furthermore, the virtual IP address setting unit 160 sets the same IP address "199.0.2.255" as the IP address of Port24, which is the secondary port. As a result, the same IP address "199.0.2.255" is set as a virtual IP address for the primary port and the secondary port.
 Port14と、Port24とは、L2(レイヤ2)延伸により接続され得る。Port14が、CNF#14以外のCNFに対する接続窓口となって、Port14へのL2データが、Port24へポートフォワーディングされる。Port14及びPort24に同一のIPアドレスを仮想IPアドレスとして割り当てることにより、対象CNFの処理が、エッジクラウド#1に代えて、エッジクラウド#2において実行されるようになる。これにより、クラウドグループ内で、処理負荷が分散されるようになる。また、Port14へのL2データは、L2延伸によりPort24へポートフォワーディングされるので、対象CNFへアクセスする他のCNFは、対象CNFがどのクラウドにデプロイされているかについて把握している必要がない。このようにして、アプリケーションを構築するCNFの配置変更を動的に行う場合においても、配置変更による影響を抑えつつ、ユーザ端末に安定してサービスを提供することができる。 Port14 and Port24 may be connected by L2 (layer 2) extension. Port14 serves as a connection window for CNFs other than CNF#14, and L2 data to Port14 is port forwarded to Port24. By assigning the same IP address to Port14 and Port24 as a virtual IP address, processing of the target CNF is executed in edge cloud #2 instead of edge cloud #1. This allows the processing load to be distributed within the cloud group. Further, since L2 data to Port14 is port forwarded to Port24 by L2 extension, other CNFs accessing the target CNF do not need to know in which cloud the target CNF is deployed. In this way, even when dynamically changing the placement of CNFs that build applications, it is possible to stably provide services to user terminals while suppressing the effects of the placement changes.
 図6は、本開示に係る制御装置100の動作例を示すフローチャートである。
 リソース監視部110は、クラウドグループ内のクラウドのリソース使用状況を監視する(S11)。
 リソース判定部120は、プライマリクラウドへの新規アプリケーションの作成依頼時に、プライマリクラウドのリソースが逼迫しているか否か判定する(S12)。具体的には、リソース判定部120は、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースがプライマリクラウドにない場合、リソースが逼迫していると判定する。
 アプリケーション選択部130は、プライマリクラウドにデプロイされている既存アプリケーションから、セカンダリクラウドにデプロイすべきアプリケーション(対象アプリケーション)を選択する(S13)。S13において、アプリケーション選択部130は、アプリケーションの優先順位又は稼動状況に基づいて、アプリケーション選択部130を選択してもよい。
FIG. 6 is a flowchart illustrating an example of the operation of the control device 100 according to the present disclosure.
The resource monitoring unit 110 monitors the resource usage status of the cloud in the cloud group (S11).
When requesting the primary cloud to create a new application, the resource determining unit 120 determines whether or not the resources of the primary cloud are tight (S12). Specifically, the resource determination unit 120 determines that resources are tight if the primary cloud does not have the resources to deploy all CNFs that construct a new application.
The application selection unit 130 selects an application (target application) to be deployed to the secondary cloud from existing applications deployed to the primary cloud (S13). In S13, the application selection unit 130 may select an application selection unit 130 based on the priority order or operating status of the application.
 セカンダリクラウド決定部140は、対象アプリケーションを構築する全てのCNFのうち、セカンダリクラウドに配置するCNF(対象CNF)の数(f)を設定する(S14)。セカンダリクラウド決定部140は、セカンダリクラウドを決定する(S15)。なお、前述したように、セカンダリクラウドを決定してから、CNF(対象CNF)の数(f)を設定してもよい。
 CNF選択部150は、対象アプリケーションを構築するCNFから、f個のセカンダリクラウドに配置するCNF(対象CNF)を選択する(S16)。S16において、CNF選択部150は、予め設定されているCNFの優先順位に基づいて、対象CNFを選択してもよい。
 デプロイ部170は、選択された対象CNFをセカンダリクラウドにデプロイする(S17)。
 仮想IPアドレス設定部160は、プライマリポート及びセカンダリポートに対して、同一のIPアドレスを仮想IPアドレスとして設定する(S18)。プライマリポートは、プライマリクラウドにデプロイされている対象CNFのポートである。セカンダリポートは、セカンダリクラウドにデプロイされている対象CNFのポートである。
 なお、S12において、新規アプリケーションの作成依頼があったプライマリクラウドのリソースが逼迫していないと判定された場合、デプロイ部170は、新規アプリケーションをプライマリクラウドに作成する。(S19)。
The secondary cloud determining unit 140 sets the number (f) of CNFs (target CNFs) to be placed in the secondary cloud among all CNFs that construct the target application (S14). The secondary cloud determining unit 140 determines a secondary cloud (S15). Note that, as described above, the number (f) of CNFs (target CNFs) may be set after determining the secondary cloud.
The CNF selection unit 150 selects CNFs (target CNFs) to be placed in f secondary clouds from the CNFs that construct the target application (S16). In S16, the CNF selection unit 150 may select the target CNF based on a preset CNF priority order.
The deployment unit 170 deploys the selected target CNF to the secondary cloud (S17).
The virtual IP address setting unit 160 sets the same IP address as a virtual IP address for the primary port and the secondary port (S18). The primary port is the port of the target CNF deployed in the primary cloud. The secondary port is a port of the target CNF deployed in the secondary cloud.
Note that in S12, if it is determined that the resources of the primary cloud for which the new application creation request was made are not under strain, the deployment unit 170 creates the new application in the primary cloud. (S19).
 次に、図7を用いて、本開示に係る制御装置100における動作について説明する。図7は、本開示に係る制御装置100における処理シーケンスの一例を示す図である。
 制御装置100は、クラウドグループ内のクラウドのリソース使用状況を監視する(「リソース情報管理」、T11)。
Next, the operation of the control device 100 according to the present disclosure will be described using FIG. 7. FIG. 7 is a diagram illustrating an example of a processing sequence in the control device 100 according to the present disclosure.
The control device 100 monitors the resource usage status of the cloud in the cloud group (“resource information management”, T11).
 図7には、クラウドグループ内のプライマリクラウド以外の第i番目のクラウド(クラウド(i)とも記載する)のリソース使用状況が監視されている様子が示されている。ここで、i=1からN-1であり、Nはクラウドグループ内のクラウドの総数である。
 また、リソース使用状況の監視は、定期的、又は、新規アプリケーションの作成依頼をトリガとして行われてもよい。
FIG. 7 shows how the resource usage status of the i-th cloud (also referred to as cloud (i)) other than the primary cloud in the cloud group is monitored. Here, i=1 to N-1, and N is the total number of clouds in the cloud group.
Further, the resource usage status may be monitored periodically or triggered by a request to create a new application.
 制御装置100は、クラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼(「新規アプリケーション作成依頼」、T12)をトリガとして、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースが、プライマリクラウドにあるか否かを判定する(「リソース判定」、T13)。例えば、比率fsum/fmaxで定義されるリソース使用割合Rが1以下の場合、制御装置100は、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースがプライマリクラウドにある(「リソース逼迫無し」)と判定する。一方、リソース使用割合Rが1より大きい場合、制御装置100は、新規アプリケーションを構築する全てのCNFをデプロイするためのリソースがプライマリクラウドにない(「リソース逼迫有り」)と判定する。 The control device 100 triggers a request to create a new application to the primary cloud in the cloud group (“new application creation request”, T12), and the control device 100 determines that the resources for deploying all CNFs for building the new application are available in the primary cloud. ("resource determination", T13). For example, if the resource usage ratio R defined by the ratio f sum /f max is 1 or less, the control device 100 determines that the primary cloud has resources for deploying all CNFs that construct a new application ("resources are tight"). "No"). On the other hand, if the resource usage ratio R is greater than 1, the control device 100 determines that the primary cloud does not have the resources to deploy all the CNFs that construct the new application (“resources are tight”).
 「リソース判定」(T13)において、「リソース逼迫有り」と判定された場合、制御装置100は、セカンダリクラウドにデプロイすべきアプリケーション(対象アプリケーション)を選択する(「アプリケーション選択」、T14)。対象アプリケーションは、プライマリクラウドにデプロイされている既存アプリケーションから、アプリケーションの優先順位又は稼動状況に基づいて、選択され得る。
 対象アプリケーションが選択されると、制御装置100は、対象アプリケーションを構築するCNFの少なくとも一部を配置するセカンダリクラウドを決定する(「セカンダリクラウド決定」、T15)。また、「セカンダリクラウド決定」(T15)では、制御装置100は、セカンダリクラウドに配置するCNF(対象CNF)の数を設定する。
 また、制御装置100は、例えば、CNFの優先順位に基づいて、セカンダリクラウドに配置するCNF(対象CNF)を選択する(「CNFの選択」、T16)。
If it is determined in the "resource determination" (T13) that "resources are tight", the control device 100 selects an application (target application) to be deployed to the secondary cloud ("application selection", T14). The target application may be selected from existing applications deployed in the primary cloud based on the priority or operating status of the application.
When the target application is selected, the control device 100 determines a secondary cloud in which to place at least a portion of the CNF that constructs the target application (“determine secondary cloud”, T15). Furthermore, in "Secondary Cloud Determination" (T15), the control device 100 sets the number of CNFs (target CNFs) to be placed in the secondary cloud.
Further, the control device 100 selects a CNF (target CNF) to be placed in the secondary cloud, for example, based on the priority order of the CNF (“CNF selection”, T16).
 制御装置100は、選択された対象CNFをセカンダリクラウドにデプロイする(T17)。
 なお、「リソース判定」(T13)において、「リソース逼迫無し」と判定された場合、制御装置100は、プライマリクラウドに新規アプリケーションを構築する全てのCNFをデプロイすると決定してもよい(T14、T15、T16)。この場合には、制御装置100は、新規アプリケーションを構築する全てのCNFをプライマリクラウドにデプロイする(T17A)。
The control device 100 deploys the selected target CNF to the secondary cloud (T17).
Note that in the "resource determination" (T13), if it is determined that "there is no resource strain", the control device 100 may decide to deploy all CNFs for constructing a new application in the primary cloud (T14, T15). , T16). In this case, the control device 100 deploys all CNFs for constructing a new application to the primary cloud (T17A).
 制御装置100は、プライマリポート及びセカンダリポートに対して、同一のIPアドレスを仮想IPアドレスとして設定する(「仮想IPアドレス設定」、T18)。制御装置100は、仮想IPアドレスを介して、プライマリクラウドにデプロイされている対象CNF以外のCNFと、セカンダリクラウドにデプロイされている対象CNFとにより、トラフィック伝達経路が形成されているか否か確認する。トラフィック伝達経路が形成されていることの確認に応答して、制御装置100は、プライマリクラウドにデプロイされている対象CNFを削除するための処理を実行する(T19)。 The control device 100 sets the same IP address as a virtual IP address for the primary port and the secondary port (“virtual IP address setting”, T18). The control device 100 checks whether a traffic transmission path is formed by a CNF other than the target CNF deployed in the primary cloud and a target CNF deployed in the secondary cloud via the virtual IP address. . In response to confirmation that the traffic transmission path has been formed, the control device 100 executes processing for deleting the target CNF deployed in the primary cloud (T19).
 以上説明したよう、本開示に係る制御装置100は、少なくとも、アプリケーション選択部130、CNF選択部150、仮想IPアドレス設定部160、及び、デプロイ部170を備える。アプリケーション選択部130が、複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドにデプロイされている既存アプリケーションから、クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを選択する。例えば、新規アプリケーションのプライマリクラウドへの作成依頼時に、プライマリクラウドのリソースが逼迫していることをトリガとして、対象アプリケーションを選択する。CNF選択部150は、対象アプリケーションを構築するCNF(Containerized Network Function)のうち、クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを少なくとも1つ選択する。デプロイ部170は、セカンダリクラウドに前記対象CNFをデプロイする。仮想IPアドレス設定部160は、プライマリクラウドにデプロイされている対象CNFのポート及びセカンダリクラウドにデプロイされている対象CNFのポートに対して、同一のIPアドレスを仮想IPアドレスとして設定する。 As described above, the control device 100 according to the present disclosure includes at least the application selection section 130, the CNF selection section 150, the virtual IP address setting section 160, and the deployment section 170. The application selection unit 130 selects a target application to be deployed to a secondary cloud in a cloud group from existing applications deployed to a primary cloud in a cloud group formed by a plurality of clouds. For example, when requesting the creation of a new application in the primary cloud, the target application is selected using the fact that the primary cloud's resources are tight as a trigger. The CNF selection unit 150 selects at least one target CNF to be deployed to the secondary cloud in the cloud group from among the CNFs (Containerized Network Functions) that construct the target application. The deployment unit 170 deploys the target CNF to the secondary cloud. The virtual IP address setting unit 160 sets the same IP address as a virtual IP address for the port of the target CNF deployed in the primary cloud and the port of the target CNF deployed in the secondary cloud.
 制御装置100が、上記のような構成を採ることにより、アプリケーションを構築するCNFの配置変更を動的に行う場合においても、配置変更による影響を抑えつつ、ユーザ端末に安定してサービスを提供することができる。
 また、アプリケーションを構築するCNFを異なるクラウドに分散して配置することができるので、クラウドグループ全体としてのコンピューティングリソース消費を平準化することができる。
By adopting the configuration described above, the control device 100 can stably provide services to user terminals while suppressing the influence of the placement change even when dynamically changing the placement of the CNF that builds the application. be able to.
Furthermore, since CNFs that build applications can be distributed and placed in different clouds, it is possible to level out the consumption of computing resources for the cloud group as a whole.
 また、アプリケーション選択部130は、プライマリクラウドにデプロイされている既存アプリケーションの優先順位又は稼動状況に基づいて、対象アプリケーションを選択してもよい。これにより、優先順位又は稼動状況が高いアプリケーションがプライマリクラウドに配置され、優先順位又は稼動状況が低いアプリケーションがセカンダリクラウドに配置されるようになるので、PDUセッションが一時的に切断される等の、配置変更による影響を抑えることができる。
 なお、アプリケーション選択部130は、プライマリクラウドにデプロイされている既存アプリケーションから対象アプリケーションを選択するのに先立ち、既存アプリケーションと新規アプリケーションとの優先順位を比較してよい。新規アプリケーションの優先順位が既存アプリケーションより高い場合に、アプリケーション選択部130は、対象アプリケーションを既存アプリケーションから選択するようにしてよい。新規アプリケーションの優先順位が既存アプリケーションより低い場合には、アプリケーション選択部130は、新規アプリケーションをセカンダリクラウドにデプロイすべき対象アプリケーションに選択してよい。アプリケーション選択部130は、新規アプリケーションがセカンダリクラウドにデプロイされるようセカンダリクラウド決定部140及びCNF選択部150に指示してよい。この場合には、仮想IPアドレス設定部160に対して、仮想IPアドレスを設する旨の指示は出力されないことになる。
Further, the application selection unit 130 may select a target application based on the priority order or operating status of existing applications deployed in the primary cloud. As a result, applications with high priority or operating status will be placed in the primary cloud, and applications with low priority or operating status will be placed in the secondary cloud, so that the PDU session may be temporarily disconnected, etc. The effects of changes in layout can be suppressed.
Note that, before selecting a target application from existing applications deployed in the primary cloud, the application selection unit 130 may compare the priorities of the existing application and the new application. If the priority of the new application is higher than the existing application, the application selection unit 130 may select the target application from the existing applications. If the new application has a lower priority than the existing application, the application selection unit 130 may select the new application as the target application to be deployed to the secondary cloud. The application selection unit 130 may instruct the secondary cloud determination unit 140 and the CNF selection unit 150 to deploy the new application to the secondary cloud. In this case, no instruction to set a virtual IP address will be output to the virtual IP address setting unit 160.
 なお、以上の説明では、ユーザ端末に提供されるサービスを提供するためのアプリケーションが、図2に示すような構成を有している場合を例に説明したが、これに限定されるものではない。アプリケーションが、サービス提供する際の役割毎に分割された役割単位から構築され、これら役割単位が異なるクラウドにデプロイされた場合においても、役割単位同士の機能連携通信が可能であるようなアーキテクチャが採られていればよい。 Note that in the above explanation, an example has been explained in which an application for providing services provided to a user terminal has a configuration as shown in FIG. 2, but the present invention is not limited to this. . Even if an application is built from role units that are divided into roles when providing a service, and these role units are deployed to different clouds, an architecture is adopted that allows functional coordination communication between role units. It would be fine if it was.
 図8は、本開示に係る制御装置100を実装するコンピュータ200を示す図である。コンピュータ200は、プロセッサ210と、メモリ220と、通信部230と、を含む。プロセッサ210、メモリ220、及び通信部230の数は限定されず、1つ又は複数であってよい。また、プロセッサ210、メモリ220、及び通信部230は、制御装置100を構成する各部が配置される場所毎にまとめてデプロイされていてもよい。プロセッサ210は、制御装置100にインストールされるプログラムに従って動作するマイクロプロセッサ等のプログラム制御デバイスである。メモリ220は、ROM若しくはRAM等の記憶素子、ソリッドステートドライブ(SSD)、又はハードディスクドライブ(HDD)等の記憶デバイスである。メモリ220には、プロセッサ210によって実行されるプログラム等が記憶される。通信部230は、例えば、NIC又は無線LANモジュール等の通信インターフェースである。なお、通信部230において、SDN(Software-Defined Networking)が実装されていてもよい。
 コンピュータ200は、更にストレージ240を含んでもよい。
 ストレージ240に記憶されるアプリケーション情報としては、新規アプリケーションを構築するCNF総数の情報、CNFの特性についての情報、及び、アプリケーションの優先順位の情報を例示することができる。
 コンピュータ200は、図示していない他の構成を更に含んでいてもよい。
FIG. 8 is a diagram showing a computer 200 implementing the control device 100 according to the present disclosure. Computer 200 includes a processor 210, a memory 220, and a communication unit 230. The number of processors 210, memories 220, and communication units 230 is not limited, and may be one or more. Further, the processor 210, the memory 220, and the communication unit 230 may be deployed together at each location where each unit that constitutes the control device 100 is arranged. The processor 210 is a program-controlled device such as a microprocessor that operates according to a program installed in the control device 100. The memory 220 is a storage device such as a storage element such as ROM or RAM, a solid state drive (SSD), or a hard disk drive (HDD). The memory 220 stores programs and the like executed by the processor 210. The communication unit 230 is, for example, a communication interface such as a NIC or a wireless LAN module. Note that SDN (Software-Defined Networking) may be implemented in the communication unit 230.
Computer 200 may further include storage 240.
Examples of the application information stored in the storage 240 include information on the total number of CNFs for constructing a new application, information on CNF characteristics, and information on application priorities.
Computer 200 may further include other components not shown.
 本開示に係る制御装置100は、1以上のプロセッサを備える。1以上のプロセッサが、複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、プライマリクラウドのリソースが逼迫していることをトリガとして、クラウドグループ内のプライマリクラウドにデプロイされている既存アプリケーションから、クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを選択する。1以上のプロセッサが、対象アプリケーションを構築するCNF(Containerized Network Function)のうち、クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを少なくとも1つ選択する。1以上のプロセッサが、セカンダリクラウドに対象CNFをデプロイする。1以上のプロセッサが、プライマリクラウドにデプロイされている対象CNFのポート及びセカンダリクラウドにデプロイされている対象CNFのポートに対して、同一のIPアドレスを仮想IPアドレスとして設定する。 The control device 100 according to the present disclosure includes one or more processors. When one or more processors requests the creation of a new application to the primary cloud in a cloud group formed by multiple clouds, the primary cloud's resources are tight, which triggers the deployment to the primary cloud in the cloud group. Select the target application to be deployed to the secondary cloud in the cloud group from among the existing applications that are currently available. One or more processors select at least one target CNF to be deployed to a secondary cloud in a cloud group from among CNFs (Containerized Network Functions) that construct a target application. One or more processors deploy the target CNF to a secondary cloud. One or more processors set the same IP address as a virtual IP address for a port of a target CNF deployed in a primary cloud and a port of a target CNF deployed in a secondary cloud.
 なお、アプリケーションの構築に、コンテナ型仮想化技術が適用されている場合、本開示に係る制御装置100は、オーケストレータの機能を用いて、クラウド間におけるリソース共有を実現してもよい。 Note that when container-type virtualization technology is applied to the construction of an application, the control device 100 according to the present disclosure may realize resource sharing between clouds using the function of an orchestrator.
 本開示は、前述の構成に限定されず、本開示には制御プログラムも含まれる。すなわち、コンピュータによって読み込まれると、コンピュータの1以上のプロセッサに、制御装置100の各部を実行させるためのプログラムも本開示に含まれる。
 当該上記プログラムは、コンピュータ読み取り可能で非一時的な(non-transitory)記憶媒体に記録されて提供されてよい。
The present disclosure is not limited to the above configuration, and the present disclosure also includes a control program. That is, the present disclosure also includes a program that, when read by a computer, causes one or more processors of the computer to execute each part of the control device 100.
The above-mentioned program may be provided recorded on a computer-readable non-transitory storage medium.
 本開示は次の態様を含む。 The present disclosure includes the following aspects.
[1] 1以上のプロセッサを備え、前記1以上のプロセッサが、
 複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを選択することと、
 前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを少なくとも1つ選択することと、
 前記セカンダリクラウドに前記対象CNFをデプロイすることと、
 前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを仮想IPアドレスとして設定することと、
を実行する、制御装置。
[1] Comprising one or more processors, the one or more processors:
When requesting the creation of a new application on a primary cloud in a cloud group formed by multiple clouds, the resource shortage of the primary cloud will trigger the request to create a new application from the existing application deployed on the primary cloud. Selecting target applications to be deployed to secondary clouds within the cloud group;
Selecting at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application;
deploying the target CNF on the secondary cloud;
Setting the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud;
A control device that executes.
[2] 前記1以上のプロセッサが、
 前記仮想IPアドレスを介して、前記プライマリクラウドにデプロイされている前記対象CNF以外の前記対象アプリケーションを構築するCNFと、前記セカンダリクラウドにデプロイされている前記対象CNFとにより、トラフィック伝達経路が形成されているか否か確認することと、
 前記トラフィック伝達経路が形成されていることに応答して、前記プライマリクラウドにデプロイされている前記対象CNFを削除することと、
を更に実行する、[1]に記載の制御装置。
[2] The one or more processors:
A traffic transmission path is formed by a CNF that builds the target application other than the target CNF deployed in the primary cloud and the target CNF deployed in the secondary cloud via the virtual IP address. Check whether the
Deleting the target CNF deployed in the primary cloud in response to the formation of the traffic transmission route;
The control device according to [1], which further executes.
[3] 前記1以上のプロセッサが、
 前記プライマリクラウドのリソース使用状況を監視することと、
を更に実行する、[1]又は[2]に記載の制御装置。
[3] The one or more processors:
Monitoring resource usage of the primary cloud;
The control device according to [1] or [2], which further executes the following.
[4] 前記1以上のプロセッサは、
 前記既存アプリケーションの稼動状況に基づいて、前記対象アプリケーションを選択する、[1]から[3]のいずれか1つに記載の制御装置。
[4] The one or more processors are:
The control device according to any one of [1] to [3], which selects the target application based on the operating status of the existing application.
[5] 前記稼動状況は、前記アプリケーションの稼動時間、前記アプリケーションに接続されているユーザ端末数、前記アプリケーションのデータ量、及び、前記アプリケーションのスループットのうち少なくとも1つを含む、[4]に記載の制御装置。 [5] The operating status includes at least one of the operating time of the application, the number of user terminals connected to the application, the amount of data of the application, and the throughput of the application, as described in [4] control device.
[6] 前記1以上のプロセッサは、
 前記既存アプリケーションの優先順位に基づいて、前記対象アプリケーションを選択する、[1]から[3]のいずれか1つに記載の制御装置。
[6] The one or more processors are:
The control device according to any one of [1] to [3], which selects the target application based on a priority order of the existing applications.
[7] 前記アプリケーションの優先順位は、QoS(Quality of service)に応じて設定されている、[6]に記載の制御装置。 [7] The control device according to [6], wherein the priority order of the applications is set according to QoS (Quality of service).
[8] 前記1以上のプロセッサが、
 予め設定されているCNFの優先順位に基づいて、前記少なくとも一部のCNFを選択すること、
を更に実行する、[1]から[7]のいずれか1つに記載の制御装置。
[8] The one or more processors,
Selecting the at least some CNFs based on a preset CNF priority order;
The control device according to any one of [1] to [7], which further executes the following.
[9] 前記予め設定されているCNFの優先順位では、ユーザデータに関連するCNFの優先順位が、制御データに関連するCNFの優先順位より高い、[8]に記載の制御装置。 [9] The control device according to [8], wherein in the preset CNF priorities, a CNF related to user data has a higher priority than a CNF related to control data.
[10] 前記1以上のプロセッサは、
 空きリソースの大きさが最大のクラウドを前記セカンダリクラウドに決定すること、
を更に実行する、[1]から[9]のいずれか1つに記載の制御装置。
[10] The one or more processors include:
determining a cloud with the largest amount of free resources as the secondary cloud;
The control device according to any one of [1] to [9], which further executes.
[11] 前記1以上のプロセッサは、
 前記空きリソースの大きさが同じクラウドが複数ある場合、前記空きリソースの大きさが同じ複数のクラウドのうち、前記プライマリクラウドからの距離が最小のクラウドを前記セカンダリクラウドに決定する、[10]に記載の制御装置。
[11] The one or more processors include:
If there are multiple clouds with the same free resource size, the cloud with the smallest distance from the primary cloud is determined as the secondary cloud among the multiple clouds with the same free resource size. Control device as described.
[12] 前記1以上のプロセッサは、
 前記プライマリクラウドと前記プライマリクラウド以外のクラウドとの距離に基づいて、前記セカンダリクラウドを決定すること、
を更に実行する、[1]から[9]のいずれか1つに記載の制御装置。
[12] The one or more processors include:
determining the secondary cloud based on a distance between the primary cloud and a cloud other than the primary cloud;
The control device according to any one of [1] to [9], which further executes.
[13] 前記1以上のプロセッサは、
 前記プライマリクラウドからの距離が最小のクラウドを前記セカンダリクラウドに決定する、[12]に記載の制御装置。
[13] The one or more processors include:
The control device according to [12], wherein a cloud having a minimum distance from the primary cloud is determined as the secondary cloud.
[14] 前記1以上のプロセッサは、
 前記プライマリクラウドにデプロイされている前記対象CNFのポートから前記セカンダリクラウドにデプロイされている前記対象CNFのポートへのポートフォワーディングに起因する遅延時間に基づいて、前記セカンダリクラウドを決定すること、
を更に実行する、[1]から[9]のいずれか1つに記載の制御装置。
[14] The one or more processors include:
determining the secondary cloud based on a delay time caused by port forwarding from a port of the target CNF deployed in the primary cloud to a port of the target CNF deployed in the secondary cloud;
The control device according to any one of [1] to [9], which further executes.
[15] 前記1以上のプロセッサは、
 前記遅延時間が最小となるクラウドを前記セカンダリクラウドに決定する、[14]に記載の制御装置。
[15] The one or more processors include:
The control device according to [14], which determines the cloud with the minimum delay time as the secondary cloud.
[16] 前記対象アプリケーションは、マイクロサービスアーキテクチャにより構築されている、[1]から[15]のいずれか1つに記載の制御装置。 [16] The control device according to any one of [1] to [15], wherein the target application is constructed using a microservice architecture.
[17] 複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを、プロセッサを用いて、選択することと、
 前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを、プロセッサを用いて、少なくとも1つ選択することと、
 前記セカンダリクラウドに前記対象CNFを、プロセッサを用いて、デプロイすることと、
 前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを、プロセッサを用いて、仮想IPアドレスとして設定することと、
を含む、制御方法。
[17] When requesting the creation of a new application to a primary cloud in a cloud group formed by multiple clouds, the existing application deployed to the primary cloud is triggered by the fact that the primary cloud's resources are tight. Selecting, using a processor, a target application to be deployed to a secondary cloud in the cloud group from
Using a processor, selecting at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application;
Deploying the target CNF in the secondary cloud using a processor;
The same IP address is set as a virtual IP address using a processor for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud. ,
including control methods.
[18] コンピュータによって読み込まれると、前記コンピュータの1以上のプロセッサに、
 複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを選択することと、
 前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを少なくとも1つ選択することと、
 前記セカンダリクラウドに前記対象CNFをデプロイすることと、
 前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを仮想IPアドレスとして設定することと、
を実行させるプログラムが記録された、非一時的(non-transitory)なコンピュータ可読媒体。
[18] When read by a computer, one or more processors of said computer:
When requesting the creation of a new application on a primary cloud in a cloud group formed by multiple clouds, the resource shortage of the primary cloud will trigger the request to create a new application from the existing application deployed on the primary cloud. Selecting target applications to be deployed to secondary clouds within the cloud group;
Selecting at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application;
deploying the target CNF on the secondary cloud;
Setting the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud;
A non-transitory computer-readable medium on which a program for executing is recorded.
 なお、本開示は、前述の実施形態に限定されるものではなく、前述の構成に対して、構成要素の付加、削除又は転換を行った様々な変形例も含むものとする。 Note that the present disclosure is not limited to the above-described embodiments, but also includes various modifications in which components are added, deleted, or converted to the above-described configuration.
 100 制御装置
 110 リソース監視部
 120 リソース判定部
 130 アプリケーション選択部
 140 セカンダリクラウド決定部
 150 CNF選択部
 160 仮想IPアドレス設定部
 170 デプロイ部
 200 コンピュータ
 210 プロセッサ
 220 メモリ
 230 通信部
 240 ストレージ

 
100 Control device 110 Resource monitoring unit 120 Resource determination unit 130 Application selection unit 140 Secondary cloud determination unit 150 CNF selection unit 160 Virtual IP address setting unit 170 Deployment unit 200 Computer 210 Processor 220 Memory 230 Communication unit 240 Storage

Claims (18)

  1.  1以上のプロセッサを備え、前記1以上のプロセッサが、
     複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを選択することと、
     前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを少なくとも1つ選択することと、
     前記セカンダリクラウドに前記対象CNFをデプロイすることと、
     前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを仮想IPアドレスとして設定することと、
    を実行する、制御装置。
    comprising one or more processors, the one or more processors comprising:
    When requesting the creation of a new application on a primary cloud in a cloud group formed by multiple clouds, the resource shortage of the primary cloud will trigger the request to create a new application from the existing application deployed on the primary cloud. Selecting target applications to be deployed to secondary clouds within the cloud group;
    Selecting at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application;
    deploying the target CNF on the secondary cloud;
    Setting the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud;
    A control device that executes.
  2.  前記1以上のプロセッサが、
     前記仮想IPアドレスを介して、前記プライマリクラウドにデプロイされている前記対象CNF以外の前記対象アプリケーションを構築するCNFと、前記セカンダリクラウドにデプロイされている前記対象CNFとにより、トラフィック伝達経路が形成されているか否か確認することと、
     前記トラフィック伝達経路が形成されていることに応答して、前記プライマリクラウドにデプロイされている前記対象CNFを削除することと、
    を更に実行する、請求項1に記載の制御装置。
    the one or more processors,
    A traffic transmission path is formed by a CNF that builds the target application other than the target CNF deployed in the primary cloud and the target CNF deployed in the secondary cloud via the virtual IP address. Check whether the
    Deleting the target CNF deployed in the primary cloud in response to the formation of the traffic transmission route;
    The control device according to claim 1, further performing:
  3.  前記1以上のプロセッサが、
     前記プライマリクラウドのリソース使用状況を監視することと、
    を更に実行する、請求項1又は2に記載の制御装置。
    the one or more processors,
    Monitoring resource usage of the primary cloud;
    The control device according to claim 1 or 2, further performing the following.
  4.  前記1以上のプロセッサは、
     前記既存アプリケーションの稼動状況に基づいて、前記対象アプリケーションを選択する、請求項1に記載の制御装置。
    The one or more processors are:
    The control device according to claim 1, wherein the target application is selected based on the operating status of the existing application.
  5.  前記稼動状況は、前記アプリケーションの稼動時間、前記アプリケーションに接続されているユーザ端末数、前記アプリケーションのデータ量、及び、前記アプリケーションのスループットのうち少なくとも1つを含む、請求項4に記載の制御装置。 The control device according to claim 4, wherein the operating status includes at least one of the operating time of the application, the number of user terminals connected to the application, the amount of data of the application, and the throughput of the application. .
  6.  前記1以上のプロセッサは、
     前記既存アプリケーションの優先順位に基づいて、前記対象アプリケーションを選択する、請求項1に記載の制御装置。
    The one or more processors are:
    The control device according to claim 1, wherein the target application is selected based on a priority order of the existing applications.
  7.  前記アプリケーションの優先順位は、QoS(Quality of service)に応じて設定されている、請求項6に記載の制御装置。 The control device according to claim 6, wherein the priority of the applications is set according to QoS (Quality of service).
  8.  前記1以上のプロセッサが、
     予め設定されているCNFの優先順位に基づいて、前記少なくとも一部のCNFを選択すること、
    を更に実行する、請求項1に記載の制御装置。
    the one or more processors,
    Selecting the at least some CNFs based on a preset CNF priority order;
    The control device according to claim 1, further performing:
  9.  前記予め設定されているCNFの優先順位では、ユーザデータに関連するCNFの優先順位が、制御データに関連するCNFの優先順位より高い、請求項8に記載の制御装置。 The control device according to claim 8, wherein, in the preset CNF priorities, a CNF related to user data has a higher priority than a CNF related to control data.
  10.  前記1以上のプロセッサは、
     空きリソースの大きさが最大のクラウドを前記セカンダリクラウドに決定すること、
    を更に実行する、請求項1に記載の制御装置。
    The one or more processors are:
    determining a cloud with the largest amount of free resources as the secondary cloud;
    The control device according to claim 1, further performing:
  11.  前記1以上のプロセッサは、
     前記空きリソースの大きさが同じクラウドが複数ある場合、前記空きリソースの大きさが同じ複数のクラウドのうち、前記プライマリクラウドからの距離が最小のクラウドを前記セカンダリクラウドに決定する、請求項10に記載の制御装置。
    The one or more processors are:
    11. If there are a plurality of clouds with the same size of free resources, a cloud with a minimum distance from the primary cloud is determined as the secondary cloud among the plurality of clouds with the same size of free resources. Control device as described.
  12.  前記1以上のプロセッサは、
     前記プライマリクラウドと前記プライマリクラウド以外のクラウドとの距離に基づいて、前記セカンダリクラウドを決定すること、
    を更に実行する、請求項1に記載の制御装置。
    The one or more processors are:
    determining the secondary cloud based on a distance between the primary cloud and a cloud other than the primary cloud;
    The control device according to claim 1, further performing:
  13.  前記1以上のプロセッサは、
     前記プライマリクラウドからの距離が最小のクラウドを前記セカンダリクラウドに決定する、請求項12に記載の制御装置。
    The one or more processors are:
    The control device according to claim 12, wherein a cloud having a minimum distance from the primary cloud is determined as the secondary cloud.
  14.  前記1以上のプロセッサは、
     前記プライマリクラウドにデプロイされている前記対象CNFのポートから前記セカンダリクラウドにデプロイされている前記対象CNFのポートへのポートフォワーディングに起因する遅延時間に基づいて、前記セカンダリクラウドを決定すること、
    を更に実行する、請求項1に記載の制御装置。
    The one or more processors are:
    determining the secondary cloud based on a delay time caused by port forwarding from a port of the target CNF deployed in the primary cloud to a port of the target CNF deployed in the secondary cloud;
    The control device according to claim 1, further performing:
  15.  前記1以上のプロセッサは、
     前記遅延時間が最小となるクラウドを前記セカンダリクラウドに決定する、請求項14に記載の制御装置。
    The one or more processors are:
    The control device according to claim 14, wherein a cloud with the minimum delay time is determined as the secondary cloud.
  16.  前記対象アプリケーションは、マイクロサービスアーキテクチャにより構築されている、請求項1に記載の制御装置。 The control device according to claim 1, wherein the target application is constructed using a microservice architecture.
  17.  複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを、プロセッサを用いて、選択することと、
     前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを、プロセッサを用いて、少なくとも1つ選択することと、
     前記セカンダリクラウドに前記対象CNFを、プロセッサを用いて、デプロイすることと、
     前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを、プロセッサを用いて、仮想IPアドレスとして設定することと、
    を含む、制御方法。
    When requesting the creation of a new application on a primary cloud in a cloud group formed by multiple clouds, the resource shortage of the primary cloud will trigger the request to create a new application from the existing application deployed on the primary cloud. Selecting, using a processor, a target application to be deployed to a secondary cloud in the cloud group;
    Using a processor, selecting at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application;
    Deploying the target CNF in the secondary cloud using a processor;
    Using a processor, the same IP address is set as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud. ,
    including control methods.
  18.  コンピュータによって読み込まれると、前記コンピュータの1以上のプロセッサに、
     複数のクラウドにより形成されるクラウドグループ内のプライマリクラウドへの新規アプリケーションの作成依頼時に、前記プライマリクラウドのリソースが逼迫していることをトリガとして、前記プライマリクラウドにデプロイされている既存アプリケーションから、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象アプリケーションを選択することと、
     前記対象アプリケーションを構築するCNF(Containerized Network Function)のうち、前記クラウドグループ内のセカンダリクラウドにデプロイすべき対象CNFを少なくとも1つ選択することと、
     前記セカンダリクラウドに前記対象CNFをデプロイすることと、
     前記プライマリクラウドにデプロイされている前記対象CNFのポート及び前記セカンダリクラウドにデプロイされている前記対象CNFのポートに対して、同一のIPアドレスを仮想IPアドレスとして設定することと、
    を実行させるプログラムが記録された、非一時的(non-transitory)なコンピュータ可読媒体。

     
    When read by a computer, one or more processors of said computer:
    When requesting the creation of a new application on a primary cloud in a cloud group formed by multiple clouds, the resource shortage of the primary cloud will trigger the request to create a new application from the existing application deployed on the primary cloud. Selecting target applications to be deployed to secondary clouds within the cloud group;
    Selecting at least one target CNF to be deployed to a secondary cloud in the cloud group from among CNFs (Containerized Network Functions) that construct the target application;
    deploying the target CNF on the secondary cloud;
    Setting the same IP address as a virtual IP address for a port of the target CNF deployed in the primary cloud and a port of the target CNF deployed in the secondary cloud;
    A non-transitory computer-readable medium on which a program for executing is recorded.

PCT/JP2022/026396 2022-06-30 2022-06-30 Resource sharing within cloud group formed from plurality of clouds WO2024004179A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/026396 WO2024004179A1 (en) 2022-06-30 2022-06-30 Resource sharing within cloud group formed from plurality of clouds

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/026396 WO2024004179A1 (en) 2022-06-30 2022-06-30 Resource sharing within cloud group formed from plurality of clouds

Publications (1)

Publication Number Publication Date
WO2024004179A1 true WO2024004179A1 (en) 2024-01-04

Family

ID=89382560

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/026396 WO2024004179A1 (en) 2022-06-30 2022-06-30 Resource sharing within cloud group formed from plurality of clouds

Country Status (1)

Country Link
WO (1) WO2024004179A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200351724A1 (en) * 2019-05-03 2020-11-05 Nokia Solutions And Networks Oy Efficient computing of application data in mobile communication network
US20210014133A1 (en) * 2020-09-25 2021-01-14 Intel Corporation Methods and apparatus to coordinate edge platforms
US20210153041A1 (en) * 2019-11-18 2021-05-20 Verizon Patent And Licensing Inc. Systems and methods for monitoring performance in distributed edge computing networks
CN113556727A (en) * 2021-07-19 2021-10-26 中国联合网络通信集团有限公司 Data transmission method and system of cloud equipment based on mobile container

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200351724A1 (en) * 2019-05-03 2020-11-05 Nokia Solutions And Networks Oy Efficient computing of application data in mobile communication network
US20210153041A1 (en) * 2019-11-18 2021-05-20 Verizon Patent And Licensing Inc. Systems and methods for monitoring performance in distributed edge computing networks
US20210014133A1 (en) * 2020-09-25 2021-01-14 Intel Corporation Methods and apparatus to coordinate edge platforms
CN113556727A (en) * 2021-07-19 2021-10-26 中国联合网络通信集团有限公司 Data transmission method and system of cloud equipment based on mobile container

Similar Documents

Publication Publication Date Title
US9992077B2 (en) Optimizing allocation of on-demand resources using performance zones
US10771533B2 (en) Adaptive communication control device
US10397132B2 (en) System and method for granting virtualized network function life cycle management
US8099615B2 (en) Method and system for power management in a virtual machine environment without disrupting network connectivity
US11496416B2 (en) Enhance communication of network traffic
US9264369B2 (en) Technique for managing traffic at a router
US11200089B2 (en) Systems and methods for dynamic load distribution in a multi-tier distributed platform
TW201610852A (en) Applying policies to schedule network bandwidth among virtual machines
WO2014026613A1 (en) Network bandwidth distribution method and terminal
JP2023548628A (en) Managing network slice allocation
CN112119666A (en) Method, computer program and circuitry for managing resources within a radio access network
KR20170060118A (en) Managing classified network streams
CN112822050A (en) Method and apparatus for deploying network slices
US20230022113A1 (en) Management method for cdn function virtualization, electronic device, and computer readable medium
JP6924895B2 (en) Battery virtualization
WO2021120633A1 (en) Load balancing method and related device
KR20170059465A (en) Network classification for applications
US11838389B2 (en) Service deployment method and scheduling apparatus
WO2024004179A1 (en) Resource sharing within cloud group formed from plurality of clouds
WO2024004178A1 (en) Resource sharing within cloud group formed of plurality of clouds
US20220408353A1 (en) User plane function selection and hosting for real-time applications
WO2024004177A1 (en) Resource sharing within cloud group formed of plurality of clouds
US20240106739A1 (en) Path selection for multi-path connections in a remote computing environment
WO2023209826A1 (en) Dynamic setting of slices
WO2023152980A1 (en) Resource sharing system

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

Country of ref document: EP

Kind code of ref document: A1