File tree 3 files changed +3
-3
lines changed
common/inventory/group_vars/all
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- - hosts : basic_users
1
+ - hosts : basic_users:!builder
2
2
become : yes
3
3
tags :
4
4
- basic_users
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ variable "cluster_name" {
13
13
variable "cluster_image" {
14
14
description = " single image for all cluster nodes - a convenience for CI"
15
15
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
17
17
# default = "Rocky-8-GenericCloud-Base-8.8-20230518.0.x86_64.qcow2"
18
18
}
19
19
Original file line number Diff line number Diff line change 13
13
# or include regex special characters.
14
14
openondemand_host_regex : " {{ (groups['compute'] + groups['grafana']) | to_ood_regex }}"
15
15
16
- ondemand_package : ondemand-3.0.1
16
+ ondemand_package : ondemand-3.0.3
17
17
18
18
# Add grafana to dashboard links to OOD only if grafana group is available
19
19
openondemand_dashboard_links_grafana :
You can’t perform that action at this time.
0 commit comments