cloud-foundation-fabric/blueprints/third-party-solutions
Julio Castillo dfed7cc5bd
Rename `modules/cloudsql-instance` deletion protection variables (#2135)
* Rename Cloud SQL deletion protection variables

* Fix tests
2024-03-06 10:44:54 +00:00
..
f5-bigip Fixes to F5 blueprint docs (#1886) 2023-11-24 19:45:38 +01:00
gitlab Gitlab blueprint (#2110) 2024-02-27 18:36:46 +01:00
openshift Format python files in blueprints (#2079) 2024-02-15 09:37:49 +01:00
phpipam Rename `modules/cloudsql-instance` deletion protection variables (#2135) 2024-03-06 10:44:54 +00:00
wordpress/cloudrun Rename `modules/cloudsql-instance` deletion protection variables (#2135) 2024-03-06 10:44:54 +00:00
README.md Gitlab blueprint (#2110) 2024-02-27 18:36:46 +01: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.


F5 BigIP

These examples show how to deploy F5 BigIP-VE load balancers in GCP.


Gitlab

This blueprint shows how to deploy a Gitlab instance in GCP. The architecture is based on the reference described in the official documentation with managed services such as Cloud SQL, Memorystore and Cloud Storage.