From 221965bed70f6396ae8d3a2e2296d30ac6ac0ad3 Mon Sep 17 00:00:00 2001 From: Chris Scott Date: Tue, 5 Mar 2024 08:38:55 +1300 Subject: [PATCH] reset some params (flavours, etc) --- terraform/variables.tf | 8 ++++---- vars/ondemand-config.yml.example | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 1b66135..b2d8675 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -22,8 +22,8 @@ variable "key_file" { } variable "services_flavor_id" { - description = "FlexiHPC Flavor ID for services instance, Defaults to devtest1.4cpu4ram" - default = "2d02e6a4-3937-4ed3-951a-8e27867ff53e" + description = "FlexiHPC Flavor ID for services instance, Defaults to balanced1.4cpu8ram" + default = "e07cfee1-43af-4bf6-baac-3bdf7c1b88f8" } variable "services_image_id" { @@ -33,12 +33,12 @@ variable "services_image_id" { variable "services_volume_size" { description = "The size of the services volume in gigabytes, defaults to 30" - default = "400" + default = "30" } variable "webnode_flavor_id" { description = "FlexiHPC Flavor ID for services instance, Defaults to balanced1.4cpu8ram" - default = "674fa81a-69c7-4bf7-b3a9-59989fb63618" + default = "e07cfee1-43af-4bf6-baac-3bdf7c1b88f8" } variable "webnode_image_id" { diff --git a/vars/ondemand-config.yml.example b/vars/ondemand-config.yml.example index 099d826..779e9c9 100644 --- a/vars/ondemand-config.yml.example +++ b/vars/ondemand-config.yml.example @@ -11,8 +11,8 @@ clouds_yaml_local_location: ~/.config/openstack/clouds.yaml cluster_rdc_project: NeSI-Training-Test-DONT-USE # number of users -num_users_create: 34 -num_trainers_create: 6 +num_users_create: 6 +num_trainers_create: 3 # authentication settings oidc_uri: "/oidc" @@ -79,7 +79,7 @@ clusters: ood_install_apps: jupyter_ml101: repo: https://github.com/nesi/training-environment-jupyter-ml101-app.git - version: 'v0.1.0' + version: 'v0.2.1' jupyter_ml102: repo: https://github.com/nesi/training-environment-jupyter-ml102-app.git @@ -118,8 +118,8 @@ openstack_ssh_key: CHANGEME_OPENSTACK_SSH_KEY_NAME cluster_control_plane_count: 3 control_plane_flavor: balanced1.2cpu4ram -cluster_worker_count: 4 -worker_flavour: balanced1.32cpu64ram +cluster_worker_count: 2 +worker_flavour: balanced1.8cpu16ram cluster_node_cidr: 10.1.0.0/24 cluster_pod_cidr: 172.0.0.0/16