SteeltoeOSS / Samples

Steeltoe samples and reference application collection
https://steeltoe.io/
Apache License 2.0
641 stars 250 forks source link

Run PostgreSQL connector samples against GCP in cibuild #302

Closed bart-vmware closed 3 weeks ago

bart-vmware commented 11 months ago

@TimHess In our current testing environment, the following GCP plans are available:

> cf marketplace -e csb-google-postgres
Getting service plan information for service offering csb-google-postgres in org engineering / space bkoelman as bkoelman...

broker: cloud-service-broker-gcp
   plan           description             free or paid   costs
   example-plan   default: example plan   free

Could you tell me if you created this plan, or does it come out of the box? The previous environment contained a plan named "default".

If this comes out of the box, I think we should update our code; otherwise, we will need to have the "default" plan be available.

TimHess commented 11 months ago

@TimHess In our current testing environment, the following GCP plans are available:

> cf marketplace -e csb-google-postgres
Getting service plan information for service offering csb-google-postgres in org engineering / space bkoelman as bkoelman...

broker: cloud-service-broker-gcp
   plan           description             free or paid   costs
   example-plan   default: example plan   free

Could you tell me if you created this plan, or does it come out of the box? The previous environment contained a plan named "default".

If this comes out of the box, I think we should update our code; otherwise, we will need to have the "default" plan be available.

I believe this plan came out of the box with the broker. It is possible the team maintaining the broker changed the name of the plan to double-down on the point they raise in their documentation:

A default plan becomes available when installing the tile. This plan is for reference only, and is not intended for production use. Remove this default plan and create plans that fit your requirements.

I think renaming the plan in our environment would be an appropriate course of action