JP2021144602A - Setting device, method for setting, and program - Google Patents

Setting device, method for setting, and program Download PDF

Info

Publication number
JP2021144602A
JP2021144602A JP2020044321A JP2020044321A JP2021144602A JP 2021144602 A JP2021144602 A JP 2021144602A JP 2020044321 A JP2020044321 A JP 2020044321A JP 2020044321 A JP2020044321 A JP 2020044321A JP 2021144602 A JP2021144602 A JP 2021144602A
Authority
JP
Japan
Prior art keywords
information
configuration
unit
task
setting
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.)
Granted
Application number
JP2020044321A
Other languages
Japanese (ja)
Other versions
JP7328922B2 (en
Inventor
倫人 清水
Michito Shimizu
倫人 清水
悠人 中井
Yuto Nakai
悠人 中井
凜太朗 昔農
Rintaro Sekino
凜太朗 昔農
春樹 ▲高▼橋
春樹 ▲高▼橋
Haruki Takahashi
純 牧志
Jun Makishi
純 牧志
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 Communications Corp
Original Assignee
NTT Communications 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 NTT Communications Corp filed Critical NTT Communications Corp
Priority to JP2020044321A priority Critical patent/JP7328922B2/en
Publication of JP2021144602A publication Critical patent/JP2021144602A/en
Application granted granted Critical
Publication of JP7328922B2 publication Critical patent/JP7328922B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

To efficiently prepare work flow definition information and structure setting information used to operate an application by an application execution device.SOLUTION: The setting device includes: a conversion unit for generating task execution procedure information describing the procedure for executing at least one task necessary to execute to operate the target application by an application execution device by using at least one unit information prepared on the basis of components of the target application and structure setting information of the target application; and an execution unit for executing the at least one task on the basis of the task execution procedure information.SELECTED DRAWING: Figure 2

Description

本発明は、開発されたアプリケーションをアプリケーション実行装置において適切に動作させるための技術に関連するものである。 The present invention relates to a technique for properly operating a developed application in an application execution device.

アプリケーションの導入においては、一般に、開発環境でソフトウェア(コード)を作成し、テスト環境でテストを行って、本番環境(商用環境と称してもよい)でソフトウェアのインストールや設定を行うことで、ユーザに対してサービスを提供するアプリケーションが実現される。 When installing an application, users generally create software (code) in a development environment, test it in a test environment, and install and configure the software in a production environment (which may also be called a commercial environment). An application that provides services to is realized.

特開2018−133044号公報Japanese Unexamined Patent Publication No. 2018-133044

近年、様々なクラウドサービスを利用して開発・構築されたアプリケーションであるクラウドネイティブのアプリケーションが普及してきている。 In recent years, cloud-native applications, which are applications developed and built using various cloud services, have become widespread.

このようなクラウドネイティブのアプリケーションでは、開発されたアプリケーションを本番環境で適切に動作させるために、ソフトウェアのインストール等の他、クラウドやコンテナの設定等が必要となる。そのため、開発されたアプリケーションを本番環境で適切に動作させるために作成するワークフロー定義情報(作業手順)及び構成設定情報が複雑になり、その作成に大きな手間がかかるとともに、その管理も煩雑になる。なお、このような課題は、クラウドネイティブのアプリケーションに限らずに発生し得る課題である。 In such a cloud-native application, in order to properly operate the developed application in the production environment, it is necessary to set the cloud and the container in addition to installing the software. Therefore, the workflow definition information (work procedure) and the configuration setting information created in order to properly operate the developed application in the production environment become complicated, and it takes a lot of time and effort to create the workflow definition information (work procedure) and the management becomes complicated. It should be noted that such a problem is a problem that can occur not only in cloud native applications.

本発明は上記の点に鑑みてなされたものであり、アプリケーションをアプリケーション実行装置において動作させるために使用するワークフロー定義情報及び構成設定情報を効率的に作成することを可能とする技術を提供することを目的とする。 The present invention has been made in view of the above points, and provides a technique capable of efficiently creating workflow definition information and configuration setting information used for operating an application in an application execution device. With the goal.

開示の技術によれば、対象アプリケーションの構成要素に基づいて作成された1以上の単位情報を用いて、前記対象アプリケーションをアプリケーション実行装置において動作させるために実行が必要な1以上のタスクの実行手順を記述したタスク実行手順情報と、前記対象アプリケーションの構成設定情報を生成する変換部と、
前記タスク実行手順情報に基づいて、前記1以上のタスクを実行する実行部と
を備える設定装置が提供される。
According to the disclosed technology, the execution procedure of one or more tasks that need to be executed in order to operate the target application in the application execution device by using one or more unit information created based on the components of the target application. The task execution procedure information that describes the above, the conversion unit that generates the configuration setting information of the target application, and
A setting device including an execution unit that executes one or more tasks based on the task execution procedure information is provided.

開示の技術によれば、アプリケーションをアプリケーション実行装置において動作させるために使用するワークフロー定義情報及び構成設定情報を効率的に作成することを可能とする技術が提供される。 According to the disclosed technology, a technology that enables efficient creation of workflow definition information and configuration setting information used for operating an application in an application execution device is provided.

本発明の実施の形態におけるシステムの全体構成図である。It is an overall block diagram of the system in Embodiment of this invention. 設定装置の機能構成図である。It is a functional block diagram of the setting device. 装置のハードウェア構成例を示す図である。It is a figure which shows the hardware configuration example of the apparatus. 設定装置の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation of a setting apparatus. デザインパターンの例を示す図である。It is a figure which shows the example of a design pattern. ワークフロー定義情報の例を示す図である。It is a figure which shows the example of the workflow definition information. 設定装置の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation of a setting apparatus. 構成設定情報の例を示す図である。It is a figure which shows the example of the configuration setting information. デザインパターンの例を示す図である。It is a figure which shows the example of a design pattern. ワークフロー定義情報の生成例を説明するための図である。It is a figure for demonstrating the generation example of workflow definition information. ワークフロー定義情報の生成例を説明するための図である。It is a figure for demonstrating the generation example of workflow definition information. 構成設定情報の生成例を示す図である。It is a figure which shows the generation example of the configuration setting information. 構成設定情報の生成例を示す図である。It is a figure which shows the generation example of the configuration setting information.

以下、図面を参照して本発明の実施の形態(本実施の形態)を説明する。以下で説明する実施の形態は一例に過ぎず、本発明が適用される実施の形態は、以下の実施の形態に限られるわけではない。 Hereinafter, embodiments of the present invention (the present embodiments) will be described with reference to the drawings. The embodiments described below are merely examples, and the embodiments to which the present invention is applied are not limited to the following embodiments.

以下の説明において、アプリケーションとは、あるサービスを提供するためのソフトウェアの集合であるものとする。ソフトウェアは「プログラム」あるいは「コード」と称してもよい。また、「パラメータ」はパラメータの名前を意味し、その値は「パラメータの値」と記述する。また、「ワークフロー」を「パイプライン」と呼んでもよい。 In the following description, an application is a set of software for providing a certain service. Software may be referred to as "program" or "code". Further, "parameter" means the name of the parameter, and the value is described as "parameter value". Further, the "workflow" may be referred to as a "pipeline".

(システム構成)
図1に、本発明の実施の形態におけるシステムの構成例を示す。図1に示すように、本実施の形態のシステムは、設定装置100とアプリケーション実行装置200がネットワークで接続された構成を有する。
(System configuration)
FIG. 1 shows a configuration example of the system according to the embodiment of the present invention. As shown in FIG. 1, the system of the present embodiment has a configuration in which the setting device 100 and the application execution device 200 are connected by a network.

アプリケーション実行装置200は、例えば、アプリケーションを動作させるクラウドあるいはコンテナ上の本番環境(商用環境と称してもよい)に相当する。ただし、これは例であり、アプリケーション実行装置200は、物理的なPCやサーバであってもよいし、開発環境やテスト環境であってもよい。 The application execution device 200 corresponds to, for example, a production environment (may be referred to as a commercial environment) on a cloud or a container in which an application is operated. However, this is an example, and the application execution device 200 may be a physical PC or server, or may be a development environment or a test environment.

設定装置100は、物理的なPCやサーバであってもよいし、クラウド上の仮想マシン等で実現される機能であってもよい。設定装置100の機能がアプリケーション実行装置200に含まれていてもよい。 The setting device 100 may be a physical PC or server, or may be a function realized by a virtual machine or the like on the cloud. The function of the setting device 100 may be included in the application execution device 200.

本実施の形態では、アプリケーションを構成する各ソフトウェアは既にできており、各アプリケーションをアプリケーション実行装置200にインストールして、必要な設定を行うことで、アプリケーションが適切に動作する状態にすることを目的としている。 In the present embodiment, each software constituting the application has already been created, and the purpose is to install each application in the application execution device 200 and make necessary settings so that the application operates properly. It is supposed to be.

本実施の形態では、設定装置100が、予め作成しておいた複数のデザインパターン(1つのデザインパターンでもよい)から、ワークフロー定義情報(パイプライン情報、タスク実行手順情報、作業手順、ワークフロー定義、ワークフロー定義ファイル等と称してもよい)と構成設定情報(構成設定ファイル、構成情報、構成ファイル等と称してもよい)とを自動的に生成する。 In the present embodiment, the setting device 100 uses workflow definition information (pipeline information, task execution procedure information, work procedure, workflow definition, etc.) from a plurality of design patterns (may be one design pattern) created in advance. It automatically generates workflow definition file, etc.) and configuration setting information (may be referred to as configuration setting file, configuration information, configuration file, etc.).

