This topic describes how to upgrade BOSH Director for VMware Tanzu Operations Manager (Ops Manager) on Google Cloud Platform (GCP).
Complete the tasks in this topic as part of the Ops Manager upgrade process. For more information, see Task 2: Upgrade Ops Manager and Installed Products to v2.10 in _Upgrading Ops Manager.
In this procedure, you create an Ops Manager VM instance to host the upgraded version of Ops Manager. Then, to complete the Ops Manager upgrade, you export your existing Ops Manager installation onto this new VM.
To create an Ops Manager VM instance:
Locate the Ops Manager installation file. For more information, see Locate the Ops Manager Installation File.
Create a private VM image. For more information, see Create a Private VM Image.
Create the Ops Manager VM. For more information, see Create the Ops Manager VM Instance.
To complete the Ops Manager upgrade, you must have your Ops Manager decryption passphrase. You defined this decryption passphrase during the initial installation of Ops Manager.
The Ops Manager installation file includes a filepath to the Ops Manager image. You use this image file to create a private VM image for the new Ops Manager VM.
To locate the Ops Manager installation file:
Log in to VMware Tanzu Network and click Ops Manager.
From the Releases drop-down menu, select the release for your upgrade.
Select one of the following download files:
OpsManager_version_onGCP.pdf
or OpsManager_version_onGCP.yml
file. .tar.gz
installation file based on the geographic location of your installation.Copy the filepath string of the Ops Manager image based on your existing deployment location.
Create a private VM image to use when you create the new Ops Manager VM.
To create a private VM image:
Log in to the GCP console.
In the left navigation panel, click Compute Engine, and select Images.
Click Create Image.
Complete the following fields:
Cloud Storage file: Paste in the Google Cloud Storage filepath you copied from the PDF or YAML file in the previous task.
Click Create. The file may take a few minutes to import.
Create an Ops Manager VM instance to host the new version of Ops Manager.
To create an Ops Manager VM instance:
Select the check box for the image you created above.
Click Create Instance.
In the Create an instance form, complete the following fields:
Machine type: Click Customize to manually configure the vCPU and memory. An Ops 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 Ops Manager image you created in the previous step if it is not already selected.
Click Select to save.
Under Identity and API access, choose the Service account you created when you initially installed Ops Manager. For more information, see Step 1: Set up IAM Service Accounts in Preparing to Deploy Ops Manager on GCP.
Allow HTTPS traffic: Only select this checkbox if you selected it in your original Ops Manager VM configuration.
Networking: Select the Networking tab and do the following:
pcf-opsmanager
tag to apply the firewall rule you created in Step 5: Create Firewall Rules for the Network in Preparing to Deploy Ops Manager on GCP, then apply the same tag to this Ops Manager VM.Custom
. In the Internal IP address field, enter a spare address located within the reserved IP range you configured in your existing BOSH Director as part of Step 5: Create Networks Page in Configuring BOSH Director on GCP. Do not use 10.0.0.1
, which is configured for the Gateway.om-public-ip
. Click Reserve. In the External IP dropdown, select the static IP address you just reserved.Click Create to deploy the new Ops Manager VM. This may take a few moments.
Navigate to your DNS provider, and modify the entry that points a fully-qualified domain name (FQDN) to the Ops Manager VM. Replace the original Ops Manager static IP address with the public IP address of the new Ops Manager VM you created in a previous step.
Caution: In order to set up Ops Manager authentication correctly, VMware recommends using a FQDN to access Ops Manager. Using an ephemeral IP address to access Ops Manager can cause authentication errors upon subsequent access. If you are importing older Ops Manager settings, you must use the FQDN.
After you complete this procedure, continue the upgrade instructions in Upgrading Ops Manager.
Later, if you need to SSH into the Ops Manager VM to perform diagnostic troubleshooting, see Log Into the Ops Manager VM with SSH.