VMware Aria Automation 8.x
Beginning with versions 8.18.x and above, feature improvements were released for deterministic datastore and storage profile selection.
Example:
Cloud_vSphere_Disk_1: type: Cloud.vSphere.Disk.1 properties: capacityGB: 1 provisioningType: thick constraints: - tag: 'profile:ThickStorage'
Cloud_vSphere.Machine_1: type: Cloud.vSphere.Machine properties: name: '${input.name}'
- name: 'vSphereBootDiskStorageProfile' sizeGB: '${input.bootDiskSize}' provisioningType: thick constraints: - tag: 'profile:ThickStorage'