Automation Suite
2023.10
False
横幅背景图像
Linux 版 Automation Suite 安装指南
上次更新日期 2024年4月19日

步骤 2:将 Automation Suite 部署到 GCP

重要提示:在继续之前,请务必完成步骤 1:准备 GCP 部署

配置部署

准备好 GCP 环境后,您可以直接部署基础架构。

采取以下步骤:

  1. 此处下载模板并解压缩。
  2. (可选)将步骤 1 中生成的 SSH 密钥移动到模板文件夹中。
  3. 解压缩后的模板包含一个带有参数的 terraform.tfvars 文件。根据您的部署编辑它们。

部署参数

名称

描述

参数类型

示例

project_id

将在其中部署资源的项目。

字符串

my-gcp-project

region

将在其中部署资源的区域。

字符串

europe-west1

zone

部署区域资源的默认区域。该区域应属于您选择的区域。

字符串

europe-west1-c

installer_version

Automation Suite 安装程序版本。

字符串

2021.10.3

installer_url

Automation Suite 安装程序 URL。它会覆盖 installer_version 参数并安装包中的版本。

字符串

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

perform_installation

在提供的基础架构上自动安装 Automation Suite。

Bool

true

lb_fqdn

Automation Suite 的完全限定域名 (FQDN)。

字符串

my-fqdn.net

ssh_user

通过 SSH 登录虚拟机时使用的用户名。

字符串

user

ssh_pub_key_path

用于访问虚拟机的 SSH 公钥路径。

字符串

gcp_key.pub

ssh_private_key_path

用于访问虚拟机的 SSH 私钥路径。

字符串

gcp_key

server_instance_type

服务器计算机的实例类型。

字符串

n2-standard-32

agent_instance_type

代理计算机的实例类型。

字符串

n2-standard-16

gpu_instance_type

(可选)仅当 GPU 代理数量至少为 1 时才使用此参数。 GPU 代理计算机的实例类型。

字符串

n1-standard-16

gpu_type

(可选)仅当 GPU 代理数量至少为 1 时才使用此参数。 GPU 节点的 GPU 类型。

字符串

nvidia-tesla-t4

server_count

服务器虚拟机数量,必须为奇数

数字

3

agent_count

代理虚拟机的数量。

数字

1

gpu_agent_count

GPU 代理虚拟机数量

数字

1

vm_custom_image

(可选)要用于虚拟机的自定义映像的名称。 留空以默认为最新的 RHEL 8 GCP 映像。

字符串

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

安装应用程序

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

ASobots 专用代理的实例类型。

数字

1

asrobots_agent_instance_type

专用 ASRobots 虚拟机的数量。

字符串

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 文件。
    注意:请记住,更改 inputs_schema 文件时,Terraform 会将 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 小时才能完成。
  • 配置部署
  • 部署参数
  • 高级配置
  • 正在完成部署

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.