UiPath Documentation
automation-suite
2023.4
false
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

步骤 2:将 Automation Suite 部署到 Azure

Once you have the Azure environment set up, navigate to this link to install Automation Suite in your Azure environment.

下表概述了部署中使用的参数:

参数名称描述
SubscriptionAzure 订阅。
Resource Group订阅下的 Azure 资源组。
Resource Group Name在其中部署集群的资源组名称。
Region资源组的默认区域。
Location部署基础架构的有效 Azure 区域。确保该区域有足够的核心可以用于所使用的实例类型。

如果这与资源组的区域相同,则可以使用 [resourceGroup().location]
Automation Suite versionAutomation Suite 的版本。

示例: 21.10.2
Run Automation Suite Install选择是否应在配置基础架构后安装 Automation Suite。
Accept License Agreement将该参数设置为 True,即表示您同意适用的许可协议
DNS Load Balancer用于负载均衡器子域的前缀。

如果您使用自定义域,则只能通过自定义域访问集群,而不能直接使用负载均衡器的域(例如,<prefix>.<region>.cloudapp.azure.com)。
Virtual Network New Or Existing参数,用于指示是否应创建部署所用的虚拟网络,或该虚拟网络是否已存在。
Existing Virtual Network Resource Group资源组,在此部署要使用的现有虚拟网络。

仅当 Virtual Network New Or Existing 参数设置为 existing 时使用的参数。
Existing Virtual Network Name用于部署的现有虚拟网络的名称。

仅当 Virtual Network New Or Existing 参数设置为 existing 时使用的参数。
Existing Subnet NameName of an existing subnet inside the previously mentioned Virtual Network. The subnet must satisfy these requirements.

仅当 Virtual Network New Or Existing 参数设置为 existing 时使用的参数。
Deploy Bastion Host在虚拟网络上部署堡垒主机。仅在将“新虚拟网络”或“现有网络”设置为“新”时才使用此参数。
Enable Custom Domain如果您想使用自己的自定义域,可设置为 true。需要安装后配置。
Custom domainThis is the domain you want to use for the cluster. Post-installation, create two CNAME/A records that will point to the public load balancer. See DNS configuration.
Enable Custom Certificates如果要为自己的域使用自定义证书,请设置为 true。请务必将其与设置为 trueEnable Custom Domain 参数一起使用。
Custom Server Certificate这是一个 base64 编码的字符串。

Encode the contents of the .crt server certificate to a base64 string. The server certificate should have the following properties.
Custom Server Cert Key这是一个 base64 编码的字符串。

.key 服务器证书密钥的内容编码为 base64 字符串。这是 Custom Server Certificate 参数中的私钥。
Custom Server Cert Authority Bundle这是一个 base64 编码的字符串。

创建一个 .crt 文件,其中包含来自服务器证书链中所有 CA 证书(不包括服务器证书)的所有公共证书(.crt)。

从此文件的内容创建一个 base64 字符串。
Automation Suite Installer URL可选:Automation Suite 安装包的链接。

更改此参数将覆盖上面的 Automation Suite version 参数,并安装此 URL 中指定的版本。

如不使用,请将设置保持为 None
Automation Suite Advanced Config这是一个有效的 json 字符串,会被合并到模板正在构建的 cluster_config.json 文件中。将覆盖现有设置。

See advanced installation experience for details.
Server Node Count为用作集群服务器而创建的虚拟机数量。应为奇数。
Server Node Instance Type服务器节点的实例类型。

示例: Standard_D16s_v3
Server Node HostnameServer node hostname/computer name prefix. For details on the appended sequence, see Azure documentation.
Enable Ultra Disks启用以对etcd (服务器节点)使用超级磁盘。 仅当您要部署到的区域不支持区域时,才应禁用。
Agent Node Count为用作集群代理节点而创建的虚拟机数量。如果为 0,则仍会创建空的代理规模集。
Agent Node Instance Type代理节点的实例类型。

示例: Standard_D16s_v3
Agent Node HostnameAgent node hostname/computer name prefix. For details on the appended sequence, see Azure documentation.
Gpu Node Count为用作集群代理而创建的 GPU 虚拟机数量。专为 ML 工作负载设计。如果为 0,则不创建 GPU 规模集。
Gpu Node Instance Type要配置的以及要用作集群代理的 GPU 实例类型。

