vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

PAS and Services Networks cause certain ODB services tiles to fail to create services #129

Closed JaysonBH closed 4 years ago

JaysonBH commented 5 years ago

PAS and Services Networks cause certain ODB services tiles to fail to create services due to not having the Enable Private Google API Access.

Somewhat a similar issue to #45

Today, we had a huge issue with a client where MySQL service instances were not able to be created.

We resolved it by enabling Google API access through the GCP UI.

The only other alternative was to give their service VM's public IPs which some customers may not like that option.

JaysonBH commented 4 years ago

PR #130 was merged in and this can be closed now.