GoogleCloudPlatform / GoogleCloudPlatform/education-data-platform
Cloud Composer 1 Region us-west1 deprecated
- Dominant language
- HCL
- Stars
- 50
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Those APIs need to me enable before the terraform runs:
https://console.cloud.google.com/apis/api/iam.googleapis.com
https://console.cloud.google.com/apis/api/orgpolicy.googleapis.com
https://console.cloud.google.com/apis/api/pubsub.googleapis.com
https://console.cloud.google.com/apis/api/cloudresourcemanager.googleapis.com/
---
The cloud composer v1 has depracated so whe need to change to v2 to do that we got:
code problem - changes in [03-composer.tf](https://github.com/GoogleCloudPlatform/education-data-platform/blob/main/1-foundations/03-composer.tf)
from logs ---
- 1) Configuring node count is not supported for Cloud Composer environments in versions 2.0.0 and newer.
- 2) Configuring web server CIDR block is not supported for Cloud Composer environments in versions 2.0.0 and newer.
- 3) Configuring node location is not supported for Cloud Composer environments in versions 2.0.0 and newer.
- 4) Setting useIpAliases is not supported for Cloud Composer environments in versions 2.0.0 and newer, as they always use VPC Native (IP Aliases)., badReques
---
permission problem - cloudcomposer-service account need permission - Cloud Composer v2 API Service Agent Extension (change v1 to v2 be)
Contributor guide
Assessment
This issue has not been assessed yet.