Using the Targets workspace
The Targets workspace is used to view target groups, run ad-hoc jobs or commands, and
create and delete target groups. You can also quickly modify and manage multiple target
groups.
Going forward,
Automation Config
is no longer included in the Aria
Automation suite of products. The new name of this product is VMware Tanzu Salt and this
product is available as part of the VMware Tanzu Platform suite of products. See Using and Managing
Tanzu Salt for more information.A target is the group of minions that a job's
Salt command applies to. A Salt master can also be managed like a minion and can be a
target if it is running the minion service. Defining a target for a job or operation
also prevents the operation from running on nodes that should not run that operation.
The
Targets
workspace
is also used to: - Edit target criteria
- Anexar pilares
- Executar trabalhos
- Atribuir funções a pilares e destinos
By default, when you open the workspace, you
see all of the target groups you have permission to access.

When you select a target group, you see a
list of minions that belong to that target group. Minions are nodes running the minion
service, which can listen to commands from a Salt master and perform the requested
tasks.

Para visualizar uma lista de todas as tarefas associadas a um grupo de destino, selecione a guia
Atividade
. Para saber mais sobre o espaço de trabalho Activity
, consulte Como revisar status de trabalhos e retornos de trabalhos.You can view a minion's details by selecting
the
Minion ID
. In the minion details page, you can view a list of
grains or information about the minion, such as the Salt version, operating system, or
associated target groups.Para obter informações sobre como criar e gerenciar grupos de destinos, consulte Como faço para criar alvos?.
Ad-hoc jobs or commands
Each target group page includes a
Run Command
control that allows you to run a single,
ad-hoc command on one or more minions without creating a reusable job. This feature
is useful for executing commands quickly or for running one-off jobs that are not
part of your everyday workflow.You can run an ad-hoc job or command
on:
- A single minion
- One or more minions
- A Salt master or all Salt masters (using salt-run)
Presença de subordinados
A coluna Presença indica se o
Automation Config
recebeu dados de trabalho do subordinado recentemente, dentro de um intervalo definido chamado de raas_presence_expiration
. Por padrão, esse intervalo está definido como 3.600 segundos. A coluna Presença pode fornecer um indicador de integridade da máquina usando o beacon Presença instalado em subordinados.Se o beacon Presença estiver instalado, os subordinados enviarão payloads de status periódicas a seus mestres Salt, que em seguida são recuperadas pelo
Automation Config
, influenciando o status exibido na coluna Presença.O
Automation Config
fornece os seguintes status de Presença.Status | Descrição |
---|---|
Desconhecido | O Automation Config nunca viu uma resposta do subordinado. Este é o status padrão para subordinados recém-conectados. Assim que os subordinados receberem um comando, o status será atualizado para Presente. |
Presente | O Automation Config viu respostas do subordinado no último intervalo de raas_presence_expiration , definido como 3.600 segundos por padrão. |
Desconectado | O Automation Config viu uma resposta do subordinado, mas não dentro do último intervalo de raas_presence_expiration . |