Configuring a Lifecycle Minion
As an administrator, you can configure a Salt minion for your
VMware Aria
Automation Config
users using VMware Aria
Suite Lifecycle
. To configure the minion, you can either install and upgrade a minion that was installed outside of VMware Aria
Suite Lifecycle
, or use the minion that is packaged within the VMware Aria
Suite Lifecycle
appliance.To install or configure a Salt Minion, you select the
Configure Lifecycle Minion
icon on the System Administration page.Install a Lifecycle Minion
If no Salt minion is installed,
VMware Aria
Suite Lifecycle
detects this condition and the configuration page automatically provides you with the option to install a minion.- Select the version to install based on the Master version that you have:
- Version 3006.7
- Version 3007.0
- ClickInstall.
The
Requests
page appears so that you can check the status of the request. After the status is complete, return to to add a Salt master Salt master grain.Upgrade a Salt minion
If you have a Salt minion with Salt master version 3006.7 installed in
VMware Aria
Suite Lifecycle
, you can select to upgrade to version 3007.0.- Select version3007.0.
- ClickUpgrade.
The
Requests
page appears so that you can check the status of your request. After the request completes, the Salt minion has been upgraded to version 3007.0 and both versions under Upgrade Minion
are greyed out and you return to to add a Salt master Salt master grain.Add a Salt master and Salt master grain
To configure a Salt minion, you add add a Salt master and a Salt master grain.
- The Salt master is the main connection betweenVMware Aria Automation Configand the rest of the nodes or minions on your network. When you run a job inVMware Aria Automation Config, the command goes to the Salt master for distribution to the targeted minions. See .To add a Salt master, verify that you have the FQDN configured for the Salt master.
- A grain is a piece of information about a minion. Grains provide a way to query and use system information dynamically, allowing for a more intelligent and context-aware approach to configuration management.A grain is a key/value pair, such asRole:vRSLCM.
To add a Salt master, verify that you have the FQDN of the Salt master.
- Add a Salt Master.
- Copy and paste the FQDN of the Salt master.
- ClickAdd Master. The Salt master's FQDN appears in the list of Salt Masters.If you have Salt masters in a multi-master environment that is outside ofVMware Aria Suite Lifecycle, repeat the steps to add multiple Salt masters.
- ClickSave Salt Masters.
TheRequestspage appears so that you can check the status of the request. After the status is complete, log in toVMware Aria Automation Configto accept the minion key and establish the connection between the Salt master and your Salt minion inVMware Aria Suite Lifecycle. See . - Add Minion Grain (optional)
- Add the grain key.
- Add the grain value.
- ClickAdd Grain. The key/value pair for the Salt master grain appears in the list of Grains.If you have multiple grains, repeat the steps to add the key/value pairs. In the following example, multiple grains help to identify a minion that is installed in aVMware Aria Suite Lifecycleproduction appliance that is located in a London datacenter.
- Role:vRSLCM
- Type:Production
- Datacenter:London
- ClickSave Minion Grains.
- TheRequestspage appears so that you can check the status of the request. After the status is complete, the configuration is saved and propogated to the Salt master and Salt minion.