automation-suite
2023.10
true
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
EKS/AKS の Automation Suite のインストール ガイド
Last updated 2024年11月11日

EKS input.json の例

次の例では、EKS で Automation Suite に対してすべての製品が有効化され、必須と任意の設定パラメーターがすべて含まれた input.json を示します。これは参照として使用し、お使いの環境の要件に応じて変更を加えることができます。
UiPath® 製品として最低でも platform を有効化する必要があります。必ず SQL 接続文字列を含むすべてのユーザー名とパスワードを置き換えてください。
{
  "kubernetes_distribution": "eks",
  "install_type": "online",
  "profile": "ha",
  "registries": {
    "docker": {
      "url": "registry.uipath.com"
    },
    "helm": {
      "url": "registry.uipath.com"
    }
  },
  "fqdn": "automationsuite.mycompany.com",
  "admin_username": "admin",
  "admin_password": "password123",
  "fips_enabled_nodes": false,
  "fabric": {
    "redis": {
      "hostname": "redis-cache.mycompany.com",
      "password": "redispassword",
      "port": 6380,
      "tls": true
    }
  },
  "external_object_storage": {
    "enabled": true,
    "create_bucket": true,
    "storage_type": "s3",
    "fqdn": "s3.us-east-1.amazonaws.com",
    "port": 443,
    "region": "us-east-1",
    "access_key": "Accesskey",
    "secret_key": "secret_vkey",
    "use_instance_profile": false,
    "bucket_name_prefix": "myprefix",
    "bucket_name_suffix": "mysuffix"
  },
  "ingress": {
    "service_annotations": {
      "service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
      "service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
      "service.beta.kubernetes.io/aws-load-balancer-type": "nlb",
      "service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
      "service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "74.10.23.8"
    },
    "gateway_selector": {
      "istio": "ingressgateway"
    }
  },
  "exclude_components": [],
  "server_certificate": {
    "tls_cert_file": "",
    "tls_key_file": "",
    "ca_cert_file": ""
  },
  "additional_ca_certs": "",
  "sql": {
    "create_db": false,
    "server_url": "",
    "port": "",
    "username": "",
    "password": ""
  },
  "orchestrator": {
    "enabled": true
  },
  "processmining": {
    "enabled": true
  },
  "insights": {
    "enabled": true,
    "enable_realtime_monitoring": false
  },
  "automation_hub": {
    "enabled": true
  },
  "automation_ops": {
    "enabled": true
  },
  "aicenter": {
    "enabled": true
  },
  "documentunderstanding": {
    "enabled": true
  },
  "test_manager": {
    "enabled": true
  },
  "action_center": {
    "enabled": true
  },
  "apps": {
    "enabled": true
  },
  "integrationservices": {
    "enabled": false
  },
  "studioweb": {
    "enabled": false
  },
  "dataservice": {
    "enabled": true
  },
  "asrobots": {
    "enabled": true
  },
  "storage_class": "as-storage-class",
  "storage_class_single_replica": "storage-class-single-replica",
  "platform": {
    "enabled": true
  },
  "sql_connection_string_template": "Server=tcp:mssql.mycompany.com,1443;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=sqladmin;Password='sqlpassword';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
  "sql_connection_string_template_jdbc": "jdbc:sqlserver://mssql.mycompany.com:1443;database=DB_NAME_PLACEHOLDER;user=sqladmin;password={sqlpassword};encrypt=true;trustServerCertificate=true;loginTimeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_odbc": "SERVER=mssql.mycompany.com,1443;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=sqladmin;PWD={sqlpassword};Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://sqladmin:sqlpassword@mssql.mycompany.com:1443/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server",
  "telemetry_optout": false
}{
  "kubernetes_distribution": "eks",
  "install_type": "online",
  "profile": "ha",
  "registries": {
    "docker": {
      "url": "registry.uipath.com"
    },
    "helm": {
      "url": "registry.uipath.com"
    }
  },
  "fqdn": "automationsuite.mycompany.com",
  "admin_username": "admin",
  "admin_password": "password123",
  "fips_enabled_nodes": false,
  "fabric": {
    "redis": {
      "hostname": "redis-cache.mycompany.com",
      "password": "redispassword",
      "port": 6380,
      "tls": true
    }
  },
  "external_object_storage": {
    "enabled": true,
    "create_bucket": true,
    "storage_type": "s3",
    "fqdn": "s3.us-east-1.amazonaws.com",
    "port": 443,
    "region": "us-east-1",
    "access_key": "Accesskey",
    "secret_key": "secret_vkey",
    "use_instance_profile": false,
    "bucket_name_prefix": "myprefix",
    "bucket_name_suffix": "mysuffix"
  },
  "ingress": {
    "service_annotations": {
      "service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
      "service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
      "service.beta.kubernetes.io/aws-load-balancer-type": "nlb",
      "service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
      "service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "74.10.23.8"
    },
    "gateway_selector": {
      "istio": "ingressgateway"
    }
  },
  "exclude_components": [],
  "server_certificate": {
    "tls_cert_file": "",
    "tls_key_file": "",
    "ca_cert_file": ""
  },
  "additional_ca_certs": "",
  "sql": {
    "create_db": false,
    "server_url": "",
    "port": "",
    "username": "",
    "password": ""
  },
  "orchestrator": {
    "enabled": true
  },
  "processmining": {
    "enabled": true
  },
  "insights": {
    "enabled": true,
    "enable_realtime_monitoring": false
  },
  "automation_hub": {
    "enabled": true
  },
  "automation_ops": {
    "enabled": true
  },
  "aicenter": {
    "enabled": true
  },
  "documentunderstanding": {
    "enabled": true
  },
  "test_manager": {
    "enabled": true
  },
  "action_center": {
    "enabled": true
  },
  "apps": {
    "enabled": true
  },
  "integrationservices": {
    "enabled": false
  },
  "studioweb": {
    "enabled": false
  },
  "dataservice": {
    "enabled": true
  },
  "asrobots": {
    "enabled": true
  },
  "storage_class": "as-storage-class",
  "storage_class_single_replica": "storage-class-single-replica",
  "platform": {
    "enabled": true
  },
  "sql_connection_string_template": "Server=tcp:mssql.mycompany.com,1443;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=sqladmin;Password='sqlpassword';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
  "sql_connection_string_template_jdbc": "jdbc:sqlserver://mssql.mycompany.com:1443;database=DB_NAME_PLACEHOLDER;user=sqladmin;password={sqlpassword};encrypt=true;trustServerCertificate=true;loginTimeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_odbc": "SERVER=mssql.mycompany.com,1443;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=sqladmin;PWD={sqlpassword};Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://sqladmin:sqlpassword@mssql.mycompany.com:1443/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server",
  "telemetry_optout": false
}

このページは役に立ちましたか?

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