cloud-foundation-fabric/blueprints/third-party-solutions
Ludovico Magnocavallo 9414779cc2
Allow multiple PSA service providers in net-vpc module (#2218)
* allowing multiple PSA service providers in net-vpc module

* tfdoc

* tfdoc

* Add tfvars/yaml tests

* fix module and tests

* re-enable inventory

* merge fix

* Add multiple PSA test case

* fix cloudsql example

---------

Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com>
2024-04-16 15:02:36 +00:00
..
f5-bigip Updating cloud-run-v2 terraform and some typos (#2201) 2024-04-07 09:49:07 +00:00
gitlab Allow multiple PSA service providers in net-vpc module (#2218) 2024-04-16 15:02:36 +00:00
openshift Introduce mandatory OWNERS file for blueprint maintainership (#2131) 2024-03-08 09:40:46 +01:00
phpipam Allow multiple PSA service providers in net-vpc module (#2218) 2024-04-16 15:02:36 +00:00
wordpress Allow multiple PSA service providers in net-vpc module (#2218) 2024-04-16 15:02:36 +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.