Skip to content

Commit

Permalink
Add credential_csp_format key to cloudos_meta.yaml for CSP format com…
Browse files Browse the repository at this point in the history
…patibility
  • Loading branch information
powerkimhub committed May 3, 2024
1 parent 2b30cd3 commit 53be17a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloud-driver-libs/cloudos_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
AWS:
region: Region / Zone
credential: ClientId / ClientSecret
credential_csp_format: aws_access_key_id / aws_secret_access_key
# rootdisktype: standard / io1 / io2 / gp2 / sc1 / st1 / gp3
# issues: https://github.com/cloud-barista/cb-spider/pull/523#issuecomment-965363272
rootdisktype: standard / gp2 / gp3
Expand All @@ -21,6 +22,7 @@ AWS:
AZURE:
region: Region / Zone
credential: ClientId / ClientSecret / TenantId / SubscriptionId
credential_csp_format: clientId / clientSecret / tenantId / subscriptionId
# type issues: https://github.com/cloud-barista/cb-spider/pull/529#issue-1051678985
rootdisktype: PremiumSSD / StandardSSD / StandardHDD
disktype: PremiumSSD / StandardSSD / StandardHDD
Expand All @@ -30,6 +32,7 @@ AZURE:
GCP:
region: Region / Zone
credential: PrivateKey / ProjectID / ClientEmail
credential_csp_format: private_key / project_id / client_email
rootdisktype: pd-standard / pd-balanced / pd-ssd / pd-extreme
disktype: pd-standard / pd-balanced / pd-ssd / pd-extreme
disksize: pd-standard|10|65536|GB / pd-balanced|10|65536|GB / pd-ssd|10|65536|GB / pd-extreme|500|65536|GB
Expand Down

0 comments on commit 53be17a

Please sign in to comment.