Automation Suite
2023.10
バナーの背景画像
Linux の Automation Suite のインストール ガイド
最終更新日 2024年4月19日

手順 2: Automation Suite を GCP にデプロイする

重要: 作業を進める前に、必ず「手順 1: GCP のデプロイを計画する」を実行してください。

デプロイを構成する

GCP 環境の準備が整ったら、インフラストラクチャを直接デプロイできます。

次の手順を実行します。

  1. こちらからテンプレートをダウンロードし、解凍します。
  2. (任意) 手順 1 で生成した SSH キーをテンプレート フォルダーに移動します。
  3. 解凍したテンプレートには、パラメーターを含む terraform.tfvars ファイルが含まれます。デプロイに従って、これらのパラメーターを編集します。

デプロイ パラメーター

名前

説明

パラメーターの種類

project_id

リソースがデプロイされるプロジェクト。

string

my-gcp-project

region

リソースがデプロイされるリージョン。

string

europe-west1

zone

ゾーン リソースがデプロイされる既定のゾーン。ゾーンは選択したリージョンに属している必要があります。

string

europe-west1-c

installer_version

Automation Suite インストーラーのバージョン。

string

2021.10.3

installer_url

Automation Suite インストーラーの URL。installer_version パラメーターが上書きされ、パッケージのバージョンがインストールされます。

string

https://download.uipath.com/automation-suite/installer.zip

perform_installation

指定されたインフラストラクチャに Automation Suite を自動的にインストールします。

Bool

true

lb_fqdn

Automation Suite の完全修飾ドメイン名 (FQDN)。

string

my-fqdn.net

ssh_user

SSH を介して仮想マシンにログインするときに使用するユーザー名。

string

user

ssh_pub_key_path

仮想マシンへのアクセスに使用する SSH 公開キーへのパス。

string

gcp_key.pub

ssh_private_key_path

仮想マシンへのアクセスに使用する SSH 秘密キーへのパス。

string

gcp_key

server_instance_type

サーバー マシンのインスタンスの種類。

string

n2-standard-32

agent_instance_type

エージェント マシンのインスタンスの種類。

string

n2-standard-16

gpu_instance_type

(任意) GPU エージェントの数が 1 つ以上の場合にのみ使用されるパラメーター。GPU エージェント マシンのインスタンスの種類。

string

n1-standard-16

gpu_type

(任意) GPU エージェントの数が 1 つ以上の場合にのみ使用されるパラメーター。GPU ノードの GPU の種類。

string

nvidia-tesla-t4

server_count

サーバー仮想マシンの数。奇数である必要があります。

Number

3

agent_count

エージェント仮想マシンの数。

Number

1

gpu_agent_count

GPU エージェント仮想マシンの数。

Number

1

vm_custom_image

(任意) 仮想マシンに使用するカスタム イメージの名前。既定の最新の RHEL 8 GCP イメージを使用するには、空のままにします。

string

my-rhel8-image

install_orchestrator

Orchestrator をインストールします。

Bool

true

install_aicenter

AI Center のインストール。

Bool

true

install_documentunderstanding

Document Understanding のインストール。

Bool

true

install_insights

Insights のインストール。

Bool

true

install_data_service

Data Service のインストール。

Bool

true

install_test_manager

Test Manager をインストールします。

Bool

true

install_automation_ops

Automation Ops のインストール。

Bool

true

install_automation_hub

Automation Hub のインストール。

Bool

true

install_apps

Apps のインストール。

Bool

true

install_action_center

Action Center のインストール。

Bool

true

install_task_mining

Task Mining のインストール。

Bool

true

install_as_robots

Automation Suite ロボットをインストールします。

Bool

true

asrobots_agent_count

Automation Suite ロボット専用エージェントのインスタンスの種類。

Number

1

asrobots_agent_instance_type

専用の Automation Suite ロボット仮想マシンの数。

string

n2-standard-16

install_process_mining

Process Mining をインストールします。

Bool

true

accept_license_agreement

このパラメーターを True に設定すると、該当するライセンス契約に同意したものと見なされます。

Bool

true

高度な設定

cluster_config.json を介して公開される新しい構成を追加する場合は、次の手順に従います。

  1. お気に入りのテキスト エディターを使用して、解凍したパッケージから ./scripts/inputs_schema ファイルを編集します。
  2. 必要に応じて、json ファイルを変更または追加します。
    注: Terraform は、inputs_schema ファイルを変更する際に、metadata.tf で定義された ${var} 変数をそれぞれの値に置き換えることに注意してください。

デプロイを完了する

パラメーターを設定したら、次の手順を実行します。

  1. ターミナルを開き、以下のコマンドを使用して GCP の認証を受けます。
    gcloud auth application-default logingcloud auth application-default login
  2. ターミナルで、テンプレートを解凍したフォルダーに移動し、以下のコマンドを実行します。
    terraform init
    terraform applyterraform init
    terraform apply
  3. 承認を求められたら、Yes と入力します。これによって、デプロイが実行されます。完了までに、通常 1 - 1.5 時間かかります。
  • デプロイを構成する
  • デプロイ パラメーター
  • 高度な設定
  • デプロイを完了する

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.