ワークフロー定義情報は、アプリケーションをアプリケーション実行装置200上で適切に動作させるために実行する1以上のタスクの情報からなる。 The workflow definition information includes information on one or more tasks to be executed in order to properly operate the application on the application execution device 200.

構成設定情報は、アプリケーションの構成及び設定を示しており、アプリケーション実行装置200において、どのソフトウェアをどのような設定で動作させるか等を示す情報からなる。 The configuration setting information indicates the configuration and settings of the application, and is composed of information indicating which software is operated with what setting in the application execution device 200.

また、本実施の形態では、設定装置100がワークフロー定義情報を実行する中で、自動的に構成設定情報を生成し、ワークフロー定義情報におけるデプロイのタスクでその構成設定情報を利用して、必要なソフトウェアのインストールや設定を行っている。 Further, in the present embodiment, while the setting device 100 executes the workflow definition information, the configuration setting information is automatically generated, and the configuration setting information is used in the deployment task in the workflow definition information, which is necessary. Software is installed and configured.

(デザインパターンの概要)
上記複数のデザインパターンにおける各デザインパターンは、ワークフロー定義情報の一部と構成設定情報の一部とを有する情報である。なお、デザインパターンを「単位情報」と称してもよい。
(Outline of design pattern)
Each design pattern in the plurality of design patterns is information having a part of workflow definition information and a part of configuration setting information. The design pattern may be referred to as "unit information".

1つのアプリケーションは、複数の構成要素からなる。一例として、データベースにアクセスして、APIでユーザに対して所定機能を提供するアプリケーションを考えると、当該アプリケーションは、例えば、データベースソフトウェアとその設定、所定機能を提供するソフトウェアとその設定、APIを実現するためのソフトウェアとその設定の3つの構成要素に分けることができる。 An application consists of a plurality of components. As an example, consider an application that accesses a database and provides a predetermined function to a user by API. The application realizes, for example, database software and its setting, software that provides a predetermined function and its setting, and API. It can be divided into three components: software for doing so and its settings.

本実施の形態において、上記のように分割してできた構成要素のそれぞれが、1つのデザインパターンに対応するが、これは例であり、アプリケーションをどのように分割して、どのような単位でデザインパターンを構成するかは任意である。 In the present embodiment, each of the components divided as described above corresponds to one design pattern, but this is an example, how the application is divided, and in what unit. It is optional to configure the design pattern.

ただし、本実施の形態では、デザインパターンを、再利用可能なように作成することとしている。また、1つ1つのデザインパターンは、容易に管理できるようにできるだけ小さなサイズになるようにしている。つまり、アプリケーションに含まれる様々な要素を再利用可能な最小の単位でグルーピングすることでデザインパターンを構成している。デザインパターンを再利用可能にすることで、迅速かつ効率的にワークフロー定義情報と構成設定情報を生成することができる。 However, in the present embodiment, the design pattern is created so that it can be reused. Also, each design pattern is sized as small as possible for easy management. In other words, the design pattern is constructed by grouping various elements included in the application in the smallest reusable unit. By making the design pattern reusable, workflow definition information and configuration setting information can be generated quickly and efficiently.

各デザインパターンは、それに対応するアプリケーションの構成要素についての、パラメータ、構成設定情報(必要なソフトウェア、設定内容等であり)、タスク群(当該構成要素を動作させるための手順等)を有する。なお、タスク群をパイプラインあるいはワークフローと呼んでもよい。「タスク群」は1つのタスクであってもよい。 Each design pattern has parameters, configuration setting information (required software, setting contents, etc.), and task groups (procedures for operating the components, etc.) for the components of the corresponding application. The task group may be called a pipeline or a workflow. The "task group" may be one task.

(装置構成)
図2に、設定装置100の機能構成例を示す。図2に示すように、設定装置100は、入力部110、変換部120、ワークフロー実行部130、データ格納部140を備える。なお、設定装置100は、物理的に(あるいは仮想的に)、1つの装置(サーバ等)からなるものであってもよいし、複数の装置からなるものであってもよい。例えば、変換部120がある装置で実現され、ワークフロー実行部130が別の装置で実現されてもよい。このように装置が分かれている場合、例えば、変換部120となる装置の記憶手段(メモリ等)とワークフロー実行部130となる装置の記憶手段(メモリ等)とでデータ格納部140が構成される。
(Device configuration)
FIG. 2 shows an example of the functional configuration of the setting device 100. As shown in FIG. 2, the setting device 100 includes an input unit 110, a conversion unit 120, a workflow execution unit 130, and a data storage unit 140. The setting device 100 may be physically (or virtually) composed of one device (server or the like) or may be composed of a plurality of devices. For example, the conversion unit 120 may be realized by a device, and the workflow execution unit 130 may be realized by another device. When the devices are separated in this way, for example, the data storage unit 140 is configured by the storage means (memory or the like) of the device which becomes the conversion unit 120 and the storage means (memory or the like) of the device which becomes the workflow execution unit 130. ..

