Skip to content

Commit

Permalink
Merge pull request #340 from stackhpc/update/2023-12
Browse files Browse the repository at this point in the history
Fatimage update
  • Loading branch information
sjpb authored Dec 7, 2023
2 parents 1b453af + 030e1c1 commit 6b0cc36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/extras.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- hosts: basic_users
- hosts: basic_users:!builder
become: yes
tags:
- basic_users
Expand Down
2 changes: 1 addition & 1 deletion environments/.stackhpc/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable "cluster_name" {
variable "cluster_image" {
description = "single image for all cluster nodes - a convenience for CI"
type = string
default = "openhpc-231027-0916-893570de" # https://github.com/stackhpc/ansible-slurm-appliance/pull/324
default = "openhpc-231206-1648-9d6aa4e4" # https://github.com/stackhpc/ansible-slurm-appliance/pull/340
# default = "Rocky-8-GenericCloud-Base-8.8-20230518.0.x86_64.qcow2"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# or include regex special characters.
openondemand_host_regex: "{{ (groups['compute'] + groups['grafana']) | to_ood_regex }}"

ondemand_package: ondemand-3.0.1
ondemand_package: ondemand-3.0.3

# Add grafana to dashboard links to OOD only if grafana group is available
openondemand_dashboard_links_grafana:
Expand Down

0 comments on commit 6b0cc36

Please sign in to comment.