Skip to content

Commit

Permalink
reset some params (flavours, etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Mar 4, 2024
1 parent 656b2aa commit 221965b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -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" {
Expand Down
10 changes: 5 additions & 5 deletions vars/ondemand-config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 221965b

Please sign in to comment.