WO2020149154A1 - カタログ作成支援システム、カタログ作成支援方法、及びプログラム - Google Patents

カタログ作成支援システム、カタログ作成支援方法、及びプログラム Download PDF

Info

Publication number
WO2020149154A1
WO2020149154A1 PCT/JP2019/051602 JP2019051602W WO2020149154A1 WO 2020149154 A1 WO2020149154 A1 WO 2020149154A1 JP 2019051602 W JP2019051602 W JP 2019051602W WO 2020149154 A1 WO2020149154 A1 WO 2020149154A1
Authority
WO
WIPO (PCT)
Prior art keywords
catalog
gui
information
creation support
definition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/JP2019/051602
Other languages
English (en)
French (fr)
Inventor
謙輔 高橋
亮太 片柳
伸夫 小内
未稚 大谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NTT Inc
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to US17/422,046 priority Critical patent/US20220100478A1/en
Publication of WO2020149154A1 publication Critical patent/WO2020149154A1/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Definitions

  • the present invention relates to a catalog creation support system, a catalog creation support method, and a program for supporting catalog creation used in an orchestrator.
  • Non-Patent Document 1 an orchestrator technology that defines service specifications and resource specifications in a catalog and automatically builds them is known.
  • Non-Patent Document 2 a framework that creates a GUI based on catalog definition information.
  • the orchestrator of Non-Patent Document 1 has a catalog-driven architecture, and it is automated by describing in the catalog a service specification for construction of each service and a linkage method when linking and automatically constructing a plurality of services.
  • the catalog used by the orchestrator differs depending on the target service, and also on the API to be operated, so if various automations are realized in the orchestrator in the future, various catalogs will be created. It is considered necessary, and an invention is needed to make them easily.
  • Non-Patent Document 2 describes a framework for generating a GUI from catalog definition information, a specific catalog definition method and a method for creating a catalog based on information input to the GUI. And, the method to cooperate with the orchestrator is not mentioned.
  • An object of the present invention is to provide a catalog creation support system, a catalog creation support method, and a program that allow a catalog creator to create a catalog intuitively using a GUI.
  • the invention according to a first aspect is a catalog creation support system for supporting catalog creation used in an orchestrator, which includes a GUI creation device for creating a GUI and a catalog creation device for creating a catalog.
  • the main point is to read the catalog definition file that describes the catalog definition information and construct an abstract model of the catalog information that does not depend on the service.
  • the gist of the invention according to the second aspect is that, in the invention according to the first aspect, a GUI including a parts pane, an editor pane, and a parameter input pane is generated.
  • the invention according to the third aspect in the invention according to the first or second aspect, it is possible to define a template that is independent of the service type of the catalog, and the variable described in the template is defined as the catalog definition on the GUI.
  • the gist is that the interface is abstracted so as to be handled as "array value of basic information" or "array value of component information”.
  • the gist of the invention according to the fourth aspect is that, in the invention according to any one of the first to third aspects, the contents of the catalog are abstracted in a service-independent manner to provide a general-purpose interface.
  • the invention according to the fifth aspect is, in the invention according to any one of the first to fourth aspects, summarized in that the output catalog is linked to the orchestrator by an API.
  • the invention according to a sixth aspect is a catalog creation supporting method for supporting catalog creation used in an orchestrator, comprising: a GUI creating device creating a GUI; and a catalog creating device creating a catalog,
  • the gist is to read the catalog definition file that describes the catalog definition information and construct an abstract model of the catalog information that does not depend on the service.
  • the gist of the invention according to the seventh aspect is a program for causing a computer to function as the catalog creation support system according to any one of the first to fifth aspects.
  • FIG. 1 It is a figure which shows the example of a catalog definition in embodiment of this invention. It is a figure which shows the GUI structure independent of the catalog structure in embodiment of this invention. It is a figure showing an example of a template in an embodiment of the invention. It is a figure which shows the example of the abstracted template in embodiment of this invention. It is a functional block diagram of a catalog creation support system in an embodiment of the present invention. It is a figure which shows an example of the business model of B2B2X. It is a figure which shows the characteristic of GUI in embodiment of this invention. It is a figure which shows the catalog definition file and GUI in embodiment of this invention. It is a figure which shows the IF definition method in embodiment of this invention.
  • the conventional problems are (1) Induction of Syntax error by manual input, (2) Knowledge of Attribute/Value value, which is generated by manually inputting the catalog (hereinafter, problem A), and (3) Problems caused by manually entering catalogs in machine-readable format, such as the complexity of the correspondence with the configuration to be described, and (4) resolution of consistency between catalogs composed of multiple files (hereinafter, problem B ) Can be classified into.
  • Heat which is the orchestrator of OpenStack
  • a function such as OpenStack Heat Dashboard for creating a catalog with a GUI and a similar function such as CloudFormation for AWSTM (Amazon Web Services).
  • AWSTM Amazon Web Services
  • GUIs specialized for each service, and in the case of an orchestrator that links multiple services, if a GUI for creating a catalog is developed every time a service is added, the speed of adding the service is impaired.
  • There are new challenges such as.
  • the requirements for the catalog creation support framework proposed by the present inventors are to establish a GUI configuration method that does not depend on the catalog configuration for solving the problem B, and to enter the GUI for solving the problem A.
  • the establishment of a catalog output method using the obtained values can be mentioned.
  • the present invention proposes a catalog creation support framework based on the catalog definition.
  • a GUI configuration method that is independent of the catalog configuration
  • generalization in the catalog output using GUI input values and templates are two features of the proposed method.
  • the contents described in the catalog are categorized into (1) basic information such as the ID, description of the catalog, and version, and (2) components included in the catalog (for example, in the catalog showing the VNF configuration, NICs and Volumes connected to VMs, It can be seen that there are three types of connection information (flavor information) and (3) parameters for each component (volume capacity, etc.).
  • the necessary elements for creating a catalog are defined as "constituent parts", “relationship between parts”, and “parameter setting”, and a method that does not depend on the catalog structure is proposed (Fig. 1). ..
  • a GUI can be generated without depending on the catalog configuration by decomposing the description content of the catalog to be created into component parts, relationships between parts, and parameter settings and creating the definition file.
  • An example of the catalog definition file is shown in FIG. As described above, the three types of information constituting the catalog are described.
  • a catalog output method using a template is generally used.
  • An example of a simple template is shown in FIG. 3 (in this template, the part surrounded by “ ⁇ ” is treated as a variable).
  • the catalog creator can focus only on inputting the Value, triggering a Syntax error or inputting the same value at multiple locations (in Figure 3, the catalog creator Can input the same value for both "id” and “href” by inputting only one "id” value).
  • a catalog-dependent value eg, “id” or “name”
  • the interface portion with the above-mentioned GUI input value depends on the catalog. Will end up. Therefore, in the catalog creation support framework proposed by the present invention, the interface described so that the variables described in the template are treated as the “array value of basic information” or the “array value of component information” together with the catalog definition on the GUI. was abstracted.
  • Figure 4 shows an example of a template for reading an abstracted interface. It can be seen that the difference from FIG. 3 is that the variable part is “basicInfo” indicating the array of basic information, “itemiInfo” indicating the array of component information, or “parameter” indicating the parameter in the component information. This enables output independent of the catalog configuration.
  • FIG. 5 is a functional block diagram of the catalog creation support system in the embodiment of the present invention.
  • the catalog creation support system is a system that supports catalog creation used by the orchestrator, and includes a GUI creation device 30 and a catalog creation device 40.
  • the catalog creator 10 and the catalog definition file creator 20 can communicate with the catalog creation support system using the PCs 11 and 21 equipped with a browser.
  • the catalog creation support system is communicably connected to another system (orchestrator) 50 that is a catalog registration destination.
  • the GUI generation device 30 is a device that generates a GUI, and functionally includes a Web server function unit 31, a GUI generation function unit 32, a BG cooperation function unit 33, a catalog information temporary storage function unit 34, and The GUI resource management function unit 35 and the catalog definition information management function unit 36 are provided.
  • the web server function unit 31 provides a GUI function for an HTTP request from a browser.
  • the GUI generation function unit 32 controls execution of each request from the browser.
  • the BG cooperation function unit 33 provides a function of storing catalog information in a BG (background) and an information acquisition function from another system 50.
  • the catalog information temporary storage function unit 34 provides a function of storing the catalog information requested by the browser to store the catalog information and a function of referring to the catalog information when creating the catalog.
  • the GUI resource management function unit 35 provides a management function of each image displayed on the GUI.
  • the catalog definition information management function unit 36 provides a function of registering and referring to the catalog definition information for displaying the catalog creation screen.
  • the catalog creating device 40 is a device that creates a catalog (device that provides a BG function), and functionally has a BG control function unit 41, a GUI cooperation function unit 42, and another system cooperation function unit 43.
  • a catalog information management function unit 44, a catalog creation function unit 45, and a catalog template management function unit 46 are provided.
  • the BG control function unit 41 controls execution of each request from the GUI.
  • the GUI cooperation function unit 42 receives a request to store catalog information from the GUI and a registration request to another system 50.
  • the other system cooperation function unit 43 performs registration, update, and deletion of the catalog in the other system 50 and acquisition processing of the catalog information.
  • the catalog information management function unit 44 provides a function of storing the catalog information requested by the GUI to store the catalog information and a function of referring to the catalog information when creating the catalog.
  • the catalog creation function unit 45 creates a catalog requested to the other system 50 based on the stored catalog template information.
  • the catalog template management function unit 46 provides a function of storing catalog template information and a reference function from the catalog creation function unit 45.
  • the catalog creation support system in the embodiment of the present invention, it is possible to support the catalog creator 10 by reading the catalog definition file and the catalog template that describe the definition information of the catalog to be created.
  • the utility obtained by this system is as follows depending on the role of the person who uses this system.
  • the catalog definition file creator 20 does not need to develop a program for the catalog creation support system for each catalog, and can create the catalog creation support system only by creating the catalog definition file/catalog template. As a prerequisite for the utility, there is less catalog definition file creation operation than program development.
  • FIG. 6 shows an example of a business model of B2B2X (Business To Business To X).
  • the orchestrator encourages middle B companies who have the idea of starting a new cooperative service to utilize wholesale services as material services instead of creating everything from scratch, and drastically develops services for middle B companies. Speed up.
  • the specifications of the wholesale service in the city as a "catalog” and creating a "cooperative catalog” that combines the catalogs of multiple wholesale services in the city, the specifications of the cooperative service (combination service) Is defined.
  • the specifications of the cooperative service (combination service)
  • the catalog definition file creator 20 refers to a person who has a role of creating a catalog for making it possible to control the material service provided by itself using an orchestrator.
  • the first B company (wholesale company) corresponds to the catalog definition file creator 20.
  • the catalog creator 10 refers to a person who has a role of creating a “combination service” catalog that combines material services registered in the orchestrator.
  • the middle B business operator (service business operator) corresponds to the catalog creator 10.
  • the catalog creation support system is applied between the first B business operator, the middle B business operator and the orchestrator in FIG. According to this system, it is possible to support the middle B business operator (catalog creator 10) by reading the catalog definition file from the first B business operator (catalog definition file creator 20).
  • FIG. 7 is a diagram showing the characteristics of the GUI according to the embodiment of the present invention, and shows catalog creation screens 11A and 11B displayed on the PC 11 of the catalog creator 10.
  • FIG. 7A is a basic GUI framework
  • FIG. 7B is an example in which a catalog definition file is read.
  • the GUI of the catalog creation screen 11A is composed of three parts: a "parts pane”, an “editor pane”, and a “parameter input pane (basic information setting)". Elements required for creating a catalog are defined in the parts pane, and can be arranged by dragging and dropping in the editor pane.
  • the parameter input pane it becomes possible to input information required for the catalog.
  • the parameter input pane there are two pieces of basic information that can be input when no part is selected and part information that can be input by selecting a part.
  • the components displayed in each pane and the constraint conditions in the editor pane are automatically generated in the catalog creation screen 11B.
  • parts such as "VM”, “NIC”, “Volume” and “Flavour” necessary for creating a catalog are automatically generated.
  • Parts are arranged from the parts pane to the editor pane by Drag & Drop, and connections are made by Drag & Drop between the connectors.
  • Multiple NICs/Volumes/Flavours can be connected to VM1.
  • Connector constraints are also automatically generated.
  • basic information that can be input when no component is selected is displayed, and component information that can be input when each component is selected (VM information, NIC information, Volume information, etc.) Is displayed.
  • FIG. 8 is a diagram showing a correspondence relationship between the catalog definition file F1 and the GUI according to the embodiment of the present invention.
  • the catalog ID, basic information, and component parts are described in the catalog definition file F1
  • the information setting of each component is described in the component definition file F2.
  • the information setting of each part may be described in the catalog definition file F1 (the part definition file F2 can be regarded as a part of the catalog definition file F1).
  • the catalog definition file F1 describes the catalog ID, catalog name, basic information, component parts, and the like.
  • a component ID, a component name, a component configuration item list, and the like are described in the component definition file F2. Specific catalog definition/part definition and setting example will be described later.
  • FIGS. 9 and 10 are diagrams showing an IF definition method between the GUI generation device 30 and the catalog generation device 40 according to the embodiment of the present invention. Specifically, FIG. 9 shows IF specifications between the GUI generation device 30 and the catalog creation device 40, and FIG. 10 shows parameter information specifications. The meaning of each item is as described in the explanation column and the remarks column. As shown in FIGS. 9 and 10, the contents of the catalog are abstracted in a service-independent manner to provide a general-purpose IF.
  • FIGS. 11 and 12 are diagrams showing a method of generalizing the catalog creating function unit 45 in the embodiment of the present invention.
  • FIG. 11 shows an example of a BillingAccount template defined in TM Forum (TeleManagementForum)
  • FIG. 12 shows an example of a Category template.
  • the catalog creation function unit 45 can be generalized.
  • FIGS. 9 and 10 by expressing a variable value using only basicInfo and itemInfo, it is possible to define a template that is independent of the service type of the catalog.
  • FIG. 13 is a diagram showing settings of the other system cooperation function unit 43 in the embodiment of the present invention.
  • the cooperation with the other system 50 can be realized.
  • the cooperation with other system 50 is realized by describing the REST API cooperation destination system information for the catalogId that matches the IF defined in FIGS. 9 and 10.
  • FIG. 14 is a sequence diagram showing a basic operation of the catalog creation support system in the embodiment of the present invention. Hereinafter, a rough flow in the case of cooperating with the other system 50 will be described.
  • the catalog definition file creator 20 has created the catalog definition file F1 (step S1).
  • the GUI generation device 30 provides a GUI in response to a request from the catalog creator 10 (steps S2 ⁇ S3).
  • a catalog creation instruction signal flies from the GUI creation device 30 to the catalog creation device 40 (steps S4 ⁇ S5 ⁇ S6).
  • the catalog creating device 40 creates a catalog using the template and registers the created catalog in the other system 50 (steps S7 ⁇ S8).
  • catalog definition specifications (Catalog definition specifications, parts definition specifications) The specific catalog definition/part definition will be described below. Of course, the catalog definition/part definition described below is merely an example, and the present invention is not limited to this.
  • FIG. 15 is a diagram showing an example of setting catalog information in the embodiment of the present invention.
  • a catalog ID a catalog name
  • a parent/child relationship presence/absence flag a parts information list
  • parameter information may be set.
  • the parent-child relationship presence/absence flag is set to be present (true) or not present (false), and when it is present, the connector is drawn by an arrow.
  • FIG. 16 is a diagram showing an example of setting component information according to the embodiment of the present invention. As shown in this figure, a component ID, a component name, image information, and parameter information may be set.
  • FIG. 17 is a diagram showing a setting example of the component information list in the embodiment of the present invention.
  • display order component type, component information (normal), component information (select), and component information (create_select) may be set.
  • component type one of three types of normal (placement type), select (selection type), and create_select (creation/selection type) is specified.
  • Normal placement type
  • Select selection type
  • create_select is specified when creating already created parts (catalog) in the parts pane list for selection. In other words, it is a pattern that assumes Flavor on the VNFD catalog creation screen.
  • create_select (creation/selection type) is specified when a part or catalog is created on the spot, and the created part (catalog) is selected as a parts pane list. In other words, it is a pattern that assumes VNFD on the NSD catalog creation screen.
  • FIG. 18 is a diagram showing a setting example of component information (normal) in the embodiment of the present invention. As shown in this figure, the component ID, the minimum number of arrangements, the maximum number of arrangements, and the connection destination list may be set. If 0 is set as the minimum number of arrangements and the maximum number of arrangements, there is no limit.
  • FIG. 19 is a diagram showing a setting example of component information (select) in the embodiment of the present invention.
  • the component ID, the catalog ID to be read, the minimum number of arrangements, the maximum number of arrangements, and the connection destination list may be set.
  • the part ID in the case of a catalog, the catalog ID is set. If 0 is set as the minimum number of arrangements and the maximum number of arrangements, there is no limit.
  • FIG. 20 is a diagram showing a setting example of component information (create_select) in the embodiment of the present invention.
  • the component ID, the catalog ID to be created, the minimum number of arrangements, the maximum number of arrangements, and the connection destination list may be set.
  • the part ID in the case of a catalog, the catalog ID is set. If 0 is set as the minimum number of arrangements and the maximum number of arrangements, there is no limit.
  • FIG. 21 is a diagram showing a setting example of the connection destination information list in the embodiment of the present invention.
  • the connection destination component ID and the maximum number of connections may be set.
  • the maximum number of connections set the maximum number of connections starting from the connection source. For example, when the connection destination is “1:2”, 2 is set as the connection source. If the connection destination is “1: No restriction”, 0 is set as the connection source.
  • FIG. 22 is a diagram showing a setting example of the parameter information list in the embodiment of the present invention. As shown in this figure, a display order, a parameter ID, a parameter name, a parameter input type, a parameter value attribute, a selection candidate list, a selection candidate acquisition reference destination, a multiple selection permission flag, and a default value may be set.
  • the parameter name is used as the label of the input item on the screen.
  • Parameter input type is selected from input, select, read_select, hidden, read_id, term.
  • Input means input, Select means selection, read_select means reference type selection, hidden means hidden parameter, read_id means hidden parameter (reference source ID), and term means productOrrferingTerm. Set Integer and String as parameter value attributes.
  • FIG. 23 is a diagram showing a setting example of the selection candidate list in the embodiment of the present invention. As shown in this figure, the display order, selection candidate value, and selection candidate name may be set. The selection candidate name is used for displaying the selection candidate.
  • FIG. 24 to 26 are diagrams showing an example of setting the catalog definition (CatalogInfo) using the VNFD catalog creation screen 11B as an example.
  • the contents of one catalog definition file F1 are described in FIG. 24 to FIG. 26.
  • FIG. 24 it is set in the catalog definition file F1 that there is no parent-child relationship between components (see reference numeral D1).
  • the connector between parts in the editor pane has no arrow.
  • a part D2 generates a parts list.
  • itemIndex “1” only one VM can be arranged (see reference numeral D3), and a plurality of NICs, Volumes and Flavors (without limitation) can be connected (see reference numeral D4).
  • itemIndex “2” it is assumed that multiple NICs (no restrictions) can be placed (see reference numeral D5). Although the NIC side can connect to VMs, only one VM can be connected to one NIC (see reference numeral D6). ).
  • a list of created catalogs such as Flavor is also defined as a component (see reference numeral D7).
  • a list is acquired from the flavor catalog DB in the future and displayed as a component candidate (see reference numeral D8).
  • the part of reference numeral D9 constitutes a basic information parameter of VNFD. It is also possible to set the parameters as default-specified parameters without displaying them on the screen (see symbol D10).
  • FIG. 27 is a diagram showing a setting example of the component definition (ItemInfo) by using the VNFD catalog creation screen 11B as an example.
  • a portion D11 is an example of setting selection candidates.
  • the selected state of Image is designated as the default (see reference numeral D12).
  • a portion D13 is an example of a manually input parameter (default specification is also possible).
  • the catalog creation support system is a system that supports catalog creation used by an orchestrator, and includes a GUI creation device 30 that creates a GUI and a catalog creation device that creates a catalog. 40, the catalog definition file F1 in which the definition information of the catalog is described is read, and an abstract model of the catalog information that does not depend on the service is constructed. As a result, it becomes possible for the catalog creator 10 to intuitively create a catalog using the GUI by using an abstract model of catalog information that does not depend on services.
  • GUI that consists of a parts pane, an editor pane, and a parameter input pane. That is, by decomposing the description content of the catalog to be created into the constituent parts, the relationship between the parts, and the parameter setting and creating the definition file, it is possible to generate the GUI without depending on the catalog structure.
  • a template that is independent of the service type of the catalog can be defined.
  • the interface is abstracted so that the variables described in the template are combined with the catalog definition on the GUI and treated as "array value of basic information" or "array value of component information”. Thereby, characteristic catalog generation can be realized.
  • a general-purpose interface was created by abstracting the contents of the catalog in a service-independent manner. Thereby, a characteristic interface can be realized.
  • the output catalog is linked to the orchestrator (other system 50) by API. This makes it possible to realize cooperation with the other system 50.
  • the present invention can be realized not only as such a catalog creation support system, but also as a catalog creation support method in which the characteristic functional parts of such a catalog creation support system are used as steps, and It is also possible to realize the steps of as a program that causes a computer to execute. It goes without saying that such a program can be distributed via a recording medium such as a CD-ROM or a transmission medium such as the Internet.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Stored Programmes (AREA)
  • Document Processing Apparatus (AREA)