入力部110は、デザインパターン、パラメータの値等を外部から入力し、これらをデータ格納部140に格納する。 The input unit 110 inputs a design pattern, parameter values, and the like from the outside, and stores these in the data storage unit 140.

変換部120は、複数のデザインパターンをデータ格納部140から読み出して、当該複数のデザインパターンからワークフロー定義情報を生成する。また、変換部120は、ワークフロー定義情報の実行時に、複数のデザインパターンとパラメータの値に基づいて、構成設定情報を生成する。なお、変換部120をコンパイラと呼んでもよい。 The conversion unit 120 reads a plurality of design patterns from the data storage unit 140 and generates workflow definition information from the plurality of design patterns. Further, the conversion unit 120 generates configuration setting information based on a plurality of design patterns and parameter values when executing the workflow definition information. The conversion unit 120 may be called a compiler.

データ格納部140には、外部からの入力情報、変換部120により生成された情報等が格納されている。変換部120、ワークフロー実行部130の動作の詳細については後述する。 The data storage unit 140 stores input information from the outside, information generated by the conversion unit 120, and the like. The details of the operations of the conversion unit 120 and the workflow execution unit 130 will be described later.

(ハードウェア構成例)
本実施の形態における設定装置100は、例えば、コンピュータに、本実施の形態で説明する処理内容を記述したプログラムを実行させることにより実現可能である。この「コンピュータ」は、物理マシンであってもよいし、クラウド上の仮想マシンであってもよい。仮想マシンを使用する場合、ここで説明する「ハードウェア」は仮想的なハードウェアである。
(Hardware configuration example)
The setting device 100 in the present embodiment can be realized by, for example, causing a computer to execute a program describing the processing contents described in the present embodiment. This "computer" may be a physical machine or a virtual machine on the cloud. When using a virtual machine, the "hardware" described here is virtual hardware.

また、変換部120の処理を実現するプログラムと、ワークフロー実行部130の処理を実現するプログラムが別々に提供されてもよい。この場合、変換部120は、コンピュータに、本実施の形態で説明する変換部120の処理内容を記述したプログラムを実行させることにより単独装置として実現することも可能である。また、ワークフロー実行部130は、コンピュータに、本実施の形態で説明するワークフロー実行部130の処理内容を記述したプログラムを実行させることにより単独装置として実現することも可能である。 Further, a program that realizes the processing of the conversion unit 120 and a program that realizes the processing of the workflow execution unit 130 may be provided separately. In this case, the conversion unit 120 can be realized as a stand-alone device by causing a computer to execute a program describing the processing contents of the conversion unit 120 described in the present embodiment. Further, the workflow execution unit 130 can be realized as a stand-alone device by causing a computer to execute a program describing the processing contents of the workflow execution unit 130 described in the present embodiment.

設定装置100のプログラム、変換部120のプログラム、ワークフロー実行部130のプログラムはいずれも、コンピュータが読み取り可能な記録媒体(可搬メモリ等)に記録して、保存したり、配布したりすることが可能である。また、上記プログラムをインターネットや電子メール等、ネットワークを通して提供することも可能である。 The program of the setting device 100, the program of the conversion unit 120, and the program of the workflow execution unit 130 can all be recorded on a computer-readable recording medium (portable memory, etc.) and stored or distributed. It is possible. It is also possible to provide the above program through a network such as the Internet or e-mail.

図3は、上記コンピュータのハードウェア構成例を示す図である。図3のコンピュータは、それぞれバスBSで相互に接続されているドライブ装置1000、補助記憶装置1002、メモリ装置1003、CPU1004、インタフェース装置1005、表示装置1006、及び入力装置1007等を有する。 FIG. 3 is a diagram showing a hardware configuration example of the computer. The computer of FIG. 3 has a drive device 1000, an auxiliary storage device 1002, a memory device 1003, a CPU 1004, an interface device 1005, a display device 1006, an input device 1007, and the like, which are connected to each other by a bus BS.

当該コンピュータでの処理を実現するプログラムは、例えば、CD−ROM又はメモリカード等の記録媒体1001によって提供される。プログラムを記憶した記録媒体1001がドライブ装置1000にセットされると、プログラムが記録媒体1001からドライブ装置1000を介して補助記憶装置1002にインストールされる。但し、プログラムのインストールは必ずしも記録媒体1001より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置1002は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。 The program that realizes the processing in the computer is provided by, for example, a recording medium 1001 such as a CD-ROM or a memory card. When the recording medium 1001 storing the program is set in the drive device 1000, the program is installed in the auxiliary storage device 1002 from the recording medium 1001 via the drive device 1000. However, the program does not necessarily have to be installed from the recording medium 1001, and may be downloaded from another computer via the network. The auxiliary storage device 1002 stores the installed program and also stores necessary files, data, and the like.

メモリ装置1003は、プログラムの起動指示があった場合に、補助記憶装置1002からプログラムを読み出して格納する。CPU1004は、メモリ装置1003に格納されたプログラムに従って、当該設定装置100(あるいは、変換部120、ワークフロー実行部130)に係る機能を実現する。インタフェース装置1005は、ネットワークに接続するためのインタフェースとして用いられる。表示装置1006はプログラムによるGUI(Graphical User Interface)等を表示する。入力装置1007はキーボード及びマウス、ボタン、又はタッチパネル等で構成され、様々な操作指示を入力させるために用いられる。 The memory device 1003 reads and stores the program from the auxiliary storage device 1002 when the program is instructed to start. The CPU 1004 realizes the function related to the setting device 100 (or the conversion unit 120, the workflow execution unit 130) according to the program stored in the memory device 1003. The interface device 1005 is used as an interface for connecting to a network. The display device 1006 displays a programmatic GUI (Graphical User Interface) or the like. The input device 1007 is composed of a keyboard, a mouse, buttons, a touch panel, and the like, and is used for inputting various operation instructions.

(設定装置100の動作例)
以下、図4、図7のフローチャートの手順に沿って、設定装置100の動作例を説明する。まず、図4のフローチャートを参照して、ワークフロー定義情報の生成について説明する。
(Operation example of setting device 100)
Hereinafter, an operation example of the setting device 100 will be described according to the procedure of the flowcharts of FIGS. 4 and 7. First, the generation of workflow definition information will be described with reference to the flowchart of FIG.

<S101>
S101において、複数のデザインパターンが入力部110から入力される。
<S101>
In S101, a plurality of design patterns are input from the input unit 110.

この動作の前提として、アプリケーション実行装置200で動作させようとするアプリケーション(対象アプリケーションと呼ぶ)に対応する複数のデザインパターンを作成しておく。デザインパターンは、過去に作成したもので、当該対象アプリケーションに利用できるものであれば、それを再利用してもよい。 As a premise of this operation, a plurality of design patterns corresponding to the application (referred to as the target application) to be operated by the application execution device 200 are created. If the design pattern was created in the past and can be used for the target application, it may be reused.

図5に、複数のデザインパターンの例としてデザインパターン1、デザインパターン2、デザインパターン3を示す。ここでは、対象アプリケーションが構成要素1〜3を有し、デザインパターン1が構成要素1に対応し、デザインパターン2が構成要素2に対応し、デザインパターン3が構成要素3に対応しているとする。 FIG. 5 shows a design pattern 1, a design pattern 2, and a design pattern 3 as examples of a plurality of design patterns. Here, it is assumed that the target application has components 1 to 3, the design pattern 1 corresponds to the component 1, the design pattern 2 corresponds to the component 2, and the design pattern 3 corresponds to the component 3. do.

