After upgrading to VMware Salt (RaaS) 8.18.3, vRealize Orchestrator (vRO) workflows or Aria Automation blueprints for deploying minions fail. Errors in the logs indicate that the deployment process cannot locate the required minion installation bundles or that the expected file names have changed.
VMware Salt 8.18.3+
SaltProject 3006+
VMware Salt 8.18.3 introduced changes to how minion bundles are handled following the SaltProject repository migration. The deployment logic has been updated to seek streamlined, "distribution family-based" naming (e.g., RPM or Windows) rather than distribution-specific ones (e.g., RHEL8 vs RHEL9). Additionally, the internal structure of the bundle archive now requires installer files to be nested within a version-specific folder (e.g., 3006.21/).
Recreate the minion deployment bundles according to the following specifications for RaaS 8.18.3 and place them in the /etc/salt/cloud.deploy.d directory on the Salt Master:
3006.21/).repodata/ directory, SALT-PROJECT-GPG-PUBKEY.pub key, and the Salt .rpm packages inside this folder.salt-[VERSION]-rpm.tar.gz (e.g., salt-3006.21-rpm.tar.gz).3006.21/)..exe setup file inside this folder.salt-[VERSION]-win.tar.gz (e.g., salt-3006.21-win.tar.gz).Note: This consolidated approach allows the deployment workflow to automate installations across different OS versions using a single bundle per family.