Skip to content

Commit

Permalink
customise for intermediate R
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Apr 5, 2024
1 parent e39acca commit 9d61036
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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 = "2d02e6a4-3937-4ed3-951a-8e27867ff53e"
services_volume_size = 300

webnode_flavor_id = "2d02e6a4-3937-4ed3-951a-8e27867ff53e"
webnode_volume_size = 30
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

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

# authentication settings
oidc_uri: "/oidc"
Expand Down Expand Up @@ -125,10 +125,10 @@ cluster_namespace: default
openstack_ssh_key: CHANGEME_OPENSTACK_SSH_KEY_NAME

cluster_control_plane_count: 1
control_plane_flavor: balanced1.2cpu4ram
control_plane_flavor: balanced1.4cpu8ram

cluster_worker_count: 2
worker_flavour: balanced1.8cpu16ram
cluster_worker_count: 3
worker_flavour: balanced1.32cpu64ram

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

0 comments on commit 9d61036

Please sign in to comment.