各デザインパターンは、図5に示すようなデータフォーマットを有する。すなわち、デザインパターンは、該当構成要素において必要とするパラメータを記述するブロック、該当構成要素において必要とする構成情報を記述するブロック、及び、該当構成要素において必要とするワークフロー(タスク群)を記述するブロックを有する。 Each design pattern has a data format as shown in FIG. That is, the design pattern describes a block that describes the parameters required for the relevant component, a block that describes the configuration information required for the relevant component, and a workflow (task group) required for the relevant component. Has a block.

例えば、デザインパターン1は、構成要素1に対して、パラメータ1、パラメータ2が必要であり、構成要素1の構成として、パラメータ1を設定したソフトウェアAが必要であり、構成要素1を動作させるためにタスク1とタスク2(パラメータ2を使用)を実行することが必要であることを示している。デザインパターン2、3についても同様である。 For example, the design pattern 1 requires parameters 1 and 2 for the component 1, and software A in which the parameter 1 is set is required as the configuration of the component 1, and the component 1 is operated. Indicates that it is necessary to execute task 1 and task 2 (using parameter 2). The same applies to design patterns 2 and 3.

なお、構成要素1を動作させるためのタスクとは、デプロイであってもよいし、デプロイの前準備の処理であってもよいし、インストールあるいは起動したソフトウェアに対する処理であってもよいし、その他の処理であってもよい。 The task for operating the component 1 may be deployment, pre-deployment processing, processing for installed or started software, and others. It may be the process of.

なお、デプロイについては、本実施の形態では必ず実行するタスクであるため、デザインパターンに含めずに、変換部120が自動生成して、ワークフロー定義情報に含めてもよい。 Since deployment is a task that is always executed in the present embodiment, it may be automatically generated by the conversion unit 120 and included in the workflow definition information without being included in the design pattern.

図5に示すように、構成情報には、所定の単位で識別情報(名前又はID)が付与される。図5の例では、デザインパターン1及びデザインパターン2の構成情報において「構成ABC」という名前が付けられ、デザインパターン3の構成情報において「構成DEF」という名前が付けられている。 As shown in FIG. 5, identification information (name or ID) is added to the configuration information in a predetermined unit. In the example of FIG. 5, the configuration information of the design pattern 1 and the design pattern 2 is named "configuration ABC", and the configuration information of the design pattern 3 is named "configuration DEF".

識別情報を付ける単位は、任意であるが、例えば、アプリケーションを構成する主要なソフトウェアの単位で名前が付けられてもよい。また、異なるデザインパターンにおいて、同じ対象に対応する構成情報には、同じ識別情報が付与される。例えば、図5のデザインパターン2のデータべースは、デザインパターン1のソフトAにより使用されるデータベースであり、対象はソフトAであるため、いずれも「構成ABC」が付与されている。 The unit for giving the identification information is arbitrary, but for example, the name may be given in the unit of the main software constituting the application. Further, in different design patterns, the same identification information is given to the configuration information corresponding to the same target. For example, the database of the design pattern 2 in FIG. 5 is a database used by the software A of the design pattern 1, and since the target is the software A, "configuration ABC" is assigned to both of them.

図5の例では、各デザインパターンの構成情報のブロックにおいて、識別情報は1つであるが、これは例であり、構成情報に含まれる内容に応じて、複数の識別情報が付される場合もある。 In the example of FIG. 5, there is one identification information in the block of the configuration information of each design pattern, but this is an example, and a plurality of identification information is attached according to the contents included in the configuration information. There is also.

後述するように、変換部120は、この識別情報をキーとして使用することで、複数デザインパターンにおける構成情報を合成する処理を行う。 As will be described later, the conversion unit 120 uses this identification information as a key to perform a process of synthesizing the configuration information in the plurality of design patterns.

また、図5に示すように、ワークフローにも、所定の単位で識別情報(名前又はID)が付与される。図5の例では、デザインパターン1及びデザインパターン2のワークフローにおいて「タスクGHI」という名前が付けられ、デザインパターン3のワークフローにおいて「タスクJKL」という名前が付けられている。 Further, as shown in FIG. 5, identification information (name or ID) is also given to the workflow in a predetermined unit. In the example of FIG. 5, the workflow of the design pattern 1 and the design pattern 2 is named "task GHI", and the workflow of the design pattern 3 is named "task JKL".

識別情報を付ける単位は、任意であるが、例えば、アプリケーションを構成する主要なソフトウェアの単位で名前が付けられてもよい。また、異なるデザインパターンにおいて、同じ対象に対応するワークフローには、同じ識別情報が付与される。例えば、図5のデザインパターン2のタスク1は、デザインパターン1のソフトAに関連するタスクであり、対象はソフトAであるため、「タスクGHI」が付与されている。 The unit for giving the identification information is arbitrary, but for example, the name may be given in the unit of the main software constituting the application. Further, in different design patterns, the same identification information is given to workflows corresponding to the same target. For example, task 1 of design pattern 2 in FIG. 5 is a task related to software A of design pattern 1, and since the target is software A, "task GHI" is given.

後述するように、変換部120は、この識別情報をキーとして使用することで、複数デザインパターンにおけるワークフローを合成する処理を行う。 As will be described later, the conversion unit 120 uses this identification information as a key to perform a process of synthesizing workflows in a plurality of design patterns.

また、デザインパターンにおいて、ワークフローのブロックにタスク間の依存関係が記述されてもよい。例えば、図5の例で、タスク1はタスク3の後に行わなければならない場合、「タスク1はタスク3の後に行う」旨が、各デザインパターンに記述されてもよい。 Further, in the design pattern, the dependency between tasks may be described in the workflow block. For example, in the example of FIG. 5, when task 1 must be performed after task 3, it may be described in each design pattern that "task 1 is performed after task 3".

図5の例では、各デザインパターンのワークフローのブロックにおいて、識別情報は1つであるが、これは例であり、ワークフローに含まれるワークフローの内容に応じて、複数の識別情報が付される場合もある。 In the example of FIG. 5, there is one identification information in the workflow block of each design pattern, but this is an example, and a plurality of identification informations are attached according to the contents of the workflow included in the workflow. There is also.

図9に、より具体的なデザインパターンの例を示す。なお、なお、図9〜図13では、情報をキーとバリューの形で階層的に表現するyamlと同様の形式が用いられているが、これは一例に過ぎない。デザインパターンはどのような形式で記述してもよい。また、図9〜図13は、実際に使用されるデザインパターン等のそのものを示しているわけではなく、実際に使用されるものを抽象化している。 FIG. 9 shows an example of a more specific design pattern. Note that, in FIGS. 9 to 13, a format similar to yaml, in which information is hierarchically expressed in the form of keys and values, is used, but this is only an example. The design pattern may be described in any format. Further, FIGS. 9 to 13 do not show the design pattern or the like actually used, but abstract the one actually used.