Abstract

カタログ作成者がGUIにより直感的にカタログを作成可能なカタログ作成支援システム、カタログ作成支援方法、及びプログラムを提供する。カタログ作成支援システムは、オーケストレータで用いるカタログ作成を支援するシステムであって、GUIを生成するGUI生成装置30と、カタログを作成するカタログ作成装置40とを備え、カタログの定義情報を記載したカタログ定義ファイルF1を読み込んで、サービスに依存しないカタログ情報の抽象化モデルを構築する。

Description

カタログ作成支援システム、カタログ作成支援方法、及びプログラム
 本発明は、オーケストレータで用いるカタログ作成を支援するカタログ作成支援システム、カタログ作成支援方法、及びプログラムに関する。
 近年、GUIを用いて直感的にカタログを作成するという手法は一般的となっている(例えば、OpenStack Heat DashboardやAWS CloudFormation Designer)。また、カタログにてサービス仕様やリソース仕様を定義して、自動で構築していくオーケストレータ技術が公知となっている(例えば、非特許文献1)。さらに、カタログ定義情報を基にGUIを生成するフレームワークが公知となっている(例えば、非特許文献2)。
複数事業者間サービス連携を柔軟にするアーキテクチャ,高橋他,電子通信学会ソサイエティ大会,B-14-8,2017 オーケストレータのためのカタログ作成支援に向けたGUI生成フレームワークの提案,B-14-4,2018
 しかしながら、OpenStack Heat DashboardやAWS CloudFormation Designerにおいては、各カタログを展開しているサービサーが独自にGUIを作成している。カタログ毎にGUIを開発していく必要があり、GUIの開発方法を容易化する手法については言及されていない。
 また、非特許文献1のオーケストレータにおいては、カタログドリブンのアーキテクチャであり、カタログに各サービスにおける構築のためのサービス仕様や複数サービスを連携して自動構築する際の連携方法を記載することで自動化を実現しているが、そのカタログを容易に作成する手法については言及されていない。オーケストレータで用いるカタログは対象となるサービス毎に異なり、また、操作対象となるAPI毎にも異なるため、将来的にオーケストレータにて様々な自動化が実現される場合においては、多種多様なカタログが必要になると考えられ、それらを容易に作成するための発明が必要となる。
 さらに、非特許文献2には、カタログの定義情報よりGUIを生成するフレームワークについて述べられているが、具体的なカタログの定義方法や、GUIへ入力された情報を基にカタログを作成する手法や、オーケストレータと連携する手法については述べられていない。
 これらの状況を鑑みて、カタログ作成者がGUIを用いて直感的にカタログを作成可能とすることは、オーケストレータを利用するために必須なカタログ作成の稼働や作成に要するスキルを少なくするために必要である。しかしながら、カタログの種類が増えるたびにGUI及びカタログ作成機能の開発を行うとなると、その都度開発機能部の設計/開発/検証のサイクルを回す必要があり、サービス追加への迅速性が損なわれるといった課題が存在する。
 本発明は、カタログ作成者がGUIにより直感的にカタログを作成可能なカタログ作成支援システム、カタログ作成支援方法、及びプログラムを提供することを目的とする。
 上記目的を達成するため、第1の態様に係る発明は、オーケストレータで用いるカタログ作成を支援するカタログ作成支援システムであって、GUIを生成するGUI生成装置と、カタログを作成するカタログ作成装置とを備え、カタログの定義情報を記載したカタログ定義ファイルを読み込んで、サービスに依存しないカタログ情報の抽象化モデルを構築することを要旨とする。
 第2の態様に係る発明は、第1の態様に係る発明において、部品ペイン、エディタペイン、パラメータ入力ペインから構成されるGUIを生成することを要旨とする。
 第3の態様に係る発明は、第1または第2の態様に係る発明において、カタログのサービス種別に非依存なテンプレートを定義可能としたこと、テンプレートに記載する変数を、GUI上のカタログ定義と合わせて、「基本情報の配列値」か「部品情報の配列値」として扱うようにインターフェースを抽象化したことを要旨とする。
 第4の態様に係る発明は、第1から第3のいずれか1つの態様に係る発明において、カタログの内容をサービス非依存に抽象化させることで汎用的なインターフェースとしたことを要旨とする。
 第5の態様に係る発明は、第1から第4のいずれか1つの態様に係る発明において、出力したカタログをオーケストレータに対してAPIで連携することを要旨とする。
 第6の態様に係る発明は、オーケストレータで用いるカタログ作成を支援するカタログ作成支援方法であって、GUI生成装置がGUIを生成するステップと、カタログ作成装置がカタログを作成するステップとを備え、カタログの定義情報を記載したカタログ定義ファイルを読み込んで、サービスに依存しないカタログ情報の抽象化モデルを構築することを要旨とする。
 第7の態様に係る発明は、第1から第5のいずれか1つの態様に係るカタログ作成支援システムとしてコンピュータを機能させるためのプログラムであることを要旨とする。
 本発明によれば、カタログ作成者がGUIにより直感的にカタログを作成可能なカタログ作成支援システム、カタログ作成支援方法、及びプログラムを提供することが可能である。
