From 8c2c3a13290211dfc03498c062448c63473f160e Mon Sep 17 00:00:00 2001 From: Dinindu Senanayake Date: Tue, 12 Nov 2024 13:44:10 +1300 Subject: [PATCH] Revert "configuring environment for ml101 workshop" --- terraform/terraform.tfvars | 6 +++--- vars/ondemand-config.yml.example | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/terraform/terraform.tfvars b/terraform/terraform.tfvars index c4a6f7e..feafe4d 100644 --- a/terraform/terraform.tfvars +++ b/terraform/terraform.tfvars @@ -4,8 +4,8 @@ # production, should be good for up to around 40-50 users) # - 16cpu32ram: 674fa81a-69c7-4bf7-b3a9-59989fb63618 -services_flavor_id = "2d02e6a4-3937-4ed3-951a-8e27867ff53e" -services_volume_size = 320 +services_flavor_id = "e07cfee1-43af-4bf6-baac-3bdf7c1b88f8" +services_volume_size = 30 -webnode_flavor_id = "2d02e6a4-3937-4ed3-951a-8e27867ff53e" +webnode_flavor_id = "e07cfee1-43af-4bf6-baac-3bdf7c1b88f8" webnode_volume_size = 30 diff --git a/vars/ondemand-config.yml.example b/vars/ondemand-config.yml.example index 20e7ce9..3aee189 100644 --- a/vars/ondemand-config.yml.example +++ b/vars/ondemand-config.yml.example @@ -2,9 +2,9 @@ # paramaters you are most likely to want to change are in this top section # number of training users -num_users_create: 35 +num_users_create: 2 # number of trainer users -num_trainers_create: 5 +num_trainers_create: 2 # control plane flavour, usually set to # - "balanced1.2cpu4ram" for testing @@ -19,8 +19,8 @@ control_plane_flavor: balanced1.2cpu4ram # overhead, e.g. # - 2x balanced1.32cpu64ram for up to 30 2cpu4ram sessions # - 3x balanced1.32cpu64ram for up to 45 2cpu4ram sessions -cluster_worker_count: 3 -worker_flavour: balanced1.32cpu64ram +cluster_worker_count: 1 +worker_flavour: balanced1.8cpu16ram # worker disksize is the size of the drive on the worker node, which is used # for pulling the docker images worker_disksize: 60 @@ -49,7 +49,7 @@ ood_apps: repo: https://github.com/nesi/training-environment-jupyter-ml101-app.git version: 'v0.2.2' enabled: true - pre_pull: true + pre_pull: false jupyter_ml102: k8s_container: ghcr.io/nesi/training-environment-jupyter-ml102-app:v0.1.0 @@ -112,7 +112,7 @@ ood_apps: repo: https://github.com/nesi/training-environment-jupyter-python-app.git version: 'v0.1.3' enabled: true - pre_pull: false + pre_pull: true introshell: k8s_container: ghcr.io/nesi/training-environment-jupyter-introduction-shell-app:v0.5.0