paving icon indicating copy to clipboard operation
paving copied to clipboard

Add NAT router configuration also for Ops Manager

Open jsoriano opened this issue 3 years ago • 3 comments

Terraform configuration creates an storage bucket for the Ops Manager, but Ops Manager cannot connect to google cloud if it doesn't have a NAT router.

These errors appear if the management subnet doesn't have a NAT router config:

Task 4 | 18:42:58 | Error: Failed to create GCS object, code 1, output: 'Get https://www.googleapis.com/storage/v1/b/project-id-pcf-ops-manager-36547?alt=json&prettyPrint=false&projection=full: oauth2: cannot fetch token: Post https://oauth2.googleapis.com/token: dial tcp 216.58.205.42:443: i/o timeout
', error: '2021/01/11 18:42:58 performing operation put: Get https://www.googleapis.com/storage/v1/b/project-id-pcf-ops-manager-36547?alt=json&prettyPrint=false&projection=full: oauth2: cannot fetch token: Post https://oauth2.googleapis.com/token: dial tcp 216.58.205.42:443: i/o timeout

jsoriano avatar Jan 13 '21 16:01 jsoriano