Skip to content

Commit 6b0cc36

Browse files
authored
Merge pull request #340 from stackhpc/update/2023-12
Fatimage update
2 parents 1b453af + 030e1c1 commit 6b0cc36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/extras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- hosts: basic_users
1+
- hosts: basic_users:!builder
22
become: yes
33
tags:
44
- basic_users

environments/.stackhpc/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "cluster_name" {
1313
variable "cluster_image" {
1414
description = "single image for all cluster nodes - a convenience for CI"
1515
type = string
16-
default = "openhpc-231027-0916-893570de" # https://github.com/stackhpc/ansible-slurm-appliance/pull/324
16+
default = "openhpc-231206-1648-9d6aa4e4" # https://github.com/stackhpc/ansible-slurm-appliance/pull/340
1717
# default = "Rocky-8-GenericCloud-Base-8.8-20230518.0.x86_64.qcow2"
1818
}
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# or include regex special characters.
1414
openondemand_host_regex: "{{ (groups['compute'] + groups['grafana']) | to_ood_regex }}"
1515

16-
ondemand_package: ondemand-3.0.1
16+
ondemand_package: ondemand-3.0.3
1717

1818
# Add grafana to dashboard links to OOD only if grafana group is available
1919
openondemand_dashboard_links_grafana:

0 commit comments

Comments
 (0)