示例: Standard_NC12s_v2
Gpu Node HostnameGPU node hostname/computer name prefix. For details on the appended sequence, see Azure documentation.
Task Mining Node Type可选:Task Mining 节点的实例类型。仅当您启用 Task Mining 服务时,才会使用此选项。示例:Standard_B20ms
Task Mining Node HostnameTask Mining 节点主机名/计算机名称。
AS Robots Node Count专用 Automation Suite 机器人节点的数量。如果为 0,则仍会创建规模集。
AS Robots Node Instance Type专用 Automation Suite Robot 节点的实例类型。

示例: Standard_D16s_v3
AS Robots Node HostnameAutomation Suite Robots node hostname/computer name prefix. For details on the appended sequence, see Azure documentation.
SQL new or existingParameter indicating whether the SQL Server used for the deployment should be created or it already exists. For SQL server requirements, see our documentation .
SQL Server FQDN or IP与 SQL Server 关联的 FQDN 或 IP。 仅当SQLNewOrExisting参数设置为existing时才使用此选项。
SQL Server UsernameSQL Server user login. If the SQL new or existing parameter is set to existing, this is the user for the existing SQL server. Otherwise, this username will be set on the SQL server created. For details on the required permissions, see our documentation for permissions.
SQL Server PasswordSQL Server 用户密码。如果 SQL new or existing 参数设置为 existing,则这是现有 SQL Server 的用户密码。否则,将在创建的 SQL Server 上设置此密码。
SQL Server PortSQL Server 端口。如果 SQLNewOrExisting 参数设置为 existing,则使用此端口。
WarehouseSQLServerFqdnOrIP与 Warehouse SQL Server 关联的 FQDN 或 IP。仅当 SQLNewOrExisting 参数设置为existing 并且您要安装 Process Mining 时,才使用此选项。
WarehouseSQLServerUsernameWarehouse SQL Server user login. This is only used if you want to install Process Mining. If the SQLNewOrExisting parameter is set to existing, this is the user for the existing SQL server. Otherwise this username is set on the created SQL Server. For details on permissions, see Configuring Microsoft SQL server.
WarehouseSQLServerPassword仓库 SQL Server 用户密码。仅当您要安装 Process Mining 时才使用此选项。如果 SQLNewOrExisting 参数设置为 existing,则这是现有 SQL Server 的用户密码。否则,将在创建的 SQL Server 上设置此密码。
WarehouseSQLServerPort仓库 SQL Server 端口。仅当您要安装 Process Mining 时才使用此选项。如果 SQLNewOrExisting 参数设置为 existing,则使用此端口。
UiPath Admin Username要在所有节点上设置的管理员用户名。这也用作主机租户管理员。
UiPath Admin Password节点管理员用户的密码。这也用作主机租户管理员密码。
Vm Admin Username要在虚拟机实例中使用的管理员用户名。
Vm Admin Password要在虚拟机实例中使用的管理员密码。
Enable Cluster Backup如果要部署外部 NFS 文件共享,请设置为 true。此外,如果 Run Automation Suite Install 参数设置为 true,则将在集群级别启用备份。
Services Install flags (multiple)选择是否在集群中安装特定服务。
externalRegistryFQDN外部注册表 FQDN。
externalRegistryUsername外部注册表用户名。
externalRegistryPassword外部注册表密码。
AI Center Connect To External Orchestrator Flag用于确定 AI Center 是否连接到外部 Orchestrator 的标志。仅在 AiCenterInstallFlag 设置为“true”时有效。您需要在以下参数中指定 AI Center 连接到 Orchestrator 的方式。
OrchestratorUrlAI Center 连接到的 Orchestrator 的 URL。当您要安装 AI Center 并将其连接到外部 Orchestrator 和身份服务时,才填写此字段。
IdentityUrlAI Center 连接到的身份服务的 URL。当您要安装 AI Center 并将其连接到外部 Orchestrator 和身份服务时,才填写此字段。
OrchestratorCertficateAI Center 连接到的 Orchestrator 的 Base64 证书。当您要安装 AI Center 并将其连接到外部 Orchestrator 和身份服务时,才填写此字段。
IdentityCertificateAI Center 连接到的身份服务的 Base64 证书。 当您要安装 AI Center 并将其连接到外部 Orchestrator 和身份服务时,才填写此字段。
Tags by resource可选:每个资源的标签。可以为空或采用以下格式:

{ "Microsoft.Web/serverFarms": { "<TagName>": "<TagValue>" }, "Microsoft.Insights/components": { "<TagName>": "<TagValue>" } }

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新