After you’ve determined your configuration options, set up your virtual machines (VMs). The ThoughtSpot base image for booting the VMs and some other aspects of system setup will be shared with you on GCP by ThoughtSpot.

About the ThoughtSpot and Google Cloud Platform

ThoughtSpot uses a custom image to populate VMs on GCP. The base image is a Centos derived image, which will be available to you in your Google Compute Engine project for Boot disk options under Custom Images.

Ask your ThoughtSpot liaison for access to this image. We need the Google account/email ID of the individual who will be signed into your organization’s GCP console. We will share ThoughtSpot’s GCP project with them so they can use the contained boot disk image for creating ThoughtSpot VMs.

Overview

Before you can create a ThoughtSpot cluster, you must provision VMs. You use the Google Compute Engine (GCP) platform for creating and running VMs.

The following topics walk you through this process.

Prerequisites

  1. Ensure that Network Service Tier is set to Premium for all VMs to be used in your ThoughtSpot cluster.
  2. A ThoughtSpot cluster requires 10 Gb/s bandwidth (or better) between any two nodes. This must be established before creating a new cluster.

Create an instance

  1. Sign in to the Google Cloud Console.

  2. Go to the Compute Engine dashboard, and select the associated ThoughtSpot project.

  3. Select VM instances on the left panel and click CREATE INSTANCE.

  4. Provide a name for the image, choose a region, choose number of CPUs (e.g., 8 vCPUs for a cluster), and click Customize to further configure CPUs and memory.

  5. For Machine type set the following configuration:

    Setting Value
    Cores 64 vCPU
    Memory 416 GB
    Extend memory Enabled (checkmark)
    CPU platform Automatic (or select one of the preferred CPU platforms, Intel Skylake or Intel Broadwell, if available)

  6. Configure the Boot disk.

    a. Scroll down to the find the Boot disk section and click Change.

    b. Click Custom Images on the tabs at the top, select a ThoughtSpot base image and configure the boot disk as follows:

    Setting Value
    Image ThoughtSpot
    Boot disk type Standard persistent disk
    Size (GB) 250

    c. Click Select to save the boot disk configuration.

  7. Back on the main configuration page, click to expand the advanced configuration options (Management, security, disks, networking, sole tenancy).

  8. Attach two 1 TB SSD drives. These drives will be used for the data storage.

    a. Click the Disks tab, and click Add new disk.

    b. Configure the following settings for each disk.

    Setting Value
    Type SSD persistent disk
    Source type Blank disk
    Size (GB) 1024

  9. Customize the network settings as needed, preferably use your default VPC settings.

  10. Repeat these steps to create the necessary number of such VMs.

Prepare the VMs (ThoughtSpot Systems Reliability Team)

Before we can install a ThoughtSpot cluster, an administrator must log in to each VM through SSH as user “admin”, and complete the following preparation steps:

  1. Run sudo /usr/local/scaligent/bin/prepare_disks.sh on every machine.
  2. Configure each VM based on the site-survey.

Launch the cluster

Upload the TS tarball to one of the machines and proceed with the normal cluster creation process, using tscli cluster create.

Additional resources

As you develop your expertise in GCP VM creation, we recommend the following ThoughtSpot U course:

See other training resources at
ThoughtSpot U