本発明の実施の形態におけるカタログ定義の例を示す図である。 本発明の実施の形態におけるカタログ構成に非依存なGUI構成を示す図である。 本発明の実施の形態におけるテンプレート例を示す図である。 本発明の実施の形態における抽象化したテンプレートの例を示す図である。 本発明の実施の形態におけるカタログ作成支援システムの機能ブロック図である。 B2B2Xのビジネスモデルの一例を示す図である。 本発明の実施の形態におけるGUIの特徴を示す図である。 本発明の実施の形態におけるカタログ定義ファイルとGUIを示す図である。 本発明の実施の形態におけるIF定義方法を示す図である。 本発明の実施の形態におけるIF定義方法を示す図である。 本発明の実施の形態におけるカタログ作成機能部の汎用化方法を示す図である。 本発明の実施の形態におけるカタログ作成機能部の汎用化方法を示す図である。 本発明の実施の形態における他システム連携機能部の設定を示す図である。 本発明の実施の形態におけるカタログ作成支援システムのシーケンス図である。 本発明の実施の形態におけるカタログ情報の設定例を示す図である。 本発明の実施の形態における部品情報の設定例を示す図である。 本発明の実施の形態における部品情報リストの設定例を示す図である。 本発明の実施の形態における部品情報の設定例を示す図である。 本発明の実施の形態における部品情報の設定例を示す図である。 本発明の実施の形態における部品情報の設定例を示す図である。 本発明の実施の形態における接続先情報リストの設定例を示す図である。 本発明の実施の形態におけるパラメータ情報リストの設定例を示す図である。 本発明の実施の形態における選択候補リストの設定例を示す図である。 本発明の実施の形態におけるカタログ定義の設定例を示す図である。 本発明の実施の形態におけるカタログ定義の設定例を示す図である。 本発明の実施の形態におけるカタログ定義の設定例を示す図である。 本発明の実施の形態における部品定義の設定例を示す図である。
 以下、図面を用いて本発明の実施の形態を説明する。以下の図面の記載において、同一または類似の部分には同一または類似の符号を付している。
 ≪概要≫
 従来の課題は、(1)手入力によるSyntaxエラーの誘発、(2)Attribute/Value値に関する知識といった、カタログを手入力で記載することにより発生する課題(以下、課題A)と、(3)記述したい構成との対応関係の複雑さ、(4)複数ファイルから構成されるカタログ間の整合性の解決といったマシンリーダブルな形式のカタログを手入力で記載することにより発生する課題(以下、課題B)に分類することができる。
 ここで、課題Bを解決するためにはGUIを用いて直感的にカタログを作成可能とする手法が取られている。例えば、OpenStackのオーケストレータであるHeatでは、カタログをGUIで作成するためのOpenStack Heat Dashboardといった機能やAWSTM(Amazon Web Services)でも同様のCloudFormationといった機能が提供されている。しかしながら、これらは、それぞれのサービスに特化したGUIになっており、複数サービスを連携させるオーケストレータの場合、サービス追加のたびにカタログ作成用GUIを開発するとなるとサービス追加への迅速性が損なわれるといった新たな課題が挙げられる。
 そこで、本発明者らが提案するカタログ作成支援フレームワークの要件としては、課題Bを解決するためのカタログ構成に非依存なGUIの構成手法の確立及び、課題Aを解決するためのGUIに入力された値を用いたカタログ出力手法の確立が挙げられる。
 このような課題を解決するために、本発明ではカタログ定義を基にしたカタログ作成支援フレームワークを提案する。提案方式の特徴としては、カタログ構成に非依存なGUIの構成手法及びGUIの入力値とテンプレートを用いたカタログ出力における汎用化の2点を挙げることができる。
 カタログへの記述内容を分類すると、(1)IDやカタログの説明、バージョンといった基本情報、(2)カタログに含まれる部品(例えば、VNF構成を表すカタログでは、VMに接続されるNICやVolume, Flavourの情報)の接続情報、(3)部品毎のパラメータ(Volumeの容量等)の3つに分類されることが分かる。
 そこで、GUI構成手法については、カタログ作成のための必要要素を「構成部品」「部品間の関係性」「パラメータ設定」の3つと定義し、カタログ構成に依存しない手法を提案する(図1)。作成したいカタログの記述内容を構成部品、部品間の関係性、パラメータ設定に分解し、定義ファイルとして作成することで、カタログ構成に依存せずにGUIを生成することが可能である。カタログ定義ファイルの例を図2に示す。前述した通り、カタログを構成する3分類の情報を記述している。また、このカタログ定義ファイルのparameterIndex:1のように、「name:LifecycleStatus」の値と「selectItemList」を記載することで、GUI上はプルダウンメニューで候補値を選択できるようにしており、カタログに必要なAttribute/Value値についてはGUI上に出てくるため、手入力で作成する際に発生する課題Aに対する解決も可能である。
 上述した課題Aを解決するための手法としては、テンプレートを用いたカタログの出力方式が一般的である。簡易なテンプレートの例を図3(このテンプレートは『{{}}』で囲まれた部分を変数として扱うものとする。)に示す。
 このように、出力したいカタログをテンプレート化することで、カタログ作成者はValueの入力のみに注力することができ、Syntaxエラーの誘発や同一値の複数箇所への入力(図3では、カタログ作成者は「id」の値を一つ入力するだけで、“id”と“href”の両者に同一の値を入力することが可能)といった稼働を削減することが可能となる。
 しかしながら、テンプレートの作成方法として図3のようにカタログに依存する値(例えば、「id」や「name」)を入力値として期待すると、上述したGUIの入力値とのインターフェース部分がカタログに依存してしまう。そこで、本発明で提案するカタログ作成支援フレームワークでは、テンプレートに記載する変数を、GUI上のカタログ定義と合わせて、「基本情報の配列値」か「部品情報の配列値」として扱うようにインターフェースを抽象化した。
 抽象化したインターフェースを読み取るためのテンプレートの例を図4に示す。図3との違いは変数部分が基本情報の配列を示す「basicInfo」か部品情報の配列を示す「itemiInfo」、部品情報内のパラメータを示す「parameter」になっていることが分かる。これにより、カタログ構成に非依存な出力が可能となる。
 ≪実施の形態≫
 以下、本発明の実施の形態をより具体的に説明する。
 (システム構成)
 図5は、本発明の実施の形態におけるカタログ作成支援システムの機能ブロック図である。この図に示すように、カタログ作成支援システムは、オーケストレータで用いるカタログ作成を支援するシステムであって、GUI生成装置30と、カタログ作成装置40とを備える。カタログ作成者10,カタログ定義ファイル作成者20は、ブラウザが搭載されたPC11,21を用いてカタログ作成支援システムと通信可能である。カタログ作成支援システムは、カタログ登録先である他システム(オーケストレータ)50と通信可能に接続されている。
 GUI生成装置30は、GUIを生成する装置であって、機能的には、Webサーバ機能部31と、GUI生成機能部32と、BG連携機能部33と、カタログ情報一時保存機能部34と、GUI用リソース管理機能部35と、カタログ定義情報管理機能部36とを備える。Webサーバ機能部31は、ブラウザからのHTTP要求に対するGUI機能を提供する。GUI生成機能部32は、ブラウザからの各要求に対する実行制御を行う。BG連携機能部33は、BG(バックグラウンド)へのカタログ情報の保存や、他システム50からの情報取得機能を提供する。カタログ情報一時保存機能部34は、ブラウザから保存要求をうけたカタログ情報の保存や、カタログ作成時のカタログ情報の参照機能を提供する。GUI用リソース管理機能部35は、GUIで表示する各画像の管理機能を提供する。カタログ定義情報管理機能部36は、カタログ作成画面を表示するためのカタログ定義情報の登録、参照機能を提供する。
 カタログ作成装置40は、カタログを作成する装置(BG機能を提供する装置)であって、機能的には、BG制御機能部41と、GUI連携機能部42と、他システム連携機能部43と、カタログ情報管理機能部44と、カタログ作成機能部45と、カタログテンプレート管理機能部46とを備える。BG制御機能部41は、GUIからの各要求に対する実行制御を行う。GUI連携機能部42は、GUIからのカタログ情報の保存や、他システム50への登録要求を受け付ける。他システム連携機能部43は、他システム50へのカタログの登録、更新、削除や、カタログ情報の取得処理を行う。カタログ情報管理機能部44は、GUIから保存要求をうけたカタログ情報の保存や、カタログ作成時のカタログ情報の参照機能を提供する。カタログ作成機能部45は、保存されたカタログテンプレート情報をもとに、他システム50へ要求するカタログを作成する。カタログテンプレート管理機能部46は、カタログテンプレート情報の保存やカタログ作成機能部45からの参照機能を提供する。
 (効用及びターゲット)
 本発明の実施の形態におけるカタログ作成支援システムによれば、作成したいカタログの定義情報を記載したカタログ定義ファイル及びカタログテンプレートを読み込んで、カタログ作成者10を支援することが可能である。これにより、本システムにより得られる効用は、本システムを利用する人の役割によって以下のようになる。
 すなわち、カタログ作成者10にとっては、プレーンテキストでカタログを作成するのではなく、GUIにて直感的にカタログを作成することが可能となる。一方、カタログ定義ファイル作成者20にとっては、カタログ毎にカタログ作成支援システムのプログラム開発が不要となり、カタログ定義ファイル/カタログテンプレートの作成のみでカタログ作成支援システムの生成が可能となる。なお、本効用の前提条件として、プログラム開発よりもカタログ定義ファイル作成稼働のほうが少ないということが挙げられる。
 (カタログ作成者、カタログ定義ファイル作成者)
 図6は、B2B2X(Business To Business To X)のビジネスモデルの一例を示している。オーケストレータは、新しい連携サービスを始めたいというアイデアを持つミドルB事業者に対し、すべて一からつくるのではなく、卸サービスを素材サービスとして活用することを促し、ミドルB事業者のサービス開発を抜本的にスピードアップする。技術的には、市中の卸サービスの仕様を「カタログ」として定義し、複数の市中の卸サービスのカタログを組み合わせた「連携カタログ」を作成することで、連携サービス(組合せサービス)の仕様を定義する。それにより、カタログドリブンで汎用性の高い複数サービス連携実行を志向している。
 カタログ定義ファイル作成者20は、自身が提供している素材サービスをオーケストレータを用いて制御可能とするためのカタログを作成する役割をもった人のことを指す。図6でいうと、ファーストB事業者(卸事業者)がカタログ定義ファイル作成者20に相当する。
 カタログ作成者10は、オーケストレータに登録されている素材サービスを組合せた「組合せサービス」のカタログを作成する役割をもった人のことを指す。図6でいうと、ミドルB事業者(サービス事業者)がカタログ作成者10に相当する。
 本発明の実施の形態におけるカタログ作成支援システムは、図6でいうと、ファーストB事業者,ミドルB事業者とオーケストレータとの間に適用される。本システムによれば、ファーストB事業者(カタログ定義ファイル作成者20)からカタログ定義ファイルを読み込んで、ミドルB事業者(カタログ作成者10)を支援することが可能である。
 (カタログの内容に非依存な汎用的なGUI構成方法)
 図7は、本発明の実施の形態におけるGUIの特徴を示す図であり、カタログ作成者10のPC11に表示されたカタログ作成画面11A,11Bを示している。図7(a)は、基本GUIのフレームワーク、図7(b)は、カタログ定義ファイルを読み込ませた例である。
 まず、図7(a)に示すように、カタログ作成画面11AのGUIは、「部品ペイン」「エディタペイン」「パラメータ入力ペイン(基本情報設定)」の3つから構成される。部品ペインには、カタログを作成するために必要な要素が定義され、エディタペインへDrag&Dropすることで配置可能となる。パラメータ入力ペインには、カタログに必要な情報を入力することが可能となる。なお、パラメータ入力ペインには、部品を選択していない際に入力可能な基本情報と、部品を選択することで入力可能となる部品情報の2つが存在する。
 ここで、カタログ定義ファイルを読み込むと、図7(b)に示すように、カタログ作成画面11Bにおいて、各ペインに表示される部品やエディタペインでの制約条件が自動生成される。例えば、部品ペインには、「VM」「NIC」「Volume」「Flavour」など、カタログ作成に必要な部品が自動生成される。Drag&Dropで部品ペインからエディタペインへ部品を配置し、コネクタ間のDrag&Dropで接続を行う。VM1に対して、NIC/Volume/Flavourは複数接続可能である。コネクタ制約も自動生成される。パラメータ入力ペインには、部品を選択していない時に入力可能となる基本情報が表示されるとともに、各部品を選択している時に入力可能となる部品情報(VM情報、NIC情報、Volume情報など)が表示される。
 図8は、本発明の実施の形態におけるカタログ定義ファイルF1とGUIの対応関係を示す図である。この図に示すように、カタログ定義ファイルF1の中にカタログのIDや基本情報、構成部品を記述し、各部品の情報設定は部品定義ファイルF2の中に記述する。各部品の情報設定もカタログ定義ファイルF1の中に記述するようにしてもよい(部品定義ファイルF2は、カタログ定義ファイルF1の一部とみなすことができる)。
 図8に示すように、カタログ定義ファイルF1の中には、カタログID、カタログ名、基本情報、構成部品などを記述する。部品定義ファイルF2の中には、部品ID、部品名、部品構成項目一覧などを記述する。具体的なカタログ定義/部品定義や設定例については後述する。
 (IF定義方法)
 図9及び図10は、本発明の実施の形態におけるGUI生成装置30とカタログ作成装置40間のIF定義方法を示す図である。具体的には、図9は、GUI生成装置30とカタログ作成装置40間のIF仕様を示し、図10は、パラメータ情報仕様を示している。各項目の意味は、説明欄、備考欄に記載の通りである。図9及び図10に示すように、カタログの内容をサービス非依存に抽象化させることで、汎用的なIFとしている。
 (カタログ作成機能部の汎用化方法)
 図11及び図12は、本発明の実施の形態におけるカタログ作成機能部45の汎用化方法を示す図である。具体的には、図11は、TM Forum(TeleManagementForum)で定義されているBillingAccountのテンプレートの例を示し、図12は、Categoryのテンプレートの例を示している。図11及び図12に示すように、カタログのテンプレートをIF(図9及び図10)に合わせて定義することで、カタログ作成機能部45を汎用化することができる。具体的には、図9及び図10で定義した通り、basicInfoとitemInfoのみを利用して可変値を表現することで、カタログのサービス種別に非依存なテンプレートを定義可能としている。
 (他システムとの連携方法)
 図13は、本発明の実施の形態における他システム連携機能部43の設定を示す図である。この図に示すように、他システム連携機能部43の設定として、catalogIdと連携先システムの情報を設定することで、他システム50との連携を実現することができる。具体的には、図9及び図10で定義したIFに合わせたcatalogIdに対してREST APIの連携先システム情報を記載することで、他システム50との連携を実現している。
 (動作例)
 図14は、本発明の実施の形態におけるカタログ作成支援システムの基本動作を示すシーケンス図である。以下、他システム50と連携する場合の大まかな流れを説明する。
 まず、カタログ定義ファイル作成者20がカタログ定義ファイルF1を作成しているものとする(ステップS1)。GUI生成装置30は、カタログ作成者10からの要求に応じてGUIを提供する(ステップS2→S3)。カタログ作成者10がGUIを操作し、GUIにてカタログ作成をクリックすると、GUI生成装置30からカタログ作成装置40にカタログ作成指示信号が飛ぶ(ステップS4→S5→S6)。これにより、カタログ作成装置40にてテンプレートを用いてカタログを生成し、生成したカタログを他システム50に登録する(ステップS7→S8)。
 (カタログ定義仕様、部品定義仕様)
 以下、具体的なカタログ定義/部品定義について説明する。もちろん、以下で説明するカタログ定義/部品定義は単なる例示であり、本発明はこれに限定されるものではない。
 図15は、本発明の実施の形態におけるカタログ情報の設定例を示す図である。この図に示すように、カタログID、カタログ名、親子関係有無フラグ、部品情報リスト、パラメータ情報を設定するようにしてもよい。親子関係有無フラグには、有(true)または無(false)を設定し、有りの場合は、コネクタを矢印で描画する。
 図16は、本発明の実施の形態における部品情報の設定例を示す図である。この図に示すように、部品ID、部品名、画像情報、パラメータ情報を設定するようにしてもよい。
 図17は、本発明の実施の形態における部品情報リストの設定例を示す図である。この図に示すように、表示順、部品種別、部品情報(normal)、部品情報(select)、部品情報(create_select)を設定するようにしてもよい。部品種別には、normal(配置型)、select(選択型)、create_select(作成/選択型)の3種類のいずれかを指定する。Normal(配置型)は、通常の部品である場合に指定する。Select(選択型)は、作成済みの部品(カタログ)を部品ペイン一覧化して選択させる場合に指定する。言い換えると、VNFDカタログ作成画面のFlavourを想定したパターンである。create_select(作成/選択型)は、その場で部品またはカタログを作成し、作成した部品(カタログ)を部品ペイン一覧化して選択させる場合に指定する。言い換えると、NSDカタログ作成画面のVNFDを想定したパターンである。部品情報(normal)は、itemType="normal"の場合に設定する。部品情報(select)は、itemType="select"の場合に設定する。部品情報(create_select)は、itemType="create_select"の場合に設定する。
 図18は、本発明の実施の形態における部品情報(normal)の設定例を示す図である。この図に示すように、部品ID、配置最小数、配置最大数、接続先リストを設定するようにしてもよい。配置最小数、配置最大数として0を設定した場合は無制限とする。
 図19は、本発明の実施の形態における部品情報(select)の設定例を示す図である。この図に示すように、部品ID、読み込むカタログID、配置最小数、配置最大数、接続先リストを設定するようにしてもよい。部品IDについては、カタログの場合はカタログIDを設定する。配置最小数、配置最大数として0を設定した場合は無制限とする。
 図20は、本発明の実施の形態における部品情報(create_select)の設定例を示す図である。この図に示すように、部品ID、作成するカタログID、配置最小数、配置最大数、接続先リストを設定するようにしてもよい。部品IDについては、カタログの場合はカタログIDを設定する。配置最小数、配置最大数として0を設定した場合は無制限とする。
 図21は、本発明の実施の形態における接続先情報リストの設定例を示す図である。この図に示すように、接続先部品ID、接続最大数を設定するようにしてもよい。接続最大数については、接続元を起点とした最大接続数を設定する。例えば、接続先が「1:2」の場合、接続元として2を設定する。また、接続先が「1:制限なし」の場合、接続元として0を設定する。
 図22は、本発明の実施の形態におけるパラメータ情報リストの設定例を示す図である。この図に示すように、表示順、パラメータID、パラメータ名、パラメータ入力種別、パラメータ値属性、選択候補リスト、選択候補取得参照先、複数選択可否フラグ、デフォルト値を設定するようにしてもよい。パラメータ名は、画面の入力項目のラベルとして使用する。パラメータ入力種別は、input、select、read_select、hidden、read_id、termから選択する。Inputは入力、Selectは選択、read_selectは参照型選択、hiddenは隠しパラメータ、read_idは隠しパラメータ(参照元ID)、termはproductOrrferingTerm用であることを意味する。パラメータ値属性としては、Integer、Stringを設定する。選択候補リストは、inputType="select"の場合に設定する。選択候補取得参照先は、inputType="readSelect"の場合に設定する。複数選択可否フラグは、"inputType="select"または"read_select"の場合に設定する。デフォルト値については、"inputType="input"の場合は手入力値、inputType="select"の場合は選択候補のインデックス値、inputType="hidden"の場合は手入力値(必須)とし、これら以外は無効とする。
 図23は、本発明の実施の形態における選択候補リストの設定例を示す図である。この図に示すように、表示順、選択候補値、選択候補名を設定するようにしてもよい。選択候補名は、選択候補の表示用に使用する。
 (設定例)
 以下、具体的なカタログ定義/部品定義の設定例について説明する。もちろん、以下で説明する設定例は単なる例示であり、本発明はこれに限定されるものではない。
 図24~図26は、VNFDカタログ作成画面11Bを例として、カタログ定義(CatalogInfo)の設定例を示す図である。ここでは、紙面の都合上、1つのカタログ定義ファイルF1の内容を図24~図26の3図にわたって記載している。
 まず、図24に示すように、カタログ定義ファイルF1には、部品間に親子関係がないことを設定している(符号D1参照)。親子関係がない場合は、エディタペインにおける部品間のコネクタは矢印なしとなる。符号D2の部分は、部品一覧を生成している。itemIndex「1」においては、VMは1つしか配置できないこととし(符号D3参照)、NIC、Volume、Flavourとそれぞれ複数(制限なし)接続可能としている(符号D4参照)。itemIndex「2」においては、NICは複数(制限なし)で配置できることとし(符号D5参照)、NIC側はVMと接続可能だが、1NICに対して接続可能なVMは1つとしている(符号D6参照)。また、図25に示すように、Flavourなどの作成済みのカタログの一覧も部品として定義する(符号D7参照)。読込み元のカタログを設定することで、将来的にフレーバカタログDBから一覧を取得して部品候補として表示する(符号D8参照)。さらに、図26に示すように、符号D9の部分は、VNFDの基本情報パラメータを構成する。画面に表示せず、デフォルト指定のパラメータとして設定することも可能とする(符号D10参照)。
 図27は、VNFDカタログ作成画面11Bを例として、部品定義(ItemInfo)の設定例を示す図である。符号D11の部分は、選択候補の設定例である。Imageを選択状態をデフォルトとして指定している(符号D12参照)。符号D13の部分は、手入力のパラメータの例である(デフォルト指定も可能である)。
 以上説明したように、本発明の実施の形態におけるカタログ作成支援システムは、オーケストレータで用いるカタログ作成を支援するシステムであって、GUIを生成するGUI生成装置30と、カタログを作成するカタログ作成装置40とを備え、カタログの定義情報を記載したカタログ定義ファイルF1を読み込んで、サービスに依存しないカタログ情報の抽象化モデルを構築する。これにより、サービスに依存しないカタログ情報の抽象化モデルを用いて、カタログ作成者10がGUIにより直感的にカタログを作成することが可能となる。
 具体的には、部品ペイン、エディタペイン、パラメータ入力ペインから構成されるGUIを生成する。すなわち、作成したいカタログの記述内容を構成部品、部品間の関係性、パラメータ設定に分解し、定義ファイルとして作成することで、カタログ構成に依存せずにGUIを生成することが可能である。
 また、カタログのサービス種別に非依存なテンプレートを定義可能とした。更に、テンプレートに記載する変数を、GUI上のカタログ定義と合わせて、「基本情報の配列値」か「部品情報の配列値」として扱うようにインターフェースを抽象化した。これにより、特徴的なカタログ生成を実現することができる。
 また、カタログの内容をサービス非依存に抽象化させることで汎用的なインターフェースとした。これにより、特徴的なインターフェースを実現することができる。
 また、出力したカタログをオーケストレータ(他システム50)に対してAPIで連携する。これにより、他システム50との連携を実現することが可能となる。
 なお、本発明は、このようなカタログ作成支援システムとして実現することができるだけでなく、このようなカタログ作成支援システムが備える特徴的な機能部をステップとするカタログ作成支援方法として実現したり、それらのステップをコンピュータに実行させるプログラムとして実現したりすることもできる。そして、そのようなプログラムは、CD-ROM等の記録媒体やインターネット等の伝送媒体を介して配信することができるのはいうまでもない。
 10…カタログ作成者
 20…カタログ定義ファイル作成者
 30…GUI生成装置
 31…Webサーバ機能部
 32…GUI生成機能部
 33…BG連携機能部
 34…カタログ情報一時保存機能部
 35…GUI用リソース管理機能部
 36…カタログ定義情報管理機能部
 40…カタログ作成装置
 41…BG制御機能部
 42…GUI連携機能部
 43…他システム連携機能部
 44…カタログ情報管理機能部
 45…カタログ作成機能部
 46…カタログテンプレート管理機能部
 50…他システム(オーケストレータ)
 F1…カタログ定義ファイル

