Automation Suite
2023.10
falso
Imagem de fundo do banner
Automation Suite no guia de instalação do EKS/AKS
Última atualização 19 de abr de 2024

Uso da ferramenta de configuração do Orchestrator

A ferramenta de configuração do Orchestrator é um script bash projetado para facilitar a implantação de arquivos e configurações na implantação do Orchestrator no Automation Suite. Isso ajuda a adicionar arquivos de armazenamento, plug-ins de armazenamento de credenciais, extensões do NLog, nova configuração do NLog e a substituir o appSettings.

Exemplos de operações que podem ser executadas usando essa ferramenta incluem:

O ambiente no qual você usa a ferramenta de configuração do Orchestrator deve ser capaz de executar um script bash e ter as seguintes ferramentas:

Importante:

Não baixe e use a ferramenta ArgoCD CLI de forma independente.Para manter a compatibilidade e garantir uma operação tranquila, recomendamos usar o ArgoCD que acrescentamos aos artefatos do Automation Suite. Para fazer isso, você deve adicionar o ArgoCD ao seu caminho a partir do instalador mais recente executando o seguinte comando:

export PATH=$PATH:/opt/UiPathAutomationSuite/<version>/installer/binexport PATH=$PATH:/opt/UiPathAutomationSuite/<version>/installer/bin
Para poder executar a Ferramenta de configuração do Orchestrator a partir de qualquer local, atualize a variável PATH para incluir <installer-dir>/Tools, conforme exibido no exemplo a seguir:
export PATH="$PATH:/opt/UiPathAutomationSuite/online_installer_<version>/Tools"export PATH="$PATH:/opt/UiPathAutomationSuite/online_installer_<version>/Tools"
Certifique-se de que a versão do utilitário jq seja 1.6. Se não for, atualize-o usando uma das seguintes opções:
  • Opção 1:

    yum install -y epel-release yum install -y jqyum install -y epel-release yum install -y jq
  • Opção 2:

    curl https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/j/jq-1.6-2.el7.x86_64.rpm --output /tmp/jq-1.6-2.el7.x86_64.rpm
    yum localinstall /tmp/jq-1.6-2.el7.x86_64.rpm
    jq --versioncurl https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/j/jq-1.6-2.el7.x86_64.rpm --output /tmp/jq-1.6-2.el7.x86_64.rpm
    yum localinstall /tmp/jq-1.6-2.el7.x86_64.rpm
    jq --version

Exemplo de uso

Usage: ./orchestrator_configurator.sh \
  -s blobstoragefolder -p pluginsfolder -n nlogextensionsfolder \
  -c appsettings.custom.config -l nlog.custom.config 

    -k|--encryption-key
        the value of the encryption key that will override the key generated at install

    -c|--app-settings
        application configuration file containing json with key-value structure
    -l|--nlog-config-file
        nlog config file, json

    -s|--storage-folder
        location of the storage folder on the local disk
    -n|--nlog-extensions-folder
        location of the nlog extensions on the local disk
    -p|--securestore-plugins-folder
        location of the securestore plugins on the local disk
    --use-external-storage
        use external storage instead of in cluster CEPH storage

    -d|--dry-run
        do not update the orchestrator app with the new values
    -y|--accept-all
        do not prompt for confirmation of actions and overwriting of files with kubectl cp.Usage: ./orchestrator_configurator.sh \
  -s blobstoragefolder -p pluginsfolder -n nlogextensionsfolder \
  -c appsettings.custom.config -l nlog.custom.config 

    -k|--encryption-key
        the value of the encryption key that will override the key generated at install

    -c|--app-settings
        application configuration file containing json with key-value structure
    -l|--nlog-config-file
        nlog config file, json

    -s|--storage-folder
        location of the storage folder on the local disk
    -n|--nlog-extensions-folder
        location of the nlog extensions on the local disk
    -p|--securestore-plugins-folder
        location of the securestore plugins on the local disk
    --use-external-storage
        use external storage instead of in cluster CEPH storage

    -d|--dry-run
        do not update the orchestrator app with the new values
    -y|--accept-all
        do not prompt for confirmation of actions and overwriting of files with kubectl cp.
  • Exemplo de uso

Was this page helpful?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Logotipo branco da Uipath
Confiança e segurança
© 2005-2024 UiPath. All rights reserved.