vmware-archive / gcp-pcf-quickstart

Install Pivotal Cloud Foundry on Google Cloud Platform With One Command
Apache License 2.0
57 stars 28 forks source link

investigate quotas #77

Open ramonskie opened 5 years ago

ramonskie commented 5 years ago

it seems that google set by default there static ip adress to 1 and we need at least 5 for a small footprint

ramonskie commented 5 years ago

it appears that google randomizes google quota's per project

ramonskie commented 5 years ago

add extra quota check in https://github.com/cf-platform-eng/gcp-pcf-quickstart/blob/master/src/omg-cli/omg/setup/project.go#L127

tpoland commented 5 years ago

it should add a quota check for SSD_TOTAL_GB as well ("Compute Engine API Persistent Disk SSD (GB)"). A setting of 2000 (matching to DISKS_TOTAL_GB) worked with small footprint.