Exam 2V0-31.21 All QuestionsBrowse all questions from this exam
Question 38

When deploying SaltStack Config minions as part of a machine deployment in vRealize Automation, which parameter must be specified in the cloudConfig section of the cloud template? (Choose the best answer.)

    Correct Answer: D

    D

    Reference:

    https://docs.vmware.com/en/vRealize-Automation/8.3/Using-and-Managing-Cloud-Assembly/GUID-601FCFAE-DB21-4A05-AFCF-

    F304D6216C8C.html -

Discussion
diegof1Option: D

Answer is D Install Salt minion on the managed systems. Use cloudConfig in VMware Aria Automation to run the following commands on the Linux VMware Aria Templates deployments: •curl -L https://bootstrap.saltstack.com -o install_salt.sh •sudo sh install_salt.sh -A <Salt_master_IP_address> VMware Aria Automation Config manages these deployments. The curl -L https://bootstrap.saltstack.com -o install_salt.shcommand downloads a script that is used to install Salt minion on the system. The sudo sh install_salt.sh -A <Salt_master_IP_address> command runs the script to install Salt minion on the system and specify the Salt master IP address. VMware Aria Automation Config manages a minion with the saltmaster minion ID. VMware Aria Automation Config runs as Salt master and Salt minion simultaneously. Taken from Aria Automation ICM 8.10 Lesson Book -> Salt Minion Installation

MYJOption: D

Correct Answer: D

AMNA2022Option: D

D is correct. the other one is the master fingerprint, which is not mentioned.

dinero42Option: D

D is correct

[Removed]Option: D

answer D: https://docs.vmware.com/en/vRealize-Automation/8.6/Using-and-Managing-Cloud-Assembly/GUID-7A6A9F67-0B47-4789-A748-D23B71C15D39.html The minion ID is assigned by SaltStack Config if you do no provide it. The default ID is the machine address. You cannot configure it to use the machine hostname.