Skip to content

Commit 20154f5

Browse files
authored
Merge pull request #74436 from mletalie/OSDOCS-6940
[OSDOCS-6940]:(phase-1) new standard, non-GPU instances for OSD on GCP
2 parents 3394eef + 7215eb7 commit 20154f5

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

modules/sdpolicy-am-gcp-compute-types.adoc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
= Google Cloud compute types
77

88
{product-title} offers the following worker node types and sizes on Google Cloud that are chosen to have a common CPU and memory capacity that are the same as other cloud instance types:
9+
[NOTE]
10+
====
11+
`e2`, `ns` and `c2` compute types are available for CCS only.
12+
====
913

1014
.General purpose
1115
[%collapsible]
@@ -17,6 +21,19 @@
1721
* custom-48-199608 (48 vCPU, 192 GiB)
1822
* custom-64-262144 (64 vCPU, 256 GiB)
1923
* custom-96-393216 (96 vCPU, 384 GiB)
24+
* e2-standard-4 (4 vCPU, 16 GiB)
25+
* n2-standard-4 (4 vCPU, 16 GiB)
26+
* e2-standard-8 (8 vCPU, 32 GiB)
27+
* n2-standard-8 (8 vCPU, 32 GiB)
28+
* e2-standard-16 (16 vCPU, 64 GiB)
29+
* n2-standard-16 (16 vCPU, 64 GiB)
30+
* e2-standard-32 (32 vCPU, 128 GiB)
31+
* n2-standard-32 (32 vCPU, 128 GiB)
32+
* n2-standard-48 (48 vCPU, 192 GiB)
33+
* n2-standard-64 (64 vCPU, 256 GiB)
34+
* n2-standard-80 (80 vCPU, 320 GiB)
35+
* n2-standard-96 (96 vCPU, 384 GiB)
36+
* n2-standard-128 (128 vCPU, 512 GiB)
2037
====
2138
2239
.Memory-optimized
@@ -25,6 +42,18 @@
2542
* custom-4-32768-ext (4 vCPU, 32 GiB)
2643
* custom-8-65536-ext (8 vCPU, 64 GiB)
2744
* custom-16-131072-ext (16 vCPU, 128 GiB)
45+
* e2-highmem-4 (4 vCPU, 32 GiB)
46+
* e2-highmem-8 (8 vCPU, 64 GiB)
47+
* e2-highmem-16 (16 vCPU, 128 GiB)
48+
* n2-highmem-4 (4 vCPU, 32 GiB)
49+
* n2-highmem-8 (8 vCPU, 64 GiB)
50+
* n2-highmem-16 (16 vCPU, 128 GiB)
51+
* n2-highmem-32 (32 vCPU, 256 GiB)
52+
* n2-highmem-48 (48 vCPU, 384 GiB)
53+
* n2-highmem-64 (64 vCPU, 512 GiB)
54+
* n2-highmem-80 (80 vCPU, 640 GiB)
55+
* n2-highmem-96 (96 vCPU, 768 GiB)
56+
* n2-highmem-128 (128 vCPU, 864 GiB)
2857
====
2958
3059
.Compute-optimized
@@ -36,4 +65,19 @@
3665
* custom-48-98304 (48 vCPU, 96 GiB)
3766
* custom-72-147456 (72 vCPU, 144 GiB)
3867
* custom-96-196608 (96 vCPU, 192 GiB)
68+
* c2-standard-4 (4 vCPU, 16 GiB)
69+
* c2-standard-8 (8 vCPU, 32 GiB)
70+
* c2-standard-16 (16 vCPU, 64 GiB)
71+
* c2-standard-30 (30 vCPU, 120 GiB)
72+
* c2-standard-60 (60 vCPU, 240 GiB)
73+
* e2-highcpu-8 (8 vCPU, 8 GiB)
74+
* e2-highcpu-16 (16 vCPU, 16 GiB)
75+
* e2-highcpu-32 (32 vCPU, 32 GiB)
76+
* n2-highcpu-8 (8 vCPU, 8 GiB)
77+
* n2-highcpu-16 (16 vCPU, 16 GiB)
78+
* n2-highcpu-32 (32 vCPU, 32 GiB)
79+
* n2-highcpu-48 (48 vCPU, 48 GiB)
80+
* n2-highcpu-64 (64 vCPU, 64 GiB)
81+
* n2-highcpu-80 (80 vCPU, 80 GiB)
82+
* n2-highcpu-96 (96 vCPU, 96 GiB)
3983
====

0 commit comments

Comments
 (0)