To provide the ability to configure integration with VMware Cloud Foundation in VMware Aria Operations, you activate the VMware Cloud Foundation cloud account integration in VMware Aria Operations.

UI Procedure

  1. Log in to the VMware Aria Operations interface at https://<aria_operations_fqdn> with a user assigned the Administrator role.
  2. In the left pane, navigate to Data sources > Integrations.
  3. On the Integrations page, click the Repository tab.
  4. Locate the VMware Cloud Foundation tile and click the tile.

  5. On the Management pack details - VMware Cloud Foundation page, click Activate.

  6. In the Activate management pack dialog box, click Yes.
  7. Wait for the installation of the VMware Cloud Foundation management pack to complete.

PowerShell Procedure

  1. Start PowerShell.

  2. 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 = "[email protected]"
    $sddcManagerPass = "VMw@re1!"
  3. Perform the configuration by running the command in the PowerShell console.

    Register-vROPSManagementPack -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -state enable -packType VCF