図9の例においても、上述したとおり、デザインパターンは、パラメータのブロック、構成情報のブロック、ワークフロー(パイプライン)のブロックを有するとともに、構成情報、ワークフローにおいて、識別情報(ID、名前等)が付与されている。 Also in the example of FIG. 9, as described above, the design pattern has a block of parameters, a block of configuration information, and a block of workflow (pipeline), and in the configuration information and workflow, identification information (ID, name, etc.) is provided. Has been granted.

<S102、S103>
図4のS102において、変換部120は、データ格納部140から、S101で入力された複数のデザインパターンを読み出し、当該複数のデザインパターンから、対象アプリケーションをアプリケーション実行装置200で動作させるために実行が必要なタスクとその実行順序を示すワークフロー定義情報を生成する。S103において、変換部120は、ワークフロー定義情報を出力する。具体的には、下記の(1)〜(4)の処理を行う。
<S102, S103>
In S102 of FIG. 4, the conversion unit 120 reads out a plurality of design patterns input in S101 from the data storage unit 140, and executes the target application from the plurality of design patterns in order to operate the target application in the application execution device 200. Generate workflow definition information that shows the required tasks and their execution order. In S103, the conversion unit 120 outputs the workflow definition information. Specifically, the following processes (1) to (4) are performed.

(1)変換部120は、複数のデザインパターンの「ワークフロー」のブロックにおける識別情報とその内容を全て走査し、複数デザインパターン間で同じ識別情報のタスク(タスク群)を合成する。異なる識別情報であれば、タスク間の依存関係に応じた実行順序で各識別情報のタスク群を並べる。 (1) The conversion unit 120 scans all the identification information and its contents in the "workflow" block of the plurality of design patterns, and synthesizes the tasks (task group) of the same identification information among the plurality of design patterns. If the identification information is different, the tasks of each identification information are arranged in the execution order according to the dependency between the tasks.

合成するとは、複数デザインパターン間で同一のタスクがあれば、1つのタスクとし、異なるタスクであれば、タスク間の依存関係に応じた実行順序でタスクを並べることである。 Combining means that if there is the same task among a plurality of design patterns, it is regarded as one task, and if it is a different task, the tasks are arranged in the execution order according to the dependency between the tasks.

また、変換部120は、合成において、処理内容に矛盾が生じていることを検知した場合に、競合エラーを出力して、処理を終了する。 Further, when the conversion unit 120 detects that a contradiction has occurred in the processing contents in the synthesis, the conversion unit 120 outputs a conflict error and ends the processing.

例えば、仮に、デザインパターンXにおける「タスクXYZ」で識別されるタスク群におけるタスク1がタスク2の前に実行することとされていて、デザインパターンYにおける「タスクXYZ」で識別されるタスク群におけるタスク1がタスク2の後に実行することとされている場合、矛盾するので、競合エラーとなる。 For example, suppose that the task 1 in the task group identified by the "task XYZ" in the design pattern X is executed before the task 2, and the task group identified by the "task XYZ" in the design pattern Y is executed. If task 1 is supposed to be executed after task 2, there is a conflict and a conflict error occurs.

(2)変換部120は、タスクの実行順序を、デザインパターンに記述された依存関係の情報(宣言)に従って決定してもよいし、データ格納部140に依存関係に関する情報(ソフトAの起動はソフトBのインストールの前に行う等)を予め格納しておいて、その情報を参照することにより決定してもよい。 (2) The conversion unit 120 may determine the execution order of the tasks according to the dependency information (declaration) described in the design pattern, or the data storage unit 140 may determine the dependency information (software A is started). It may be decided by storing the information (such as performed before the installation of the software B) in advance and referring to the information.

(3)変換部120は、複数のデザインパターンにおいて要求されているパラメータを全て取得して、ワークフロー定義情報に記述する。 (3) The conversion unit 120 acquires all the parameters required in the plurality of design patterns and describes them in the workflow definition information.

(4)変換部120は、「構成設定情報を生成するタスク」を生成し、当該タスクと上記の処理により得られるタスクの一覧、及び、パラメータの一覧を記述したワークフロー定義情報を出力する。出力したワークフロー定義情報はデータ格納部140に格納される。 (4) The conversion unit 120 generates a "task for generating configuration setting information", and outputs a workflow definition information that describes the task, a list of tasks obtained by the above processing, and a list of parameters. The output workflow definition information is stored in the data storage unit 140.

図5のデザインパターン1〜3から生成されたワークフロー定義情報の例を図6に示す。図6に示すように、当該ワークフロー定義情報において、デザインパターン1〜3から取得されたパラメータ1〜4が記述され、各タスクが実行順序に従った順序で記述されている。なお、図6の例における「デプロイ」は、構成設定情報に従ってソフトウェアのインストールと設定を行うタスクであり、本実施の形態では、変換部120が生成するタスクである。 An example of the workflow definition information generated from the design patterns 1 to 3 in FIG. 5 is shown in FIG. As shown in FIG. 6, in the workflow definition information, parameters 1 to 4 acquired from design patterns 1 to 3 are described, and each task is described in an order according to an execution order. Note that "deployment" in the example of FIG. 6 is a task of installing and setting software according to the configuration setting information, and in the present embodiment, is a task generated by the conversion unit 120.

図10に、より具体的な3つのデザインパターンの例を示す。この3つのデザインパターンは、データベースにアクセスして、APIでユーザに対して所定機能を提供するようなアプリケーションに対応する。具体的には、DB patternがデータベースソフトウェアとそれに関する設定についてのデザインパターンであり、Base patternが所定機能を提供するソフトウェアとその設定についてのデザインパターンであり、API patternがAPIを実現するためのソフトウェアとその設定についてのデザインパターンである。 FIG. 10 shows an example of three more specific design patterns. These three design patterns correspond to applications that access a database and provide a predetermined function to a user by API. Specifically, the DB pattern is a design pattern for database software and its settings, the Base pattern is a design pattern for software that provides a predetermined function and its settings, and the API pattern is software for realizing API. And the design pattern for its settings.

Base patternにおける「myapp」は、所定機能を提供するソフトウェアである。DB patternにおいて、Base patternにおける名前「appDeployment」と同じ名前「appDeployment」の構成情報として、myappがデータベースに接続するための構成情報(接続先アドレス、ID等)が記述される。 "Myapp" in Base pattern is software that provides a predetermined function. In the DB pattern, the configuration information (connection destination address, ID, etc.) for myapp to connect to the database is described as the configuration information of the same name "appDeployment" as the name "appDeployment" in the Base pattern.

API patternには、Base patternに記述されているベースとなるソフトウェアを公開するためのポートの情報、そのポートが機能しているかどうかの死活監視を行うprobeの情報等が記述される。 In the API pattern, information on the port for publishing the base software described in the Base pattern, information on the probe for monitoring the life and death of whether or not the port is functioning, and the like are described.

構成設定情報の生成において、変換部120により、図9の枠の部分が走査され、前述した手順により、図11に示すような構成設定情報が生成される。図11において、「compileConfig」が、図6における「構成設定情報の生成タスク」に相当する。また、図11において、枠で囲んだ部分が、3つのデザインパターンから取得された情報であることを示す。 In the generation of the configuration setting information, the conversion unit 120 scans the frame portion of FIG. 9, and the configuration setting information as shown in FIG. 11 is generated by the procedure described above. In FIG. 11, the “compleConfig” corresponds to the “configuration setting information generation task” in FIG. Further, in FIG. 11, it is shown that the portion surrounded by the frame is the information acquired from the three design patterns.