Claims (7)

  1.  オーケストレータで用いるカタログ作成を支援するカタログ作成支援システムであって、
     GUIを生成するGUI生成装置と、
     カタログを作成するカタログ作成装置とを備え、
     カタログの定義情報を記載したカタログ定義ファイルを読み込んで、サービスに依存しないカタログ情報の抽象化モデルを構築することを特徴とするカタログ作成支援システム。
  2.  部品ペイン、エディタペイン、パラメータ入力ペインから構成されるGUIを生成することを特徴とする請求項1に記載のカタログ作成支援システム。
  3.  カタログのサービス種別に非依存なテンプレートを定義可能としたこと、
     テンプレートに記載する変数を、GUI上のカタログ定義と合わせて、「基本情報の配列値」か「部品情報の配列値」として扱うようにインターフェースを抽象化したこと
     を特徴とする請求項1または2に記載のカタログ作成支援システム。
  4.  カタログの内容をサービス非依存に抽象化させることで汎用的なインターフェースとしたことを特徴とする請求項1から3のいずれか1項に記載のカタログ作成支援システム。
  5.  出力したカタログを前記オーケストレータに対してAPIで連携することを特徴とする請求項1から4のいずれか1項に記載のカタログ作成支援システム。
  6.  オーケストレータで用いるカタログ作成を支援するカタログ作成支援方法であって、
     GUI生成装置がGUIを生成するステップと、
     カタログ作成装置がカタログを作成するステップとを備え、
     カタログの定義情報を記載したカタログ定義ファイルを読み込んで、サービスに依存しないカタログ情報の抽象化モデルを構築することを特徴とするカタログ作成支援方法。
  7.  請求項1から5のいずれか1項に記載したカタログ作成支援システムとしてコンピュータを機能させるためのプログラム。
