Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#910 [+Region/Zone] GCP Cloud Driver Implementation #921

Merged

Conversation

MZC-CSC
Copy link
Contributor

@MZC-CSC MZC-CSC commented Sep 18, 2023

[+Region/Zone] GCP Cloud Driver Implementation #910

특이사항
Region Zone 정보 조회를 위한 IAM Role 세팅이 되어 있어야 한다.

  • required Compute Engine IAM ROLE : ### compute.regions.list

ListRegionZone 구현

  • 모든 Region에 대한 Zone 이름은 확인가능하나, ZoneList의 Zone의 Status를 위해 각 Zone을 조회함.
    ListOrgRegion 구현
    ListOrgZone 구현

@powerkimhub powerkimhub self-requested a review September 18, 2023 10:28
@powerkimhub
Copy link
Member

  • Need to implement the CloudConnection:CreateRegionZoneHandler() method for other cloud drivers

@powerkimhub powerkimhub merged commit 6341ae6 into cloud-barista:master Sep 18, 2023
1 check failed
@powerkimhub
Copy link
Member

  • cf) Implement the CloudConnection:CreateRegionZoneHandler() dummy method ... : f42faad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[+Region/Zone] GCP Cloud Driver Implementation
3 participants