cloud-foundation-fabric/blueprints/cloud-operations/vm-migration
Simone Ruffilli 6d89b88149
versions.tf maintenance + copyright notice bump (#1782)
* Bump copyright notice to 2023

* Delete versions.tf on blueprints

* Pin provider to major version 5

* Remove comment

* Fix lint

* fix bq-ml blueprint readme

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
Co-authored-by: Julio Castillo <jccb@google.com>
2023-10-20 18:17:47 +02:00
..
esxi versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
host-target-projects versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
host-target-sharedvpc versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
single-project versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
README.md More updates 2 2022-09-09 16:40:37 +02:00

README.md

Migrate for Compute Engine (v5) blueprints

The blueprints in this folder implement Migrate for Compute Engine (v5) environments for the main migration scenarios like the ones with host and target project, or with shared VPC.

They are meant to be used as minimal but complete starting points to create migration environment on top of existing cloud foundations, and as playgrounds to experiment with specific Google Cloud features.

Blueprints

M4CE on a single project

This blueprint implements a simple environment for Migrate for Compute Engine (v5) where both the API backend and the migration target environment are deployed on a single GCP project.

This blueprint represents the easiest scenario to implement a Migrate for Compute Engine (v5) environment suitable for small migrations on simple environments or for product showcases.

M4CE with host and target projects

This blueprint implements a Migrate for Compute Engine (v5) host and target projects topology where the API backend and access grants are implemented on the host project while workloads are migrated on a different target project.

This blueprint shows a complex scenario where Migrate for Compute Engine (v5) can be deployed on top of and existing HUB and SPOKE topology and the migration target projects are deployed with platform foundations.

M4CE with Host and Target Projects and Shared VPC

This blueprint implements a Migrate for Compute Engine (v5) host and target projects topology as described above with the support of shared VPC.

The blueprint shows how to implement a Migrate for Compute Engine (v5) environment on top of an existing shared VPC topology where the shared VPC service projects are the target projects for the migration.

ESXi Connector

This blueprint implements a Migrate for Compute Engine (v5) environment on a VMWare ESXi cluster as source for VM migrations.

The blueprint shows how to deploy the Migrate for Compute Engine (v5) connector and implement all the security prerequisites for the migration to GCP.