After you integrate vRealize Operations Manager into the VMware Cloud Foundation environment, you can use the vRealize Operations Manager to direct workload placement.
UI Procedure
- Log in to the vRealize Automation cloud services console at https://<vra_cluster_fqdn>/csp/gateway/portal with a user assigned the Cloud Assembly administrator service role.
- Under My services, click Cloud Assembly.
- Click the Infrastructure tab.
- In the left pane, select .
- On the Cloud zones page, click the card of the cloud zone for the account region.
- On the Summary tab, update these settings, and click Save.
Setting Value Placement policy Advanced Fallback to default on advanced policy failure Enabled - Repeat this procedure for each cloud zone.
PowerShell Procedure
-
Start Windows PowerShell.
-
Replace the values in the sample code with values from your VMware Cloud Foundation Planning and Preparation Workbook and run the commands in the PowerShell console.
$sddcManagerFqdn = "sfo-vcf01.sfo.rainpole.io" $sddcManagerUser = "administrator@vsphere.local" $sddcManagerPass = "VMw@re1!" $sddcDomainName = "sfo-w01" $vraUser = "configadmin" $vrPass = "VMw@re1!"
-
Perform the configuration by running the command in the PowerShell console.
Update-vRACloudAccountZone -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -domain $sddcDomainName -vraUser $vraUser -vraPass $vrPass -placementPolicy ADVANCED