Skip to content

Commit 8abc1fc

Browse files
authored
Revert "Replace E2 VMs with N4 across example blueprints" (#5424)
2 parents b5fec32 + 7e16cfa commit 8abc1fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+56
-56
lines changed

community/examples/client-google-cloud-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ deployment_groups:
5656
- existing-bucket
5757
settings:
5858
name_prefix: workstation
59-
machine_type: n4-standard-2
59+
machine_type: e2-standard-2
6060
allow_automatic_updates: false
6161

6262
- id: wait

community/examples/flux-framework/flux-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ deployment_groups:
4949
login_node_specs:
5050
- name_prefix: gfluxfw-login
5151
machine_arch: x86-64
52-
machine_type: n4-standard-4
52+
machine_type: e2-standard-4
5353
instances: 1
5454
properties: []
5555
boot_script: null
5656
manager_name_prefix: gfluxfw
57-
manager_machine_type: n4-standard-8
57+
manager_machine_type: e2-standard-8
5858

5959
subnetwork: $(flux-net.subnetwork_self_link)
6060

community/examples/hpc-slinky/hpc-slinky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars:
2424
authorized_cidr: # <your-ip-address>/32
2525
gcp_public_cidrs_access_enabled: false
2626
exporter_pod_monitoring_path: $(ghpc_stage("./exporter-pod-monitoring.yaml"))
27-
base_pool_machine_type: n4-standard-8
27+
base_pool_machine_type: e2-standard-8
2828
base_pool_size: 2
2929
debug_nodeset_replicas: 2
3030
compute_pool_machine_type: h3-standard-88

community/examples/slurm-gke/slurm-gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ deployment_groups:
108108
settings:
109109
initial_node_count: 1
110110
disk_type: pd-balanced
111-
machine_type: n4-standard-4
111+
machine_type: e2-standard-4
112112
zones: [$(vars.zone)]
113113

114114
- id: gke_compute_pool

community/examples/xpk-n2-filestore/xpk-n2-filestore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ deployment_groups:
5454
source: modules/scheduler/gke-cluster
5555
use: [network]
5656
settings:
57-
system_node_pool_machine_type: "n4-standard-4"
57+
system_node_pool_machine_type: "e2-standard-4"
5858
system_node_pool_node_count:
5959
total_min_nodes: 1
6060
total_max_nodes: 1000

community/front-end/ofe/tf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ limitations under the License.
6666
| <a name="input_region"></a> [region](#input\_region) | GCP Region for HPC Frontend deployment. | `string` | n/a | yes |
6767
| <a name="input_repo_branch"></a> [repo\_branch](#input\_repo\_branch) | git branch to checkout when deploying the HPC Frontend | `string` | `"main"` | no |
6868
| <a name="input_repo_fork"></a> [repo\_fork](#input\_repo\_fork) | GitHub repository name in which to find the cluster-toolkit repo | `string` | `"GoogleCloudPlatform"` | no |
69-
| <a name="input_server_instance_type"></a> [server\_instance\_type](#input\_server\_instance\_type) | Instance size to use from HPC Frontend webserver | `string` | `"n4-standard-2"` | no |
69+
| <a name="input_server_instance_type"></a> [server\_instance\_type](#input\_server\_instance\_type) | Instance size to use from HPC Frontend webserver | `string` | `"e2-standard-2"` | no |
7070
| <a name="input_static_ip"></a> [static\_ip](#input\_static\_ip) | Optional pre-configured static IP for HPC Frontend. | `string` | `""` | no |
7171
| <a name="input_subnet"></a> [subnet](#input\_subnet) | Subnet in which to deploy HPC Frontend. | `string` | `""` | no |
7272
| <a name="input_webserver_hostname"></a> [webserver\_hostname](#input\_webserver\_hostname) | DNS Hostname for the webserver | `string` | `""` | no |

community/front-end/ofe/tf/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ variable "django_su_email" {
7070
}
7171

7272
variable "server_instance_type" {
73-
default = "n4-standard-2"
73+
default = "e2-standard-2"
7474
type = string
7575
description = "Instance size to use from HPC Frontend webserver"
7676
}

community/modules/scheduler/slinky/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Through `cert_manager_values`, `prometheus_values`, `slurm_operator_values`, and
6464
- key: "node.kubernetes.io/instance-type"
6565
operator: In
6666
values:
67-
- n4-standard-8 # base_pool's machine-type
67+
- e2-standard-8 # base_pool's machine-type
6868
```
6969
7070
This creates a Slinky cluster with the following attributes:

examples/gke-a3-highgpu-inference-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ deployment_groups:
122122
use: [gke_cluster, node_pool_service_account]
123123
settings:
124124
name: "default"
125-
machine_type: "n4-standard-2"
125+
machine_type: "e2-standard-2"
126126
autoscaling_total_min_nodes: 1
127127
autoscaling_total_max_nodes: 3
128128
zones: [$(vars.zone)]

examples/gke-a3-ultragpu/gke-a3-ultragpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ deployment_groups:
167167
source: modules/scheduler/gke-cluster
168168
use: [gke-a3-ultra-net-0, workload_service_account]
169169
settings:
170-
system_node_pool_machine_type: "n4-standard-16"
170+
system_node_pool_machine_type: "e2-standard-16"
171171
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
172172
system_node_pool_taints: []
173173
enable_dcgm_monitoring: true

0 commit comments

Comments
 (0)