automation-suite
2023.10
true
- 概述
- 要求
- 安装
- 先决条件检查
- AKS input.json 示例
- EKS input.json 示例
- 下载安装包
- uipathctl cluster
- uipathctl 集群维护
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl cluster migration
- uipathctl cluster migration export
- uipathctl cluster migration import
- uipathctl cluster migration run
- uipathctl 集群升级
- uipathctl 配置
- uipathctl config add-host-admin
- uipathctl config additional-ca-certificates
- uipathctl config additional-ca-certificates get
- uipathctl config additional-ca-certificates update
- uipathctl 配置警示
- uipathctl configalerts add-email
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config argocd
- uipathctl config argocd ca-certificates
- uipathctl config argocd ca-certificates get
- uipathctl config argocd ca-certificates update
- uipathctl config argocd generate-dex-config
- uipathctl config argocd generate-rbac
- uipathctl config argocd registry
- uipathctl config argocd registry get
- uipathctl config argocd registry update
- uipathctl config enable-basic-auth
- uipathctl config Orchestrator
- uipathctl config Orchestrator get-config
- uipathctl config orchestrator update-config
- uipathctl config saml-certificates get
- uipathctl config saml-certificates rotate
- uipathctl config saml-certificates update
- uipathctl config tls-certificates
- uipathctl config tls-certificates get
- uipathctl config tls-certificates update
- uipathctl config token-signing-certificates
- uipathctl config token-signing-certificates get
- uipathctl config token-signing-certificates rotate
- uipathctl config token-signing-certificates update
- uipathctl 运行状况
- uipathctl 运行状况捆绑包
- uipathctl 运行状况检查
- uipathctl health diagnose
- uipathctl health test
- uipathctl 清单
- uipathctl manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- uipathctl manifest get-revision
- uipathctl manifest list-applications
- uipathctl manifest list-revisions
- uipathctl manifest render
- uipathctl 先决条件
- uipathctl prereq create
- uipathctl prereq run
- uipathctl 资源
- uipathctl 资源报告
- uipathctl 快照
- uipathctl 快照备份
- uipathctl snapshot backup create
- uipathctl snapshot backup disable
- uipathctl snapshot backup enable
- uipathctl snapshot delete
- uipathctl snapshot list
- uipathctl snapshot restore
- uipathctl snapshot restore create
- uipathctl snapshot restore delete
- uipathctl snapshot restore history
- uipathctl snapshot restore logs
- uipathctl 版本
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
EKS input.json 示例
EKS/AKS 上的 Automation Suite 安装指南
Last updated 2024年9月5日
EKS input.json 示例
以下示例显示了 EKS 上 Automation Suite 的
input.json
(其中包含已启用所有产品)、必需和可选配置参数。 您可以将此作为参考,并 根据您的环境要求进行更改。
请注意,UiPath™ 产品选择至少要求启用
platform
。确保替换所有用户名和密码,包括 SQL 连接字符串。
{
"infra": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
}
},
"dataservice": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-dataservice"
},
"enabled": true
},
"platform": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"orchestrator": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true,
"testautomation": {
"enabled": true
},
"updateserver": {
"enabled": true
}
},
"processmining": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-processmining"
},
"enabled": true
},
"insights": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"task_mining": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-taskmining"
},
"enabled": true
},
"automation_hub": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"automation_ops": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"aicenter": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common",
"port": 443,
"fqdn": "s3.eu-west-1.amazonaws.com"
},
"enabled": true
},
"documentunderstanding": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"test_manager": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"action_center": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"apps": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"asrobots": {
"packagecaching": true,
"packagecachefolder": "/uipath_asrobots_package_cache",
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"registries": {
"docker": {
"url": "registry.uipath.com"
},
"helm": {
"url": "registry.uipath.com"
}
},
"fqdn": "ci-aseks3997852.infra-sf-ea.infra.uipath-dev.com",
"profile": "ha",
"fabric": {
"redis": {
"hostname": "master.redis-ci-aseks3997852-v68qm-dszgx.u7xrbf.euw1.cache.amazonaws.com",
"password": "----",
"port": 6380,
"tls": true
}
},
"external_object_storage": {
"enabled": true,
"storage_type": "s3",
"create_bucket": false,
"region": "eu-west-1",
"use_instance_profile": true
},
"kubernetes_distribution": "eks",
"sql_connection_string_template": "Server=tcp:rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com,1433;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=testadmin;Password='qcHjf74Abxk6MS8a36w1WnAIp2X';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
"sql_connection_string_template_jdbc": "jdbc:sqlserver://rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com:1433;database=DB_NAME_PLACEHOLDER;user=testadmin;password={qcHjf74Abxk6MS8a36w1WnAIp2X};encrypt=true;trustServerCertificate=true;loginTimeout=30;",
"sql_connection_string_template_odbc": "SERVER=rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com,1433;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=testadmin;PWD={qcHjf74Abxk6MS8a36w1WnAIp2X};MultipleActiveResultSets=False;Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com",
"sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://testadmin:qcHjf74Abxk6MS8a36w1WnAIp2X@rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com:1433/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server&TrustServerCertificate=YES&Encrypt=YES",
"admin_username": "admin",
"admin_password": "----",
"storage_class": "ebs-sc",
"storage_class_single_replica": "efs-sc",
"ingress": {
"service_annotations": {
"service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
"service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "eipalloc-006ebfcf91bb32d86,eipalloc-076a653da0fdd627b",
"service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
"service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
"service.beta.kubernetes.io/aws-load-balancer-type": "nlb"
}
}
}
{
"infra": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
}
},
"dataservice": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-dataservice"
},
"enabled": true
},
"platform": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"orchestrator": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true,
"testautomation": {
"enabled": true
},
"updateserver": {
"enabled": true
}
},
"processmining": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-processmining"
},
"enabled": true
},
"insights": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"task_mining": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-taskmining"
},
"enabled": true
},
"automation_hub": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"automation_ops": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"aicenter": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common",
"port": 443,
"fqdn": "s3.eu-west-1.amazonaws.com"
},
"enabled": true
},
"documentunderstanding": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"test_manager": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"action_center": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"apps": {
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"asrobots": {
"packagecaching": true,
"packagecachefolder": "/uipath_asrobots_package_cache",
"external_object_storage": {
"bucket_name": "s3-sfd-ci-aseks3997852-common"
},
"enabled": true
},
"registries": {
"docker": {
"url": "registry.uipath.com"
},
"helm": {
"url": "registry.uipath.com"
}
},
"fqdn": "ci-aseks3997852.infra-sf-ea.infra.uipath-dev.com",
"profile": "ha",
"fabric": {
"redis": {
"hostname": "master.redis-ci-aseks3997852-v68qm-dszgx.u7xrbf.euw1.cache.amazonaws.com",
"password": "----",
"port": 6380,
"tls": true
}
},
"external_object_storage": {
"enabled": true,
"storage_type": "s3",
"create_bucket": false,
"region": "eu-west-1",
"use_instance_profile": true
},
"kubernetes_distribution": "eks",
"sql_connection_string_template": "Server=tcp:rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com,1433;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=testadmin;Password='qcHjf74Abxk6MS8a36w1WnAIp2X';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
"sql_connection_string_template_jdbc": "jdbc:sqlserver://rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com:1433;database=DB_NAME_PLACEHOLDER;user=testadmin;password={qcHjf74Abxk6MS8a36w1WnAIp2X};encrypt=true;trustServerCertificate=true;loginTimeout=30;",
"sql_connection_string_template_odbc": "SERVER=rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com,1433;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=testadmin;PWD={qcHjf74Abxk6MS8a36w1WnAIp2X};MultipleActiveResultSets=False;Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com",
"sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://testadmin:qcHjf74Abxk6MS8a36w1WnAIp2X@rds-ci-aseks3997852-9wvlq-wgpvc.cvzkeyeubtc9.eu-west-1.rds.amazonaws.com:1433/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server&TrustServerCertificate=YES&Encrypt=YES",
"admin_username": "admin",
"admin_password": "----",
"storage_class": "ebs-sc",
"storage_class_single_replica": "efs-sc",
"ingress": {
"service_annotations": {
"service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
"service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "eipalloc-006ebfcf91bb32d86,eipalloc-076a653da0fdd627b",
"service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
"service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
"service.beta.kubernetes.io/aws-load-balancer-type": "nlb"
}
}
}