次に、図7のフローチャートを参照して、構成設定情報の生成に関わる処理について説明する。ユーザからの入力等により、データ格納部140には、ワークフロー定義情報に記述されている各パラメータの値が格納されているとする。 Next, the process related to the generation of the configuration setting information will be described with reference to the flowchart of FIG. 7. It is assumed that the value of each parameter described in the workflow definition information is stored in the data storage unit 140 by input from the user or the like.

<S201>
ワークフロー実行部130は、データ格納部140からワークフロー定義情報とパラメータの値を読み出し、ワークフロー定義情報の実行を開始する。ワークフロー定義情報を実行するとは、ワークフロー定義情報に記述された各タスクを、記述された順番(図6の例では上から)で実行することである。
<S201>
The workflow execution unit 130 reads the workflow definition information and the value of the parameter from the data storage unit 140, and starts executing the workflow definition information. Executing the workflow definition information means executing each task described in the workflow definition information in the order described (from the top in the example of FIG. 6).

ワークフロー実行部130は、ワークフロー定義情報における「構成設定情報の生成タスク」を実行すると、構成設定情報を生成するよう変換部120(コンパイラ)に指示する。 When the workflow execution unit 130 executes the "configuration setting information generation task" in the workflow definition information, the workflow execution unit 130 instructs the conversion unit 120 (compiler) to generate the configuration setting information.

<S202>
S202において、構成設定情報の生成指示を受けた変換部120は、データ格納部140から、対象アプリケーションに対応する複数のデザインパターン、及びパラメータの値を取得する。
<S202>
In S202, the conversion unit 120 that has received the instruction to generate the configuration setting information acquires the values of a plurality of design patterns and parameters corresponding to the target application from the data storage unit 140.

<S203、S204>
S203において、変換部120は、複数のデザインパターン、及びパラメータの値から、対象アプリケーションをアプリケーション実行装置200で動作させるための構成設定情報を生成する。S204において、変換部120は、構成設定情報を出力する。具体的には、下記の(1)〜(2)のとおりである。
<S203, S204>
In S203, the conversion unit 120 generates configuration setting information for operating the target application in the application execution device 200 from a plurality of design patterns and parameter values. In S204, the conversion unit 120 outputs the configuration setting information. Specifically, it is as follows (1) to (2).

(1)変換部120は、複数のデザインパターンの「構成情報」のブロックにおける識別情報とその内容を全て走査し、複数デザインパターン間で同じ識別情報の構成情報を合成する。異なる識別情報であれば、各識別情報の構成情報を並べる。 (1) The conversion unit 120 scans all the identification information and its contents in the "configuration information" block of the plurality of design patterns, and synthesizes the configuration information of the same identification information among the plurality of design patterns. If the identification information is different, the configuration information of each identification information is arranged.

合成するとは、複数デザインパターン間で同一の構成情報があれば、1つの構成情報とし、異なる構成情報であれば、それらを並べることである。 Combining means that if there is the same configuration information among a plurality of design patterns, it is regarded as one configuration information, and if it is different configuration information, they are arranged.

また、合成において、構成情報の内容に矛盾が生じていることを検知した場合に、競合エラーとして処理を終了する。 In addition, when it is detected that a contradiction has occurred in the contents of the configuration information in the composition, the process is terminated as a conflict error.

例えば、仮に、デザインパターンXにおける「構成XYZ」で識別される構成情報におけるソフト1がパラメータ1を必要とし、デザインパターンYにおける「構成XYZ」で識別される構成情報におけるソフト1がパラメータ2を必要とする場合、矛盾するので、競合エラーとなる。 For example, suppose that the software 1 in the configuration information identified by the "configuration XYZ" in the design pattern X requires parameter 1, and the software 1 in the configuration information identified by the "configuration XYZ" in the design pattern Y requires parameter 2. If so, there is a contradiction and a conflict error occurs.

(2)変換部120は、構成情報の一覧を有する構成設定情報を出力する。出力された構成設定情報はデータ格納部140に格納される。 (2) The conversion unit 120 outputs the configuration setting information having a list of the configuration information. The output configuration setting information is stored in the data storage unit 140.

図5のデザインパターン1〜3から生成された構成設定情報の例を図8に示す。図8に示すように、各デザインパターンから取得された構成情報が、パラメータの値が埋められた形で記述されている。 An example of the configuration setting information generated from the design patterns 1 to 3 in FIG. 5 is shown in FIG. As shown in FIG. 8, the configuration information acquired from each design pattern is described in a form in which the parameter values are embedded.

より具体的な例として、図10に示した3つのデザインパターンと同じものを図12に示す。図12には、構成設定情報の生成において、変換部120が走査する部分(構成情報の部分)を枠で囲んでいる。これらの構成情報から、図13に示す構成設定情報が生成される。図13には、パラメータの値も示されている。図13において、枠で囲んだ部分(本例では全部)が、3つのデザインパターンから取得された情報であることを示す。図13には、myappというソフトウェアをインストールして、myappがデータベースへ接続するための設定を行い、APIのポート監視のための死活監視の設定を行うこと等が記述されている。 As a more specific example, FIG. 12 shows the same three design patterns shown in FIG. In FIG. 12, the portion (the portion of the configuration information) scanned by the conversion unit 120 in the generation of the configuration setting information is surrounded by a frame. From these configuration information, the configuration setting information shown in FIG. 13 is generated. The values of the parameters are also shown in FIG. In FIG. 13, it is shown that the portion surrounded by the frame (all in this example) is the information acquired from the three design patterns. FIG. 13 describes that software called myapp is installed, settings are made for myapp to connect to the database, and life-and-death monitoring is set for API port monitoring.

<S205>
図7のS205において、ワークフロー実行部130は、変換部120により生成された構成設定情報をデータ格納部140から読み出し、ワークフロー定義情報におけるタスクの1つであるデプロイを実行する際に、当該構成設定情報に従って、アプリケーション実行装置200に命令をすることで、ソフトウェアのインストールや設定、起動等を実行する。ワークフロー定義情報の実行が完了すると、対象アプリケーションはアプリケーション実行装置200において動作している状態となる。
<S205>
In S205 of FIG. 7, the workflow execution unit 130 reads the configuration setting information generated by the conversion unit 120 from the data storage unit 140, and when executing the deployment which is one of the tasks in the workflow definition information, the configuration setting By instructing the application execution device 200 according to the information, software installation, setting, startup, and the like are executed. When the execution of the workflow definition information is completed, the target application is in the state of operating in the application execution device 200.

なお、上記の例では、ワークフロー定義情報の実行時に構成設定情報を生成することとしているが、これは一例である。ワークフロー定義情報の実行前に、パラメータの値の入力を受けて、ワークフロー定義情報とともに構成設定情報を生成してもよい。 In the above example, the configuration setting information is generated when the workflow definition information is executed, but this is an example. Before executing the workflow definition information, the configuration setting information may be generated together with the workflow definition information by receiving the input of the parameter values.

(実施の形態の効果等)
以上説明したように、本実施の形態に係る技術により、アプリケーションをアプリケーション実行装置において動作させるために使用するワークフロー定義情報及び構成設定情報を効率的に作成することができる。
(Effects of embodiments, etc.)
As described above, the technique according to the present embodiment can efficiently create the workflow definition information and the configuration setting information used to operate the application in the application execution device.

