cloud-foundation-fabric/blueprints/third-party-solutions
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
..
openshift versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
phpipam Make deletion protection consistent across all modules (#1735) 2023-10-05 17:31:07 +02:00
wordpress/cloudrun Make deletion protection consistent across all modules (#1735) 2023-10-05 17:31:07 +02:00
README.md New phpIPAM serverless third parties solution in blueprints (#1642) 2023-09-07 15:30:22 +02:00

README.md

Third Party Solutions

The blueprints in this folder show how to automate installation of specific third party products on GCP, following typical best practices.

Blueprints

OpenShift cluster bootstrap on Shared VPC

This example shows how to quickly bootstrap an OpenShift 4.7 cluster on GCP, using typical enterprise features like Shared VPC and CMEK for instance disks.


Wordpress deployment on Cloud Run

This example shows how to deploy a functioning new Wordpress website exposed to the public internet via CloudRun and Cloud SQL, with minimal technical overhead.


Serverless phpIPAM on Cloud Run

This example shows how to quickly bootstrap a serverless phpIPAM instance on GCP using Cloud Run. This comes with typical enterprise features like Shared VPC, Cloud Armor with IAP and, possibly, private exposure via Internal Application Load Balancer. Indeed, the script supports deploying the application either publicly via Global Application Load Balancer with restricted access based on IPs (Cloud Armor) and identities (Identity Aware Proxy) or privately via Internal Application Load Balancer.