cloud-foundation-fabric/blueprints/third-party-solutions
Julio Castillo 993bef71aa
Introduce mandatory OWNERS file for blueprint maintainership (#2131)
* Delete deprecated/broken blueprints

* Adding OWNERS to all blueprints

* Fix links

* Update OWNERS

---------

Co-authored-by: javiergp <javiergp@users.noreply.github.com>
2024-03-08 09:40:46 +01:00
..
f5-bigip Introduce mandatory OWNERS file for blueprint maintainership (#2131) 2024-03-08 09:40:46 +01:00
gitlab Introduce mandatory OWNERS file for blueprint maintainership (#2131) 2024-03-08 09:40:46 +01:00
openshift Introduce mandatory OWNERS file for blueprint maintainership (#2131) 2024-03-08 09:40:46 +01:00
phpipam Introduce mandatory OWNERS file for blueprint maintainership (#2131) 2024-03-08 09:40:46 +01:00
wordpress Introduce mandatory OWNERS file for blueprint maintainership (#2131) 2024-03-08 09:40:46 +01: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.