PCT/JP2019/051602 2019-01-16 2019-12-27 カタログ作成支援システム、カタログ作成支援方法、及びプログラム Ceased WO2020149154A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/422,046 US20220100478A1 (en) 2019-01-16 2019-12-27 Catalog creation assistance system, catalog creation assistance method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2019005140A JP7132507B2 (ja) 2019-01-16 2019-01-16 カタログ作成支援システム、カタログ作成支援方法、及びプログラム
JP2019-005140 2019-01-16

Publications (1)

Publication Number Publication Date
WO2020149154A1 true WO2020149154A1 (ja) 2020-07-23

Family

ID=71613826

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/051602 Ceased WO2020149154A1 (ja) 2019-01-16 2019-12-27 カタログ作成支援システム、カタログ作成支援方法、及びプログラム

Country Status (3)

Country Link
US (1) US20220100478A1 (ja)
JP (1) JP7132507B2 (ja)
WO (1) WO2020149154A1 (ja)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6965843B2 (ja) * 2018-08-02 2021-11-10 日本電信電話株式会社 カタログ作成支援装置、支援画面表示方法およびカタログ作成支援方法

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017507381A (ja) * 2013-12-17 2017-03-16 アティジオ リミテッド ライアビリティ カンパニー 自動化された実験プラットホーム
JP2018206050A (ja) * 2017-06-05 2018-12-27 日本電信電話株式会社 サービス連携装置およびサービス連携方法

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8495578B2 (en) * 2005-12-19 2013-07-23 International Business Machines Corporation Integrated software development system, method for validation, computer arrangement and computer program product
US7945893B2 (en) * 2006-10-10 2011-05-17 Oracle International Corporation Mapping web services description language documents to XQuery functions
US8656342B2 (en) * 2007-02-23 2014-02-18 Accenture Global Services Limited Composing integrated systems using GUI-based applications and web services
US8032894B2 (en) * 2007-12-28 2011-10-04 Aetna Inc. Service bus architecture
US9317856B2 (en) * 2009-01-19 2016-04-19 Alcatel Lucent System, method and computer readable medium for application placement
US9098456B2 (en) * 2010-01-13 2015-08-04 International Business Machines Corporation System and method for reducing latency time with cloud services
US9565074B2 (en) * 2011-04-26 2017-02-07 Openet Telecom Ltd. Systems, devices, and methods of orchestrating resources and services across multiple heterogeneous domains
US10755292B2 (en) * 2012-07-06 2020-08-25 Oracle International Corporation Service design and order fulfillment system with service order
US9621435B2 (en) * 2012-09-07 2017-04-11 Oracle International Corporation Declarative and extensible model for provisioning of cloud based services
US9754303B1 (en) * 2013-10-03 2017-09-05 Ca, Inc. Service offering templates for user interface customization in CITS delivery containers
IN2015CH04027A (ja) * 2015-08-03 2015-08-14 Wipro Ltd
US10033833B2 (en) * 2016-01-11 2018-07-24 Cisco Technology, Inc. Apparatus, systems and methods for automatic distributed application deployment in heterogeneous environments
US9985827B2 (en) * 2016-05-24 2018-05-29 Futurewei Technologies, Inc. Automated generation of deployment workflows for cloud platforms based on logical stacks
US10552180B2 (en) * 2016-12-07 2020-02-04 Vmware, Inc. Methods, systems, and apparatus to trigger a workflow in a cloud computing environment
JP6965843B2 (ja) * 2018-08-02 2021-11-10 日本電信電話株式会社 カタログ作成支援装置、支援画面表示方法およびカタログ作成支援方法
US20200059401A1 (en) * 2018-08-20 2020-02-20 Vmware, Inc. Management pod deployment with the cloud provider pod (cpod)
US20200167133A1 (en) * 2018-11-26 2020-05-28 Sap Se Web service mashup orchestrator
US11025340B2 (en) * 2018-12-07 2021-06-01 At&T Intellectual Property I, L.P. Dark fiber dense wavelength division multiplexing service path design for microservices for 5G or other next generation network
US11258865B2 (en) * 2019-03-28 2022-02-22 Servicenow, Inc. Automated integration with cloud-based services
US10917358B1 (en) * 2019-10-31 2021-02-09 Servicenow, Inc. Cloud service for cross-cloud operations

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017507381A (ja) * 2013-12-17 2017-03-16 アティジオ リミテッド ライアビリティ カンパニー 自動化された実験プラットホーム
JP2018206050A (ja) * 2017-06-05 2018-12-27 日本電信電話株式会社 サービス連携装置およびサービス連携方法

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TAKAHASHI , KENSUKE ET AL., A CATALOG GENERATION SUPPORT FRAMEWORK FOR ORCHESTRATOR, vol. 118, no. 420, 17 January 2019 (2019-01-17), pages 69 - 74, XP058203961, ISSN: 2432-6380 *
TAKAHASHI , KENSUKE, PROPOSAL OF GUI GENERATION FRAMEWORK FOR CATALOG CREATION SUPPORT FOR ORCHESTRATOR, vol. 2, 28 August 2018 (2018-08-28), pages 253, XP026338290, ISSN: 1349-1415 *

