Skip to content

Commit

Permalink
Merge pull request #8 from nesi/revert-7-ml101
Browse files Browse the repository at this point in the history
Revert "configuring environment for ml101 workshop"
  • Loading branch information
DininduSenanayake authored Nov 12, 2024
2 parents 0ec6d20 + 8c2c3a1 commit 0e27224
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions terraform/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions vars/ondemand-config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e27224

Please sign in to comment.