From e051cf42a17f895e07c8c9daba4abd97b7b1131f Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 22 Mar 2024 07:48:46 +0100 Subject: [PATCH] stub READMEs for the removed hub and spoke blueprints (#2169) --- blueprints/networking/hub-and-spoke-peering/README.md | 5 +++++ blueprints/networking/hub-and-spoke-vpn/README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 blueprints/networking/hub-and-spoke-peering/README.md create mode 100644 blueprints/networking/hub-and-spoke-vpn/README.md diff --git a/blueprints/networking/hub-and-spoke-peering/README.md b/blueprints/networking/hub-and-spoke-peering/README.md new file mode 100644 index 000000000..f28cd5d1f --- /dev/null +++ b/blueprints/networking/hub-and-spoke-peering/README.md @@ -0,0 +1,5 @@ +# Hub and spoke via peering VPC architecture + +This blueprint was deprecated in the v30.0.0 release, as it's been supersed by the [FAST networking stage](../../../fast/stages/2-networking-a-peering/) that deploys a hub and spoke network via peering, which is regularly updated and can also be deployed as a standalone blueprint. + +If you still need to access the legacy blueprint, you can check it out using our [v29.0.0 tag](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/v29.0.0/blueprints/networking/hub-and-spoke-peering). diff --git a/blueprints/networking/hub-and-spoke-vpn/README.md b/blueprints/networking/hub-and-spoke-vpn/README.md new file mode 100644 index 000000000..864b46474 --- /dev/null +++ b/blueprints/networking/hub-and-spoke-vpn/README.md @@ -0,0 +1,5 @@ +# Hub and spoke via VPN VPC architecture + +This blueprint was deprecated in the v30.0.0 release, as it's been supersed by the [FAST networking stage](../../../fast/stages/2-networking-b-vpn/) that deploys a hub and spoke network via VPN, which is regularly updated and can also be deployed as a standalone blueprint. + +If you still need to access the legacy blueprint, you can check it out using our [v29.0.0 tag](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/v29.0.0/blueprints/networking/hub-and-spoke-vpn).