Skip to content

Commit

Permalink
small ML101 environment for practice run
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Mar 7, 2024
1 parent 63dd8fe commit 99fbe7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ host.ini
terraform/terraform.tfstate
terraform/terraform.tfstate.d/*
terraform/terraform.tfstate.backup
terraform/terraform.tfvars
env.sh
.terraform
.terraform.lock.hcl
Expand Down
5 changes: 5 additions & 0 deletions terraform/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services_flavor_id = e07cfee1-43af-4bf6-baac-3bdf7c1b88f8
services_volume_size = 60

webnode_flavor_id = 2d02e6a4-3937-4ed3-951a-8e27867ff53e
webnode_volume_size = 30
6 changes: 3 additions & 3 deletions vars/ondemand-config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cluster_rdc_project: NeSI-Training-Test

# number of users
num_users_create: 6
num_trainers_create: 3
num_trainers_create: 6

# authentication settings
oidc_uri: "/oidc"
Expand Down Expand Up @@ -118,11 +118,11 @@ cluster_namespace: default

openstack_ssh_key: CHANGEME_OPENSTACK_SSH_KEY_NAME

cluster_control_plane_count: 3
cluster_control_plane_count: 1
control_plane_flavor: balanced1.2cpu4ram

cluster_worker_count: 2
worker_flavour: balanced1.8cpu16ram
worker_flavour: balanced1.16cpu32ram

cluster_node_cidr: 10.1.0.0/24
cluster_pod_cidr: 172.0.0.0/16
Expand Down

0 comments on commit 99fbe7c

Please sign in to comment.