Skip to content

Commit e0f85f0

Browse files
committed
pin OOD to 2.0.28 with appropriate fat image
1 parent d342ef0 commit e0f85f0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

environments/arcus/terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "cluster" {
2424
key_pair = "slurm-app-ci"
2525
control_node = {
2626
flavor: "vm.alaska.cpu.general.small"
27-
image: "openhpc-220830-2042.qcow2"
27+
image: "openhpc-221116-1159.qcow2"
2828
}
2929
login_nodes = {
3030
login-0: {
@@ -35,11 +35,11 @@ module "cluster" {
3535
compute_types = {
3636
small: {
3737
flavor: "vm.alaska.cpu.general.small"
38-
image: "openhpc-220830-2042.qcow2"
38+
image: "openhpc-221116-1159.qcow2"
3939
}
4040
extra: {
4141
flavor: "vm.alaska.cpu.general.small"
42-
image: "openhpc-220830-2042.qcow2"
42+
image: "openhpc-221116-1159.qcow2"
4343
}
4444
}
4545
compute_nodes = {

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
# openondemand_servername: '' # Must be defined when using openondemand
99

10+
ondemand_package: ondemand-2.0.28
11+
1012
openondemand_dashboard_links: # TODO: should really only be deployed if grafana is deployed and proxying configured
1113
- name: Grafana
1214
app_name: grafana

0 commit comments

Comments
 (0)