Skip to content

Commit

Permalink
slightly bigger flavor for ml102
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Nov 14, 2023
1 parent 1ea0260 commit 605d4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ variable "key_file" {
variable "services_flavor_id" {
description = "FlexiHPC Flavor ID for services instance, Defaults to devtest1.4cpu4ram"
# default = "4ec785be-a422-4207-9daa-cbb71c61f9ed"
default = "2d02e6a4-3937-4ed3-951a-8e27867ff53e"
# default = "2d02e6a4-3937-4ed3-951a-8e27867ff53e"
default = "674fa81a-69c7-4bf7-b3a9-59989fb63618"
}

variable "services_image_id" {
Expand Down
4 changes: 0 additions & 4 deletions vars/ondemand-config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ oidc_settings:
OIDCPassRefreshToken: 'On'
OIDCStripCookies: mod_auth_openidc_session mod_auth_openidc_session_chunks mod_auth_openidc_session_0 mod_auth_openidc_session_1

# customisation
dashboard_title: "NeSI Training Environment"
dashboard_logo: "https://www.nesi.org.nz/sites/default/themes/nesi_bootstrap/img/logo.png"

# ood portal config
servername: "{{ hostvars['webnode']['hostname'] }}.{{ route_53_zone }}"
ssl_cert: /etc/letsencrypt/certs/{{ servername }}.crt
Expand Down

0 comments on commit 605d4d0

Please sign in to comment.