Also Published As

Publication number Publication date
JP2020113170A (ja) 2020-07-27
US20220100478A1 (en) 2022-03-31
JP7132507B2 (ja) 2022-09-07

Similar Documents

Publication Publication Date Title
WO2020149154A1 (ja) カタログ作成支援システム、カタログ作成支援方法、及びプログラム
KR20150099318A (ko) 애플리케이션 개발 환경 제공 프로그램을 기록한 컴퓨터로 판독 가능한 기록매체
US20070198928A1 (en) Design method and apparatus for user interface
KR20150099299A (ko) 애플리케이션 개발 환경 제공 방법
KR20150097201A (ko) 애플리케이션 개발 환경 제공 시스템
KR20150099274A (ko) 애플리케이션 개발 환경 제공 시스템
KR20150099290A (ko) 애플리케이션 개발 환경 제공 방법
KR20150099296A (ko) 애플리케이션 개발 환경 제공 방법
KR20150099301A (ko) 애플리케이션 개발 환경 제공 방법
KR20150099310A (ko) 애플리케이션 개발 환경 제공 방법
KR20150099248A (ko) 애플리케이션 개발 환경 제공 시스템
KR20150097204A (ko) 애플리케이션 개발 환경 제공 시스템
KR20150099276A (ko) 애플리케이션 개발 환경 제공 시스템
KR20150098777A (ko) 애플리케이션 개발 환경 제공 방법
KR20150099339A (ko) 애플리케이션 개발 환경 제공 장치
KR20150099352A (ko) 애플리케이션 개발 환경 제공 프로그램을 기록한 것을 특징으로 하는 컴퓨터로 판독 가능한 기록매체
KR20150099313A (ko) 애플리케이션 개발 환경 제공 프로그램을 기록한 컴퓨터로 판독 가능한 기록매체
KR20150099315A (ko) 애플리케이션 개발 환경 제공 프로그램을 기록한 컴퓨터로 판독 가능한 기록매체
KR20150099286A (ko) 애플리케이션 개발 환경 제공 방법
KR20150099293A (ko) 애플리케이션 개발 환경 제공 방법
KR20150099275A (ko) 애플리케이션 개발 환경 제공 시스템
KR20150099349A (ko) 애플리케이션 개발 환경 제공 프로그램을 기록한 컴퓨터로 판독 가능한 기록매체
KR20150099347A (ko) 애플리케이션 개발 환경 제공 프로그램을 기록한 컴퓨터로 판독 가능한 기록매체
KR20150099330A (ko) 애플리케이션 개발 환경 제공 방법
KR20150099322A (ko) 애플리케이션 개발 환경 제공 방법

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19910843

Country of ref document: EP

Kind code of ref document: A1