Skip to content

Commit 519f63f

Browse files
committed
add instance types
1 parent 2128697 commit 519f63f

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

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

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
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:
99
[NOTE]
1010
====
11-
`e2`, `a2`, and `a3` instance types are available for CCS only.
11+
`a2`, `a3`, `e2`, `c3`, and `n4` instance types are available for CCS only.
12+
`c3` and `n4` instance types are available for {osd} version 4.18 and later.
1213
====
1314

1415
.General purpose
@@ -21,6 +22,7 @@
2122
* custom-48-199608 (48 vCPU, 192 GiB)
2223
* custom-64-262144 (64 vCPU, 256 GiB)
2324
* custom-96-393216 (96 vCPU, 384 GiB)
25+
* c3-standard-192-metal (192 vCPU, 768 GiB)
2426
* e2-standard-4 (4 vCPU, 16 GiB)
2527
* n2-standard-4 (4 vCPU, 16 GiB)
2628
* e2-standard-8 (8 vCPU, 32 GiB)
@@ -34,6 +36,13 @@
3436
* n2-standard-80 (80 vCPU, 320 GiB)
3537
* n2-standard-96 (96 vCPU, 384 GiB)
3638
* n2-standard-128 (128 vCPU, 512 GiB)
39+
* n4-standard-4 (4 vCPU, 16 GiB)
40+
* n4-standard-8 (8 vCPU, 32 GiB)
41+
* n4-standard-16 (16 vCPU, 64 GiB)
42+
* n4-standard-32 (32 vCPU, 128 GiB)
43+
* n4-standard-48 (48 vCPU, 192 GiB)
44+
* n4-standard-64 (64 vCPU, 256 GiB)
45+
* n4-standard-80 (80 vCPU, 320 GiB)
3746
====
3847
3948
.Memory-optimized
@@ -42,6 +51,7 @@
4251
* custom-4-32768-ext (4 vCPU, 32 GiB)
4352
* custom-8-65536-ext (8 vCPU, 64 GiB)
4453
* custom-16-131072-ext (16 vCPU, 128 GiB)
54+
* c3-highmem-192-metal (192 vCPU, 1536 GiB)
4555
* e2-highmem-4 (4 vCPU, 32 GiB)
4656
* e2-highmem-8 (8 vCPU, 64 GiB)
4757
* e2-highmem-16 (16 vCPU, 128 GiB)
@@ -54,6 +64,13 @@
5464
* n2-highmem-80 (80 vCPU, 640 GiB)
5565
* n2-highmem-96 (96 vCPU, 768 GiB)
5666
* n2-highmem-128 (128 vCPU, 864 GiB)
67+
* n4-highmem-4 (4 vCPU, 32 GiB)
68+
* n4-highmem-8 (8 vCPU, 64 GiB)
69+
* n4-highmem-16 (16 vCPU, 128 GiB)
70+
* n4-highmem-32 (32 vCPU, 256 GiB)
71+
* n4-highmem-48 (48 vCPU, 384 GiB)
72+
* n4-highmem-64 (64 vCPU, 512 GiB)
73+
* n4-highmem-80 (80 vCPU, 640 GiB)
5774
====
5875
5976
.Compute-optimized
@@ -70,6 +87,7 @@
7087
* c2-standard-16 (16 vCPU, 64 GiB)
7188
* c2-standard-30 (30 vCPU, 120 GiB)
7289
* c2-standard-60 (60 vCPU, 240 GiB)
90+
* c3-highcpu-192-metal (192 vCPU, 512 GiB)
7391
* e2-highcpu-8 (8 vCPU, 8 GiB)
7492
* e2-highcpu-16 (16 vCPU, 16 GiB)
7593
* e2-highcpu-32 (32 vCPU, 32 GiB)
@@ -80,6 +98,17 @@
8098
* n2-highcpu-64 (64 vCPU, 64 GiB)
8199
* n2-highcpu-80 (80 vCPU, 80 GiB)
82100
* n2-highcpu-96 (96 vCPU, 96 GiB)
101+
* n4-highcpu-4 (4 vCPU, 8 GiB)
102+
* n4-highcpu-8 (8 vCPU, 16 GiB)
103+
* n4-highcpu-16 (16 vCPU, 32 GiB)
104+
* n4-highcpu-32 (32 vCPU, 64 GiB)
105+
* n4-highcpu-48 (48 vCPU, 96 GiB)
106+
* n4-highcpu-64 (64 vCPU, 128 GiB)
107+
* n4-highcpu-80 (80 vCPU, 160 GiB)
108+
109+
110+
111+
83112
====
84113
85114
.Accelerated computing

0 commit comments

Comments
 (0)