This topic describes how you can deploy VMware Tanzu Operations Manager on Google Cloud Platform (GCP).
Before you deploy Tanzu Operations Manager, see the preparation steps in Preparing to deploy Tanzu Operations Manager on GCP.
After you complete this procedure, follow the instructions in Configuring BOSH Director on GCP.
Log in to the Broadcom Support portal.
Go to the VMware Tanzu Operatoions Manager page.
From the Release list, select the release for your installation.
Select one of the following download files:
When you click the download link, your browser downloads or opens the OpsManager_VERSION_onGCP.pdf
or OpsManager_VERSION_onGCP.yml
file.
These documents provide the GCP location of the Tanzu Operations Manager `.tar.gz` installation file based on the geographic location of your installation.
Copy the filepath string of the Tanzu Operations Manager image based on your deployment location.
Log in to the GCP console.
In the navigation panel, click Compute Engine, then click Images.
Click Create Image.
Complete the following text boxes:
om-pcf
.Click Create. The file might take a few minutes to import.
Select the check box for the image that you previously created.
Click Create Instance.
In the Create an instance form, complete the following text boxes:
Machine type: Select n1-standard-2
.
Click Customize to manually configure the vCPU and memory. A Tanzu Operations Manager VM instance requires the following minimum specifications:
Machine Spec | Minimum Value |
---|---|
CPU | 2 vCPUs |
Memory | 8 GB |
Boot disk: Click Change, then perform the following steps:
Set the Size (GB) of the boot disk to the minimum or higher.
Machine Spec | Minimum Value |
---|---|
Boot disk | 100 GB |
Select the Tanzu Operations Manager image you created in the previous step if it is not already selected.
Click Select to save.
Under Identity and API access, select the Service account you created when preparing your environment during the step Set up IAM Service Accounts.
default
network interface if this interface still exists.pcf-virt-net
.pcf-infrastructure-subnet-GCP-REGION
subnet that you created when preparing your environment in Create a GCP Network with Subnet in Preparing to Deploy Tanzu Operations Manager on GCP.192.168.101.5
) in the Custom ephemeral IP address field. Specify the next available internal IP address located within the reserved IP range that you will configure later in BOSH Director. Do not use the Gateway IP (for example 192.168.101.1
).om-public-ip
. Click Reserve. In the External IP drop-down menu, select the static IP address you just reserved.pcf-opsman
and allow-https
. These tags apply the firewall rules you created in Create Firewall Rules for the Network to the Tanzu Operations Manager VM.Click Create to deploy the new Tanzu Operations Manager VM. This might take a few moments to finish.
Go to your DNS provider and create an entry that points a fully qualified domain name (FQDN) opsman.MY-DOMAIN
to the pcf-opsman
static IP address of Tanzu Operations Manager that you created in a previous step.
To set up Tanzu Operations Manager authentication correctly, VMware recommends using an FQDN to access Tanzu Operations Manager. Using an ephemeral IP address to access Tanzu Operations Manager can cause authentication errors upon subsequent access.
After you complete this procedure, follow the instructions in Configuring BOSH Director on GCP.
Later, if you need to SSH into the Tanzu Operations Manager VM to perform diagnostic troubleshooting, see Log Into the Tanzu Operations Manager VM.