Skip to content

Commit

Permalink
c4a lssd
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Jan 16, 2025
1 parent d0bb362 commit 2c37273
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Full control and no disclosure of any information and costs to third parties.
Everything is calculated on your local computer.
No need to have a connection to the Internet.
Everything tested and matched against the actual invoice in large Google Cloud migration projects.
Over **439 automated tests** ensure `gcosts` reliability.
Over **440 automated tests** ensure `gcosts` reliability.
`gcosts` works on various OS and terminals, including Windows CMD, macOS iTerm2, and in CI systems like GitHub Actions.

| 1️⃣ Create YAML file | 2️⃣ Run `gcosts` CLI program | 3️⃣ Open CSV file |
Expand Down
44 changes: 44 additions & 0 deletions build/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,50 @@ compute:
cpu: 72
ram: 576

c4a-standard-4-lssd:
cpu: 4
ram: 16
c4a-standard-8-lssd:
cpu: 8
ram: 32
c4a-standard-16-lssd:
cpu: 16
ram: 64.00
c4a-standard-32-lssd:
cpu: 32
ram: 128
c4a-standard-48-lssd:
cpu: 48
ram: 192
c4a-standard-64-lssd:
cpu: 64
ram: 256
c4a-standard-72-lssd:
cpu: 72
ram: 288

c4a-highmem-4-lssd:
cpu: 4
ram: 32
c4a-highmem-8-lssd:
cpu: 8
ram: 64
c4a-highmem-16-lssd:
cpu: 16
ram: 128
c4a-highmem-32-lssd:
cpu: 32
ram: 256
c4a-highmem-48-lssd:
cpu: 48
ram: 384
c4a-highmem-64-lssd:
cpu: 64
ram: 512
c4a-highmem-72-lssd:
cpu: 72
ram: 576

# M1:
m1-ultramem-40:
cpu: 40
Expand Down
2 changes: 2 additions & 0 deletions t/01_europe-west4-c4a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ instances:
type: c4a-standard-4
- name: c4a-standard-8
type: c4a-standard-8
- name: c4a-standard-8-lssd
type: c4a-standard-8-lssd
- name: c4a-standard-16
type: c4a-standard-16
- name: c4a-standard-32
Expand Down
1 change: 1 addition & 0 deletions t/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ MY_CHECKS=(
'c4a-standard-2,68''
'c4a-standard-4,137'
'c4a-standard-8,275''
'c4a-standard-8-lssd,275'
'c4a-standard-16,550'
'c4a-standard-32,1101'
'c4a-standard-48,1651'
Expand Down

0 comments on commit 2c37273

Please sign in to comment.