Creating and modifying runbooks

This page describes how to create runbooks, which are CSV files that define the VMs to be migrated in a wave.

Generating runbook templates

Runbooks are created from the Velostrata Manager. The system queries VMware or AWS for VMs and generates a CSV for you to edit.

By editing the CSV, you define:

  • The VMs in a wave.
  • The order in which those VMs are migrated.
  • The type and disk space of VMs that are launched on Google Cloud.
  • Other characteristics that are defined in the Runbook reference.

To create a runbook from the VMs running your VMware, AWS, or Azure environment:

  1. Sign in to Velostrata Manager as apiuser, and then click the Migration Waves icon.
  2. After signing in, click Generate Runbook.
  3. When the menu appears, select your Source.

    vSphere

    Use on-premises VMs (vSphere) as the source:
    1. For the Source Datacenter, select the VMware data center whose inventory you'd like to export.
    2. [Optional] Select the Target Cloud Extension that will host your migrated VMs. You can change this later by editing the runbook.
    3. [Optional] Under Target Network, selecting Populate with Cloud Extension Defaults applies the Cloud Extension's subnets and network tags to new VMs. You can modify this setting later by editing the runbook.
    4. Click Create. The Runbook CSV is downloaded to your computer.

    Use AWS

    Use AWS as the source:

    1. Select the required Source Cloud Details with the VMs that you want to migrate.
    2. Enter one or more Filter by Source Tags by entering Name and Value pairs.

      These pairs are used to find VMs by their AWS instance tags. For example, to find an instance tagged with the WORKLOAD key and the CRM value in AWS, use WORKLOAD for the Name and CRM for the Value.

      The Value field supports the * wildcard operator. For example, entering WORKLOAD in the Name field and * in the Value field selects all instances with a key of WORKLOAD.

    3. [Optional] Under Target Network, selecting Populate with Cloud Extension Defaults applies the Cloud Extension's subnets and network tags to new VMs.

      You can modify this setting later by editing the runbook.

    4. Click Create.

      You are prompted to save the runbook CSV.

      For more information, see Configure AWS as a source.

    Azure

    Use Azure as the source:

    1. Select the required Source Cloud Details with the VMs that you want to migrate.
    2. Select the resource group that lists VMs to export to the runbook.

      Note that the system will generate a runbook specifying VMs that are in the resource group and location defined in the Cloud Details you specify in this dialog.

    3. [Optional] Under Target Network, selecting Populate with Cloud Extension Defaults applies the Cloud Extension's subnets and network tags to new VMs.

      You can modify this setting later by editing the runbook.

    4. Click Create.

      You are prompted to save the runbook CSV.

      For more information, see Configure Azure as a source.

Modifying runbooks

You can edit the runbook CSV in an editor or spreadsheet program of your choice. All of the fields in your runbook CSV are defined in the runbook reference.

Third-party or custom tools

If you need more refined filtering, sorting, or segmenting of VMs and apps, custom tooling to create or edit runbooks may help. You can create these with your preferred languages and tools; Migrate for Compute Engine accepts runbooks from any CSV that contains the required fields.

In addition, several third-party migration discovery and planning solutions offer built-in support to produce and run Migrate for Compute Engine runbooks using the Migrate for Compute Engine API.

Editing a runbook in a wave

How to access the Update Runbook prompt from the Waves UI

To edit a wave:

  1. Select Action > Update Runbook.
  2. Choose a CSV file, and then click Save.
  3. Re-validate the new runbook.

When editing a wave, the history of previous operations on that wave is maintained. You can find and download prior runbooks by clicking the value in the Jobs column.

Moving a VM from one runbook to another

You can move VMs from one runbook to another. To move a VM between waves, do the following:

  1. In the CSV for the runbook you're moving the VM from, set the RunGroup field value for the VM to an integer less than 0, such as -1, then upload that CSV.
  2. In the CSV for the runbook you're moving the VM to, add a row for the VM, with its RunGroup value set to a positive integer, then upload that wave CSV.

Deleting a wave

You can only delete a wave if a job was never started on it. Instead of deleting a wave, you can move VMs from one wave to another by editing the runbooks for both waves.