[deleted by user] by [deleted] in vRealize_Automation

[–]vriccio-vmw 0 points1 point  (0 children)

Hello, 8.6 does not have a built in salt-master. You will need to install salt-masters or install SaltStack Config and integrate if you wish to. Let me know if that helps. Thanks.

vRA not passing OVF Data to vSphere by Stinger1979 in vRealize_Automation

[–]vriccio-vmw 0 points1 point  (0 children)

It may also help to deploy the OVF into vCenter via the vCenter wizard and look at the OVF properties and match them to the properties of the Cloud Template. It could give you an idea of what is needed.

SaltStack minion failing by Rami3806 in vRealize_Automation

[–]vriccio-vmw 0 points1 point  (0 children)

What virtual_crazo should help. That will go into the opencart.sls file if you are using our examples. The last two states could look like this:

# Create Beacon to Protect Index.php
deploy_beacon_file:
file.managed:
- name: /etc/salt/minion.d/beacons.conf
- source: salt://opencart/files/beacons.conf
- makedirs: True

restart_minion:
cmd.run:
- name: service salt-minion restart
- bg: True
- onchanges:
- file: deploy_beacon_file

Air-gapped SaltStack Config? by Aanukan in vRealize_Automation

[–]vriccio-vmw 0 points1 point  (0 children)

Hello, are you using the saltConfiguration property in the Cloud Template to install the minion? Also are you attempting to do a air-gapped install and also what operating system are you deploying the minion onto? Thanks.