また、ワークフロー定義情報、構成設定情報を別々に管理するのではなく、ユースケースや運用モデル毎に、単位情報(デザインパターン)を作成・管理することとしたので、一貫した運用モデル/ポリシーのもとで情報を管理することができ、アプリケーションの開発から運用まで効果的なライフサイクル管理が可能となる。 In addition, instead of managing workflow definition information and configuration setting information separately, we decided to create and manage unit information (design patterns) for each use case and operation model, so a consistent operation model / policy is also possible. Information can be managed with and, and effective life cycle management from application development to operation becomes possible.

また、再利用可能な最小単位でデザインパターンを構成することで、これまでプロジェクトごとに作成・管理していたワークフロー定義情報及び構成設定情報についての単位情報をプロジェクトをまたいで共有することができ、インフラ設計、テスト、運用モデルを共通化して、早く安全にシステム開発が可能となる。 In addition, by configuring the design pattern with the smallest reusable unit, it is possible to share unit information about workflow definition information and configuration setting information that were previously created and managed for each project across projects. By standardizing infrastructure design, testing, and operation models, system development can be performed quickly and safely.

複数のデザインパターンを合成してワークフロー定義と構成設定ファイルを自動生成する際、フォーマットにしたがって各デザインパターンの要求条件を検査することで、デザインパターンを安全に拡張することができ、スケーラブルにアプリケーションの運用モデルを管理することが可能となる。 When synthesizing multiple design patterns and automatically generating workflow definition and configuration setting files, the design patterns can be safely extended by inspecting the requirements of each design pattern according to the format, and the application can be scaled. It becomes possible to manage the operation model.

特に、クラウドネイティブのアプリケーションにおいては、機能追加・変更を短いサイクル(アジャイル)で行うが、本実施の形態に係る技術により、機能追加・変更の作業を自動化でき、更に、アプリケーションの機能追加に伴って作業・設定内容を柔軟に変更することが可能になるので、短いサイクルでの機能追加・変更を安全かつスケーラブルに実現することが可能となる。 In particular, in cloud native applications, function additions / changes are performed in a short cycle (agile), but the technology related to this embodiment can automate the work of function additions / changes, and with the addition of application functions. Since it is possible to flexibly change the work / setting contents, it is possible to safely and scalablely add / change functions in a short cycle.

(実施の形態のまとめ)
本明細書には、少なくとも下記の各項に記載した設定装置、設定方法、及びプログラムが記載されている。
(第1項)
対象アプリケーションの構成要素に基づいて作成された1以上の単位情報を用いて、前記対象アプリケーションをアプリケーション実行装置において動作させるために実行が必要な1以上のタスクの実行手順を記述したタスク実行手順情報と、前記対象アプリケーションの構成設定情報を生成する変換部と、
前記タスク実行手順情報に基づいて、前記1以上のタスクを実行する実行部と
を備える設定装置。
(第2項)
前記1以上の単位情報における各単位情報は、パラメータのブロックと、構成情報のブロックと、1以上のタスクを示すブロックと、を有する
第1項に記載の設定装置。
(第3項)
前記構成情報のブロックは、1以上の構成情報を識別するための識別情報を含み、
前記変換部は、前記構成設定情報の生成において、複数の単位情報間で識別情報が同じ構成情報を合成する
第2項に記載の設定装置。
(第4項)
前記1以上のタスクを示すブロックは、1以上のタスクを識別するための識別情報を含み、
前記変換部は、前記タスク実行手順情報の生成において、複数の単位情報間で識別情報が同じ1以上のタスクを合成する
第2項又は第3項に記載の設定装置。
(第5項)
前記変換部は、複数の単位情報間で競合が発生した場合に、エラーを出力する
第1項ないし第4項のうちいずれか1項に記載の設定装置。
(第6項)
前記変換部は、前記タスク実行手順情報の中の1つのタスクとして、前記構成設定情報を生成するためのタスクを生成し、前記実行部が当該タスクを実行することにより、前記変換部は、前記構成設定情報を生成する
第1項ないし第5項のうちいずれか1項に記載の設定装置。
(第7項)
設定装置が実行する設定方法であって、
対象アプリケーションの構成要素に基づいて作成された1以上の単位情報を用いて、前記対象アプリケーションをアプリケーション実行装置において動作させるために実行が必要な1以上のタスクの実行手順を記述したタスク実行手順情報と、前記対象アプリケーションの構成設定情報を生成する変換ステップと、
前記タスク実行手順情報に基づいて、前記1以上のタスクを実行する実行ステップと
を備える設定方法。
(第8項)
コンピュータを、第1項ないし第6項のうちいずれか1項に記載の設定装置における各部として機能させるためのプログラム。
(Summary of embodiments)
This specification describes at least the setting devices, setting methods, and programs described in the following items.
(Section 1)
Task execution procedure information that describes the execution procedure of one or more tasks that need to be executed in order to operate the target application in the application execution device using one or more unit information created based on the components of the target application. And a conversion unit that generates the configuration setting information of the target application,
A setting device including an execution unit that executes one or more tasks based on the task execution procedure information.
(Section 2)
The setting device according to item 1, wherein each unit information in the one or more unit information has a block of parameters, a block of configuration information, and a block indicating one or more tasks.
(Section 3)
The block of configuration information includes identification information for identifying one or more configuration information.
The setting device according to item 2, wherein the conversion unit synthesizes configuration information having the same identification information among a plurality of unit information in the generation of the configuration setting information.
(Section 4)
The block indicating one or more tasks includes identification information for identifying one or more tasks.
The setting device according to item 2 or 3, wherein the conversion unit synthesizes one or more tasks having the same identification information among a plurality of unit information in the generation of the task execution procedure information.
(Section 5)
The setting device according to any one of items 1 to 4, wherein the conversion unit outputs an error when a conflict occurs between a plurality of unit information.
(Section 6)
The conversion unit generates a task for generating the configuration setting information as one task in the task execution procedure information, and the execution unit executes the task. The setting device according to any one of items 1 to 5 that generates configuration setting information.
(Section 7)
It is a setting method executed by the setting device.
Task execution procedure information that describes the execution procedure of one or more tasks that need to be executed in order to operate the target application in the application execution device using one or more unit information created based on the components of the target application. And the conversion step to generate the configuration setting information of the target application.
A setting method including an execution step for executing one or more tasks based on the task execution procedure information.
(Section 8)
A program for causing a computer to function as each part in the setting device according to any one of items 1 to 6.

以上、本実施の形態について説明したが、本発明はかかる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。 Although the present embodiment has been described above, the present invention is not limited to such a specific embodiment, and various modifications and changes can be made within the scope of the gist of the present invention described in the claims. It is possible.

100 設定情報
110 入力部
120 変換部
130 ワークフロー実行部
140 データ格納部
200 アプリケーション実行環境
1000 ドライブ装置
1001 記録媒体
1002 補助記憶装置
1003 メモリ装置
1004 CPU
1005 インタフェース装置
1006 表示装置
1007 入力装置
100 Setting information 110 Input unit 120 Conversion unit 130 Workflow execution unit 140 Data storage unit 200 Application execution environment 1000 Drive device 1001 Recording medium 1002 Auxiliary storage device 1003 Memory device 1004 CPU
1005 Interface device 1006 Display device 1007 Input device

Claims (8)

対象アプリケーションの構成要素に基づいて作成された1以上の単位情報を用いて、前記対象アプリケーションをアプリケーション実行装置において動作させるために実行が必要な1以上のタスクの実行手順を記述したタスク実行手順情報と、前記対象アプリケーションの構成設定情報を生成する変換部と、
前記タスク実行手順情報に基づいて、前記1以上のタスクを実行する実行部と
を備える設定装置。
Task execution procedure information that describes the execution procedure of one or more tasks that need to be executed in order to operate the target application in the application execution device using one or more unit information created based on the components of the target application. And a conversion unit that generates the configuration setting information of the target application,
A setting device including an execution unit that executes one or more tasks based on the task execution procedure information.
前記1以上の単位情報における各単位情報は、パラメータのブロックと、構成情報のブロックと、1以上のタスクを示すブロックと、を有する
請求項1に記載の設定装置。
The setting device according to claim 1, wherein each unit information in the one or more unit information includes a block of parameters, a block of configuration information, and a block indicating one or more tasks.
前記構成情報のブロックは、1以上の構成情報を識別するための識別情報を含み、
前記変換部は、前記構成設定情報の生成において、複数の単位情報間で識別情報が同じ構成情報を合成する
請求項2に記載の設定装置。
The block of configuration information includes identification information for identifying one or more configuration information.
The setting device according to claim 2, wherein the conversion unit synthesizes configuration information having the same identification information among a plurality of unit information in the generation of the configuration setting information.
前記1以上のタスクを示すブロックは、1以上のタスクを識別するための識別情報を含み、
前記変換部は、前記タスク実行手順情報の生成において、複数の単位情報間で識別情報が同じ1以上のタスクを合成する
請求項2又は3に記載の設定装置。
The block indicating one or more tasks includes identification information for identifying one or more tasks.
The setting device according to claim 2 or 3, wherein the conversion unit synthesizes one or more tasks having the same identification information among a plurality of unit information in the generation of the task execution procedure information.
前記変換部は、複数の単位情報間で競合が発生した場合に、エラーを出力する
請求項1ないし4のうちいずれか1項に記載の設定装置。
The setting device according to any one of claims 1 to 4, wherein the conversion unit outputs an error when a conflict occurs between a plurality of unit information.
前記変換部は、前記タスク実行手順情報の中の1つのタスクとして、前記構成設定情報を生成するためのタスクを生成し、前記実行部が当該タスクを実行することにより、前記変換部は、前記構成設定情報を生成する
請求項1ないし5のうちいずれか1項に記載の設定装置。
The conversion unit generates a task for generating the configuration setting information as one task in the task execution procedure information, and the execution unit executes the task. The setting device according to any one of claims 1 to 5, which generates configuration setting information.
設定装置が実行する設定方法であって、
対象アプリケーションの構成要素に基づいて作成された1以上の単位情報を用いて、前記対象アプリケーションをアプリケーション実行装置において動作させるために実行が必要な1以上のタスクの実行手順を記述したタスク実行手順情報と、前記対象アプリケーションの構成設定情報を生成する変換ステップと、
前記タスク実行手順情報に基づいて、前記1以上のタスクを実行する実行ステップと
を備える設定方法。
It is a setting method executed by the setting device.
Task execution procedure information that describes the execution procedure of one or more tasks that need to be executed in order to operate the target application in the application execution device using one or more unit information created based on the components of the target application. And the conversion step to generate the configuration setting information of the target application.
A setting method including an execution step for executing one or more tasks based on the task execution procedure information.
コンピュータを、請求項1ないし6のうちいずれか1項に記載の設定装置における各部として機能させるためのプログラム。 A program for causing a computer to function as each part in the setting device according to any one of claims 1 to 6.
JP2020044321A 2020-03-13 2020-03-13 Setting device, setting method, and program Active JP7328922B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020044321A JP7328922B2 (en) 2020-03-13 2020-03-13 Setting device, setting method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020044321A JP7328922B2 (en) 2020-03-13 2020-03-13 Setting device, setting method, and program

Publications (2)

Publication Number Publication Date
JP2021144602A true JP2021144602A (en) 2021-09-24
JP7328922B2 JP7328922B2 (en) 2023-08-17

Family

ID=77766823

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020044321A Active JP7328922B2 (en) 2020-03-13 2020-03-13 Setting device, setting method, and program

Country Status (1)

Country Link
JP (1) JP7328922B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060129970A1 (en) 2004-12-15 2006-06-15 Haas Martin C Systems and methods for production planning analysis using discrete event simulation
JP5158675B2 (en) 2007-06-27 2013-03-06 三菱アルミニウム株式会社 Magnesium alloy sheet material excellent in corrosion resistance and surface treatment and method for producing the same
US20090070121A1 (en) 2007-09-11 2009-03-12 Jean-Baptiste Leonelli System, Method And Graphical User Interface For Workflow Generation, Deployment And/Or Execution
US9135283B2 (en) 2009-10-07 2015-09-15 Amazon Technologies, Inc. Self-service configuration for data environment
JP6668467B2 (en) 2016-06-03 2020-03-18 株式会社日立製作所 Management system and resource scheduling method

Also Published As

Publication number Publication date
JP7328922B2 (en) 2023-08-17

Similar Documents

Publication Publication Date Title
US11269660B2 (en) Methods and systems for integrated development environment editor support with a single code base
EP2245532B1 (en) Method and apparatus for generating virtual software platform based on component model and validating software platform architecture using the platform
US9047160B2 (en) Designing and building virtual images using semantically rich composable software image bundles
KR102341154B1 (en) High-speed application for installation on mobile devices for permitting remote configuration of such mobile devices
US9830135B2 (en) Declarative and pluggable business logic for systems management
US9268672B1 (en) Automated test case generation for applications
US20080229303A1 (en) Method, system and computer program for distributing customized software products
JP7050106B2 (en) How to instantiate an executable analysis module
US20150220308A1 (en) Model-based development
US20150220325A1 (en) Agile framework for vertical application development and delivery
KR20070049166A (en) System and method for extraction and creation of application meta-information within a software application repository
US9459859B2 (en) Template derivation for configuration object management
JP2012256148A (en) Operational management device and method
CN112764753A (en) Project deployment method and device, electronic equipment and storage medium
CN112148278A (en) Visual block chain intelligent contract framework and intelligent contract development and deployment method
US9626251B2 (en) Undo configuration transactional compensation
Bhattacharjee et al. (wip) cloudcamp: Automating the deployment and management of cloud services
CN112685040A (en) Method, device, equipment and storage medium for generating interface file in android system
CN110764864A (en) Terraform-based visual resource arrangement method
JP7328922B2 (en) Setting device, setting method, and program
US20220413843A1 (en) Combining model-driven applications and canvas-type applications with application lifecycle management
CN113326145A (en) Method and system for managing app
CN113064698A (en) Method for providing product environment and corresponding device, system, equipment and medium
CN113032004A (en) Method, apparatus and program product for managing development jobs in a development environment
Ying et al. Modeling and verifying configuration in service deployment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220812

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230630

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230718

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230804

R150 Certificate of patent or registration of utility model

Ref document number: 7328922

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150